Results 1 to 3 of 3
hello,
I was able to successfully install RH9.2, however I did not create a Floppy boot-disk during the installation as my floppy drive was out of order at that time(last ...
- 11-22-2004 #1Linux Newbie
- Join Date
- Nov 2004
- Posts
- 167
Re-Create BootDisk
hello,
I was able to successfully install RH9.2, however I did not create a Floppy boot-disk during the installation as my floppy drive was out of order at that time(last week).
Now that my installation is running, can I create a boot-disk at least to safeguard my PC incase it crashes, or do I have to re-install all over again?., - i mean just like windows.
thanks
Toks
- 11-22-2004 #2Just Joined!
- Join Date
- Aug 2004
- Location
- Birmingham, England
- Posts
- 57
you could try reading the mkbootdisk man pages i suppose.
- 11-22-2004 #3Linux Newbie
- Join Date
- Oct 2004
- Location
- B'ham Alabama
- Posts
- 240
I assume your using GRUB
fdformat /dev/fd0H1440
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


Reply With Quote
