Creating Linux Debian bootable USB
Apr 13, 2011
#apt-get install mtools
#apt-get install syslinux
#apt-get install dosfstools
#modprobe usb-storage
#fdisk -l /dev/sda
#mkdosfs -I /dev/sda
#syslinux /dev/sda
#wget http://http.us.debian.org/debian/dists/stable/main/installer-i386/current/images/hd-media/boot.img.gz
#zcat boot.img.gz > /dev/sda
#mount /dev/sda /tmp
- Download the netinst (Net Install) ISO image of size 150-180MB from here. or
- Download the businesscard image of size 40 MB from here.
#cp
Regards Amir Haris Ahmad amir@localhost.my