Bootcamp partition with Windows 7 no longer recognisable

I have a Mac Mini with 2 partitions, one with macOS High Sierra and the other with Windows 7 via boot camp. The partition with the Windows 7 used to be the main system by booting on it directly.


However, yesterday I have updated my macOS with Catalina and this made my bootcamp partition with Windows 7 disappear from my system. I can no longer dual boot like I used to do before. Holding the 'option' button after boot sound also doesn't seem to work anymore (I can only see Mac partition in the disk selection screen.) I also decided to revert back to macOS High Sierra since Catalina is incompatible with Windows 7 systems but that also didn't seem to work either.


If I use the Disk Utility I can still see the Windows 7 partition, but it's unmounted and greyed out. Its name also changed from 'BOOTCAMP' to 'disk0s4.' Clicking on 'Mount' does nothing and it remains unmounted and unusable.


There were other people with similar problems but I'm not really sure myself if their procedures to fix this problem apply to my problem. So I decided to post this and wait for a solution. Thank you.



macOS High Sierra

Version 10.13.6

Mac mini (Late 2012)

Mac mini, macOS 10.13

Posted on Sep 30, 2020 12:25 PM

Reply
43 replies

Oct 3, 2020 7:30 PM in response to gradiusV

Rebuild GPT4 using start/end offsets


  1. Sudo gdisk /dev/rdisk0
  2. P (print the full list of parts)
  3. D (delete)
  4. 3 (GPT3 - this overlaps with the NTFS Start)
  5. D (delete)
  6. 4 (part 4)
  7. N (new part)
  8. 3 (part 3 - since we have deleted GPT 3 and GPT 4)
  9. 101003264 ( - Start offset in sectors or the start point for Bootcamp part)
  10. +875767808 ( - Size offset, as opposed to End offset)
  11. 0700 (Windows part type)
  12. P (print list of all parts just to see what changes will be made)
  13. W (Write the new GPT)
  14. Y (Yes! really write the new GPT)


Rebuild MBR to match the new GPT information thus resetting the Hybrid MBR. Use defaults for other questions (like partition codes). The only values that need modifications are the Boot flags and step 10. Accept all other defaults that Gdisk offers. Please see thesample Q&A as an example. These steps can be repeated if you make a mistake before you get to Step 12, otherwise start from Step 1 for these steps. Step 6 has numbers which are typed with a space between the numbers. Please see the sample Q&A before you execute these steps.


  1. Sudo gdisk /dev/rdisk0
  2. P (Print list of parts)
  3. R (Recover)
  4. O (print current Hybrid MBR)
  5. H (chooses Hybrid)
  6. Partitions numbers to be hybridized: 2 3 (since we are deleting GPT 3 and GPT 4 in the previous section)
  7. Y (Good for GRUB question)
  8. N (part 2 boot flag)
  9. Y (part 3 boot flag make NTFS bootable partition)
  10. O (print current Hybrid MBR)
  11. W (Write the new MBR)
  12. Y (Yes! write the new MBR)
  13. Reboot


Oct 5, 2020 6:36 AM in response to gradiusV

gradiusV wrote:

I have been thinking about installing Windows 10 this time, since it has actual support and updated drivers. If I were to install W10 would it be advisable to upgrade my macOS to Mojave or Catalina? If I install it with my current macOS High Sierra and I update it to either of these systems, could it mess up with my Windows partition again?

I recommend Mojave before you install W10.

And just in case; if I stick to Windows 7 anyway, I can only install it with High Sierra, correct? And since it's been said that new macOS carry on old W7 installations, what precautions should I take so it wouldn't mess up with my partition again?

You can remove the current installation, re-install W7, create a Windows backup on an external disk, and then upgrade to Mojave. You may also want to consider Winclone, which will let you restore W7. Be aware that Microsoft is pushing Windows users to W10 (https://support.microsoft.com/en-us/help/4057281/windows-7-support-ended-on-january-14-2020).

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Bootcamp partition with Windows 7 no longer recognisable

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.