Jump to content

Multi-Boot CD Help


Anikan

Recommended Posts

Hello, :) I am having a problem when testing an iso image on VMware (it's a Multi-Boot ISO) with XP OEM, XP Corporate, Server2003, WIN2000 PRO, Server2000, WINME and WIN98 SE. WINME and WIN98 are booting find but all the other OSs don't boot.

This is the error I get: CDBOOT: Cannot boot froM CD - Code: 5.

here is my cdshell.ini:

boot:

cls

print "\n"

print "Press Enter to boot from CD... \n"

print "\n"

print "10 seconds remaining until auto-boot to 1st Hard Disk \n"

getkey 10 boot 0x80

if $lastKey == key[enter]; then goto main_menu

main_menu:

clear

print "\c4E "

print "\c4E Jim's Advanced Multi-Boot DVD "

print "\c4E [Main Menu] "

print "\c4E "

print "\c2E "

print "\c2E "

print "\c2F [1] Windows XP Professional SP1 OEM "

print "\c2F [2] Windows XP Professional Corporate "

print "\c2F [3] Windows Server Enterprise 2003 Corporate "

print "\c2F [4] Windows 2000 Professional SP4 "

print "\c2F [5] Windows 2000 Server Standard SP4 "

print "\c2F [6] Windows ME "

print "\c2F [7] Windows 98 SE "

print "\c2F "

print "\c2F [Q] Quit to Command Prompt "

print "\c2F [R] Reboot "

print "\c2F [ESC] Boot first Hard Disk "

print "\c2F "

print "\c2F "

print "\c2F "

print "\c1F Please select an item "

print "\c1F (First hard disk will boot after 2 minutes) "

getkey 20 boot 0x80

clear

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

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

if $lastKey == key[3]; then chain /3ENT.DAT

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

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

if $lastKey == key[6]; then memdisk /ME.IMA

if $lastKey == key[7]; then memdisk /98SE.IMA

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

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

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

end

What did I do wrong? Pls can someone help me!

Link to comment
Share on other sites


  • 3 weeks later...

Hello. I just wanted to let you know that I solved this problem, CDBOOT: Cannot boot froM CD - Code: 5. It doesn't have anything to do with nero, the problem was the *.DAT files that I downloaded from http://flyakite.msfnhosting.com site..

I did not read this "NOTE: If the boot sectors I have provided for download to not work for you I have provided a section on how to create your own. Please check the "Boot Sectors" section under "Get Help"." until a week ago...

:)

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