Upgrading a PC to Fedora Core 4 with no boot media
So, there you are. You've just downloaded the latest version of Fedora, but you've run out of blank CDs or DVDs to burn it to to install it. How do you upgrade it from the CD/DVD images on disk?
- Mount the .iso file somewhere
- Dig out the boot-cd image from the mounted image
- Mount the boot-cd image
- Copy the files in ./isolinux to /boot/FC4
- Make an entry in /etc/grub.conf
- Reboot
- Select Fedora Core 4 Install
- Select a HDD install and supply the path to your images
- Answer a few questions
- Drink beer and wait
- Enjoy upgraded workstation!
[~]# mount -o loop -t iso9660 FC4-i386-DVD.iso /tmp/fedora/
[~]# cd /tmp/fedora/images/
[images]# mount -t iso9660 -o loop boot.iso /tmp/bootdisk/
[images]# cp -rv /tmp/bootdisk/isolinux/* /boot/FC4/
`/tmp/bootdisk/isolinux/boot.cat' -> `/boot/FC4/boot.cat'
`/tmp/bootdisk/isolinux/boot.msg' -> `/boot/FC4/boot.msg'
`/tmp/bootdisk/isolinux/general.msg' -> `/boot/FC4/general.msg'
`/tmp/bootdisk/isolinux/initrd.img' -> `/boot/FC4/initrd.img'
`/tmp/bootdisk/isolinux/isolinux.bin' -> `/boot/FC4/isolinux.bin'
`/tmp/bootdisk/isolinux/isolinux.cfg' -> `/boot/FC4/isolinux.cfg'
`/tmp/bootdisk/isolinux/memtest' -> `/boot/FC4/memtest'
`/tmp/bootdisk/isolinux/options.msg' -> `/boot/FC4/options.msg'
`/tmp/bootdisk/isolinux/param.msg' -> `/boot/FC4/param.msg'
`/tmp/bootdisk/isolinux/rescue.msg' -> `/boot/FC4/rescue.msg'
`/tmp/bootdisk/isolinux/snake.msg' -> `/boot/FC4/snake.msg'
`/tmp/bootdisk/isolinux/splash.lss' -> `/boot/FC4/splash.lss'
`/tmp/bootdisk/isolinux/TRANS.TBL' -> `/boot/FC4/TRANS.TBL'
`/tmp/bootdisk/isolinux/vmlinuz' -> `/boot/FC4/vmlinuz'
[images]# tail -7 /etc/grub.conf
title Fedora Core 4 Install
root (hd0,0)
kernel /FC4/vmlinuz root=/FC4 ramdisk_size=8192
initrd /FC4/initrd.img
title FC4 Memtest
root (hd0,0)
kernel memtest
(The memtest entry isn't necessary, but it's useful to check your RAM
[~]# reboot
The system is going down for reboot now!
[~]# df /storage
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hdd1 153837436 93153688 52869204 64% /storage
This tells me that I need to tell the installer to use /dev/hdd1 as the install device. The path will be /storage/redhat/fedora/core/4/i386/iso/
Modern Linux installs are very easy. No more questions about your monitors horizontal sync frequencies or stuff like that.
Ah! Beer! That cool refreshing drink! (Or you could practise your Klingon grammar...)
[~]# cat /etc/redhat-release
Fedora Core release 4 (Stentz)
This method can also be used for network installs, where step 8 involves sharing out the mounted disk image via NFS, and pointing the install over the network to that nfs mount. e.g., select NFS install, give the name of the server, and the exported directory. This may actually be faster than a CD install for older machines, depending on the network cards they have.
2 Comments
About Me
Contact
- Unsolicited Bulk Email (spam), commercial solicitations, SEO related items, link exchange requests, and abuse are not welcome here and will result in complaints to your ISP.
- email the webmaster
- Any email to the above address may be made public at the sole discretion of the recipient.
Other Stuff
Some Blogs
- WWdN: In Exile (Wil Wheaton)
- Uncertain Principles
- Crooked Timber
- Official Google Blog
- Wine Library TV
- Slashdot
- waider
- waidesworld
- Making Light
- The Language Hat
- Neil Gaiman
- Whatever: John Scalzi
- Charlie Stross's Diary
- Ken MacLeod
- Dave Langford's Ansible
- Contrary Brin
- Stephen Fry
- Veronica Belmont
- Mahalo
- Merlin Mann
- Kung Fu Grippe
- Jonathan Coulton
- David Gerrold
- Orcinus
- The Sideshow
- Josh Marshall
- Atrios (Eschaton)
- Hullabulloo
- 43 Folders
- Wis[s]e Words: Ceci n'est pas un blog
- Wil Harris
- Boing Boing
- Engadget
- Gizmodo
- LifeHacker
- The Poor Man
- Creative Commons
Environental Sites
Apple News and blogs
- Apple Hot News
- Mac Rumors
- Andy Ihnatko
- TUAW
- MacRumors
- Apple Insider
- Fake Steve Jobs
- Erica Sadun iPhone developer
- Mac OS X Hints
- 9 to 5 Mac
- MacWorld
Linux News
Photography News and blogs
- DPReview
- Photo.net
- This Week in Photography
- TWiP Blog
- Strobist (flash photography)
- Stuck In Customs (HDR)
- Pentax
- Pentax Support
- The Gimp
- Photomatix
- PhotoFocus
News and Politics
- Google News
- BBC News
- South China Morning Post
- HK Standard
- UK Guardian
- Your Yahoo!
- WhiteHouse.org
- Christian Science Monitor
- The Onion (Even better than the real thing!)
Podcasts
Web Comics
- User Friendly by Illiad
- Sheldon by Dave Kellett
- Dilbert by Scott Adams
- Doonesbury by Trudeau
- XKCD by Randall
- The Joy of Tech comic by nitrozac
- PVP Online by Scott Kurtz
- Real Life by Greg Dean
- Questionable Content
- Mega Tokyo
- WonderMark by David Maliki
- Girl Genious
- Penny Arcade by Gabe and Tycho
- NASA astronomy picture of the day
- The World of Lily Wong
- Hi Jinks Ensue
- Three Panel Soul
- Girls With Slingshots


I'm impressed! especially by the green and white stripey paper you had on the teltype console of your PC.
I've been wanting to do the printer paper backdrop for a while now. It turned out to be quite easy to do with CSS.