Reprint Source: http://www.upzxt.com/article/winpe/10333.html
Install the CentOS system in WinPE using a USB flash drive, simply record it and make some minor changes to the original.
Personal experience: General U disk PE tools will generally choose the old peaches, this tool is very powerful, integrated with a variety of installed tools, using it whether Windows, Linux, MacOS can be installed, and very light, as long as hundreds of trillion, made of PE after the U disk can still store data, Here is the process for installing CentOS using PE:
1, install WinPE on the USB stick. Recommended to choose the Old Peaches U disk tool,: self-baidu ~
2, in the root directory of the USB stick to establish a directory named LMT, the installation image Centos-6.4-x86_64-minimal.iso () copied into the LMT directory under the USB drive;
3, the installation image Centos-6.4-x86_64-minimal.iso in the images, isolinux two directories copied into the root directory of the USB stick, otherwise the installation will be prompted to find/images/install.img. (Cannot copy/images/install.img to CD root only)
4. Insert the USB stick into the computer. Restart the computer, enter the BIOS select USB drive, F10 save exit;
5, the system shows the boot menu of old Peaches after booting from USB stick. The menu has a "Start custom iso/img file (LMT directory)" and select the item. The system will list the ISO files in the LMT directory, directly enter the corresponding serial number can be installed.
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M02/85/68/wKiom1eisn7z17jCAAFBxVmhF_o283.jpg "title=" Slide1.jpg "alt=" Wkiom1eisn7z17jcaafbxvmhf_o283.jpg "/>
If the following error occurs during installation:
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M02/85/69/wKiom1eiwiCyGnvHAADjaYAhAV4874.jpg "title=" Slide1.jpg "alt=" Wkiom1eiwicygnvhaadjayahav4874.jpg "/>
This error indicates that the installed file could not be found, the workaround:
Copy the Centos-6.4-x86_64-minimal.iso original ISO file to the root directory of the USB stick and reinstall it. U disk space is not enough, you can only keep "images" and "Isolinux" two folders, all the rest of the deletion, and then copy Centos-6.4-x86_64-minimal.iso to the root of the USB stick directory.
Unable to start network card
When the installation is complete, if you cannot automatically enable the network card, or if you do not have a eth0 device, use:
# ifconfig-a
To see if there are other network adapters in addition to the LO network card, such as P3P1, if you have to execute the following command:
# Mv/etc/sysconfig/network-scripts/ifcfg-p3p1/etc/sysconfig/network-scripts/ifcfg-eth0
# sed-i ' s#device=p3p1#device=eth0#g '/etc/sysconfig/network-scripts/ifcfg-eth0
# >/etc/udev/rules.d/70-persistent-net.rules
# reboot
If Eth0 does not start after rebooting, you can change the Onboot parameter in the configuration file to Yes, and then:
#/etc/init.d/network Restart
When this is viewed through Ifconfig, the NIC Eth0 appears
Questions about color Matching
In the newly installed system, when we use SSH connection, may appear color-insensitive situation, this time adjust the CRT session property settings: (There are many ways to modify the color parameters, but do not mind the modification, the original color parameters are very good, do not display the color is very large probability is a local SSH configuration problem)
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M00/85/6D/wKiom1ei9uvBIOmJAAD-Y6txnoM935.jpg "title=" Slide1.jpg "alt=" wkiom1ei9uvbiomjaad-y6txnom935.jpg "/>650" this.width=650; "src=" http://s4.51cto.com/wyfs02/ M01/85/6d/wkiol1ei9wdj2_ztaaepi2taujo748.jpg "title=" slide2.jpg "alt=" Wkiol1ei9wdj2_ztaaepi2taujo748.jpg "/> 650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M02/85/6D/wKiom1ei9xayiZgbAADeDLwRKsY403.jpg "title=" Slide3.jpg "alt=" Wkiom1ei9xayizgbaadedlwrksy403.jpg "/>
Here also has the character set modification, the best system and the client are changed to UTF-8, if these color match also cannot satisfy the need, can modify the parameter to change the color, the method is many, here does not introduce.
This article is from the "Trying" blog, make sure to keep this source http://tryingstuff.blog.51cto.com/4603492/1834236
USB Universal PE Installation CentOS