Installing Fedora10 from USB Stick
Installing Fedora 10 from USB stick
- Download Fedora-10-i386-DVD.iso
- Download Fedora-10-i386-netinst.iso
- Create 2 ext3 partitions in USB stick (Hint: GParted is a wicked graphical tool to create partitions): A 200 MB bootable partition and another partition with the rest of space.
- Copy Fedora-10-i386-netinst.iso to 1st partition:
livecd-iso-to-disk Fedora-10-i386-netinst.iso /dev/sdb1
- Extract
images/folder from Fedora-9-i386-DVD.iso and copy to 2nd partition:mount -t iso9660 Fedora-10-i386-DVD.iso mnt-dvd/ -o loop
mount /dev/sdb2 mnt-sdb2/
cp -rp mnt-dvd/images mnt-sdb2/
umount mnt-dvd/
Note: If you do a'cp -a'as recommended in the Installing from Hard Drive section, you’ll get an error like this, so just use'cp -rp'instead:SELinux is preventing cp from creating a file with a context of iso9660_t on a filesystem. Usually this happens when you ask the cp command to maintain the context of a file when copying between file systems, "cp -a" for example. Not all file contexts should be maintained between the file systems. For example, a read-only file type like iso9660_t should not be placed on a r/w system. "cp -P" might be a better solution, as this will adopt the default file context for the destination..
- Copy DVD iso image to 2nd partition:
cp Fedora-10-i386-DVD.iso mnt-sdb2/
umount mnt-sdb2/
- Reboot with USB key inserted.
- Select install from Hard Drive and select
/dev/sdb2
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.



















[...] Click on Below link to Continue Reading at Ask4 IT Solutions ( IT Solutions Provider India) Click on this link to continue reading :- http://blog.ask4itsolutions.com/2009/01/21/install-fedora10-from-usb/ [...]