Computing.Net > Forums > Disk Operating System > Network boot /unattend.txt install

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.

Network boot /unattend.txt install

Reply to Message Icon

Name: lord farquaad
Date: November 26, 2002 at 12:14:26 Pacific
OS: Win 2k AS
CPU/Ram: 2x2.4G / 4G
Comment:

I run a new install for my servers from a floppy that boots to the network and uses the unattend.txt to load my OS. When trying to do this with a DELL PowerEdge 2650, I get an error that says "There is not enought memory available". This floppy works for all of my other machines (except for the nic driver which I switch for the proper card). It seems that the memory is not being put into extended memory. Does anyone have any ideas for my problem? Here is my config.sys and autoexec.bat files:
CONFIG.SYS
device=a:\dos\himem.sys
REM device=a:\dos\emm386.exe FRAME=NONE
DOS=HIGH,auto,umb
FILES=30
BUFFERS=20
LASTDRIVE=Z
STACKS=9,256
devicehigh=a:\smartdrv.exe /DOUBLE_BUFFER
SHELL=A:\COMMAND.COM A:\ /E:512 /P
devicehigh=a:\NET\ifshlp.sys

AUTOEXEC.BAT
@echo off
prompt $p$g
SET PATH=a:\NET;A:\dos
a:\NET\net initialize
loadhigh a:\NET\netbind.com
rem lh a:\NET\umb.com
loadhigh a:\NET\tcptsr.exe
loadhigh a:\NET\tinyrfc.exe
rem lh a:\NET\nmtsr.exe
rem lh a:\NET\emsbfr.exe
a:\NET\net start
loadhigh a:\smartdrv c+ /v



Sponsored Link
Ads by Google

Response Number 1
Name: JackG
Date: November 26, 2002 at 14:40:59 Pacific
Reply:

Ugh.. is there a reason the EMM386 line is REM 'ed out? It would prevent anything from being loaded High and cause out of memory problems trying to load the network code.

Also, have you checked the space available in the UMB area on these machines. With a video card, a network card and two segments of POST/BIOS code, there may not be much space in the UMB area and everything is being loaded low.

Try using the MEM /d command to see what is being loaded where on these machines.

You might have to REM out the SmartDrive lines and live with a slower install.


0
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: Network boot /unattend.txt install

dos boot for win install via lan... www.computing.net/answers/dos/dos-boot-for-win-install-via-lan/12552.html

Network boot disk www.computing.net/answers/dos/network-boot-disk/4135.html

Network boot disk to access NT Server www.computing.net/answers/dos/network-boot-disk-to-access-nt-server/3270.html