Grub 1 on Ubuntu 104.

Olivier Nicole Olivier.Nicole at cs.ait.ac.th
Mon Jul 12 05:54:09 UTC 2010


Thanks Jordon,

It happens to be an error from update-grub:

from a Grub2 grub.cfg file that has:

set root=(hd0,2)
linux /... root=/dev/sda2

it was creating a menu.lst with:

root (hd0,2)
kernel /... root=/dev/sda3

while the correct information is:

root (hd0,1)
kernel /... root=/dev/sda2

Doing a +1 where it was not expected and not doing a -1 where it was
needed.

Bests,

Olvier




More information about the ubuntu-users mailing list