做了无盘这么长的时间了
用的都是别人的软件
心里总是有种别的感觉:(
为什么不自己做呢?
看了好多的资料,在几次失败后,终于成功:expr001:
现在将资料拿出来给大家共享(这里工作站的网卡是RTL8139)
1.按正常的方法装好NT4并加上SP6服务器名为OK
做好RPL服务(什么不会 ,那你还学什么无盘啊)
添加好RTL8139网卡
注意啊:rpl\rplfiles\binfiles\WIN95下的启动文件要换98的(你可以用张的2.0那个目录换过来,挺好的)
在远程启动管理器中做好启动配置文件比如:BOOT
在rpl\rplfiles\Profiles 下的boot 目录中,建立SUBOOT目录(该目录不是您建立的,是您为工作站网卡建立的配置文件起名为BOOT时,系统自动建立的)
里面的文件为
msdos.sys
config.sys
autoexec.bat
RTSND.dos
Protocol.ini
system.dat(最小的注册表文件,可以用张的,LITENET的,也可以自己做后面教你)
win.bat
张的那个getuser.com
当然也可以是MJNET3.0(就是麻烦点,不如张的好)
msdos.sys内容
[Paths]
WinDir=C:\WINDOWS
WinBootDir=C:
HostWinBootDrv=C
[Options]
BootMulti=1
BootGUI=1
Network=1
LoadTop=0
Logo=1
config.sys内容为
DEVICE=HIMEM.SYS
device=c:\ramdrive.sys 1440 /E
STACKS=16,512
autoexec.bat内容为
@echo off
@getuser.com
@if not exist D:\winboot\nul mkdir D:\winboot
@copy c:\ D:\winboot
@copy D:\winboot\command.com d:
d:
cd \winboot
Protocol.ini内容为
[protman$]
DriverName=protman$
priority=NDISHLP$
[ndishlp$]
DriverName=ndishlp$
Bindings=RTSND$
[data]
version=v4.10.1998
netcards=RTSND$
[nwlink$]
DriverName=nwlink$
Frame_Type=4
cachesize=0
Bindings=RTSND$
[RTSND$]
DriverName=RTSND$
win.bat内容为
@echo off
set comspec=d:\command.com >nul
nwrpltrm >nul
fixmem >nul
snapshot /S /B:d >nul
setmdir /m /r:d:\winboot >nul
net start >nul
net logon %USER% /YES /savepw:no nul
net use c: \OK\boot >nul
net use s: \OK%USER% >nul
PATH=c:\windows;c:\windows\command; >nul
set temp=s:\temp >nul
set tmp=s:\temp >nul
SET WINDIR=C:\WINDOWS
setmdir /m /r:s:\ >nul
regedit c:\windows\haogui%user%.txt >nul
s:
choice /t:y,1 >nul
win.com
然后在服务器上建立共享目录boot
和工作站目录user01-userXX,并共享
2.在有盘工作站里装好windows98
装的时候注意要把CMOS里的ACPI关里SETUP /PJ
完成,
按论坛精华区里的做好网卡的PNP
网卡PNP:
把[HKEY_LOCAL_MACHINE\Enum\PCI…]下的网卡注册表导出来,把主键PCI改为ROOT,其它改为
NET和0000,见下面的ROOT8139.REG。把C:\WINDOWS\SYSTEM\RTL8139.SYS换为WIN95A的RTL8139.SYS
也就是常说的NDIS3驱动。可能中要25.5K的或者是36K大小的文件,并不是所有的WIN95A的都可以用。
在注册表中把PCI下的网卡删除。把C:\WINDOWS\INF下的NETRTS.INF删除或改名,把INF\OTHER下的
文件也删除或改名。
ROOT8139.REG
REGEDIT4
[HKEY_LOCAL_MACHINE\Enum\Root\NET]
[HKEY_LOCAL_MACHINE\Enum\Root\NET\0000]
“Capabilities”=hex:14,00,00,00
“HardwareID”=“PCI\VEN_10EC&DEV_8139&SUBSYS_813910EC&REV_10,PCI\VEN_10EC&DEV_8139&SUBSYS_813910EC,PCI\VEN_10EC&DEV_8139&REV_10&CC_0200,PCI\VEN_10EC&DEV_8139&CC_020000,PCI\VEN_10EC&DEV_8139&CC_0200”
“CompatibleIDs”=“PCI\VEN_10EC&DEV_8139&REV_10,PCI\VEN_10EC&DEV_8139,PCI\VEN_10EC&CC_020000,PCI\VEN_10EC&CC_0200,PCI\VEN_10EC,PCI\CC_020000,PCI\CC_0200”
“DeviceDesc”=“Realtek RTL8139/810X Family PCI Fast Ethernet NIC”
“HWRevision”=“016”
“ClassGUID”=“{4d36e972-e325-11ce-bfc1-08002be10318}”
“Class”=“Net”
“Driver”=“Net\0000”
“Mfg”=“Realtek”
“ConfigFlags”=hex:10,00,00,00
[HKEY_LOCAL_MACHINE\Enum\Root\NET\0000\Bindings]
“NWLINK\0000”=“”
“MSTCP\0000”=“”
这样,不管是什么主板什么插槽网卡都可以驱动了。
用windows网络用户登陆NT
用ADMINSTRATOR登陆
把工作站的C盘下的所有东西COPY到服务器的BOOT目录
windows目录和system.dat,user.dat可能要单COPY
3.在服务器上把boot目录下的windows目录里的Ndis.vxd和NET.EXE换了
copy litenet的Qshot.vxd到system目录下
也可以用win97,win95的SNAPSHOT.VXD
把windows目录下的*.ini,win.com,wininit.*,config目录和system.dat,user.dat到各个工作站的目录
在windows目录下建立一个haogui目录
里面建立USER01.TXT和USERxx.TXT(有几个用户就建就个)
user01.txt的内容
REGEDIT4
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0001]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0002]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0003]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0004]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0005]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0006]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0007]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0008]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0009]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0010]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0011]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0012]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0013]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0014]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\Net\0015]
“DevLoader”=“*ndis”
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network]
“DisablePwdCaching”=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
“LinkResolveIgnoreLinkInfo”=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
“LinkResolveIgnoreLinkInfo”=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
“LoadPowerProfile”=“”
“ScanRegistry”=“”
“SchedulingAgent”=“”
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices]
“LoadPowerProfile”=“”
“SchedulingAgent”=“”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\TCPIP]
“StaticVxD”=“vtdi.386,vip.386,vtcp.386,vdhcp.386,vnbt.386”
“Start”=hex:00
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation]
“DisableAutoDaylightTimeSet”=dword:00000001
“Bias”=hex:00,00,00,00
“StandardBias”=hex:00,00,00,00
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\Qshot]
“StaticVxD”=“Qshot.vxd”
“Start”=hex:00
“NetClean”=hex:01
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Network\Real Mode Net]
“transport”="nwlink,ndishlp.sys"
“netcard”=“”
“LoadRMDrivers”=hex:00,00,00,00
“preferredredir”=“VREDIR”
“SetupNPath”=“C:\WINDOWS\”
“StaticDrive”=“C,c”
“SetupN”=hex:01
“Transition”=hex:01
[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]
“Default_Page_URL”=“http://www.163.com”
“Window Title”=“Microsoft Internet Explorer 好鬼 QQ:66985949”
[HKEY_USERS.DEFAULT\Software\Microsoft\Internet Explorer\Main]
“Window Title”=“Microsoft Internet Explorer 好鬼 QQ:66985949”
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]
“ConfigPath”=“s:\config”
“SystemRoot”=“s:”
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]
“detectedlastdrive”=“Z”
“OldWinBootDir”=“s:\WINBOOT”
“WinDir”=“c:”
“MachineDir”=“s:”
“WinAdminDir”=“s:”
“SetupTempDir”=“s:\TEMP”
“SetupScratchDir”=“s:”
“ConfigPath”=“s:\config”
“lastdrive”=“Z”
[HKEY_USERS.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders]
“AppData”=“S:\Application Data”
“Recent”=“S:\Recent”
“Cache”=“S:\Temporary Internet Files”
“Cookies”=“S:\Cookies”
“History”=“S:\History”
“Personal”=“S:\My Documents”
[HKEY_USERS.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]
“AppData”=“S:\Application Data”
“Recent”=“S:\Recent”
“Cache”=“S:\Temporary Internet Files”
“Cookies”=“S:\Cookies”
“History”=“S:\History”
“Personal”=“S:\My Documents”
[HKEY_USERS.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ProfileReconciliation\AppData]
“DefaultDir”=“S:\Application Data”
[HKEY_USERS.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ProfileReconciliation\Cookies]
“DefaultDir”=“S:\Cookies”
[HKEY_USERS.DEFAULT\Software\Microsoft\Windows\CurrentVersion\ProfileReconciliation\History]
“DefaultDir”=“S:\History”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\control\MediaResources\midi\midi]
“Definition”=“s:\config\general.idf”
[HKEY_USERS.DEFAULT\Software\Microsoft\WAB\WAB4\Wab File Name]
@=“S:\Application Data\Microsoft\Address Book\user01.wab”
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\ComputerName\ComputerName]
“ComputerName”=“user01”
[HKEY_LOCAL_MACHINE\Network\Logon]
“username”=“USER01”