LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   SuSE 9-- trying to make boot floppy and rescue disk (https://www.linuxquestions.org/questions/linux-newbie-8/suse-9-trying-to-make-boot-floppy-and-rescue-disk-129854/)

hindenbergbaby 12-29-2003 03:21 PM

SuSE 9-- trying to make boot floppy and rescue disk
 
I'm trying to be good and make a boot disk and rescue disk of my SuSE 9 installation... I installed off CD originally and do plan on keeping the disks... is it still necessary to make boot and rescue disks, or is the rest of this just an exercise in futility?

Anyway, I format my disks using fdformat, and use YAST to try to make the disk. First it tells me there's no image on the installation medium... What exactly does this mean? Then it forwards me to the next screen, where it is supposed to copy the files, and says I either have no disk in the drive or I don't have root privileges... Tried it as root, of course, a few times, same error message all the time. My disks APPEAR to be good, and I've tried several... Any ideas what I'm doing wrong?

shoe

jailbait 12-29-2003 09:14 PM

"I'm trying to be good and make a boot disk and rescue disk of my SuSE 9 installation..."

I used to run SuSE but switched to Fedora. You can make a boot floppy on SuSE using Yast. That is apparently not working for you so I'll explain how to do it by hand.

Log in as root. Mount the first SuSE install CD. Put a blank floppy in the floppy drive. The boot floppy image is at /media/cdrom/disks/bootdisk assuming that SuSE did not change the name in SuSE 9.0. The best clue is that a boot floppy image is always 1.4MB in size. SuSE also has an explanation of how to do this in /media/cdrom/disks/README. To make the image use this command:

dd if=/media/cdrom/disks/bootdisk of=/dev/fd0

" is it still necessary to make boot and rescue disks, or is the rest of this just an exercise in futility?"

Boot disks and rescue CDs are real life savers when you have major system problems. Also you need to keep backups and be able to restore the backups using the rescue CD. The boot disk is extremely handy to have when you destroy your bootloader.

I highly recommend that you use LifeBoat to create a rescue CD:

http://users.rcn.com/srstites/LifeBo...home.page.html
___________
Steve Stites


All times are GMT -5. The time now is 06:13 PM.