Fedora 9 linux operating system got out, and we didn’t have much luck running it on the eee pc…

How to install fedora 9 on a usb pendrive

First problem, you will need at least an 8GB usb pendrive or SDHC card (I have a 4GB USB). Fedora 9 needs just over 4GB because of a huge uncompressed system image.

Here are some instructions about how to get it installed:

  • Boot from the live CD your production computer.
  • Insert your USB pendrive
  • You may need to unmount your USB drive in order to install on it. Go to Applications/ System Tools/ Terminal and type

umount /media/disk

if the name disk wasn’t asigned to your usb, you can type

cd /media

ls

and replace disk by the result.

  • Now, you can click on the install to hard drive icon from your desktop
  • On the picture below, you will find an example of what to do

fedora usb hard disk installer

You have to be careful with this step, you could format your regular hard disk or mess up your boot sequence. Your usb will also be formated, so be sure to back up your data first.

So, you need to uncheck your standard hard disk, and leave only your usb drive for installation (sdb in our case). Choose also your usb as the drive to boot from.

Clicking on next will continue the installation process.

I’m sorry I don’t have more supstance to present you about Fedora 9, but in the meantime, you can find a system customized for the eee pc and based on fedora on this page, eeedora.

Update: Thanks to jaboydjr, who shared with us an installation method for fedora 9, which can indeed run on the eee pc. Respect!