Displaying 1 result from an estimated 1 matches for "imgpc143".
2004 Nov 11
2
PXELINUX - no boot file found
...210 = text;
option pxelinux.reboottime code 211 = unsigned integer 32;
#
# Bog standard DHCP stuff
# ~~~~~~~~~~~~~~~~~~~~~~~
subnet 172.20.32.0
netmask 255.255.255.0
{
range 172.20.32.50 172.20.32.250;
default-lease-time 86400;
max-lease-time 126900;
server-name "imgpc143";
option subnet-mask 255.255.255.0;
option broadcast-address 172.20.32.255;
}
# The PXE stuff goes here
# ~~~~~~~~~~~~~~~~~~~~~~~
group {
option vendor-class-identifier "PXEClient";
### next-server 172.20.32.5;
filename "pxelinux.0";...