Jump to content

Multi Boot DVD Adding MSPE


RedVyper

Recommended Posts

Has anyone had any luck adding Microsoft PE to your multiboot DVD's. I have gotten everything to work thus far except Microsoft PE.

I get the fallowing Message

Erorr Function Paramter Expected.

my INI file is like this

print "1) Windows XP Professional SP2 Corporate \n"

print "2) Windows XP Home SP2 Retail \n"

print "3) Windows Server 2003 Corporate \n"

print "4) Microsoft PE \n"

print "\n"

print "X) More Options... \n\n"

print "Q) Quit to Command Prompt \n"

print "R) Reboot \n"

print "ESC) Boot 1st Harddisk \n"

print c "\n"

MainKey:

getkey 20 boot 0x80

if $lastKey == key[1]; then chain /PRO1.DAT

if $lastKey == key[2]; then chain /HOM1.DAT

if $lastKey == key[3]; then goto Server2003

if $lastKey == key(4); then chain /MSPE.DAT

if $lastKey == key[9]; then end

if $lastKey == key[r]; then reboot

if $lastKey == key[x]; then goto MoreOptions

if $lastKey == key[F1]; then goto Help

if $lastKey == key[esc]; then boot 0x80

I did rename my Boot Secotor for Microsoft PE to MSPE.DAT and made the modifactions to the rest of the files.

Link to comment
Share on other sites


Here is some more infromation that may help

MSPE.DAT looks like this chaged the I386 to MSPE

00000474 0000 0000 0000 0000 0000 5345 5455 ..........SETU

00000482 504C 4452 2E42 494E 424F 4F54 4649 PLDR.BINBOOTFI

00000490 582E 4249 4E4D 5350 4500 0000 0000 X.BINMSPE.....

0000049E 0000 0000 0000 0000 0000 0000 0000 ..............

000004AC 0000 00 ...

I replaced all I386 to MSPE in the setupldr.bin file in the MSPE folder

and in the TXTSETUP.SIF here is my addition

SetupSourcePath = "\MSPE\"

ANd here is a copy of my directory structure.

I took my WINPE files from a working CD just trying to get it on my multiboot DVD. I have to be missing something.

post-82-1095459762_thumb.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...