$Id: grub.txt,v 1.1 2008/02/13 23:09:49 jerry Exp $ # grub.txt # # To create a grub boot floppy with menu.lst on it # first format it ext2 using linux fdformat & mke2fs # umount /flop > /dev/null 2>&1 mount -t ext2fs /dev/fd0 /flop cd /flop mkdir boot mkdir boot/grub cp /boot/grub/stage1 /flop/boot/grub cp /boot/grub/stage2 /flop/boot/grub cp /boot/grub/menu.lst /flop/boot/grub cd umount /flop grub --batch --device-map=/dev/null <