To add a point, the virtual machine is necessary, because to set the EXT3 format, and the file into the test, there are set boot boot, the proposed VM virtual machine must be installed Vmtool, installation method on the Internet, or copy the ISO image file will be very tired
Just do it, and here's a summary of the procedure:
- Prepare 8g USB flash drive for a minimum of 8g, since the 64-bit CentOS installation disk has 4.3G
- Use Diskgen or other tools to draw a USB flash drive more than 300m of the partition, in the form of FAT32, the rest of the rest, remain empty, this part of the Linux in the production of ext3 format
- Install a Linux system with a virtual machine, insert a USB flash drive and press right----format--and disk Management on the U disk to open the graphical Disk Management interface--Select the empty area and format it as ext3 format
- Insert the centos6.4 DVD1 disk into the CD-ROM in the virtual machine, copy the disc isolinux the FAT32 partition of the USB drive and rename it to Syslinux
- Renaming the Isolinux.cfg file under the Syslinux folder under the USB drive is syslinux.cfg
- Copy the Images folder of the disc to the U disk
- Make the bootloader, open the terminal window, execute SYSLINUX/DEV/SDB1 (note! Syslinux is a program, if not installed, please install with yum command first)
- Copy disc ISO to EXT3 partition, note! is the full image file! Do not unzip!
- Installation disk production completed
- Booting with USB flash drive, after setting the partition, will be prompted to find the image file, press CTRL+F2 to enter the console mode
- Execute command Umount/mnt/isodir (uninstall the first partition of the USB flash drive)
- Execute command mount-t ext3/dev/sda2/mnt/isodir (Mount USB Second partition)
- Press CTRL+F6 to return to the installation screen and click Retry to continue Installation
- Choose the type of installation, I only tested the desktop, and the minimum installation, the other need for a second disc for additional consideration
- Http://wiki.centos.org/HowTos/InstallFromUSBkey This is the official note, there are questions first refer to this operation, I also refer to this understanding
USB Stick Installation CenterOS6.4