LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Its urgent (https://www.linuxquestions.org/questions/linux-newbie-8/its-urgent-674796/)

surendra.adhikari 10-07-2008 07:51 AM

Its urgent
 
when i am creating pxe file in fedora i am getting an error message :-
PXE-T01: File not found
PXE-E3B: TFTP Error - File not Found

dhcp configuration file is :-

/etc/dhcpd.conf

ddns-update-style none;

subnet 172.16.0.0 netmask 255.255.0.0 {

option routers 172.16.0.27;
option subnet-mask 255.255.0.0;

option domain-name-servers 172.16.0.4, 172.16.0.211;

option time-offset -18000; # Eastern Standard Time


# we want the nameserver to appear at a fixed address
host form_serv
{
hardware ethernet 00:0C:29:41:EA:7C;
fixed-address 172.16.25.160;
option host-name "form-serv";
filename "/tftpboot/pxelinux.0";
}
}

cd /tftpboot

drwxr-xr-x 8 root root 4096 2007-11-02 20:29 fedora8
-rwxrwxrwx 1 root root 6587351 2008-10-07 14:36 initrd.img
-rwxrwxrwx 1 root root 13408 2008-10-06 17:17 pxelinux.0
drwxrwxrwx 2 root root 4096 2008-10-07 17:24 pxelinux.cfg
-rwxrwxrwx 1 root root 1978624 2008-10-07 14:36 vmlinuz


/etc/xinetd.d/tftp

service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
per_source = 11
cps = 100 2
flags = IPv4
}


Have someone any Idea ????


Thanks,
Surendra

dasy2k1 10-07-2008 05:51 PM

topic title = its urgent...

that means that the poster is so arrogant that they dont consider that we only answer such questions because we want to.
there are thouseands of questions a day, if you dont post a usefull title then chances are the person who knows the answer (not me) will not bother to even click the thread

a sutable topic title would be

error: "PXE-T01: File not found" when trying to create pxe file in feodora

mabie then somone who knows somting aboyt PXE might just click the thread.

also try to use [code] your code here [/code] when posting large amounts of output.

Code:

like this
see http://www.catb.org/~esr/faqs/smart-questions.html
for more advice

billymayday 10-07-2008 05:54 PM

A bit of searching would help too

http://www.linuxquestions.org/questi...-found-330842/


All times are GMT -5. The time now is 11:27 PM.