Howto Install Fedora From a USB Flash Key Drive

Fedora LogoFrom time to time it is comfortable to be able to install software from USB devices; keys and sticks rather than burning CDs and DVDs and the like for installation.

Outlined here below are the essential commands for preparing an USB memory key with Fedora 7 installation image.

Here is the bug report. Please provide feedback if you can.

Download the Fedora disk image from a mirror:

cc@fedora:~$ wget http://ftp.tu-chemnitz.de/pub/linux/fedora-enchilada/linux/releases/7/Fedora/i386/os/images/diskboot.img

Copy the bootdisk image to the USB device:
Be aware to choose the right device before transferring the bootdisk image. Ensure by either mount and unmount the USB key device before doing the operation or check the contents of the device. Make sure that the USB device is unmounted before transferring.

cc@fedora:~$ sudo umount /dev/sda1

Copy the img to the usb key device:

cc@fedora:~$ dd if=diskboot.img of=/dev/sda

Reboot and start a network based install
When you reboot you’ll be able to choose network installation. Both HTTP-based and FTP-based install are available. I prefer HTTP-based install, since they seem to work smother than the FTP-based. Before the actual installation takes place you are asked to provided a URL of a Fedora mirror, from where the installation can fetch required packages etc. Help yourself by writing down a URL before rebooting.

linux askmethod

Feel free to comment. Please report if this method is useful for Debian, Ubuntu or OpenSUSE installations too.

Related posts:

  1. Fedora Howto: Install From Memory-stick
  2. Howto install Fedora Core 5 (FC5) from a USB-stick
  3. Xen Howto: Install Windows
  4. Howto Install Windows XP / Vista on Xen
  5. Ubuntu Howto: Install Xen
  6. Howto Install Oracle on Debian
  7. Ubuntu Howto: Install Oracle
  8. Fedora Core 6 videos
  9. Fedora Core 6 (codename Zod) released
  10. Fedora

Popular Related Items »

1 Comment »

  1. you said,

    May 9, 2009 @ 19:05

    cunt

RSS feed for comments on this post · TrackBack URI

Leave a Comment