|
|
我做一张win2000 pro(en)和win2000 pro(cn)的启动安装光盘,做好iso文件后,用mkbootcd.exe来生成启动文件,命令是:mkbootcd win2k2in1.iso - < mkbootcd.txt,
结果出现:*Error - Seek out of range(Volume Descriptor) !
If Multi sessioned, use -M option.
这个错误,我对应的mkbootcd.txt内容如下:
;
; MKBOOTCD command file created by Gary Tong
; for DiskEmu.bin v0.8 Beta
;
; Center the MultiBoot Menu Title in a 24-character range
; / \
-S MultiBoot Menu Title
bootcat.bin
;
;--- Boot entries ---
; Default boot image entry
; Boot Media Type = No Emulation
-T0
; Sector Count in 512-byte sectors
-C8
; Recommended DiskEmu.bin Load Segment is between 4000 and 9000
-L5000
diskemu.bin
; Continue with remaining boot image entries
; Only each Section's first bootable image will appear in DiskEmu.bin's Menu
; 80x86 Platform ID w/high bit set to avoid PC BIOS multiboot menu
-P80
; Use Default Load Segment (07C0)
-L0
; Up to nine boot images may be listed here
; Left justify the Menu text for each entry in a 28-character range
; / \
-T0
-C4
-SSetup Win2000 Professional Chinese Version
wprosect.dat
-SSetup Win2000 Professional English Version
wsrvsect.dat
; etc...
不知道是那里写错了,请各位帮帮忙!
|
|