Building a grub boot disk
From blag.wiki.aktivix.org
(for those that need a GRUB boot disk, this works, use recovery cd to get shell)
# fdformat /dev/fd0 # mke2fs /dev/fd0 # mkdir -p /mnt/floppy # mount -t ext2 /dev/fd0 /mnt/floppy # grub-install --root-directory=/mnt/floppy '(fd0)' # cp /boot/grub/grub.conf /mnt/floppy/boot/grub/grub.conf # umount /mnt/floppy
GRUB Resources
- GRUB Manual
- GRUB homepage
- Grub wiki
- Linux+Win+Grub HowTo
- Linux Recovery and Boot Disk Creation with Grub.
- Win32 Grub
- Booting with GRUB
- WinGRUB
- GRUB Installer for Windows
- GRUB for DOS - Bridging DOS/Windows to Unix/Linux