On Friday 21 October 2005 11:36 pm, Paul Bolle wrote:
> I already tried. But launching the GRUB image grub-mkimage generated
> (b.t.w. using the exact command grub-install uses) dropped me to rescue
> mode. The image grub-mkimage generated isn't exactly equal to the image
> generated by grub-install. A check with cmp suggested the only
> differences are a few bytes that grub-setup seems to have touched.

Because you didn't set the variable root. You need to do this:

root=(hd0,2)
kernel /boot/grub/core.img
boot

Okuji


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to