I have created a multiboot disk with one I386, no extra folders...
What I've done is
1. copy setupldr.bin to repairld.bin
2. hex edit repairld.bin to replace all references to winnt.sif to repnt.sif
3. remove entire [Unattended] section from repnt.sif
4. use the multiboot features with the following ini file....
[MenuItems]
:
C:\ ; Boot from drive C:
:
\I386\SETUPLDR.BIN ; Corporate SP2 Unattended
\I386\REPAIRLD.BIN ; Corporate SP2 w/Repair Prompt
;END
(excess coding removed from above...)
and, for driverpacks on the repair... i created a couple of files i put in the root of the CD Structure folder....
1. PRESETUP.FIX
DEL /F %systemroot%\system32\setupold.exe
2. !RUNME.CMD
copy /Y PRESETUP.FIX + I386\PRESETUP.CMD PRESETUP.CMD
move /Y PRESETUP.CMD I386
del /F PRESETUP.FIX
del /F I386\*.ORG
rd /s /q I386\LANG
rd /s /q I386\WIN9XMIG
rd /s /q I386\WIN9XUPG
rd /s /q I386\WINNTUPG
filecase /s /h /q /d /u *.*
del /F !RUNME.CMD
i then run !RUNME.CMD as the last step prior to creating the ISO.
If you'd like any clarification, or more info, i'm willing to help.
I'm also willing to share the bin files i've edited to make it work, the multiboot files, etc....
just let me know
Last edited by DizzyDen (2006-10-19 07:32:07)
always remember.....
YCGIYWG (You Can't Get, If You Won't Give)
DizzyDen