精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>电脑技术>>● 计算机光盘>>【制作可启动光盘专辑】>>Bootable Windows 2000 CD-Rom(英文)

主题:Bootable Windows 2000 CD-Rom(英文)
发信人: beelzebub.cx(泡泡龍)
整理人: beelzebub.cx(2002-01-23 17:12:59), 站内信件
Bootable Windows 2000 CD-Rom

This will show you how to create a bootable Windows 2000 Professional, Server or Advanced Server CD-Rom. Optionally you can integrate service pack, add service packs, security hotfixes and other stuff to your CD. The boot catalog and NT bootstrap loader are hidden, just like the original bootable Windows 2000 CD-Rom.

(for multiboot check out Twinkie's How-to Manual)

Joliet extensions are enabled by default, so you can have long filenames on the CD, the original Microsoft Windows 2000 bootable CD-Rom uses only ISO9660.

The steps to create are:

If you did not already setup cdrpack version 1.3 then download cdrpack v1.3 (~640KB).
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 2000 add-on. Unpack the w2k_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 2000 bootstrap loader and the "build.mak" file.


From Windows 2000 CD copy the "i386" folder to cds\w2kpro_us\disk1\.
You will find the cds\w2kpro_us\disk1\ folder in the same directory as where you have unpacked the cdrpack and Windows 2000 add-on.


From Windows 2000 CD copy into cds\w2kpro_us\disk1\ the following files:
Always copy: cdrom_nt.5
If you are building a Windows 2000 professional CD copy: cdrom_ip.5
If you are building a Windows 2000 server CD copy: cdrom_is.5
If you are building a Windows 2000 advanced server CD copy: cdrom_ia.5

Note! Be sure only one "CDROM_Ix.5" file is in the root!


Optionally copy (from Windows 2000 CD) into cds\w2kpro_us\disk1\ the following files:
autorun.inf
read1st.txt
readme.doc
setup.exe


If you have copied windows 2000 from MSDN CD...
Edit the file i386/txtsetup.sif
section [SetupData], and change SetupSourcePath = "\"


If you have copied windows 2000 from MSDN CD you can disable the product key prompt:
Edit i386/setupp.ini file, remove the read-only attribute and open the file in notepad.

Change the last 3 digits of the Pid number to 270
Example:
[Pid]
ExtraData=123456789012345678901234567890
Pid=12345270


You can apply the latest Windows 2000 Service Pack to this installation (integrated installation). So that you have an installation CD-ROM with the service pack build in.

Apply the service pack to the files in the "cds\w2kpro_us\disk1\i386" directory with the "-s" option (you must supply full path, without "i386").

For example: w2ksp2.exe -s:c:\bootcd\cds\w2kpro_us\disk1\
(sample uses service pack 2)

The update.exe can only be started on a Windows 2000 PC!

Be sure to check that the following file exists: cds\w2kpro_us\disk1\cdrom_sp.tst or cds\w2kpro_us\disk1\cdromspx.tst
(where x is your service pack level)


Copy the latest Service Pack and security patches to cds\w2kpro_us\disk1\.
You should do this even if you have done "integraded installation" so that you can use this CD to update existing win2k machines to the latest Service Pack.


All other files and folders you want in the CD-Rom filesystem must also be added to cds\w2kpro_us\disk1.
Things you could add are: latest internet explorer, directx, ...


Edit the file cds\w2kpro_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\w2kpro_us\disk1\w2ksect.dat 
cds\w2kpro_us\disk1\i386\bootfix.bin 
cds\w2kpro_us\disk1\i386\setupldr.bin 
cds\w2kpro_us\disk1\cdrom_nt.5 
If you are building a Windows 2000 professional CD: cds\w2kpro_us\disk1\cdrom_ip.5
If you are building a Windows 2000 server CD: cds\w2kpro_us\disk1\cdrom_is.5
If you are building a Windows 2000 advanced server CD: cds\w2kpro_us\disk1\cdrom_ia.5 
If Service Pack 1: cds\w2kpro_us\disk1\cdrom_sp.tst
If Service Pack 2 (or higher): cds\w2kpro_us\disk1\cdromspx.tst
(where x is your service pack level) 

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 "w2kpro_us".


To have more Windows 2000 versions available from cdrpack to build (on another CD), you can just rename the "w2kpro_us" folder to any other name you want, and go again from step 2.

Done!

[关闭][返回]