I have been looking for an answer, but not find any searching the web. So - I hope there are some people here that can help me.
I going to re-install Fedora 14 and several other OS-es on a multi boot system.
Now - my normal procedure is to install fedora 14 last and use the grub boot loader to load the other OS. As I use a hard disk to regularly install an experimental OS I keep my grub boot on a back-up floppy. The installation is done (as root) in this way:
modprobe floppy
fdformat /dev/fd0
mke2fs /dev/fd0
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
This works great. If your mbr is overwritten by another OS you can use the boot floppy to get into Fedora - no problem.
However - my new system has no longer a floppy disk drive (no connection the motherboard). I wonder if can use a USB stick in stead of a floppy to boot Fedora if my mbr is overwritten. I only have no clue how to do that. The above procedure can obviously not be used, because a stick is no floppy.
Can anyone give me the good procedure to do this. Please notice - I am NOT asking for a full Fedora on the stick!!! I only want t use the stick to boot my hard drive based Fedora if the mbr is overwritten.
Thanks in advance.