Jump to content

Adding Partition Softwares to Multi Bootable Disk


dongiridhar

Recommended Posts

I have created the Multiboot DVD using CDShell and using http://flyakite.msfnhosting.com/ document. I followed steps given in this document and BANG! Right first time I could make bootable DVD disk and it is working fine. I have tested the DVD, all the Windows installiation are working properly. I could use this for Win 2K, 2K Server, 2003, XP, NT 4 server, 98 ….

Now I have small problem while adding the Partition software to this disk. I want to insert the “Partition Softwares in to my DVD”

In CDSHELL.ini file i have Sub menu for “Available Partition Software list”.

Under this menu

print "1) Partition Software\n"

print "2) Acronsis Partition Software\n"

print "3) Run fdisk.exe\n"

print "4) Run part.exe\n"

print "5) Run XYZ.exe\n"

Now,

Partition Software: I need a IMG file to load ( i dosent have CD for this.)

I will use following Syntax,

if $lastKey == key[1]; then memdisk /partition/PIAG.IMA

Acronsis Partition Software: I have bootable CD. Guide me how to make IMG file from that ( I tried to create a iso and ima file from CD and loaded thru Virtual PC. .. Works fine. When tried with Bootable disk … It doesn’t boot. :} )

I will use following Syntax,

if $lastKey == key[2]; then memdisk /partition/ACRO.IMG

For rest of option what command I need to use for fire any valid exe ??

I guess i need to load the dos first. (If yes let me know how as i am new to this)

FYI: part.exe is partition utility which works fine with 98 bootable disk (1.44MB)

How is the syntax which need to be used to execute part.exe ??

I tried following but it dint worked

if $lastKey == key[4]; then run /partition/part.exe

I am new for this field and please guide me :whistle:

Edited by dongiridhar
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...