Imaging with Ghost

The University of Findlay's College of Education

Editing Boot Disks

Once you have taken the time to create a boot disk, you may find it quicker to create a copy of the boot disk instead of going through the rigor of using the utility included with the imaging software. Keep in mind that using multiple network boots will require that each disk have unique identifiers. Specifically each disk has IP and Computer Name information that must be unique for each machine on the network. Using a DHCP server will alleviate the IP problem, but each disk must still have the Computer Name information edited so that it is different for each boot disk.

The following files can be edited using Notepad or any other ASCII text editor.


Ghost LAN Boot Disk

A:\NET\NETWORK.INI

[network]
computername=imageclient01
lanroot=A:\NET
autostart=netbeui full
username=image
domain=etc
lslogon=yes
reconnect=no
passwordcaching=no
timesync=no

A:\NET\PROTOCOL.INI - Without DHCP

[NTS$NTST2]
DefaultDomain=etc
DNSaddr=[10.10.10.5]
GatewayAddr=[10.10.10.1]
NetSubNetMask=[255.255.255.0]
IPAddr=[10.10.10.101]
DriverName=ntsts$
VCs=16
VCReceiveLarge=6
VCSends=6
RcvWindow=2920
UseMemory=UMB
BINDINGS=NIC
LANABASE=1

A:\NET\PROTOCOL.INI - With DHCP

[NTS$NTST2]
DefaultDomain=etc
BOOTPFLAG=DHCP
DriverName=ntsts$
VCS=16
VCReceiveLarge=6
VCSends=6
RcvWindow=2920
UseMemory=UMB
BINDINGS=NIC
LANABASE=1