PXE-T01: FIle not found eroor
-
I am getting the below error. I installed Fog 1.2.0 on Centos 6.5. Can anyone please help.
PXE-T01: FIle not found
PXE-E3B: TFTP Error - File Not found -
what have you tried so far?
-
I am trying to upload an image of Windows 7 to Fog Server.
-
[quote=“avesh sampara, post: 35678, member: 25664”]I am trying to upload an image of Windows 7 to Fog Server.[/quote]
What Junkhacker means by “what have you tried so far” is what steps have you tried? We know you’ve tried a tasking, or at least trying to boot the system. What are your Option 66 (next-server) and Option 67 (filename) options set to? They should be (option 66=ip of fog server, option 67=undionly.kpxe)
-
Hi Tom,
I updated the option 66=ip of fog server, option 67=undionly.kpxe in the fortigate server and then using the below video i installed the [URL=‘http://192.168.5.197/fog/client/FogService.zip’]FOG Client Service[/URL]. Then I ran the sysprep task.
[media=youtube]zsrgZ53vFAY[/media].
Thanks,
Avesh Sampara
-
Is the tftpd-hpa service running on the server?
[code]sudo service tftpd-hpa restart[/code]
-
Hi Tom,
I am using Centos 6.5.
When i run the above command i am getting the below error.
tftpd-hpa: unrecognized service
Thanks,
Avesh -
Try:
[code]tftp <fogserverip> -c get undionly.kpxe[/code] -
When i try this command on the fog serve. I receive the below error
bash: tftp: command not found -
Alright,
You’re going to have to do some troubleshooting on your own. I’m not at your system to handhold or do the work required.
There’s a whole wiki page on how to trouble shoot tftp issues though.
-
can you give me the wiki path for tftp issues