Create a bootable USB
Sunday, June 14th, 2009Try 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.
