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!



Help
Back to top









