China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-24 16:53
中国DOS联盟论坛 » GRUB4DOS、SYSLINUX及其它启动管理软件讨论专区 » What should I do if the error "inf file txtsetup.sif is corrupt or missing" occurs? View 11,359 Replies 2
Original Poster Posted 2009-03-19 06:55 ·  中国 上海 东方有线
新手上路
Credits 4
Posts 1
Joined 2009-02-25 12:14
17-year member
UID 139829
Gender Male
Status Offline
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 ]
Floor 2 Posted 2010-02-18 14:17 ·  中国 甘肃 兰州 电信
新手上路
Credits 10
Posts 5
Joined 2009-11-01 01:34
16-year member
UID 153971
Gender Male
Status Offline
Error with INF file txtsetup.sif
I just installed a new computer and encountered this problem during boot-up detection.
Floor 3 Posted 2010-02-20 04:57 ·  中国 黑龙江 齐齐哈尔 联通
新手上路
Credits 6
Posts 3
Joined 2010-01-08 19:41
16-year member
UID 158253
Gender Male
Status Offline
Basically, it can be seen that it is caused by your image file exceeding 4GB. Find the instructions on the Internet. The solution is to rename WXPE to make it sort earlier.
Forum Jump: