Create a bootable USB

Try to download a diskboot.img, something like :

http://mirror.stanford.edu/yum/pub/centos/5.3/os/x86_64/images/diskboot.img

Then:

fdisk /dev/sdc
mkfs.ext3 /dev/sdc
dd if=diskboot.img of=/dev/sdc

Note:be sure that the usb is unmounted.

Tags: , , , ,

Leave a Reply