Installing Debian Lenny from a USB stick with Windows.

by Mike

I recently purchased an Acer Aspire REVO for the purposes of a Development server that I can keep running 24/7 without the fear of racking up electricity bills. The trouble is, it has no cd-rom, so I set about looking to install from a USB disk.

After a bit of googling, it wasn’t quite obvoius how to achieve this, so here is what I ended up with.

You’ll need a USB disk, formatted as FAT32 - for the purposes of this article, we’ll assume the usb disk is mounted on G:

First of all you’ll need dd for windows.

Then boot.img.gz from here

Extract boot.img.gz to the same place you put dd (I stuck it in c:/) and simply run:

dd.exe if=boot.img of=\\.\g: bs=1M

Once this is completed, remove the disk and re-insert it to fresh the filesystem, upon opening it up you’ll find all the necessary files needed to boot.

The final step is to add a disk image to install from, I used the NetInst ISO - simply drop it into the root of the usb disk.

That’s it, boot the USB disk