DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Create Linux Bootdisk And Fix Grub After Windows Reinstall
<b>Boot Disk Method</b>
1. Create boot disk.
For Fedora Core 3:
/sbin/grub-install /dev/fd0
For Fedora Core 4+:
mkbootdisk `uname -r`
2. Reinstall Windows. 3. boot with floppy then
grub-install /dev/hdb
<b>Rescue CD</b> 1. Boot using FC3 CD then
linux rescue chroot /mnt/sysimage grub-install /dev/hdb
http://www.fedoraforum.org/forum/showthread.php?t=1272





