There was a problem with a friend's server recently. After knowing that his server is assembled and configured with a RAID5 array, the system is currently unable to boot properly, and the middle of a power system is off, the data is damaged, RAID is in the process of data repair, but after the replication is complete, the system cannot start. And reinstalling the system will also report the need to format the disk, this time if the direct installation and fear of data corruption, but he needs to back up the data, so think of the WinPE system, but for now, Baidu can find the PE system is no RAID array card driver, or the array card driver is wrong, To this end I need to customize a PE system to solve this problem, here will be the PE system customization method to say, I hope to meet such problems in the future friends have helped;
First download the Windows AIK Toolkit, and then we install on the Windows 7 operating system that is installed, and click on "Windows AIK Installer"
Click "Next"
Accept the agreement and click "Next"
Default installation location, click "Next"
Click "Next"
Installation complete, click "Off"
Run the Deployment Tools command prompt as an administrator
Copype.cmd x86 c:\winpe_x86 #复制PE的系统, X86 to 32bit,amd64 64bit
C:\winpe_x86\winpe.wim C:\winpe_x86\ISO\sources\boot.wim #复制文件到引导盘
Dism/mount-wim/wimfile:c:\winpe_x86\iso\sources\boot.wim/index:1/mountdir:c:\winpe_x86\mount #mount Image
Mount the Ready RAID card driver to the system boot disk;
Dism/image:c:\winpe_x86\mount/add-driver/driver:c:\winpe_x86\intelraid/recurse #加载驱动, other drivers can also be loaded in
Copy C:\Program Files\Windows Aik\imagex file to C:\winpe_x86\mount\windows\system32
Dism/unmount-wim/mountdir:c:\winpe_x86\mount/commit #卸载mount
Then copy the PE system can be;
At this time we see PE has been generated to complete, this time we burn into a CD-ROM;
This article comes from "System Operation Dimension" Systemdevops "" blog