Hello Goswin,<br>                    What is the exact problem? Grub should be backward compatible with this syntax based on my configuration and i am using grub 1.99<br><br>In my menu entry i have without any root in the syntax.<br>
search --no-floppy --fs-uuid --set 2f31d97b-c633-4c76-9e3a-a50ab3f76e41<br><br>my whole example<br>menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686' --class debian --class gnu-linux --class gnu --class os {<br>
        insmod part_msdos<br>        insmod ext2<br>        set root='(hd0,msdos1)'<br>        search --no-floppy --fs-uuid --set 2f31d97b-c633-4c76-9e3a-a50ab3f76e41<br>        echo    'Loading Linux 2.6.32-5-686 ...'<br>
        linux   /boot/vmlinuz-2.6.32-5-686 root=UUID=2f31d97b-c633-4c76-9e3a-a50ab3f76e41 ro  quiet<br>        echo    'Loading initial ramdisk ...'<br>        initrd  /boot/initrd.img-2.6.32-5-686<br><br><br>can you please explain more or can we close the bug?<br clear="all">
<br>-- <br>Regards<br>Martin Naughton