Computing.Net > Forums > Disk Operating System > how to make boot from usb cdrom 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.

how to make boot from usb cdrom cd

Reply to Message Icon

Name: birdming
Date: April 15, 2005 at 04:26:12 Pacific
OS: ?
CPU/Ram: ?
Comment:

I want to make a cd which can be boot from the usb cdrom.
below are my config.sys and autoexe.bat
config.sys
DOS=HIGH,UMB
lastdrive=Z
device=HIMEM.SYS
REM The following line loads Panasonic's universal USB- controller driver
devicehigh=USBASPI.SYS /v /w /e
REM the following is an aspi mass storage driver for usb- connected HDs and compactflash memory cards
devicehigh=DI1000DD.SYS
REM The following line loads an optional CD-ROM driver
devicehigh=USBCD.SYS /d:USBCD001
autoexe.bat
@ECHO OFF
PROMPT $p$g
LH MSCDEX /D:usbcd001 /L:Z

it can't be boot from usb cdrom
I have no idea what wrong with it,if anyone can tell me what's the problems kindly, I would appreciate your help.



Sponsored Link
Ads by Google

Response Number 1
Name: Mechanix2Go
Date: April 15, 2005 at 04:36:48 Pacific
Reply:

Hi,

Unfortunaly, it needs to try to boot from the USB CD before it ever looks at config.sys

Config.sys & autoexec.bat are not looked at until it boots.

Is your BIOS set to boot from USB?

M2


If at first you don't succeed, you're about average.


0

Response Number 2
Name: birdming
Date: April 17, 2005 at 19:18:07 Pacific
Reply:

Mechanix2Go

I have no idea what you talk about.

Of course I have set the BIOS to boot from USB.


0

Response Number 3
Name: gbaney
Date: May 1, 2005 at 04:25:05 Pacific
Reply:

Could some please help with this. I am trying to boot a toshiba notebook with external cd rom and floppy drive. I have created my
config.sys
[CD]
device=usbaspi.sys /v /w
device=usbcd.sys /d:usbcd001
device=himem.sys /testmem:off
autoexec.bat

@ECHO OFF
set EXPAND=YES
SET DIRCMD=/O:N
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%CDROM%:\
copy command.com %RAMD%:\ > NUL
set comspec=%RAMD%:\command.com
copy extract.exe %RAMD%:\ > NUL
copy readme.txt %RAMD%:\ > NUL
mscdexe.exe /d:usbcd001

with the rest as per 98 boot disk.


My machine boots and loads the controllers, finds 2 usb devices but seems to hang on the 3rd device. If I unplug my floppy drive the following is then displayed

ASPI Device : ID:0 LUN:0 = NU CDRW/DVD SBW242U U301
(NU is the cd rom make so I assume it is seeing the device)

Corrupt or missing: usbcd.sys, ramdrive.sys.....
error config.sys line 10, line 20....

The above I understand is due to me unplugging the drive and the files not been able to load but this is the only way to get past the the hang stage.

Please help !!!!


0

Response Number 4
Name: Techie1
Date: May 18, 2005 at 05:38:37 Pacific
Reply:

to gbaney
To boot a toshiba notebook with external floppy drive and external CD Rom drive make such USB KB/Mouse emulation is disabled in BIOS and that usb legacy emulation is enabled.

Hope this heps
techie1
UWN


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 Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: how to make boot from usb cdrom cd

Boot From Usb-cdrom www.computing.net/answers/dos/boot-from-usbcdrom/14154.html

How to make boot-up disk? www.computing.net/answers/dos/how-to-make-bootup-disk-/451.html

How to boot from USB cd? www.computing.net/answers/dos/how-to-boot-from-usb-cd/12968.html