Mountain Lion Install Issue - Bootcam partition cant boot up!

After installing Mountain Lion OS, I experienced startup problem with my Bootcam partition.
I saw blue screen after rebooting the Mac with error message " process1_initialization_failed " after installation complete.
What can I do to recover my Bootcam partition?
Need Help!
Regards,
Ken

Welcome to Apple Communities
Insert the Windows DVD, press C key in boot and select Repair your computer

Similar Messages

  • HELP!!! Mountain Lion Install Error, computer won't boot!

    Today I downloaded OS X Mountain Lion from the Mac App Store. Once it finished, I installed it. It rebooted and came up with the error "Install Failed, Macinstosh HD is damaged and cannot be repaired". Macintosh HD is (and has been) operating correctly, after running tests on it about 1 week ago. But, the worst part is that when I boot into the Recovery Partion of the HD, it will not let me reinstall Lion, it just comes up with the error "Error", no discription. Already called Apple, they could not fix it. Anyone else had this problem? Please help, thanks.

    Same thing happened to mine today, now nothing works

  • Installed os X Mountain Lion and now computer won't boot (first had keyboard issues-reverse caps)

    Hi all,
    I just updated my macbook air to osX mountain lion and now it will not boot at all.. At first I was having issues with the keyboard and keys typying weird characters.. and the caps lock was stuck on reverse.  Now I have nothing.. Can someone help.

    What happens when you try to boot?

  • How do I install gimp on my mac with OSX Mountain lion? It says it cant find X11.

    How do I install gimp on my mac with OSX Mountain lion? It says it cant find X11.

    Have a look in your Utilities folder - X11 should be there. Launch it and you'll be offered the option to install.

  • I have a 15" MacBook Pro with Mountain Lion installed.  I have partitioned the hard drive into two partitions.  Is it possible to install Snow Leopard on the second partition?  If so how do I do it?

    I have a 15" MacBook Pro with Mountain Lion installed.  I have partitioned the hard drive into two partitions.  Is it possible to install Snow Leopard on the second partition?  If so how do I do it?

    If your MacBook Pro had Snow Leopard on it at one time then sure. (Early 2011 or earlier)
    How to erase and install Snow Leopard 10.6
    Obviously choose the second partition to install into. It has to be OS X Extended journaled formatted in Disk Utility (BootCamp software makes it a MSDOS/FAT32 formatted partition if you used that to partition with)
    If it's a Early 2011 or Late 2011 that came with 10.7, it's possible, but it's not easy.
    https://discussions.apple.com/thread/3264421?start=0&tstart=0
    If you can't install Snow Leopard, there is a thread over at MacRumors how to run Snow Leopard in a virtual machine program under 10.7 or 10.8

  • Trackpad issues after mountain lion install

    Since my Mountain Lion install, the trackpad on my 15" MBP will track, but won't select anything.  Hot corners aren't working, the dock won't appear, etc.  Anyone have any suggestions?

    Got similar issues, no notifications and no switching between full screen apps (4fingerswipe). Some swipe features work, no secondary click in bottsom corners...Trackpad operational under Mountain Lion a total nuisance compared to Snow Leopard...PLease Apple, show some respect again to your faithfull customers and show some response!

  • My iTunes match on my MacBook Pro hasn't worked since Mountain Lion install. Tried Apple Tech but all their suggestions didn't solve the issue. Guess I will try them again on Monday. Clearly this is a common problem and a Mountian Lion conflict issue.

    iTunes match hasn't worked since Mountain Lion install. Cloud icon keeps striking~ off. Won't upload new tracks to iTunes match. Just the eternal circle of step one, two, freeze....then tries again but never gets completed. Worked fine before Mountain Lion. Apple tech tried over phone for an hour but it didn't solve this issue. See others are in the same boat. Any help with this, please??

    Same issue here with a MacBook pro recently upgraded to Mountain Lion.  I hadn't tried iTunes Match prior to the upgrade so can't say whether or not it worked previously.
    Getting quite frustrated!

  • IMac 27" (late 2011), Mountain Lion, Bootcamp, and OSX partition disappearing and refusing to mount

    Hey all,
    I'm putting this as a question in the discussion forms for bootcamp as I'm not sure where else to put it, but I resolved an issue I was having and having spent all of yesterday and the day before reading through this community and some others looking for answers and mostly seeing "hope you have backups, time to format!" (which to me is not always the best answer), I thought I would put it here for search purposes (with all the key words I had to use) in case anyone else has a similar issue.
    My scenario was this:
    2011 27" iMac with Mountain Lion installed and Windows 7 installed on a boot camp partition.
    1) Haven't been in windows in a while, wanted to play some windows only steam games. Load windows 7. All is well. Have fun. Time to reboot into osx.
    2) Reboot using bootcamp toolbar icon.
    3) Wander away from computer. Come back to find windows 7 has loaded again. "That's weird", I think. Reboot again, this time hold down option key to select boot device.
    4) Discover the only options are the Bootcamp partition and the Recovery partition. OSX "Macintosh HD" partition has disappeared. Huh.
    5) Load recovery partition and load disk utility.
    6) Review disk utility to discover the Macintosh HD partition shows up in the list, but won't mount. Run verify and repair tools. Errors are as follows: Invalid node structure, invalid key length, invalid record count, etc etc. Running a repair fails - disk utility advises me to back up and erase the drive and that the partition is unrepairable. No offense disk utility, but I think I'll try a few more options first.
    7) Purchase DiskWarrior on advice of multiple posters in other threads and general online consensus of it being capable of fixing these sorts of errors. Go through process of loading bootable dvd.
    8) Diskwarrior cannot see the Macintosh HD partition. This is bad. Review more threads. Advice is that if diskwarrior can't fix it, hope you have backups and wipe the drive. Likely to be hardware failure. I'm skeptical of hardware failure, because windows is chugging along running fine if I boot into it, and I ran a scan of the windows partition and it came back clean. SMART status is also showing the drive is ok. However, running out of options and starting to lose hope.
    9) Follow advice in this support topic: http://support.apple.com/kb/ts1417?viewlocale=de_de Both safe mode and disk utility aren't options (safe mode won't work without it seeing the partition) so sounds like fsck is the final option.
    10) Start up in Single User Mode (http://support.apple.com/kb/HT1492). Run fsck per instructions. It reports back ok.
    11) Realize fsck is checking the recovery partition, and not my damaged OSX partition. Realize I don't know anything about unix commands and have no idea how to tell fsck to check a different partition.
    12) Learn that I need to find out what the drive id is for the damaged partition. Reboot, load up disk utility, select greyed out "macintosh HD" partition, click info. Write down the id: disk0s2 (likely to be the default for you as well if you have one drive in your imac and a default bootcamp install).
    13) Go back into single user mode and type the following (without quotes): "fsck_hfs -fy /dev/disk0s2"
    14) (Forgot to copy down exactly what it said at this point, but gist of it was that the drive had errors and isnt repairable). Feel like ****, thinking this is unlikely to resolve itself nicely.
    15) With nothing to lose, try to force fsck to rebuild the catalog - "fsck_hfs -rc -d /dev/disk0s2" I found this syntax on some forums and can't find the thread again. I have no idea what the -rc and -d do that -fy don't, but if someone can let me know, that'd be cool. Either way, this resulted in something actually happening. Tells me it is "rebuilding catalogue b-tree". Still, finishes with a bunch of errors about improperly linked files, more node errors, etc etc.
    16) Retry "fsck_hfs -fy /dev/disk0s2". It seems to be doing stuff now, even though there are lots of errors. Continue to re-run fsck using this syntax. Probably ran it 10-15 times. Takes over an hour. Finally, minimal errors being reported.
    17) Realize that perhaps I should try Diskwarrior again now, since I've managed to do soemthing to the partition with fsck.
    18) Run Diskwarrior from bootable DVD. Success! It now sees the damaged partition. Reports that it has a bunch of damaged crtitical files, and needs to be repaired, but hey, at least it can see it.
    19) Let Diskwarrior do its thing, and reboot.
    20) Boot from repaired OSX partition. Rejoice. Immediately plug back in the timemachine drive you foolishly unplugged to take away over the holidays and neglected to plug back in before you had commenced work on stuff you didnt want to lose through formatting, which is why you are so desperate to recover files rather than wiping and restoring from time machine backups and avoiding this whole mess.
    TL;DR - If Disk Utility and DriveWarrior fail you, try running fsck (using different syntax that apple recommends) as many times as it takes to get the partition to a stage where diskwarrior can see it. All advice I saw for similar questions was to erase, reinstall OSX, and restore from time machine backup. For those of you who are foolish like me and had files that werent time machine'd, or those who operate without, maybe try this.
    Hope this helps!

    What -rc & -d do.
    From: The fsck_hfs manual page.
    https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages /man8/fsck_hfs.8.html
    -d      Display debugging information.  This option may provide useful information when fsck_hfs cannot repair a damaged file system.
    -r      Rebuild the catalog btree.  This is synonymous with -Rc.
    -R flags Rebuilds the requested btree.  The following flags are supported:
                             a       Attribute btree
                             c       Catalog btree
                             e       Extents overflow btree
    I had the same problem as you but unfortunately "fsck_hfs -rc -d /dev/disk0s2" is failing saying: "The volume   could not be verified completely." I believe it's supposed to be telling me the partition's name (normally "Macintosh HD") between 'volume' and 'could' because there's 3 spaces in between the words.
    "fsck_hfs -fy /dev/disk0s2" is failing with the same error.
    I tried "fsck_hfs -r -d /dev/disk0s2" since the c appears redundant with a lowercase R. and it again says it cannot be verified completely and adds "volume check failed with error 7". Which unfortunately is not documented on the fsck_hfs man page!
    Unfortunately for me, Diskwarrior still can't see my busted Mac OS partition.

  • Mountain Lion install results in blank gray screen.

    I recently downloaded and installed Mountain Lion on my wife's late-2007 iMac.  Unfortunately, each time, after the installer finishes and reboots, the computer sticks at a blank gray screen where normally the Apple logo would appear while things boot in the background.  I have tried restoring from Time Capsule and re-downloading then reinstalling, but it produces the same result.
    With the gray screen problem present, I've tried a Safe Boot, holding down Option to select a disk to boot from (nothing comes up when I do this, just the mouse cursor), and resetting the PRAM/NVRAM.  I haven't really been able to find anyone else having this particular issue. The hard drive in the iMac is a little over a year old as we had to replace the old one.  And from what my wife read, the late-2007 iMacs are Mountain Lion compatible.

    saw this in another thread about a macbook pro slowing up after OSX Mountain Lion install:
    the  mac owner had mentioned his mac going very slow, and was told it could take several days for the new OSX to sort things out. Perhaps this explains my issue and perhaps yours.
    "Yes this can be the case, even slow shutdowns and startups. But Hardisk space can also be a factor. Anything below the 10Gig mark of space left can cause extreme slowdowns."

  • Mountain lion install crashes-corrupted download

    Twice now, after lengthy downloads to my 27" IMac running 10.6.8. the mountain lion install crashed in the early stages with the same error message that the download is corrupted. please delete the install package from the application folder and repeat the download. After the second try, I decided to try downloading Lion which I purchased early this year but never downloaded.
    Any suggestions?

    The installation could not be completed because errors were found on your drive. Boot up again while holding down the option key and the select Recovery partition. From there, open Disk Utility and first verify and then, if needed, repair the disk "Macintosh HD". If your drive is 'fixable' this will repair any errors.
    Clinton

  • How do I switch from Mountain Lion to Snow Leopard?  New used computer that I don't have anything on yet but has Mountain Lion installed.

    I just puchased a used 2008 MacPro 2.8 ghz 8 core and it has Mountain Lion installed on it.  I want to go back to Snow Leopard because it is a better stable OS for using Final Cut Pro 7.  I just bought the Snow Leopard Discs to install.  I need to erase the hard drive and install Snow Leopard.  Any help on how
    to do this?  Thank you.

    Downgrade Lion/Mountain Lion to Snow Leopard
      1. Boot from your Snow Leopard Installer Disc. After the installer
          loads select your language and click on the Continue
          button. When the menu bar appears select Disk Utility from the
          Utilities menu.
      2. After DU loads select your hard drive (this is the entry with the
          mfgr.'s ID and size) from the left side list. Note the SMART status
          of the drive in DU's status area.  If it does not say "Verified" then
          the drive is failing or has failed and will need replacing.  SMART
          info will not be reported  on external drives. Otherwise, click on
          the Partition tab in the DU main window.
      3. Under the Volume Scheme heading set the number of partitions
          from the drop down menu to one. Set the format type to Mac OS
          Extended (Journaled.) Click on the Options button, set the
          partition scheme to GUID then click on the OK button. Click on
          the Partition button and wait until the process has completed.
      4. Quit DU and return to the installer. Install Snow Leopard.
    This will erase the whole drive so be sure to backup your files if you don't have a backup already. If you have performed a TM backup using Lion be aware that you cannot restore from that backup in Snow Leopard (see below.) I suggest you make a separate backup using Carbon Copy Cloner.
    If you have Snow Leopard Time Machine backups made while on Snow Leopard, then you may do a full system restore per #14 in Time Machine - Frequently Asked Questions.  If you have subsequent backups from Lion, you can restore newer items selectively, via the "Star Wars" display, per #15 there, but be careful; some Snow Leopard apps may not work with the Lion/Mountain Lion files.

  • Problem with mail after mountain lion install

    Mail has become sluggish to locking up after Mountain Lion install.  I get the color wheel each time I start typing in an address to send an email.  I also get the wheel when i am typing an address or name in any web page in Safari.  Is this a Mail Problem or an Address Book problem?

    It sounds like your computer needs to be cleaned up. Have your repaired permissions or cleared caches since you got the computer. Often times when upgrading operating systems permissions get screwed up and it causes issues.  Go to disk utility in your "other" folder in applications.  Select disk utility, then on the left hand side choose Mac HD then click REPAIR permissions in the center section. Wait for it to finish, restart your computer, then test.

  • Mountain lion install disk

    i want to make a mountain lion installer disc on a 16gb flash drive for my new macbook air with 10.8.4 already on it (as anybody would), but when i try to option-click the buy button at the app store it says "we could not complete your purchase osx mountain lion is not compatible with this computer". As it's a new computer, this implies an issue--does anyone know what it might be? --BTW following david pogue's mountain lion bk instructions, p 796 here--he also mentions that apple used to sell installer disks with 'lion', but stopped--[wish they hadn't]. i'm off to buy a hard drive so i can archive the whole lot & do it that way--but honestly, apple folks!
    thanks

    The Mid 2013 MacBook Air includes a special 10.8.4 build that can't be downloaded from the Mac App Store, so this is the reason why you see a message telling you that Mountain Lion is not compatible with your MacBook Air.
    This also means that you can't create a Mountain Lion install USB drive until Apple launches a new OS X update, like 10.8.5, so all Macs will be using the same version and you will be able to download OS X. Anyway, in a new Mac, it's possible that you can only get OS X Mountain Lion from OS X Recovery, preventing you from creating an install USB drive.
    What you can do is to use Recovery Disk Assistant > http://support.apple.com/kb/HT4848 Note that this won't include the installer, so OS X will have to be downloaded from Internet

  • HT4718 Mountain lion install- no recovery hd error

    I am trying to install mountain loin and keeping getting"can't install-no recovery hd" error.. I have installed mountain lion on an external drive as suggested but when I try to install afterwards back on the MacBook it still says it can't install due to no recovery hd. I have been trying for 2 days now, HELP please.

    I have mountain lion installed on the ext HD. I don't know if it has a recovery HD or not, I just did the install from the downloaded app. The app was on the MacBook pro drive. Now the MacBook will not boot at all. It just shows the apple logo and a spinning loading symbol but doesn't come on. I don't know how to boot from the external drive.

  • Will a Mountain Lion install USB work with putting Mac OS on a brand new hard drive?

    My MacBook Pro's hard drive has crapped out and I'm planning on purchasing a new hard drive for it.  However, this new hard drive will be completely clean and no remnants of Mac OS will be on it when I receive it.  But before my hard drains crapped out, I made a Mountain Lion install USB like the one made here: http://osxdaily.com/2012/02/17/make-bootable-os-x-10-8-mountain-lion-usb-install -drive/ .  If I install this new hard drive into my MacBook Pro, turn the computer on, and hold down the Option key, will I then be able to install Mac OS with this USB drive?  If not, please explain the steps that I need to take in order to successfully install Mac OS onto a brand new hard drive.
    P.S. I do not have the install disc from when I bought my computer.

    You can use the USB drive you created previously to install OS X in your new hard disk. Also, you can use Internet Recovery, if you want to > http://support.apple.com/kb/HT4718
    After installing the hard disk and starting from the USB drive, follow the steps to reinstall OS X. If there isn't any partition on the hard disk, close the installer and open Disk Utility.
    Then, choose the hard disk at the top of the sidebar, go to Erase tab and erase the disk. After erasing the disk, close Disk Utility and reinstall OS X

Maybe you are looking for