|
我用以下两种方法制作WinXP的启动光盘,但都没有成功,所遇的问题却一样,请各位高手帮我分析一下。出现的问题是:从光驱启动后,当加载完一些驱动程序及一些必要的文件后(估计是快进入安装界面时),出现如下错误提示:
STOP:C0000221 Unknown Hard Error
\systemRoot\System32\ntdll.dll
之后就没反应了。
我用的方法是:
1、用“无忧教学”中介绍的WinXP的制作方法,即用CDIMAGE来制作。
2、用“http://www.nu2.nu”站点上介绍的方法,其方法如下:
Bootable Windows XP CD-Rom
This will show you how to create a bootable Windows XP (final build 2600!) Home Edition or Professional CD-Rom. Optionally you can add security hotfixes and other stuff to your CD. The boot catalog and NT bootstrap loader are hidden, just like the original bootable Windows XP CD-Rom.
Note: This will not create a "dual" bootable CD with Home and professional together on one CD. I think we need a Linux box to create it.
The steps to create are:
If you have not already setup cdrpack version 1.3 then download cdrpack v1.3 (624KB).
This file contains a workspace where you can build your bootable CD's from.
Unpack the cdrpack13.zip file to a directory on your local harddisk.
Make sure you expand the subdirectories! So when using pkunzip.exe use the -d option!
Download Windows XP add-on (2KB). Unpack the wxp_addon.zip file into the same directory as cdrpack 1.3.
Make sure you expand the subdirectories! So when using pkunzip.exe use the -d option!
The add-on contains, the Windows XP bootstrap loader (same as Windows 2000) and the "build.mak" file.
Copy from your Windows XP CD the "i386" folder to cds\wxppro_us\disk1\.
You will find the cds\wxppro_us\disk1\ folder in the same directory as where you have unpacked the cdrpack and Windows XP addon.
The location of the i386 folder may differ, for example when you have a dual boot MSDN cd-rom it will be in \%lang%\winxp\%edition%, where %lang% is your language, like "ENGLISH", "GERMAN" and %edition% is "Home" or "Pro". Other CD's may have it just in the root or in some other location.
Copy from Windows XP CD into cds\wxppro_us\disk1\ the following files:
Always copy: win51
If you are building a Windows XP Home edition CD copy: win51ic
If you are building a Windows XP Professional CD copy: win51ip
Optionally copy (from Windows XP CD) into cds\wxppro_us\disk1\ the following files:
AUTORUN.INF
README.HTM
SETUP.EXE
Edit the file i386/txtsetup.sif
section [SetupData], and change (or verify) SetupSourcePath = "\"
Copy the latest security patches to cds\wxppro_us\disk1\.
All other files and folders you want in the CD-Rom filesystem must also be added to cds\wxppro_us\disk1.
Things you could add are: latest internet explorer, directx, ...
Edit the file cds\wxppro_us\build.mak change the "volumeid" if you like and put your name into the "preparer" variable.
Let's check some files to see if they are in the right place.
Make sure that the following files exist:
cds\wxppro_us\disk1\w2ksect.dat
cds\wxppro_us\disk1\i386\bootfix.bin
cds\wxppro_us\disk1\i386\setupldr.bin
cds\wxppro_us\disk1\win51
If you are building a Windows XP Home edition CD: cds\wxppro_us\disk1\win51ic
If you are building a Windows XP Professional CD: cds\wxppro_us\disk1\win51ip
If one or more files are missing do not continue! Go back to correct it!
Start the batch file "run.bat".
From the "Main menu" select "Build & Burn" and "wxppro_us".
To have more Windows XP versions available from cdrpack to build (on another CD), you can just rename the "wxppro_us" folder to any other name you want, and go again from step 2.
Done!
|
|