我的pxe 无盘98报告

服务器:inter 810芯片 pII350 128M 6.4G
NE2000
客户机 INTER TX 芯片 MMX166 16M 1.2G Max9875

nt4+p6 inter pxe2.0 litenet1.zip tw-ui
ewin98第一版

服务器的pxe dos已经通过。

98安装完后 用tw-ui把我的电脑里的 A:屏蔽
在纯dos 下用 net start ipx;net start workstartion 测试通过。
在 98下 用net view \server测试通过。
用regedit 导出.da 分支。把 .da 改为%chn%
后存到 \windows\chn.reg
用litenet的默认值安装。(除了自动登录项外)

上传后,修改 system.ini usernames.db

usercmd.bat如下。
usercmd.bat

PATH %PATH%;C:\WINDOWS\LITENET
rem Put QNetName.exe in your path and uncomment ‘rem QNetName.exe’
rem and ‘rem call QNBName.bat’ if you want to use DHCP system on multiple clients.
rem Please read the associated documentation to know how to use QNetName
QNetName.exe
call %TEMP%\QNBName.bat

rem Please read the associated documentation to know how to use QUserMan
QUserMan %HOME%

rem Put QSetBD.exe in your path and uncomment ‘rem QSetBD.exe’
rem if you want to make the system think it booted from disk %DRIVE%.
rem Please read the associated documentation to know how to use QSetBD
QSetBD %DRIVE%

rem the next line will perform auto logon feature if TweakUI is installed
rem in windows system folder and if QAUTOLOG created A:\WINBOOT\QAUTOLOG.REG file
if exist %WINDIR%\SYSTEM\TweakUI.CPL if exist a:\winboot\qautolog.reg regedit a:\winboot\qautolog.reg

rem Put QRestAll.exe in your path and uncomment the next line
rem if you want to use floppy drive andrem IDE devices with intel dosundi
if exist %HOME%\PATCHED.REG goto notchange

QPATCH C:\WINDOWS\CHN.REG %HOME%\PATCHED.REG

regedit %HOME%\PATCHED.REG

:notchange
QRestAll

net use s: \%SERVER%%USERNAME%
QVMEM S: %SERVER% %USERNAME%
choice /C:YN /T:Y,03 Hit N and Ctrl-C not to launch Windows (stop the batch)
if errorlevel 2 pause
%windir%\win.com

system.ini

PagingDrive=s:
MinPagingFileSize=32768
MaxPagingFileSize=131072

startnet.bat

@echo off
set comspec=a:\command.com

rem QUALCNX can be used to log on automaticly or to ask for a
rem login name and a password.
rem For more information, type QUALCNX at DOS prompt or refer to
rem the documentation .
SET NETBUFF=124
set temp=a:\winboot
rem The next 3 lines are the ones needed to autolog with
rem ComputerName=UserName. Note that we use LNGUEST user to perform
rem the first actual login. LNGUEST user MUST exist and have read permissions
rem to %WINDIR%\NetNames.db file
lh qualcnx
call %TEMP%\username.bat
qautolog
call qautolog.bat

SET PATH=
SET PATH=%windir%;%windir%\COMMAND
set temp=%drive%%USERNAME%
set tmp=%TEMP%
set home=%TEMP%

%DRIVE%
cd %home%
set comspec=%windir%\command.com

lh a:\winboot\qualreg %HOME% /R

if not exist %home%\temp\nul md %home%\temp > NUL
set temp=%home%\temp
set tmp=%home%\temp
set comspec=%windir%\command.com
set winbootdir=%windir%
call %windir%\usercmd.bat

setvars.bat

SET WINDIR=C:\WINDOWS
SET DRIVE=C:
SET NETCARD=MXNICF.DOS
SET SERVER=bs-00
SET SHARE=win98
故障现象:
当生成bootlog.txt 时 在win.com的前两步读A:
死机,若a:中有盘的话,将生成不完整的bootlog.txt
正常启动时出现用户名和密码后,一闪约3秒后死机。
当不去掉 qrestall 前面的 rem 时,提示有病毒。
去掉后死机。
请高手指点:
E: qqhryqq@sina.com
QQ:9319144

解决方法
第一种方法.不要用tw-ui把我的电脑里的 A:屏蔽
第二种方法。在无盘工作站中将A:的端口屏蔽掉。

迷侠:你好!

你的方法我试过了.

我在 bios 中把 软驱控制器屏蔽掉了,(不是第一项里的 A:驱,是控制器)结果在执行到 msmouse.vxd时出现

while initializing device ndis:

windows protection error.you need to restart

your computer.
死机;

另一种方法我也试了,和原来的情况一样.

请多指教!谢谢!!!

内存太少.

wu兄的有一定的道理。

16m内存,还是作rpl95吧,安装ie5.5并替换shell32.dll(win98),速度可以.

wu你 好 !

你说的我实验过了,插了一条64兆的 还是老样子。

我把 虚拟盘改成 a 后,能在 用户目录生成 bootlog.txt 但是是0字节的。还是到那里死机。