Run:
Code:
drd
If it list B:\ as your USB drive, then this is a know problem.
The freedos image currently only scans from C: to Z: for the location of the necessary files.
Add "B" to bin\ubcd.bat in level3\autorun3.cab:
Code:
:_nobcdw
for %%i in (C D E F G H) do if "%cddrv%"=="" call %0 : _testdrv %%i:
to:
Code:
:_nobcdw
for %%i in (B C D E F G H) do if "%cddrv%"=="" call %0 : _testdrv %%i:
that will do the trick I think. Let me know if it works.
_________________
Download
Ultimate Boot CD v5.0:
http://www.ultimatebootcd.com/download.htmlUse
Parted Magic for handling all partitioning task:
http://partedmagic.com/