Computing.Net > Forums > Windows NT > Bootable CD

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Bootable CD

Reply to Message Icon

Name: wong
Date: June 12, 1999 at 07:46:55 Pacific
Comment:

Hi, I've managed to make a bootable CD (Using Adaptec CD Creator version 3.5) but it can only boot with no CD support options. The boot image was created using a MS-DOS 6.0 with a little menu with separate options for ASPICD and OAKCDROM (ie.

[menu]
menuitem=OEMCD, Start computer with OEM CD-ROM support.
menuitem=MSCD, Start computer with MSCD CD-ROM support (OAKCDROM.SYS).
menuitem=NOCD, Start computer WIHTHOUT CD-ROM support.
menucolor=7,0

[OEMCD]
device=a:\himem.sys
device=a:\sys\aspi2dos.sys
device=a:\sys\aspi4dos.sys
device=a:\sys\aspi8dos.sys
device=a:\sys\aspi8u2.sys
device=a:\sys\aspicd.sys /D:oemcd001

[MSCD]
device=a:\himem.sys
device=a:\sys\aspi2dos.sys
device=a:\sys\aspi4dos.sys
device=a:\sys\aspi8dos.sys
device=a:\sys\aspi8u2.sys
device=a:\sys\oakcdrom.sys /D:mscd001

[NOCD]
device=a:\himem.sys

[COMMON]
files=10
buffers=10
dos=high,umb
stacks=9,256
lastdrive=z
device=display.sys con=(ega,,1)
country=044,,country.sys
install=mode.com con cp prepare=((437) ega.cpi)
install=mode.com con cp select=437
install=keyb.com uk,,keyboard.sys

for all CD options, after the first line

device=a:\sys\aspi2dos.sys

the loading stop, and I have to reboot. These drivers were taken from the win98 startup disk. The only different from the win98 disk was the himem.sys was not calling with /testmem:off

ie. win98
device=himem.sys /testmem:off

Anybody know what is wrong?
Thanks in advance.



Sponsored Link
Ads by Google

Response Number 1
Name: Alvin
Date: June 17, 1999 at 04:39:41 Pacific
Reply:

You need to execute the file Microsoft's CD ROM Extension (MSCDEX.EXE) from autoexec.bat file in order to acces your drive. Add the following line to your autoexec.bat file.

goto %config%
:OEMCD
[path]\mscdex /d:oemcd001 {for OEMCD}
goto end
:MSCD
[path]\mscdex /d:mscd001 {for MSCD}
goto end


0

Response Number 2
Name: wong
Date: June 17, 1999 at 04:56:20 Pacific
Reply:

I've got those lines in my autoexec.bat. It works fine on the floppy. All the files on the floppy was marked with READONLY, and had turned the WRITE protection ON to stimulate the condition of the CD while booting (avoid write back). As I said, the only different is the /testmem:off which is not recognised by the HIMEM.SYS of DOS 6.0. Any ideas?


0

Response Number 3
Name: JayWalt
Date: April 27, 2000 at 21:35:43 Pacific
Reply:

I am having the same problem, i wanna boot off a cd into dos and have access to files on the cd that are not in the boot image, buut it fails to load the cdrom drivers, my cd is basically setup as above, someone please help, there may be something i can heklp u with as well, just ask!! :-)


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows NT Forum Home


Sponsored links

Ads by Google


Results for: Bootable CD

How to create bootable CD for Windo www.computing.net/answers/windows-nt/how-to-create-bootable-cd-for-windo/19364.html

Creating a bootable CD www.computing.net/answers/windows-nt/creating-a-bootable-cd/380.html

Creating NT Server 4.0 bootable cd? www.computing.net/answers/windows-nt/creating-nt-server-40-bootable-cd/6942.html