LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-05-2009, 12:20 AM   #1
vinaytp
Member
 
Registered: Apr 2009
Location: Bengaluru, India
Distribution: RHEL 5.4, 6.0, Ubuntu 10.04
Posts: 707

Rep: Reputation: 55
pxe-boot server setup in fedora 9


hi all......

I am trying to setup pxe-boot environment in fedora 9 ........I have started tftpserver on port 69..
I have configured dhcp server on fedora 9 and my client is able to get ip from my dhcp server

This is /etc/dhcpd.conf file


ddns-update-style ad-hoc;
default-lease-time 600;
max-lease-time 7200;
option domain-name-servers 172.17.64.78,172.17.9.25;
authoritative;
allow bootp;
allow booting;
option ip-forwarding false; # No IP forwarding
option mask-supplier false; # Don't respond to ICMP Mask req

subnet 172.17.70.0 netmask 255.255.255.0 {
option routers 172.17.70.1;
option subnet-mask 255.255.255.0;

option domain-name "example.com";
option domain-name-servers 172.17.64.78;
option broadcast-address 172.17.70.255;
option host-name "localhost.localdomain";
next-server 172.17.70.143;
option root-path "/var/lib/tftpboot";
filename "pxelinux.0";
default-lease-time 600;
max-lease-time 7200;
range 172.17.70.10 172.17.70.254;
}



host localhost.localdomain {
option host-name "localhost.localdomain";
next-server 172.17.70.143;
hardware ethernet 00:0C:29:94:8E:B6;
fixed-address 172.17.70.249;
option root-path "/var/lib/tftpboot";
filename "pxelinux.0";
}

This is my tftpboot tree structure

/var/lib/tftpboot
|-- -
|-- boot.txt
|-- fedora
| `-- 10
| `-- i386
| |-- initrd.img
| |-- pxelinux.0
| `-- vmlinuz
|-- pxelinux.0
`-- pxelinux.cfg
`-- default


whenever i start the client it gives error as

PXE-T01 : NO such file/No access
PXE-E3B: TFTP Error - file not found
PXE -MOF : exiting intel pxe rom
operating system not found

and output of tftpserver is

Client 172.17.70.249:2070 /home/pxelinux.0, No Such File/No Access
Client 172.17.70.249:2071 /home/pxelinux.0, No Such File/No Access


can anyone please help me..........
 
Old 08-05-2009, 06:34 PM   #2
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
My interpretation of your error message is that the tftp server is looking in /home to find the tftp root, but you have configured all of the files and subdirectories in the conventional location of /var/lib/. What is in your tftp config file (possibly /etc/xinetd.d/tftp)?
--- rod.
 
Old 08-05-2009, 07:40 PM   #3
Bhagyesh
Member
 
Registered: Jul 2009
Posts: 35

Rep: Reputation: 17
check your /etc/xinetd.d/tftp configuration

make sure you have disabled selinux , firewall and flushed iptables
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HELP with Kickstart Fedora 10 NFS TFTP PXE boot server brendon_mitre Fedora 2 02-25-2009 09:53 AM
DHCP server / PXE boot freeindy Linux - Networking 2 03-04-2008 02:31 AM
Fedora PXE Boot ! fotte Linux - Distributions 0 01-04-2007 03:56 AM
Fedora Core 4 PXE Server acdc Fedora - Installation 1 01-11-2006 04:27 PM
Fedora PXE Boot on Compaq Laptop cerebro89 Fedora - Installation 8 04-05-2005 05:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:14 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration