Answer the question
In order to leave comments, you need to log in
How to set up chainloader in GRUB to boot OSX from hard drive to GPT?
There are 2 HDDs on the PC and there are several operating systems:
1 hard drive in MBR, it has linux and grub2 on it
.
Previously, this config worked: /etc/grub.d/40_custom
menuentry "OSX" {
insmod hfsplus
set root="(hd1,msdos1)"
chainloader (hd1,msdos1)/usr/standalone/i386/boot0
}
Answer the question
In order to leave comments, you need to log in
I answer myself: it was necessary to change msdos to gpt in the config, and add
insmod part_gpt
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question