Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

Subject: Yet another USB boot problem :(

Original Message
Name: Svit
Date: April 23, 2008 at 06:36:49 Pacific
Subject: Yet another USB boot problem :(
OS: DOS
CPU/Ram: na
Model/Manufacturer: na
Comment:
Hello was hoping that someone would be kind enough to save my hairline.

Goal: boot to ghost.exe with usb2 support to image load harddisk.

I can get this to work at USB 1.1 speeds. It takes 2 hours.

Symptom: Can boot to command prompt without USBASPI.SYS. With USBASPI.SYS it installs the ASPI manager but then cannot find the command.com file, and any other file after invoking in config.sys device=usbaspi.sys. I suspect that it loses track of the path to disk after loading usbaspi.sys. How do I get it to keep track of the path to disk? I have tried many different solutions from many different website, I have read the big usbaspi thread on this site and it always runs in to a problem with not finding the command.com file "Enter name of Command Interpreter (for example, C:\Windows\Command.com) c>" There quite obviously is something that I do not understand or have missunderstood, as I have tried this on a number of different comps and USB. I am (almost desperately) hoping someone can steer me straight on this as, as far as I can tell this should work.

Yours hopefully

SvIT

option USBCD loads usbaspi.sys

Config.sys

[menu]
MENUITEM=cd,CD
menuitem=USBCD, Start computer with (USB) CD-ROM support.
MENUITEM=USBDOS,USB DOS
MENUITEM=intel1,Intel Pro/100
MENUITEM=intel1k,Intel Pro/1000
MENUITEM=hp,Broadcom
MENUITEM=3com,3Com
MENUITEM=wmware,WMware
menudefault=USBCD,30

[cd]
LASTDRIVE=Z
DEVICE=c:\CD\OAKCDROM.SYS /D:mscd001

[USBCD]

DEVICE=HIMEM.SYS /TESTMEM:OFF
DOS=HIGH,UMB
SWITCHES=/F
BREAK ON
SHELL=c:\COMMAND.COM /P /E:1024
FILES=60
BUFFERS=30
STACKS=9,256
Lastdrive=Z
DEVICE=oakcdrom.sys /D:MSCD001
DEVICE=USBASPI.SYS /V /NORST
DEVICE=USBCD.SYS /D:USBCD001
DEVICE=DI1000DD.SYS


[USBDOS]

rem ---------------
Stacks=9,256
device=himem.sys /testmem:off
rem device=aspiehci.sys
device=usbaspi.sys /v/w
rem device=usbcd.sys /d:usbcd001

LASTDRIVE = Z

rem ---------------


[intel1]
DEVICE=\net\protman.dos /I:\net\Intel1
DEVICE=\net\dis_pkt.dos
DEVICE=\net\Intel1\E100B.dos

[intel1k]
DEVICE=\net\protman.dos /I:\net\Intel1k
DEVICE=\net\dis_pkt.dos
DEVICE=\net\Intel1k\E1000.dos

[hp]
DEVICE=\net\protman.dos /I:\net\B57
DEVICE=\net\dis_pkt.dos
DEVICE=\net\B57\B57.dos


[3com]
DEVICE=\net\protman.dos /I:\net\3Com
DEVICE=\net\dis_pkt.dos
DEVICE=\net\3com\el90x.dos

[wmware]
DEVICE=\net\protman.dos /I:\net\WMware
DEVICE=\net\dis_pkt.dos
DEVICE=\net\WMware\pcntnd.dos

AUTOEXEC.BAT

@echo off

prompt $p$g


GOTO %CONFIG%

REM --------

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%:\;c:\;%CDROM%:\
copy command.com %RAMD%:\ > NUL
set comspec=%RAMD%:\command.com
copy extract.exe %RAMD%:\ > NUL
copy viktigt.txt %RAMD%:\ > NUL

:ERROR
IF EXIST ebd.cab GOTO EXT
echo S„tt i Windows 98 Stardiskett 2
echo.
pause
GOTO ERROR

:EXT
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
echo De diagnostiska verktygen har laddats till enhet %RAMD%.
echo.

REM --------

:intel1
\net\netbind.com
GOTO net_ghost

:intel1k
\net\netbind.com
GOTO net_ghost

:hp
\net\netbind.com
GOTO net_ghost

:3com
\net\netbind.com
GOTO net_ghost

:wmware
\net\netbind.com
GOTO net_ghost

:cd
c:\cd\mscdex.exe /d:mscd001 /l:q
cd \ghost
echo Loading...
ghost -fni -rb -sure
GOTO end

:net_ghost
set comspec=%RAMD%:\command.com
cd \ghost
echo Loading...

ghost -fni -rb -sure
GOTO end

:end


Report Offensive Message For Removal

Response Number 1
Name: DosX
Date: April 25, 2008 at 09:29:16 Pacific
Subject: Yet another USB boot problem :(
Reply: (edit)
The problem is, that you boot of USB drive that is emulated as an ordinary drive by bios. Once you load USB drivers, emulation stops - C: drive no longer exist. I see only two solutions:
1: do not use USB drivers
2: create a ram drive before you use USB drivers and copy the needed files to it. Of course copying files while inside config.sys can be tricky, but 4dos command interpreter (command.com replacement) can be used *inside* config.sys to "execute some initial batch jobs". See 4help (part of 4dos package) "Starting 4dos" for explanation.

4dos download page: http://www.4dos.hit.bg/

BTW I didnt try to do all of that...


Report Offensive Follow Up For Removal

Response Number 2
Name: mavis007
Date: April 27, 2008 at 13:12:50 Pacific
Subject: Yet another USB boot problem :(
Reply: (edit)
"...kind enough to save my hairline..."

... ya just a (future) suggestion, create another partition, copy ghost image to it.

... either make that partition bootable or use the CD...(dos bootloader + bat file(s)ghost.exe blah blah ;)

... use the ghost option (or script) restore image to partition.

... restoring @ least 4 times faster than usb2 + less hairloss

Grrrr
wat do I know?
... got brain freeze


Report Offensive Follow Up For Removal



Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: Yet another USB boot problem :(

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software



Version Tracker Pro
Keep your software current and secure, effortlessly

Click Here for a Free Scan

Driver Agent
Automatically find the latest drivers for your computer.
Click Here for a Free Scan



The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC