On Friday 08,October,2010 04:29 PM, Barry Jackson wrote:
I can boot the system directly with:-
menuentry 'Mandriva 2010.1 x86-64' {
linux (hd0,21)/boot/vmlinuz
initrd (hd0,21)/boot/initrd.img
}
...but that uses sdaxx device identifiers which I am trying to avoid in
favour of labels.
Is there a later version that fixes this?
Use this
menuentry 'Mandriva 2010.1 x86-64' {
search --no-floppy --label --set 2010_1_64_root
linux /boot/vmlinuz root=LABEL=2010_1_64_root ro
initrd /boot/initrd.img
}
Goh Lip
_______________________________________________
Help-grub mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-grub