Operating Systems > Linux and UNIX
Fedora Core 2 DVD Install without boot CD Howto
hm_murdock:
This method was cooked up by myself and MidniteCandidate. This is for anybody who has the DVD version of FC2, is doing an upgrade over a previous version of Linux, and doesn't want to bother burning the boot CD.
This howto works from the following assumptions: that you're unable to boot from DVD for some reason or another; You are already running a Red Hat system. I did this with RH9 (Shrike).
First, insert your Fedora Core 2 DVD media and mount it, then as root...
mkdir /mnt/virtcd
Now, cd to /mnt/cdrom/images. ls and you should see "boot.iso".
Now...
mount -t iso9660 -o loop ./boot.iso /mnt/virtcd
cd /mnt/virtcd/isolinux
ls and you will see vmlinuz and initrd.img. Copy both of these to your /boot directory.
Now, add the following lines to your /etc/grub.conf file...
title Fedora Install
root (0,0)
kernel /boot/vmlinuz ramdisk_size=16550
initrd /boot/initrd.img
Make sure to match the value of root to whatever is listed in your current working entry for Linux... if for example yours is
root (0,6)
Make sure that the root value for the "Fedora Install" is also
root (0,6)
Once this is done, reboot, but LEAVE THE FEDORA CORE 2 DVD OUT OF YOUR DRIVE! Select "Fedora Install" from Grub, and it should boot into a menu asking you to select your language and keyboard layout. When it reaches the menu asking for install method, select "Local CDROM" and now insert your FC2 DVD. It should find it and ask to do a media check. Best to let it do the check. Once that's complete, it will start anaconda from the DVD and that's that. You can now use any installation method you please. You may even format or repartition.
Cheers!
WMD:
Kickass :cool:
BTW, since when were DVDs ever bootable? I have this RH 7.3 DVD (2002) that requires making a floppy boot disk. Was that just a one-time thing? :confused:
worker201:
I guess it just depends on the DVD drive. The one in my Dell Dimension 8250 boots system dvds just fine. In fact, I think that MS Office XP might be on dvd nowadays.
Downloading and burning 1 dvd iso is a lot less hassle than 5 cds, or whatever Fedora is up to these days. Easier to ship, too!
hm_murdock:
Aye.
Honestly, Red Hat needs to develop an installer script that can do this for you...
If I knew how to do shellscripting, I'd do it myself... if anybody knows how, please do!
When I post the full, formal howto somewhere I can include the script.
mobrien_12:
I think I was able to boot my RH-9 DVD disk.
Navigation
[0] Message Index
[#] Next page
Go to full version