O
O
Oliver Nordfox2014-11-04 14:16:38
macOS
Oliver Nordfox, 2014-11-04 14:16:38

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
}

The partition with OS X (it's the first on hd1) has Chameleon.
I've tried changing msdos1 to gpt1, doesn't help. How to reconfigure?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oliver Nordfox, 2014-11-04
@emostar

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 question

Ask a Question

731 491 924 answers to any question