IPXE help
-
otomoton,
To test if dhcp is what is causing the issue run the following commands
[CODE]sudo cp /tftpboot/undionly.kpxe /tftpboot/pxelinux.0
sudo restart tftpd-hpa[/CODE]Then retry to connect your host if this resolves your issue it is due to a dhcp setting looking for pxelinux.0 and it cant find it. To resolve for future upgrades use this page to assist you to make the changes to point towards undionly.kpxe: [url]http://www.fogproject.org/wiki/index.php/Modifying_existing_DHCP_server_to_work_with_FOG[/url]
-
Oh, I guess I wasn’t clear everything I did. I had it working normally before I tried the chainloading work around. My DHCP server was already pointing to it and working great. It works great in every building except the one it is located in. That is where I get the operation not supported error instead of the fog screen.
I have buildings A, B, C, D, and E. Fog is in A. I can image computer successfully in B, C, D, E, but not in A.
-
[quote=“otomoton, post: 35545, member: 25704”] I had it working normally before I tried the chainloading work around. My DHCP server was already pointing to it and working great.[/quote]
Just to clarify, when you say “working normally”, do you still mean every building EXCEPT the one its located in?
I’m guessing computers in building A. can ping the FOG server, and have connectivity as well ?
-
Yes working normally means every building but the one it is located in.
Yes, I can ping the FOG server from the computers it’s failing on, and they have full connectivity. As does FOG . -
So I take it if “it was working before” you could image but you were having issues after deployment with the machine just boot looping through fog?
Maybe try this post [url]http://fogproject.org/forum/threads/chainloading-ipxe.10915/[/url]
-
[quote=“cadyfish, post: 35555, member: 24458”]So I take it if “it was working before” you could image but you were having issues after deployment with the machine just boot looping through fog?
Maybe try this post [url]http://fogproject.org/forum/threads/chainloading-ipxe.10915/[/url][/quote]
No.
I successfully imaged 30 machines in location B. They did exactly what they were supposed to and are currently running.
I cannot get FOG to even start on the machines in location A (where the server is located). When the bios loads and starts getting the info from the server it fails to load something from iPXE. Here is a screen shot.
[ATTACH]1300[/ATTACH]
It never brings up the FOG menu[url=“/_imported_xf_attachments/1/1300_image.jpg?:”]image.jpg[/url]
-
Are you sure its not a firewall issue between subnets?
-
[quote=“madskillz23, post: 35558, member: 8206”]Are you sure its not a firewall issue between subnets?[/quote]
It shouldn’t be. Our isp controls our firewall, but they allow this sort of traffic. That doesn’t explain whty it would work on external to it subnets and not it’s own. -
This is what a successful boot looks like before the FOG menu
[ATTACH]1301[/ATTACH][url=“/_imported_xf_attachments/1/1301_IMAG0063.jpg?:”]IMAG0063.jpg[/url]
-
Sounds like your internal subnet needs to have the ip-helper’s setup to point back to that ranges DHCP scope as well.
-
[quote=“Tom Elliott, post: 35584, member: 7271”]Sounds like your internal subnet needs to have the ip-helper’s setup to point back to that ranges DHCP scope as well.[/quote]
How do I go about doing that?
-
It could be something simpler maybe, but ip-helpers depend on the switching equipment you have.
For your DHCP server, it’s handing out the undionly.kpxe telling the dhcp scope where to look at if it is pxe booted. Maybe the “Option 66/67” for your localized ip range does not point back to the fog server?
-
option 66/67 are configured correctly (pointing at 10.50.10.98 (the FOG server)) and they are the same on both of my DHCP servers (one is a failover if the other goes offline, and on a different subnet). Is there anything more I should be putting in besides the IP address?
-
Here is my log file of the current install if it helps.
[url=“/_imported_xf_attachments/1/1305_foginstall.txt?:”]foginstall.txt[/url]
-
Building A successfully gets DHCP addresses etc as well ?