LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   making a setup disk (https://www.linuxquestions.org/questions/linux-newbie-8/making-a-setup-disk-31940/)

KnightAbel 10-04-2002 09:32 PM

making a setup disk
 
I'm trying to make a setup floppy since I can't boot from my cdrom, but whenever I try to copy boot.img from the images folder of my Red Hat 7.2 disk, it says there is not enough space on my disk (there actually is, I don't know what's wrong). I have already completely reformatted the floppy, so it's not that.

any suggestions?

DavidPhillips 10-04-2002 10:31 PM

you need to use rawrite to put the image on the disk using windows, in linux we use dd

DavidPhillips 10-04-2002 10:33 PM

the .img file is a filesystem image, you cannot create a boot disk by copying it to a floppy.

ToeShot 10-04-2002 10:37 PM

try dd fi=/path/boot.img fo=/dev/fd0

DavidPhillips 10-04-2002 11:19 PM

dd if=/path/boot.img of=/dev/fd0

KnightAbel 10-05-2002 01:51 AM

thanks, I figured it out. For some reason my book says to place the image directly on the disk.


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