# # How to make a grub boot floppy # # # Original Document # ----------------- # http://Linux-Boot.net/Loaders/Grub/Examples/grub.boot-floppy.txt # # # 18-Aug-05 amo Date-of-Birth # # # # info grub # # # find your grub libraries # ------------------------ # cd /usr/lib/grub/i386-pc # cd /boot/grub # cd /var/lib # # dd if=stage1 of=/dev/fd0 bs=512 count=1 # 1+0 records in # 1+0 records out # dd if=stage2 of=/dev/fd0 bs=512 seek=1 # 153+1 records in # 153+1 records out # # # End of file