#32 bit LENNY #make sure sdf is your usb flash drive cd /tmp sudo wget http://ftp.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-nonfree_0.22.tar.gz wget ftp://ftp.debian.org/debian/dists/stable/main/installer-i386/current/images/hd-media/boot.img.gz sudo zcat boot.img.gz > /dev/sdf sudo mount /dev/sdf /mnt cd /mnt/ tar xvfz /tmp/firmware-nonfree_0.22.tar.gz sudo wget http://cdimage.debian.org/debian-cd/current/i386/iso-cd/debian-504-i386-netinst.iso cd - sudo umount /mnt ################################################ #64 bits LENNY #make sure sdf is your usb flash drive cd /tmp/ sudo wget http://ftp.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-nonfree_0.22.tar.gz wget ftp://ftp.debian.org/debian/dists/stable/main/installer-amd64/current/images/hd-media/boot.img.gz sudo zcat boot.img.gz > /dev/sdf sudo mount /dev/sdf /mnt cd /mnt/ tar xvfz /tmp/firmware-nonfree_0.22.tar.gz sudo wget http://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-504-amd64-netinst.iso cd - sudo umount /mnt ################################################ #64 bits SQUEEZE #make sure sdf is your usb flash drive cd /tmp/ sudo wget http://ftp.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-nonfree_0.22.tar.gz wget ftp://ftp.debian.org/debian/dists/squeeze/main/installer-amd64/current/images/hd-media/boot.img.gz sudo zcat boot.img.gz > /dev/sdf sudo mount /dev/sdf /mnt cd /mnt/ tar xvfz /tmp/firmware-nonfree_0.22.tar.gz sudo wget http://cdimage.debian.org/cdimage/squeeze_di_alpha1/amd64/iso-cd/debian-testing-amd64-netinst.iso cd - sudo umount /mnt