connection timed out chainloading failed
-
@sebastian-roth
Well, I made the following edit in ltsp.conf# Set the root directory for files available via FTP. tftp-root=/tftpboot/10secdelay
rebooted the fog vm
no apparent change in behavior…
Chainloading still fails, and shell>config output shows no proxydhcp section -
@geardog Too bad. Well then the next step is to build your custom iPXE binary. Use our script as base and just change those lines:
:proxycheck isset ${proxydhcp/next-server} && set next-server ${proxydhcp/next-server} || goto nextservercheck
to
:proxycheck dhcp net0 isset ${proxydhcp/next-server} && set next-server ${proxydhcp/next-server} || goto nextservercheck
-
@sebastian-roth
What does this get me into? Will I have to recreate/replace these when I reinstall fog? I may be ham fisted, as I’ve probably reinstalled fog 15 times during my use of it. I’d like to be aware of complications in SOP, moving forward. -
@geardog Yes sure, building your custom iPXE binaries needs manual steps every time you run the FOG installer.
-
@sebastian-roth So I’m not sure what has changed, as I’ve had to focus on other things, but now it works. I didn’t follow the most recent direction, but I’m booting various boxes via pxe successfully. No idea. …