I'm trying to use grub to boot Linux on a reiserfs partition.

If I run grub
    root (hd0,4)
    embed /boot/grub/reiserfs_stage1_5 (hd0)
    setup
    quit

it says
    Running "install (hd0,4)/boot/grub/stage1 d (hd0) (hd0)1+19 p
(hd0,4)/boot/grub/stage2"
The install succeeds, but on boot up, grub loads stage 1.5 and then says
it fails on line 146.

If I change the install command to
    install (hd0,4)/boot/grub/stage1 d (hd0) (hd0)1+19
(hd0,4)/boot/grub/stage2 p (hd0,4)/boot/grub/menu.lst
grub boots the to grub command shell, but does not install the menu.

Thanks,
-gaylord


_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to