On 2006/09/07 06:48, Mark Nichols wrote: > I can wget the .tar or .img file after PXELINUX booting. If you're using the tarball you'll need to install the boot loader. The .img.gz is meant for dd'ing onto the drive; something like this: # wget -O- http://path/to/file | gunzip -c | dd of=/dev/whatever bs=64k