OverFlow wrote:I am going to say the files got corrupted... start with a clean source and try again...
I had a "Manifest Parse Error" just a few weeks ago. It happens to me _only_ in VirtualPC: VMWare and VirtualBox never hit the problem. Rebuilding the DVD from clean sources didn't help.
OverFlow wrote:(if you cant say anything nice )
He did say something nice: his is the only post I've found with reasonably explicit instructions for multiboot-disk mode :-).
Now I seem to have finally got it to work (at least in a virtual machine) but I'm not convinced that I'm doing exactly the expected steps.
So here's what I've done and I would appreciate it if someone could point out where I'm going wrong.
I have what I think is a standard flyakite AIO-DVD with a bunch of OSes, the relevant ones here being Windows XP Pro and Home.
I have SP3 of each of those in a directory (e.g. \SETUP\XP\Pro\SP3) and I've copied that to e.g. \SETUP\XP\Pro\SPR
and then slipstreamed RyanVMs post-sp3 pack, slipstreamed WMP11 using boooggy's slipstreamer and finally slipstreamed IE7 using nLite.
At this stage things still work.
Now I want to add DriverPacks to both Pro and Home SPR.
So I run DPs_BASE.exe in disk mode, select \SETUP\XP\Pro\SPR, select all driver packs and export xp-pro.ini
Now I run DPs_BASE.exe in disk mode, select \SETUP\XP\Home\SPR, select all driver packs and export xp-home.ini
Finally I run DPs_BASE.exe in multiboot disk mode, add xp-pro.ini and xp-home.ini and specify the AIO root directory.
Then I let it slipstream.
Now I have to copy \SETUP\XP\Pro\SPR\I386\txtsetup.sif to \PRAR (for my unattended-with-apps install).
Finally I have to modify \PRAR\txtsetup.sif to put SetupSourcePath the way it needs to be to work.
I build an ISO, fire up the VM and early in the text-based setup it complains that there is no amdide.sys.
I find amdide.sy_ in \SETUP\XP\Pro\SPR\I386, copy it to \PRAR and try again. This time it's missing
atiide.sys.
I compare txtsetup.sif against the txtsetup.sif that was there before.
There's a small section of diffs:
amdide=amdide.sys
amdide1=amdide1.sys
atiide=atiide.sys
nvrd325=nvrd325.sys
nvraid=nvraid.sys
siside=siside.sys
viaide=viaide.sys
OK, I copy all of those over. Now it cannot find 3wareDrv.sys.
That's in a much larger section of diffs (about 118 lines!).
Well I'm not prepared to try 118 times, so I whip up a bat file to copy all of these files from
\SETUP\XP\Pro\SPR\I386 to \PRAR.
Now it boots. I can see the driver packs being processed so it looks like all is well (although I've yet to try on real hardware).
My problem, obviously, is that I've had to copy 125 or so files from I386 to \PRAR (and also my
boot-unattended and boot-normally directories too).
I cannot believe that this step is normally required and that no-one has mentioned it.
So did I miss some instructions somewhere?
Did I misuse the tool?
Is it intended to work with some other multiboot disk arrangement?
Does DPs_BASE.exe in fact generate this info for me somewhere and I've just missed it?
-- deadbug