On Friday 08,October,2010 04:29 PM, Barry Jackson wrote:
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?



Sure, use


menuentry 'Mandriva 2010.1 x86-64' {
search --no-floppy --label --set 2010_1_64_root
linux /vmlinuz root=LABEL=2010_1_64_root ro
initrd /initrd.img
}


Goh Lip


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

Reply via email to