You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “TFTP: Error code 1: File not found”.
Related posts:
- Linux: Setup TFTP Server on CentOS The below steps will allow you to set up a...
- HP/Compaq System Configuration Error (code purple) Windows Vista I am not sure how I have been lucky enough...
- Pandora Internet Radio: That activation code is expired. Please try again with another code. You may get the below error when attempting to activate...
- Windows Defender: This operation returned because the timeout period expired. (Error Code: 0×800705b4) I recently received a new Dell laptop that has Windows...
- Resolve Code Sign error: The identity ‘iPhone Developer’ doesn’t match any valid certificate/private key pair in the default keychain I ran into following error when clicking Build > Build...
Tags: CentOS, Linux, netascii, put, server, TFTP














Entries (RSS)
Similarly, I get file not found trying to tftp download cisco ios to my router. Problem is I am in ROMMON mode and can’t “touch” the flash directory to make a file name c2600-etc.bin
Two tftp servers fale the same way to deliver the ios.
[Reply]
bkucera: If you specify the type of router, type of TFTP server, specific command you are using on the router,etc. then I can hopefully help to provide a solution.
[Reply]
krishna Reply:
July 7th, 2009 at 12:19 PM
Hi alex,
i am getting tftp error: file not found while booting the client my dhcp is on windows server 2003 and tftp server is on fedora 10.
pls help me..
krishna
[Reply]
check the /etc/xinetd.d/tftp file..
change:
server_args = -s /tftpboot
to:
server_args = -c -s /tftpboot
“-c” allows the creation of new files.
[Reply]
alex Reply:
July 6th, 2009 at 11:53 AM
Hello Nick,
Great addition. Thanks for adding.
[Reply]
krishna Reply:
July 7th, 2009 at 12:20 PM
Hi Nick,
i am getting tftp error: file not found while booting the client my dhcp is on windows server 2003 and tftp server is on fedora 10.
pls help me..
krishna
[Reply]
alex Reply:
July 7th, 2009 at 1:25 PM
hello krishana,
You are going to need to provide more details. What do you mean your DHCP is on Windows Server 2003? What specifically are you trying to do? Are you attempting to push a file to the TFTP server? Pull a file from the TFTP server? What you are saying above doesn’t provide near enough information to assist with.
[Reply]
krishna Reply:
July 7th, 2009 at 3:16 PM
Hi alex,
I had setup tftp server on fedora 10 machine, which needs to pull image from a client, which has its address on dhcp service provided by windows server 2003.
[Reply]
alex Reply:
July 7th, 2009 at 4:47 PM
Can you post your TFTP server configuration? Is TFTP serving files from /tftpboot? What was the file permissions and path of the file you are trying to pull? Is the client you are pulling the file from a Linux machine or Windows? Again the more complete you can be the easier this is going to be to help with. Currently you are giving little bits with each post. Post other things like the command you are using in an attempt to connect to the “client” computer. Post any logged error messages. If you port scan the “client” do you see it listening on the proper TFTP port?
[Reply]
krishna Reply:
July 7th, 2009 at 6:49 PM
Hi alex,
i installed fog(fogproject.org) software on fedora 10 machine and which is a cloning software, and i had setup this fedora 10 machine as tftp server and i am PXE booting the client(windows) to load its image to tftp server. here windows 2003 server is serving the dhcp service to the client and i had configured the tftp server ipaddress and bootfile name(pxelinux.0) on dhcp scope. i am getting an error while booting the client as TFTP ERROR: FILE NOT FOUND
MY /tftpboot directory has pxelinux.0 file with 777 permission.
stevemagg Reply:
August 20th, 2010 at 12:32 PM
GREAT. totally forgot about this. THX
[Reply]
on solaris if you want to write to a file you need 2 conditions to be met:
a) file already exists
b) file is world writeable (ie. chmod 777 it)
[Reply]
alex Reply:
September 28th, 2009 at 5:13 PM
Hello nik,
Thanks for the info relating to Solaris.
Thanks.
Alex
[Reply]
I am working in state bank network…am trying to load ios wia tftp dndld but am geeting an error
tftp error r could not open requested file
i given ios in root directory ..cross over cable used….given the ips correctly
can any one help me
[Reply]
alex Reply:
February 27th, 2010 at 1:33 PM
Hello Naseem,
What does working on a state bank network have to do with anything? Without specific details of what the error is, what specific software you are using, etc. I don’t know that we can provide any useful information. What is the specific command you are using? What is the specific error? Any other specific details you can provide will assist with valuable feedback for your problem.
Thanks.
alex
[Reply]