Ape said:
Sorry about dat. My 1GB (yes 1GB) flash drive is now bootable to DOS,
with said DOS files available from the flash drive. All except your
large Ghost executable, that is.
Sitting in DOS, ready to install, say W98, won't help me with booting
to XP, or starting an install of XP which is my goal. XP's setup.exe
is not DOS executable of course.
Thanks
Apeman
The WinXP has two executables. One works in DOS, one works in a
32 bit Windows environment. Try both of them. (You'd use the 32 bit
one, if you were currently booted into Win2K, and were attempting to
upgrade.)
WINNT32.EXE
WINNT.EXE
A naively constructed DOS boot disk, when used to install WinXP,
will lack good file caching. The file copy phase can run extremely
slowly. Don't panic. It will finish eventually, and after the next
reboot step, the installation will pick up to the normal speed. It
isn't worth the time to fix the DOS system, for improved
performance - it will take you more time to add files and fiddle around,
than you'll save time during the installation. These are the options
I tried with smartdrv here. Smartdrv is not perfect, in that the
cache seems to purge itself at regular intervals, so it slows
down every once in a while. The reason I'm using the large settings
seen in this example, was I was experimenting to see how large
I could make them. It didn't seem to help, to make them this large.
It still suffered occasional slowdowns, while some of the 5000 files
on the WinXP installer were copied.
******* autoexec.bat *******
mscdex /D:MSCD001 /L:R
pause
a:\smartdrv.exe /V 32768 32768 /E:32768
******* end of autoexec.bat *******
And this is my config.sys. The X=A000-CFFF was applicable
on my Asrock VIA based motherboard, for some reason, and
took me a whole bunch of reboots until I worked out the
right range (at least, with these settings, I could
finish the boot OK). My current Intel chipset motherboard,
might need some other settings. The question mark after
DEVICE, causes the boot process to pause until you hit Enter.
I like to view the output, after each step, to be sure
everything is OK.
******* config.sys *******
DEVICE?=HIMEM.SYS /TESTMEM:OFF
;DEVICE?=EMM386.EXE /RAM
DEVICE?=EMM386.EXE NOEMS X=A000-CFFF
DEVICE?=XCDROM.SYS /D:MSCD001
FILES=20
BUFFERS=20
DOS=HIGH,UMB
STACKS=9,256
******* end of config.sys *******
Since I use that floppy for more than just installing WinXP, it
has stuff in it you don't need. You could try just adding
smartdrv for example, as a first step. Or, not bother at all,
your choice.
So as a non-expert, I find the boot floppy, needed to be
adjusted, depending on the computer it was used on.
For help with DOS, try this site. Smartdrv is listed here
as a topic.
http://www.vfrazee.com/ms-dos/6.22/help/
Paul