Hello
when booting under a windows 7 X86 system with a windows 98 boot disk which boots to dos my
sata cd rom drive is recgonized.
But when booting under a X64 bit system my sata cd rom drive is not recgonized.
I get the message mscd001 not found.
Below are what my config and autoexec.bat files look like.
If someone can help me I would appreceiate it,
I have tried everything.
I used the gcdrom.sys which is supposed to boot from a sata cd rom drive.
-----------------
config.sys
----------
[menu]
menuitem=CD, Start computer with CD-ROM support.
menuitem=NOCD, Start computer without CD-ROM support.
menuitem=HELP, View the Help file.
menudefault=CD,30
menucolor=7,0
[CD]
device=himem.sys /testmem:off
device=oakcdrom.sys /D:mscd001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:mscd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=gcdrom.sys /D:mscd001
device=aspicd.sys /D:mscd001
[NOCD]
device=himem.sys /testmem:off
[HELP]
device=himem.sys /testmem:off
[COMMON]
files=10
buffers=10
dos=high,umb
stacks=9,256
lastdrive=z
device=himem.sys /testmem:off
--------------------
autoesec.bat
-----
@ECHO OFF
LH MSCDEX.EXE /D:mscd001 /L:G
SET CDROM=G:
PATH=A:\;%CDROM%\
%CDROM%
echo.
