On 03/17/2011 11:18 AM, Goh Lip wrote:
> menuentry "only ONE linux installed " {
> insmod ext2
> search --set -f /boot/vmlinuz
> linux /vmlinuz root=UUID=xxxxxxxxxxxxxxxx ro
> initrd /initrd.img
> }
Apologies, Uriah, should be
search --set -f /vmlinuz
Hope we haven't mess up anything yet.