В Mon, 5 Nov 2012 22:35:16 +0200
Alex Kanavin <[email protected]> пишет:

> menuentry "OS X" {
>     insmod hfsplus
>     insmod part_gpt
>     insmod chain
>     set root='(hd0,gpt2)'
>     chainloader /System/Library/CoreServices/boot.efi
> }
> 
> but I'm getting this error: "not a valid root device".
>

It should be

set root='hd0,gpt2'

_______________________________________________
Help-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-grub

Reply via email to