After executing the last entry (#10) from my menu.lst file,
grub then goes on to execute entry number 0 next.

    Here is my menu.lst, edited for easier reading,

    timeout = 30
    default = 1
    # Entry 0:  Boot from floppy diskette
    title   = Boot floppy diskette
    rootnoverify = (fd0)
    chainloader  = +1
    # Entry 1:  Hamm production
    title   = Debian GNU/Linux 2.0 production system (hamm on sda2)
    root    =  (hd1,1)
    kernel  =  /boot/vmlinuz-2.0.34  root=/dev/sda2 ro
    [snip #2-#9 removed]
    # Entry 10:
    title   = Install Grub to MBR on hda where C: contains Grub's files
    root    =  (hd0,0)
    install =  /boot/stage1 (hd0)  /boot/stage2 0x8000 p /boot/menu.lst

This behavior occurs when selecting entry #10 from the grub menu.
So, the question is, after executing an install command from the
grub menu, what should grub do next?

    However, when I select entry #10 to be edited, and then type
the `b' command, the #10 commands are executed, and then I am put
into grub command line mode.

Cheers,

-- 
Jeff Sheinberg  <[EMAIL PROTECTED]>

Reply via email to