Ron....asuming that you let it install the default grub
bootloader the below is cut and pasted from the command:
info grub
and was found in the FAQ's section.
Alan
How to create a GRUB boot floppy with the menu interface?
The easiest way is:
1. Create filesystem in your floppy disk. For example:
$ mke2fs /dev/fd0
2. Mount it on somewhere, say, `/mnt'.
3. Copy the GRUB images to `/mnt/boot/grub'. Only
`stage1',
`stage2' and `menu.lst' are necessary. You may not
copy
"stage1.5"s.
4. Run the following command:
$ /sbin/grub --batch <<EOT
root (fd0)
setup (fd0)
quit
EOT
"Luther, Ron" wrote:
>
> Hi all,
>
> I'm very new to this stuff.
>
> I finally have a Mandrake 7.1 distribution up and running at home.
>
> I'd like to create a "rescue" or "bootdisk" diskette. {I'm planning to
> re-install the Win98 portion of my "dual boot" machine - but I'm worried
> about the possibility of not being able to get back into Mandrake.}
>
> Is there an 'easy' way to do this?
>
> Ron Luther
> Telxon Corporation