Jump to content

BSCRIPT to accept vista in multiboot


matt121

Recommended Posts

hi i have just created a AIO-DVD now i want to add vista to it,

my idea was to add vista files to a front directory called "VISTA" and have the VISTA.dat file residing in that folder.

now in bscript is there a way of pointing to the VISTA.dat file which is not located in main root of disc.

FILE STRUCTURE:

http://www.msfn.org/board/index.php?act=at...st&id=18956

BSCRIPT CODE:

VISTA:

cls

color 0x09

print "\n"

print "\n"

print " Windows VISTA\n"

print "\n"

print " 1) Install Windows VISTA\n"

print "\n"

color 0x0F

print " a) Boot to Floppy Drive A:\ (0x00)\n"

print " m) Main Menu\n"

color 0x0E

print "\n"

print " Esc) Boot to first hard drive (0x80) [Default]\n"

print "\n"

color 0x0B

print "Choose one: \n"

color 0x0F

getkey 30 setkey esc

onkey 1 goto VAMB

VAMB:

cd ******************** *****************************************************************

chain VISTA.DAT******** HOW CAN I MODDIFY THIS SECTION TO POINT TO \VISTA\VISTA.DAT? ******

getkey

goto exit

ANY help would be greatly appreciated.

post-78403-1187765479_thumb.png

Link to comment
Share on other sites


Thanks for the code it points to the dat file now,

but it comes up with error CDBOOT: Couldn't find BOOTMGR.

I opened the dat file in hex edit and found that there is this exact error warning in the dat

so i need some more help!

any info would be great

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...