Windows 2000 Network Install?

  • Thread starter Thread starter bofhrevenge
  • Start date Start date
B

bofhrevenge

I have created a DOS network boot disk to install Windows 2000 accross the
network. This works fine when i connect to Winnt.exe on the network share,
it does say it would be faster is i loaded Smartdrive tho.

This is where the problem ocurs, if i load smartdrive then run Winnt.exe
it tells me that Setup is out of memory and fails.
Can anyone tell me how to increasr the amount of available memory?

Thanks.
 
bofhrevenge said:
I have created a DOS network boot disk to install Windows 2000 accross the
network. This works fine when i connect to Winnt.exe on the network share,
it does say it would be faster is i loaded Smartdrive tho.

This is where the problem ocurs, if i load smartdrive then run Winnt.exe
it tells me that Setup is out of memory and fails.
Can anyone tell me how to increasr the amount of available memory?

Thanks.

Your question is really a DOS question - you might get
more help if posting in a DOS newsgroup. You could try
this config.sys:

DEVICE=C:\DOS\HIMEM.SYS /testmem:off
DEVICE=C:\DOS\EMM386.EXE NOEMS
DOS=HIGH,UMB
files=30
Buffers=15,0
FCBS=4,0
LastDrive=z
 
Back
Top