Multiple PE Boot implementation methods

Source: Internet
Author: User
Tags ini

Some friends want to integrate multiple PE in the boot disk, in fact, this is not difficult, now say the implementation of the method:

First of all, install the easyboot, WINHEX (or UltraEdit), UltraISO 3 software. Set up a temporary directory on the hard disk, such as D:boot, and then build a two-level subdirectory ezboot, the easyboot required several files Ezboot.dat,loader.bin,cdmenu.ezb (sample files) copied to the Ezboot directory.

First, understand the startup process of the WinPE CD:

Take the old Peaches WinPE Bootcd_070310.iso file As an example, this ISO file is a bootable CD-ROM file, open the ISO file with UltraISO, save the boot file to D:BOOTEZBOOTXP. BIF, extract all the files from the CD to D:boot.

From the above directory structure can see the WinPE CD Boot process, first start boot file xp.bif, then find Wxpe directory Setupldr.bin, read winnt.xpe, load Winpe.is_, Then wxpentdetect.com start WinPE, ie: XP. Bif->setupldr. Bin->winnt. Xpe->winpe.is_->ntdetect.com (Note: easyboot from version 5.08, added the BCDW command, if your easyboot version is newer than 5.08, is supported by the BCDW command. Copy the Bcdw.bin from the Easyboot installation directory to the top d:bootezboot and use Run XP in the menu. BIF Replace BCDW Wxpesetupldr with the following command. BIN, note here to write the absolute path of the disc. The original xp.bif file can be deleted).

Ii. How to integrate the second WinPE of old Peaches:

Because the old Peaches WinPE, the boot file is the same, so it needs to be renamed. Take the integration of old Peaches Bootcd_070305.iso as an example, with UltraISO open save boot file for xp305.bif put to D:bootezboot, Wxpesetupldr.bin extract renamed to setupldr.305 put to D: Bootwxpe. Here xp305.bif boot to find the file is Setupldr.bin, so to modify xp305.bif file, open with Winhex, all Setupldr.bin replaced by setupldr.305, save. Same winnt.xpe name, after extraction renamed winnt.305 Copy to D:boot, open setupldr.305 with Winhex, replace all winnt.xpe with winnt.305, save. The same winpe.is_ name is the same, after extraction renamed to Winpe305.is_, copy to D:boot, with Notepad to open winnt.305, the inside of the Winpe.is_ to replace the winpe305.is_.

Third, how to modify the external program directory name:

Multiple WinPE systems, using the same external program is unlikely, especially Xppe and 2003PE simultaneously on a CD case. Above Bootcd_070305.iso For example, the extraction of external programs renamed external program 305, copied to D:boot, Winpe305.is_ renamed Winpe305.cab (or. RAR), Open with WinRAR to get a winpe.iso file, open with UltraISO, extract Wxpesystem32pecmd.ini, open with Notepad, and replace all of the "external programs" with "external program 305", Save and replace to the Winpe.iso file. Then compress this winpe.iso into a winpe305.is_ copy and replace it with D:boot. Also modify the contents of the Winpe.ini file in the external program 305 directory and replace all "external programs" with "external program 305".

Iv. What is the difference between CD-ROM Is_ (ISO) and im_ (im_) startup files:

The content of a file is different, such as winnt.305,im_ (im_) content is:

[SetupData]

BootDevice = "RAMDisk (0)"

Bootpath = "WXPESystem32"

OsLoadOptions = "/minint/fastdetect/rdpath=winpe.im_"

Is_ (ISO) content is:

[SetupData]

Bootdevice= "RAMDisk (0)"

Bootpath= "WXPESYSTEM32"

Osloadoptions= "/minint/fastdetect/rdexportascd/rdpath=winpe.is_"

Note that the system directory and file name are not wrong (take the RAMDisk method as an example).

V. Integration with Easyboot:

This step is not good to say, should be, each menu corresponding to the attention is selected "Optimize the disc file", "DOS", "Joliet", the last one to support the long file (directory) name.

Introduce you to a quick start tip:

1, with WinRAR winpe.im_ or winpe.is_ decompression to get winpe.img and Winpe.iso, replace the ISO image im_ or is_ file;

2, modify Winnt.sif and Winnt.xpe with Notepad, change winpe.im_ or Winpe.is_ to winpe.img and Winpe.iso;

3, replace the setup/setup.bat inside the winpe.im_ and Winpe.is_ for Winpe.img and Winpe.iso;

This way, although the WinPE volume is increased (it is not a problem to estimate a CD down), the startup speed is significantly increased by saving the time to understand the CBA file.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.