Hi.
After more than 15 years of using macOS, my old MacBook (Late 2008), used currently by my kids, needed a new SSD and an up-to-date OS, so I thought that besides reinstalling the last supported version of macOS (El Capitan), I would additionally install both Windows and a Linux distro.
As a side note, some 20 years have passed since I have played around with Linux distros, but I am happy to get in touch with Linux again, and to have chosen Fedora Workstation for this purpose.
So what I did is:
- reinstall macOS
- install Windows 7 via Bootcamp (last supported version)
- upgrade from Windows 7 to Windows 10
- install Fedora on the same disk.
My last step removed Windows from mac’s boot menu, keeping only macOS, macOS recovery and Fedora. I later found out by looking up online that installing Windows via Bootcamp creates a hybrid MBR, and installing Fedora afterwords turned the partition table back to GPT.
I have read that I could try to change the boot sector back to hybrid MBR, but it would be risky and not advisable, so I would like to stay away from that workaround.
So my question is if there is any possibility that I could also boot into Windows from within grub’s menu?
This is my output from sudo fdisk -l
:
Disk /dev/sda: 447.13 GiB, 480103981056 bytes, 937703088 sectors
Disk model: KINGSTON SA400S3
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 69DD3A38-C56F-4AC7-A6AC-EC2B6E9A2E25
Device Start End Sectors Size Type
/dev/sda1 40 409639 409600 200M EFI System
/dev/sda2 409640 235261607 234851968 112G Apple HFS/HFS+
/dev/sda3 235261608 236531143 1269536 619.9M Apple boot
/dev/sda4 236531712 549031935 312500224 149G Microsoft basic data
/dev/sda5 549031936 550260735 1228800 600M Apple HFS/HFS+
/dev/sda6 550260736 552357887 2097152 1G Linux filesystem
/dev/sda7 552357888 937701375 385343488 183.7G Linux filesystem
Interesting enough, in the grub boot menu I also have the macOS entry, but not as /dev/sda2
, but instead as /dev/sda3
(which is the recovery partition). Of course, I cannot boot from here into macOS, or macOS recovery, for that matter.
The output from sudo os-prober is:
/dev/sda5:Mac OS X:MacOSX:macosx
(whereas /dev/sda5 is Fedora’s EFI partition).
I could easily settle on dual-boot only (macOS and Fedora) on this macbook, but not before reaching out and searching for a triple-boot-solution.
Thanks.