I made an integrated boot disk related to Linux using isolinux and it worked well. Later, I tried to add Lao Mao's WinPE to it. After adding, when booting, the following prompt appeared. My production process is as follows:
1. Added some files on the basis of the original one that could boot normally, that is, added the two folders of Lao Mao's MiniPE and WXPE;
2. Used the loadbin tool (loadbin-0.1-bin-w32-2008-03-01) to make the xpeldr.bin file
D:\> mkimage ldntldr.bin SETUPLDR.BIN xpeldr.bin
Among them, the SETUPLDR.BIN file was directly copied from the file in the WXPE directory of Lao Mao's PE CD and added to the ISO after being made;
3. Modified isolinux.cfg and added the following information:
LABEL WinXPE
MENU LABEL Start Windows XP Embedded (WinPE)
KERNEL /xpeldr.bin
When booting, the following error prompt appeared:
INF file txtsetup.sif is corrupt or missing, status 14.
Setup cannot continue. Press any key to exit.
The directory structure of my made CD is as follows:
Strangely, I made the same thing on a USB flash drive using syslinux to boot the same WinPE. The code related to PE in syslinux.cfg is as follows:
LABEL WinXPE
MENU LABEL Start Windows XP Embedded
KERNEL /ldntldr
APPEND initrd=/ldrxpe
And on the USB flash drive, only the MiniPE directory and the ldntldr and LDRXPE files are needed, and the WXPE directory is not needed. This way can boot normally, but it doesn't work on the CD.
May I ask where I made a mistake??
[ Last edited by cxz1012 on 2009-3-19 at 08:43 ]
1. Added some files on the basis of the original one that could boot normally, that is, added the two folders of Lao Mao's MiniPE and WXPE;
2. Used the loadbin tool (loadbin-0.1-bin-w32-2008-03-01) to make the xpeldr.bin file
D:\> mkimage ldntldr.bin SETUPLDR.BIN xpeldr.bin
Among them, the SETUPLDR.BIN file was directly copied from the file in the WXPE directory of Lao Mao's PE CD and added to the ISO after being made;
3. Modified isolinux.cfg and added the following information:
LABEL WinXPE
MENU LABEL Start Windows XP Embedded (WinPE)
KERNEL /xpeldr.bin
When booting, the following error prompt appeared:
INF file txtsetup.sif is corrupt or missing, status 14.
Setup cannot continue. Press any key to exit.
The directory structure of my made CD is as follows:
Strangely, I made the same thing on a USB flash drive using syslinux to boot the same WinPE. The code related to PE in syslinux.cfg is as follows:
LABEL WinXPE
MENU LABEL Start Windows XP Embedded
KERNEL /ldntldr
APPEND initrd=/ldrxpe
And on the USB flash drive, only the MiniPE directory and the ldntldr and LDRXPE files are needed, and the WXPE directory is not needed. This way can boot normally, but it doesn't work on the CD.
May I ask where I made a mistake??
[ Last edited by cxz1012 on 2009-3-19 at 08:43 ]
