You can take grub.cs452.iso and burn it to a CD. If you feel masochistic... To make a boot floppy from these disk images, run dd if=stage1_dhcp of=/dev/fd0 bs=512 count=1 dd if=stage2_dhcp of=/dev/fd0 bs=512 seek=1 Where /dev/fd0 is your floppy device. These images were created from a modified version of grub 0.97. To patch vanilla grub 0.97, get the included patch and run .../grub-0.97$ patch -p0 < grub-0.97.cs452.patch The patch fixes some networking issues, and adds VBE multiboot support. It's based off a similar patch found at http://www.djm.co.za/spoon/grub/vbe.php Some day I'll clean this up and try to get it into the grub trunk. Enjoy, Stefanus