# 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 1. Download the netinst (Net Install) ISO image of size 150-180MB from here. # cp <image.iso> /mnt # umount /mnt Regards Amir Haris Ahmad amir@localhost.my |
Blogs >