@george1421
Here is the latest copy (I rebuilt the box to a different environment but had the same issue this is the latest copy, hence I think I’ve done something dumb).
Posts made by easybizit
-
RE: PXE-T01: File Not Found Error
-
RE: PXE-T01: File Not Found Error
So what’s up with the sym link? Its working perfectly now.
-
RE: PXE-T01: File Not Found Error
@george1421 I can grab the undionly.kxpe but not the undionly.0. ‘I get connect request failed’
-
RE: PXE-T01: File Not Found Error
@george1421 hmm… So why won’t it grab the file on PXE boot? I’m afraid I’m not strong in this area but I get the feeling that there something really silly that I’ve missed.
-
RE: PXE-T01: File Not Found Error
@george1421 Here is the contents of the tftpboot directory (just resnapped it):
Does this look right?
-
RE: PXE-T01: File Not Found Error
@george1421 Hi! Sorry, my boss send me on a three week escapade with a days notice, I’m back now. Eureka! I think we may have found the problem. I can tftp many files but not the undionly.0 file. See below:
How do I fix that? Could it be permissions on the other side of the sym link?
-
RE: PXE-T01: File Not Found Error
@george1421 hmmm, ok. I’ll try it on a physical machine and see if its not just an issue with the vm’s that I’m using. It will take me a day or so to get a lab up and running. Let you know ASAP.
Thank you once again for your support, incredible how well you look after the community :).
-
RE: PXE-T01: File Not Found Error
@george1421 Thank you again. No luck with the pxe-service line:
See attached the pcap file:
I needed to modify the tcpdump command a smidge to make it work:
tcpdump -w /output.pcap port 67 or port 68 or port 69 or port 4011 -i ens33
-
RE: PXE-T01: File Not Found Error
@george1421 I tried that, same error. Here is the tftboot folder with sym links:
Is that right? -
RE: PXE-T01: File Not Found Error
@george1421 I believe its a legacy device. Its a windows 7 VM, not sure if that would use UEFI Is there someway I can verify that? See below for the verions of dnsmasq:
-
RE: PXE-T01: File Not Found Error
@george1421 said in PXE-T01: File Not Found Error:
typ ltsp.conf
Thank you so much for your fast response! The ltsp.conf is as follows:
Yes, the static IP of the fog box is 192.168.2.99. If I can get it all working that IP will change
-
PXE-T01: File Not Found Error
Server
- FOG Version: 1.3.5
- OS: CentOS 7
Client
- Service Version:
- OS:
Description
Hi Team
I am a newbie to the FOG world and am doing a POC to see if it will suit a small organisation. The software looks awesome but I can’t seem to be able to take an image of a PC.
Whenever I PXE boot I receive the following error:
I have followed the CentOS guide to the letter, and am using the dnsmasq solution as well. I have found the other forums discussing the need to:
chown -R fog:root /tftpboot
alas to no avail. It is worthy of note that I am trying to image a VMWare test box (Workstation 12 Pro) and this in itself might be the issue. I will try a physical in the morning. I have tried the stuff listed here, nothing. Firewall is off for testing.
I feel so close, I can’t help but feel its a simple permissions issue but I can’t seem to track it down. Any suggestions?