It's been on the newsgroups. Reportedly there is a problem with bscript.ini which has been modified. But there's still some grumbling that the startup menu doesn't work for everyone. I D'L it but haven't burned the iso. Waiting to see further mods.
"Confirmed a reported problem of failure in booting into anyone of the 8
XP's. The problem was found to be due to a change of the "chain" command in
the latest version of the BootScriptor: "chain" can only be applied to the
current directory! A correction of BSCRIPT.INI under the \BSCRIPT folder is
necessary to fix the problem:
1. Use WinISO to open the XPMCTP_8in1.iso
2. Right Click the \BSCRIPT\BSCRIPT.INI file, Rename it to BSCRIPT.OLD
3. Highlight the \BSCRIPT folder, Click Actions, Add Files to add the new
BSCRIPT.INI which I attached in this post.
4. Click File, Save as to save the modified ISO as XPMCTP_8in1_v2.iso.
5. Now Burn the XPMCTP_8in1_v2.iso onto a CD, everything will be working
fine.
I am sorry for bringing you the inconvenience! Have fun in editing!!"
================================================== ==========
;
; bscript.ini file for the Super Multi-Bootable CD
; Copyright © 2001-2002 by Michael K.H. Au-Yeung
; (Boot Scriptor, ILoader files are Copyright © 1999-2002 by Michael K Ter Louw, Bart Lagerweij & Gary Tong.)
; (ISOLinux amd Memdisk are Copyright © 1994-2002 by H. Peter Anvin.)
; (MSNET & CDROM Boot Disks are Copyright © 1999-2002 by Bart Lagerweij)
; (Special Credits are given to DaveH for contribution of his excellent Boot Floppy Images)
;
;
;
cls
;type bootmsg.txt
color 0x0F
print " "
color 0xCF
print " Michael K.H. Au-Yeung's WXP-MCE-TPE 8in1 Multi-Bootable CD "
color 0x0F
print "\n"
print "\n"
color 0x0A
print " 0) Install Windows XP (SP1) Professional (Volume Licence)\n"
print " 1) Install Windows XP (SP1) Home Edition (Volume Licence)\n"
print " 2) Install Windows XP (SP1) Professional (Retail)\n"
print " 3) Install Windows XP (SP1) Home Edition (Retail)\n"
print " 4) Install Windows XP (SP1) Professional (OEM)\n"
print " 5) Install Windows XP (SP1) Home Edition (OEM)\n"
print " 6) Install Windows XP (SP1) Media Center Edtion\n"
print " 7) Install Windows XP (SP1) Tablet PC Edition\n"
print "\n"
color 0x07
print " 8) Boot Windows 98 [Version 4.10.2222] with Commands support\n"
print " 9) Boot Windows 98 [Version 4.10.2222] with NTFS-Pro support\n"
color 0x0F
print " a) Boot from Floppy A (0x00)\n"
print " n) Boot Bart's Network Boot Disk\n"
print " p) Run Partition Magic 8 from a RAM Drive\n"
print " r) Boot Partition Recovery\n"
print " q) Quit Boot Scriptor & return to the Isolinux command prompt\n"
print "\n"
color 0x0D
print " g) Boot Norton Ghost 2003 Boot Disk to run GHOST.EXE\n"
print " v) Boot Norton AntiVirus 2003 Emergency Virus Repair Disk\n"
color 0x0E
print " Esc) Boot from first hard drive (0x80) [Default]\n"
print "\n"
color 0x0B
print " Hit the key of your choice: "
color 0x0F
; timeout is 30 seconds, default key is escape
getkey 30 setkey esc
onkey 0 goto volpsect
onkey 1 goto volhsect
onkey 2 goto fpppsect
onkey 3 goto fpphsect
onkey 4 goto oempsect
onkey 5 goto oemhsect
onkey 6 goto mctrsect
onkey 7 goto tbltsect
onkey 8 goto w98
onkey 9 goto ntfs_pro
onkey a boot 0x00
onkey c goto cdrom
onkey d goto di6
onkey e goto er
onkey g goto ghost2k3
onkey l goto linux
onkey n goto msnet
onkey p goto pm8
onkey q quit
onkey r goto recpart
onkey s goto sr5
onkey v goto nvus2003
onkey esc boot 0x80
erdc2002:
cd \
chain bootsect.bin
getkey
goto exit
volpsect:
cd \
chain volpsect.bin
getkey
goto exit
volhsect:
cd \
chain volhsect.bin
getkey
goto exit
fpppsect:
cd \
chain fpppsect.bin
getkey
goto exit
fpphsect:
cd \
chain fpphsect.bin
getkey
goto exit
oempsect:
cd \
chain oempsect.bin
getkey
goto exit
oemhsect:
cd \
chain oemhsect.bin
getkey
goto exit
mctrsect:
cd \
chain mctrsect.bin
getkey
goto exit
tbltsect:
cd \
chain tbltsect.bin
getkey
goto exit
cdrom:
memdisk cdrom.img
getkey
goto exit
msnet:
memdisk msnet.img
getkey
goto exit
nsw2003:
memdisk nsw2003.img
getkey
goto exit
nvus2003:
memdisk nvus2003.img
getkey
goto exit
ghost2k3:
memdisk ghost2k3.img
getkey
goto exit
msd:
memdisk boot_msd.img
getkey
goto exit
pcd:
memdisk boot_pcd.img
getkey
goto exit
w98:
memdisk w98_cmd.img
getkey
goto exit
ntfs_pro:
memdisk w98_ntfs.img
getkey
goto exit
di6:
memdisk boot_di6.img
getkey
goto exit
er:
memdisk boot_er.img
getkey
goto exit
linux:
memdisk tomsrtbt.img
getkey
goto exit
pm8:
memdisk pm8.img
getkey
goto exit
recpart:
memdisk recpart.img
getkey
goto exit
sr5:
memdisk spinrite.img
getkey
goto exit
exit:
end
|