Jump to content

Multiboot DVD including UBCD4Windoews with cdshell?


ajy0903

Recommended Posts

Hello.

I have a question about Multiboot-DVD, including UBCD4Windoews with cdshell?

What i mean is that i made Multiboot-DVD, but i also have UBCD4 Windows as live cd.

So, i wanted to include UBCD4Windows to Multiboot-DVD.

Does anyone know about this?

I know have read the guide from flyakite's site.

But, his guide is old that it only has UBCD for DOS.

Thanks for reading this.

Link to comment
Share on other sites


Glad I could help.

Thanks.

And these are how did i make it work:

First, I put the folder "BCDW", in the main root of multiboot dvd.

Second, i put folder "CMDC", in the main root of multiboot dvd.

Third, i put folder "I386", of the UBCD4Win, inside the BartPe Output folder, in the main root of multiboot dvd and renamed it as BPE1.

Forth, i put folder "PROGRAMS", UBCD4Win, inside the BartPe Output folder, in the main root of multiboot dvd

Fifth, i put "autorun.inf" from BartPE Output folder to root of multiboot dvd.

Sixth, i put "BOOTSECT.BIN", that is from the UBCD4Win inside the BartPe Output folder, in the root of the multiboot dvd.

Seventh, i opened the "BOOTSECT.BIN", using HexEdit Workshop and in the and of that list, i put it as: "SETUPLDR.BINBOOTFIX.BINBPE1" which is all the

UBCD4Windows stuffs are in.

Eighth, i went in the folder BPE1, i opend the "SETUPLDR.BIN" with Hex Workshop, pressed "CTRL + H", make it, clicking "Text String", did find I386, and

replaced it to BPE1, pressed ok to replace and apply it, and i saved that file.

Ninth, i went into BCDW folder, from UBCD4Win, inside the BartPe Output folder, in the main root of multiboot dvd and opened the "BCDW.INI", and put this as

code, under the "MenuItems" section: \BPE1\setupldr.bin.

Tenth. i opend the cdshell.ini, and put this code:

XP_UBCD:

cls

print r "\n\cXXPress \c1EF1 \cXXfor Help \n"

print c "\n\cXXUltimate Boot CD For Windows \n"

print c "\cXX컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴컴 \n"

print "1) UBCD \n"

print c "\n\n"

print "Press any key to return to main menu... \n"

XP_UBCD_Key:

getkey 20 goto menu

if $lastKey == key[1]; then chain /BOOTSECT.BIN

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

goto menu

Eleventh, i just did same procedure to make Multiboot DVD, using the flyakite's guide, that is from, http://flyakite.msfn.org/.

Then, i burned it to DVD, using Burncdcc, tested out, and it worked.

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