Hi all,
a few days ago I had to install Debian (my favourite GNU/Linux distribution) on a friend’s laptop. One way to do this is using a small USB flash drive.
The required steps to create a Debian USB installation flash drive are the following:
- Get the boot image (boot.img.gz file) of your architecture (e.g. i386) from installer-i386_boot.img.gz. You many need another architecture look stable_main_architecture.
- Insert your USB stick.
- (Optional) Unmount your USB stick if it is automatically mounted.
- Prepare USB stick (will erase data):
- $> zcat boot.img.gz > /dev/sdX
- Unplug and plug the usb stick (or just mount the disk:
- $> mount /dev/sdX /var/mytest
- Download the Net Install ISO image (size ~160 MB) from http://www.debian.org/CD/netinst/#netinst-stable (select netinst image) or the Businesscard image (size ~40 MB) from http://www.debian.org/CD/netinst/#businesscard-stable (select businesscard image)
- Copy the downloaded ISO image to your USB stick:
- $> mount /dev/sdX /var/mytest
- $> cp <path/to/iso/image> /var/mytest
- $> umount /dev/sdX
- Ready 🙂
Now you can plugin this usb stick to the computer on which you would like to install Debian stable and set the BIOS to boot from USB stick.
Regards,
Adrianos Dadis.
—
Democracy Requires Free Software.