Felipe Contreras

Personal blog of Felipe Contreras

Fedora 8 network install from USB

with 2 comments

This is basically a copy-paste from a similar post for Fedora 7.

wget ftp://download.fedora.redhat.com/pub/fedora/linux/releases/8/Fedora/i386/os/images/diskboot.img
sudo dd if=diskboot.img of=/dev/sdX

WARNING: be really careful to choose the right device or you might screw other partitions.

Also unmount it before doing the operation. If you want to check the contents just unplug and plug your memory stick.

When you reboot you’ll be able to choose the network installation. You’ll want to choose the HTTP method as FTP doesn’t seem to work and since you are required to type the URL of the server it’s better to write it down before rebooting.

For a list of mirrors check here (not working right now). An example URL would be:

http://spreader.yandex.net/fedora/linux/releases/8/Fedora/i386/os/

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

Thanks to this post.

Written by FelipeC

November 9, 2007 at 1:13

Posted in Fedora, Howto, Linux

2 Responses

Subscribe to comments with RSS.

  1. [...] Fedora 8 network install from USB: 6,440 [...]


Leave a Reply