When debugging cdshell.ini using cdshw.com I get an error after I try and select either Windows XP Professional Corporate or Windows Server 2003 Enterprise. The error I receive for Win XP is:
Error: File not found
[command: chain] [line: 28.2] [file: cdshell.ini]
the error for Win Server is the same except the line is 29.2 as opposed to 28.2
I've placed and astrix after the problem lines for easier reference.
boot:
cls
print "\n"
print "Press Enter to boot from DVD... \n"
getkey 5 boot 0x80
if $lastKey == key[enter]; then goto menu
# When no key found...
goto boot
# Printing the Interface
menu:
set textColor= color[grey on black]
set boldColor= color[cyan on black]
cls
print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
print c "\cXXAdvanced Multi-Boot DVD \n\n"
print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n"
print "1) Windows XP Professional Corporate \n"
print "2) Windows Server 2003 Enterprise \n"
print "\n"
print "Q) Quit to Command Prompt \n"
print "R) Reboot \n"
print "ESC) Boot 1st Harddisk \n"
print c "\n"
MainKey:
getkey 20 boot 0x80
if $lastKey == key[1]; then chain /PRO1.DAT *
if $lastKey == key[2]; then chain /3ENT.DAT *
if $lastKey == key[q]; then end
if $lastKey == key[r]; then reboot
if $lastKey == key[esc]; then boot 0x80
goto menu
end
This is driving me crazy....any help would be greatly appreciated.
Page 1 of 1
cdshell file not found error
#2
Posted 09 January 2005 - 12:31 PM
m1kehunter, on Jan 8 2005, 06:37 PM, said:
When debugging cdshell.ini using cdshw.com I get an error after I try and select either Windows XP Professional Corporate or Windows Server 2003 Enterprise. The error I receive for Win XP is:
Error: File not found
[command: chain] [line: 28.2] [file: cdshell.ini]
the error for Win Server is the same except the line is 29.2 as opposed to 28.2
.....
if $lastKey == key[1]; then chain /PRO1.DAT *
if $lastKey == key[2]; then chain /3ENT.DAT *
.....
This is driving me crazy....any help would be greatly appreciated.
Error: File not found
[command: chain] [line: 28.2] [file: cdshell.ini]
the error for Win Server is the same except the line is 29.2 as opposed to 28.2
.....
if $lastKey == key[1]; then chain /PRO1.DAT *
if $lastKey == key[2]; then chain /3ENT.DAT *
.....
This is driving me crazy....any help would be greatly appreciated.
I am having simillar problem
I am using CDshell with BCDW 2.0 plugin
The CD Image works perfect in Virtual PC 5.2
So i burnt it to CD.
Now I am getting the same error File Not Found
Also while i got dropped to console, i tried dir command
the dir command was not able to show any containt.
This must be the problem.
While all the files on CD are perfectly accessible while under Windows/DOS then why the CDShell cann't access the files?
#3
Posted 12 January 2005 - 03:01 AM
I had that problem with a different command....
I fixed it by copying all of the fonts, and modules from cd shell... then it worked... hope this helps....
I fixed it by copying all of the fonts, and modules from cd shell... then it worked... hope this helps....
#4
Posted 16 January 2005 - 07:26 PM
BrandonS_Mil, on Jan 12 2005, 03:01 AM, said:
I had that problem with a different command....
I fixed it by copying all of the fonts, and modules from cd shell... then it worked... hope this helps....
I fixed it by copying all of the fonts, and modules from cd shell... then it worked... hope this helps....
i have all files in place. but still same error.
also why did the image/cd runs perfect on virtual pc and dont work on real pc?
i tried to boot from the cd i burnt, but it didn't work
but same cd i can capture in virtual pc and boot/install perfectly.
- ← onkey 1 run *.ima ::should *.ima be at root.. y/n
- Multi-Boot CD/DVDs
- multi-boot/install older OS questions →
Share this topic:
Page 1 of 1



Help
Back to top









