Bootcamp disappears after updating to mavericks

Hello all, i'm experiencing a lot of problems after updating to OS X Mavericks 10.9.4 especially with bootcamp.
My bootcamp partition is greyed out in disk utility, access bootcamp,  i cant seem to mount it, delete the partition via bootcamp assistant. 
I guess something went wrong in bootcamp after updating . i've been looking up all over the net trying to see if there are possible solutions to fix this problem.
[REDACTED] sudo gpt -r -vv show /dev/rdisk0
gpt show: /dev/rdisk0: mediasize=500107862016; sectorsize=512; blocks=976773168
gpt show: /dev/rdisk0: Suspicious MBR at sector 0
gpt show: /dev/rdisk0: Pri GPT at sector 1
gpt show: /dev/rdisk0: Sec GPT at sector 976773167
      start       size  index  contents
          0          1         MBR
          1          1         Pri GPT header
          2         32         Pri GPT table
         34          6        
         40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
     409640  613765824      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
  614175464    1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
  615445000       1528        
  615446528  361326592      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
  976773120         15        
  976773135         32         Sec GPT table
  976773167          1         Sec GPT header
[REDACTED] sudo fdisk /dev/disk0
Disk: /dev/disk0 geometry: 60801/255/63 [976773168 sectors]
Signature: 0xAA55
         Starting       Ending
#: id  cyl  hd sec -  cyl  hd sec [     start -       size]
1: EE 1023 254  63 - 1023 254  63 [         1 -     409639] <Unknown ID>
2: AF 1023 254  63 - 1023 254  63 [    409640 -  613765824] HFS+       
3: AB 1023 254  63 - 1023 254  63 [ 614175464 -    1269536] Darwin Boot
*4: 07 1023 254  63 - 1023 254  63 [ 615446528 -  361326592] HPFS/QNX/AUX
Help please !

