I got a 2011 mac mini with High Sierra on it few years ago and installed bootcamp, then 10.7, then linux (kubuntu). After running out of space in high sierra and windows, I decided to delete the linux partition and expanded the 10.7 partition. Now it will only boot into windows or 10.7 by holding option key, HS doesn't show up in boot manager.
My questions are: Can I fix this from where I'm now, booted into 10.7 (Lion)? Or do I have to go into its recovery mode?
It boots into Lion recovery, not high Sierra recovery, and I'm not able to make a HS boot disk because the app store requires me to have 10.8 to download it, but I don't want to upgrade due to several audio unit plugins that will become incompatible and I've just read a lot of bad things about mountain lion.
If it can be fixed using ubuntu, I would assume it could be done from 10.7, I just was afraid it would screw up because 10.7 doesn't know what APFS is.
My other option is to follow instructions on how to fix it via the Ubuntu live environment,
This is my partition layout:
$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *500.1 GB disk0
1: EFI 209.7 MB disk0s1
2: FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF 150.0 GB disk0s2
3: Microsoft Basic Data BOOTCAMP 100.3 GB disk0s3
4: Apple_HFS Legacy 249.4 GB disk0s4
$ sudo gpt -r show disk0
Password:
gpt show: disk0: Suspicious MBR at sector 0
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 292968736 2 GPT part - FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF
293378376 1720
293380096 195991552 3 GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
489371648 1696
489373344 487137640 4 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
976510984 262151
976773135 32 Sec GPT table
976773167 1 Sec GPT header
Why does it say "Suspicious MBR at sector 0"??
Also:
$ sudo fdisk /dev/disk0
Password:
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: DA 1023 254 63 - 1023 254 63 [ 409640 - 292968736] <Unknown ID>
*3: 0C 1023 254 63 - 1023 254 63 [ 293380096 - 195991552] Win95 FAT32L
4: AF 1023 254 63 - 1023 254 63 [ 489373344 - 487137640] HFS+
I understand this may be perceived as a duplicate but I am unsure of some instructions on other posts, as my mac OS High Sierra is on disk0s2
, and I don't want to mess it up.