• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Install Linux how???

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

scap

Member
Joined
Jul 25, 2001
Location
Austin, tx, usa
I have installed before however on the computer i am trying to do this it doesn't have the option of booting from the cd (really old) so how would i do this.

Thanks
\

Its red hat 7.1 by the way
 
if the comptuer or you have a zip drive, you can use ZipSlack from slackware to load a scaled down version of slackware onto a zip disk and load it from that.
 
Try updating the BIOS first, that may let you boot from cd. Else you'll have to make a boot disk. Look at RedHat's site for bootdisk images.
 
Well i figured it out. Anyways for anyone in the future this is what you do.

1. Find a DOS disk (an old win 98 boot disk will work)

2. put the linux cd in the cd rom

3. use the DOS utils dir on the cd and run rawrite.exe

4, point it to make the following disk from files out of the image folder boot.img bootnet.img and drivers.img

5. Use those to load up Linux

yey !!! :)
 
you're going to have to make a boot disc from the redhat cd. mount both a empty floppy and the redhat installation disc. go the folder with the boot.img file then issue this command as root :

# dd if=boot.img of=/dev/fd0 bs=1440k

the file boot.img is in the images folder on the cd.
 
Back