Excellent work to get to this point. Were any of your partitions resized after Windows was already in place?
Your table (and my cheat sheet) looks as following
GPT 3 Start
GPT 3 Size
GPT 3 End
NTFS Start
Byte Offset
NTFS Size
NTFS End
322675264
1269536
323944800
323946496
1696
166287353
490233849
You need to use the following steps. If you see any error messages during the following steps, please stop and post back here with the error message.
Rebuild using start/end offsets from Testdisk DeepSearch using GPT Fdisk (http://sourceforge.net/projects/gptfdisk/)
Sudo gdisk /dev/rdisk0
P  (print the full list of parts)
D  (delete)
4  (part 4)
N  (new part)
4   (part 4)
323946496 - Start offset in bytes  (start point for Bootcamp part)
+166287353 (Size offset as opposed to End offset)
0700     (Windows part type)
P           (print list of all parts just to see what changes will be made)
W         (Write the new GPT)
Y           (Yes! really write the new GPT)
   This will delete and re-write the GPT partition info for /dev/disk0s4.
Rebuild MBR to match the new GPT information thus resetting the Hybrid MBR
Sudo gdisk /dev/disk0
P  (Print list of parts)
R   (Recover)
H (chooses Hybrid)
Partitions numbers to be hybridized: 2 3 4
Y (Good for GRUB question)
N (part 2 flag)
N (part 3 flag)
Y  (part 4 flag make bootable partition)
W  (Write the new MBR)
Y    (Yes! write the new MBR)
Reboot
Test 1 - Does Bootcamp Volume show up in Finder?
Test 2 - Can you see your files in Bootcamp Volume?
Test 3 - Can you select Bootcamp in System Preferences -> Startup Disk?
Test 4 - If Test 3 is successful, select Bootcamp and Click Restart.
If you see a hanging underline cursor at the top left on a black screen, and it does not proceed further, you may need Windows Startup Repair or a tool called EasyBCD.

Similar Messages

  • Bootcamp disappeared after updating to Maverics

    Hi Community,
    I have a little Problem with my Bootcamp Partition after i updated to Maverics. To make it short: It disappeared, I am unable to boot on Windows, and the Bootcamp Partition is not visible in the Harddrive Utility.
    This is how it looks like now. Usualy the Bootcamp Partition should be where you can now see the grey block. As you may notice, the harddrive utility recognises Macintosh HD and the grey block as one partition, but it also says that this partition is used for Bootcamp. Repairing the Drive does not work, because it first tells me that the Partitiontable is correct, but when I try it more often then I get this message:
    Error: The Partition-Table must be repaired because of a problem in the EFI-Systempartition.
    Then when i hit repair, it tells me that the Live-repair is not supportet for this filesystem. I also tried to repair it from the recovery-partition. There it takes a lot longer to get that error and it also tells me that the live repair is not supported.
    fdisk shows
    Disk: /dev/disk0          geometry: 121601/255/63 [1953525168 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -     409639] <Unknown ID>
    2: AF 1023 254  63 - 1023 254  63 [    409640 - 1269540800] HFS+       
    3: AB 1023 254  63 - 1023 254  63 [1269950440 -    1269536] Darwin Boot
    4: 0B 1023 254  63 - 1023 254  63 [1856004096 -   97519616] Win95 FAT-32
    There I can see my 4 partitions, the first one should be the recovery-partition, right ?
    The little FAT-32 drive is just there to share some data between Windows and Mac OS. This one works just fine.
    sudo gpt -r -vv show disk0
    shows
    gpt show: disk0: mediasize=1000204886016; sectorsize=512; blocks=1953525168
    gpt show: disk0: Suspicious MBR at sector 0
    gpt show: disk0: Pri GPT at sector 1
    gpt show: disk0: Sec GPT at sector 1953525167
           start        size  index  contents
               0           1         MBR
               1           1         Pri GPT header
               2          32         Pri GPT table
              34           6        
              40      409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
          409640  1269540800      2  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
      1269950440     1269536      3  GPT part - 426F6F74-0000-11AA-AA11-00306543ECAC
      1271219976   584784120        
      1856004096    97519616      4  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      1953523712        1423        
      1953525135          32         Sec GPT table
      1953525167           1         Sec GPT header
    Dont know what to do next, I dont really need the data on the Bootcamp partition because it all can be reinstalled and the really important data is always stored on the mac partition and backuped by Time Machine, but i would take about a day or more to reinstall all of the programs and do the Updates.
    I had Windows 7 on that Bootcamp drive and a few scripts to reach several servers for my business. It was formatted in NTFS with the Windows-Installation-Disk.
    I hope somebody has an idea how to proceed with that.

    There has been a long dispute with google lately and that is hence why there is a new map program by apple not google, and since google really owns youtube (I think) apple has decide to part with the youtube app but there are many other suitable apps out there.

  • Photos disappeared after update to Mavericks...

    I updated to Mavericks last night and then updated to the new iPhoto (had iPhoto '09). When I opened it, everything seemed ok except one Event with about 700 photos was missing, and it's probably the most important one I have. Then, I closed it and opened it again and the Event reappeared but with just 10 of the photos in it. I kept doing it, and each time I did so, 10 more photos would magically appear. This kept going until it got to 115 and then it stopped. I can't figure out what happened. What do I need to do?

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • After Updating to Mavericks my Outlook contacts and folders disappeared - How do I recover them?

    After Updating to Mavericks my Outlook folders and contacts disappeared - how do I recover them?  Thank you!

    It's possible Outlook opened in a new Identity.
    In the Finder go to your Documents folder > Microsoft User Data folder > Office 2011 Identities folder.
    Inside you should see your Identity. You might see other Identities from prior rebuilds. If Outlook opened in a new blank Identity you can open the Database Utility to set your old Identity as default.
    Options to check in the Identity to determine if it has data.
    Check the database file in the Identity to see when it was created and modified.
    Check the Data Records folder to see if it has these folders:
    Message Attachments
    Message Sources
    Messages
    If these folders are missing there are no messages.
    Open the Database Utility
    Hold down the Option key when launching Outlook. It will open the Database Utility.
    Click on the + to add a new Identity.
    Click on the gear to set default Identity.
    Another option to open the Database Utility is to open from Applications.
    /Applications/Microsoft Office 2011/Office/Microsoft Database Utility.app

  • After updating to Mavericks on my Mac Book Pro I have 3 user accounts, all me all admin

    After updating to Mavericks on my Mac Book Pro I have 3 user accounts, all me and all admins. I have gone to system preferences>users & groups and tried to select the users I want to delete and press - to get rid of them, but it wont even let me click on them or select them in any way.

    Are you trying to install a 32 bit or 64 bit version of Windows 8?
    Which versions of Windows are supported with Boot Camp 5?
    64-bit versions of Windows 8 and Windows 7 are supported using the Boot Camp 5 Support Software. If you need to use a 32-bit version, you need to use Boot Camp 4 Support Software, and you must use Windows 7. 32-bit versions of Windows 8 are not supported via Boot Camp.
    You can get more info on BootCamp here:
    http://support.apple.com/kb/HT5628

  • I can not open Airport utility on my iMac after updating to maverick 10.90.4

    I can not open Airport utility on my iMac after updating to maverick 10.9.4 . Error Message:[You can’t use this version of the application “AirPort Utility.app” with this version of OS X. You have "Airport Utility.app"5.4.2] It also will not allow me to install "airport Utility 6.3. Does anybody has a fix for this?

    Re-run Software Update and see if there is a newer version of Airport Utility. I suspect your router or iMac may be too old to use Airport Utility 6.3 . As a work- around if Software Update does not work then try reading this article and see if the suggested solution help you.
    http://coreyjmahler.com/2013/10/24/airport-utility-5-6-1-on-os-x-10-9-mavericks/

  • How can I restore iPhoto 9.4.3 to Mt Lion after updating to Mavericks.  I cannot open iPhoto in Mt Lion.

    How can I restore iPhoto 9.4.3 to Mt Lion after updating to Mavericks.  I cannot open iPhoto in Mt Lion.

  • After updating to  Mavericks, I have been unable to update iphoto, and when I attempt to, it says that These apps were already assigned to another Apple ID, and they will be available in that Apple ID's Purchases list.

    After updating to  Mavericks, I have been unable to update iphoto, and when I attempt to, it says that These apps were already assigned to another Apple ID, and they will be available in that Apple ID's Purchases list. But no other appleID has ever been used on my computer, how could this be resolved?

    Contact App Store support. There's a link on the right hand side of the App Store Window. They're the only ones who can sort out account issues.

  • Mac mini 2010 very slow after update to Mavericks

    My mac mini 2010 (2.4 Ghz, 8GB ram) is running really very slow after updating to Mavericks.
    Clearly OneDrive is a pain... but had it running on ML as well, and though it is a memory and CPU hog, it never really slowed down the system.
    This is what Etresoft says:
    EtreCheck version: 1.9.15 (52)
    Report generated 21 Aug 2014 19:39:34 GMT+2
    Hardware Information: ?
      Mac mini (Mid 2010) (Verified)
      Mac mini - model: Macmini4,1
      1 2.4 GHz Intel Core 2 Duo CPU: 2 cores
      8 GB RAM
    Video Information: ?
      NVIDIA GeForce 320M - VRAM: 256 MB
      32LG3000 1360 x 768 @ 59 Hz
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 1 day 0:0:8
    Disk Information: ?
      TOSHIBA MK3255GSXF disk0 : (320,07 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209,7 MB
      Macintosh HD (disk0s2) / [Startup]: 319,21 GB (104,99 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-STDVDRW  GA32N
    USB Information: ?
      Western Digital Ext HDD 1021 1,5 TB
      S.M.A.R.T. Status: Verified
      BigOne (disk1s1) /Volumes/BigOne: 1,5 TB (16,45 GB free)
      Apple Computer, Inc. IR Receiver
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Logitech USB Receiver
      Logitech USB Receiver
    Gatekeeper: ?
      Mac App Store and identified developers
    Kernel Extensions: ?
      [loaded] com.Cycling74.driver.Soundflower (1.6.2 - SDK 10.6) Support
      [not loaded] com.iospirit.driver.RBTSRPlugin (1.18 - SDK 10.6) Support
      [loaded] com.iospirit.driver.rbiokithelper (1.18.1 - SDK 10.6) Support
    Problem System Launch Daemons: ?
      [failed] com.apple.softwareupdated.plist
      [failed] com.apple.wdhelper.plist
    Launch Daemons: ?
      [loaded] com.iospirit.candelair.daemon.plist Support
      [loaded] com.iospirit.candelair.sync.plist Support
    Launch Agents: ?
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
    User Launch Agents: ?
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [failed] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist
      [loaded] com.google.keystone.agent.plist Support
      [running] com.plexapp.helper.plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items: ?
      iTunesHelper
      Preview
      ElementsAutoAnalyzer
      Google Chrome
      SEC Helper
    Internet Plug-ins: ?
      Silverlight: Version: 5.1.20513.0 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0
      QuickTime Plugin: Version: 7.7.3
      Default Browser: Version: 537 - SDK 10.9
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes: ?
      Candelair  Support
      Perian  Support
    Time Machine: ?
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 297.29 GB Disk used: 199.51 GB
      Destinations:
      BigOne [Local] (Last used)
      Total size: 1 TB
      Total number of backups: 84
      Oldest backup: 2013-07-17 22:07:43 +0000
      Last backup: 2014-08-21 17:31:13 +0000
      Size of backup disk: Excellent
      Backup size 1 TB > (Disk size 297.29 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU: ?
          78% OneDrive
          3% ScreensharingAgent
          3% WindowServer
          0% Google Chrome
          0% fontd
    Top Processes by Memory: ?
      1.18 GB OneDrive
      90 MB Google Chrome
      82 MB Finder
      57 MB mds_stores
      51 MB Google Chrome Helper
    Virtual Memory Information: ?
      4.46 GB Free RAM
      1.94 GB Active RAM
      321 MB Inactive RAM
      908 MB Wired RAM
      3.02 GB Page-ins
      506 MB Page-outs

    Chances are you have applications that are out of date and need to be updated. Another possibility is Spotlight is indexing and you to wait until it has finished.

  • After updating to mavericks I have to constantly enter my apple ID for mail, iBooks, iTunes and many other applications that used to be part of my keychain. How can I get my log-in to work again?

    After updating to mavericks I have to constantly enter my apple ID for mail, iBooks, iTunes and many other applications that used to be part of my keychain. How can I get my apple ID log-in to work again?

    Several times I've re-entered my passwords under Preferences/Internet Accounts/iCloud and it won't save since I've installed Mavericks.  Also, the iCloud icon in the left column in Preferences/Internet Accounts/iCloud is greyed out but allows me to click on it to set-up.  When I click on iCloud the password is filled out but the "Enable this account" check-box is not checked.  I check it, and all seems correct.  The icon is no longer grey, the password is correct, the "activate this account" check-box is checked.  Then, when I launch mail, notes etc. I'm still prompted to re-enter my apple ID.  The log-in loop continues.  For years my keychain has worked perfectly.  What has changed in Mavericks?

  • Why is my battery draining so quickly after updating to Mavericks?

    Why is my battery draining so quickly after updating to Mavericks?

    1. Check the cycle count of the battery. It may be due for replacement. If the power adapter is connected almost all the time, the battery may need replacing even though the cycle count is not too high.
    2. Follow these instructions, or these for OS X 10.9 or later.
    3. You can also try resetting the SMC.
    4. Make sure your system is up to date in Software Update.
    5. Make a "Genius" appointment at an Apple Store, or go to another authorized service center.

  • Officejet Pro K5400 printing problems after update to Mavericks OSX 10.9

    Hi,
    I have printing problems with my Officejet Pro K5400 after update to Mavericks OSX 10.9.
    Now after printing 1 page the printer prints an extra page with '2345X' sentence on it. As this problem started right after updating, I suppose there is a problem with an update.

    This patch did solve our problem with the K5400 feeding a "blank sheet".
    Thank you.

  • .AI Icons disappeared after update to 10.6.6

    Hi,
    My .AI preview Icons disappeared after update to 10.6.6, they do show in Quicklook, but not in the folders. They are now just show the standard AI icons.
    My other Imac's dont have this problem.
    Thanks
    Sarah

    Here comes the/my solution:
    Remove Sophos Antivirus
    Thanks to boojum's remarks in https://discussions.apple.com/message/15480849#15480849 !
    Don't forget to use Sophos' deinstall package: /Macintosh HD/Library/Sophos Anti-Virus/Remove Sophos Anti-Virus.pkg
    Nevertheless, some settings have been re-initialized (no complete list!):
    - Dock
    - Language has been reset to English only
    - Expose & Spaces
    (- probably all personal settings?)

  • After updating to Mavericks the apps store gives me the message "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled."  How do I still update my apps??

    After updating to Mavericks the apps store gives me the message "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled."  How do I still update apps such as iphoto??

    What happened was you never accepted these apps into your Mac App Store account.
    Drag & drop the apps in the Trash and use OS X Recovery to install them again. after installing the apps be sure to accept them into your account this time from the Purchases pane of the Mac App Store.
    OS X Recovery -
    http://support.apple.com/kb/HT4718

  • Safari hangs after Updating to Mavericks.

    Whenever I try to SWIPE(back and forward) between pages in safari, all the trackpad gestures stop working. I cannot even scroll up and down using trackpad. Tried the same in Chrome as well. Witnessed the same issue. But, in Chrome, I can go back to the previous page by clicking on the BACK button. While in Safari, clicking on the back button does not help. I can open and close tabs. but cannot use the trackpad gestures for anything in safari. Kindly help. I have noticed this only after updating to Mavericks. Beforre mavericks, everything was fine.
    Details:
    OS X 10.9
    Safari 7.0 (9537.71)
    Chrome Version 30.0.1599.101

    Sachin --
    This is a common situation.  Many third-party internet apps/plugins/extensions claim to be compatible with Macs.
    And many are not.  It's important to remember to check for any updates to this kinds or things prior to upgrade.
    At any rate, very happy you've got your problem resolved.

Maybe you are looking for

  • How can I see 2 or more web pages on my screen at once?

    Although I can open multiple windows in Safari, I can't see them side by side.  How can I do that?  It must be possible.

  • Open a PDF with restricted tools

    I heard that there is a lot what can be done with a PDF via scripting (restrictions in the PDF itself, not an extra viewer application) . What we should like to do in the PDF itself: - Use Local Fonts (disabled and not possible to enable) - Formfield

  • Converting int to String

    How can we convert from int to String? Ex: int i = 5; Then i need that 5 in String format.... Message was edited by: kiran_panga

  • Camera RAW 7 and Elements 9

    I'm using the Beta version of CS6 and there is a CAMERA RAW 7 program that I would like to use in my Elements program. The RAW editor in Elements (current) always has the sliders in a pre-set configuration, not at zero. Using CS6 Beta, the Camera RAW

  • Mapping to a networ drive from iPhoto

    New to Mac and iPhoto. Is there a way to use iPhoto for a photos that are on network drive? All my photos are on a shared drive. I just wanted to use iPhoto to organize them without copying them to iPhoto.