Jump to content

cdshell file not found error


m1kehunter

Recommended Posts

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.

Link to comment
Share on other sites


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.

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

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?

Link to comment
Share on other sites

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

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