Lenovo N22 PXE boot issues
-
@george1421 said in Lenovo N22 PXE boot issues:
other than calls to urls like http://${web}service…
If ARP is screwed like ours is, it would fail on a web call to a remote network. Remote being a different broadcast domain where a router must be traversed.
-
@blue_steel For this specific model I want you to do this .
- Manually register this host
- Create a capture or deploy (depending on what your goal is). But when you create the capture/deploy task make sure you tick the check box to create a
debug
capture/deploy. - Then PXE boot the target computer it should drop you to a linux command prompt on the target computer after a few presses of the enter key. (this is the debug console)
- From the linux command prompt see if you can ping the FOG server.
If you can then I have a few more commands to run. But I want to see of the FOS engine can connect to the fog server with a ping.
-
@george1421 pinging works
-
@blue_steel Are you using the fog server with web setup as a DNS Name? For example, the storage node is defined with an IP of say
blue_steel.blue_steels_domain.com
? If so can you actually ping a system using a hostname itself? -
@Tom-Elliott Ok, so no dns errors. I can ping fog.myschool.state.us and am getting responses same as when I tried the ip itself
-
OK so dns and arp work as expected (nuts).
this one has be a bit baffled. How many network adapters are in this device?
If you run the following command in the FOS engine command window, can you post the output here?
. / usr/share/fog/lib/funcs.sh
You need that leading dot space then the full path to the script
Then get a screen grab ofset
This will let us see what kernel parameters FOG is sending to the FOS engine.Just for your sanity there is an easier way to interact with the FOS engine. Please do the following.
- On the fos linux console give root a password with
passwd
- Then pick up the IP address of the fos engine with
ip addr show
look for eth0 and note its IP address. - From a windows computer running putty, you should be able to ssh into the fos engine and copy and paste commands using putty.
- On the fos linux console give root a password with
-
@george1421 ok so after . / usr/share/fog/lib/funcs.sh, I see nothing. Tried it with output ( >output.txt) and it was blank as well. After typing set, this is what I see.
-
@blue_steel I think there is a typo. Shouldn’t it be
. /usr/share/fog/lib/funcs.sh
orsource /usr/share/fog/lib/funcs.sh
? So no space between the first slash and ‘usr’ I’d say. -
@Sebastian-Roth Ugh, you are right. Because it looks like the script didn’t run since there are no kernel parameters in the set output. When the script is run it won’t look like it does anything but it does update the environment variables with the current kernel parameters.
-
@george1421 it won’t do much even after that. All funcs does is give functions. And set variables. There is no output as far as a script goes
-
Any other scripts I an run or ideas to get some usable info towards troubleshooting?