From: Phil C <hpypenguin@yahoo.com>
To: Newbie Mailing List <linux-newbie@vger.kernel.org>
Subject: Network install fails at TFTP load on client pc
Date: Thu, 7 Aug 2008 20:35:15 -0700 (PDT) [thread overview]
Message-ID: <460229.98647.qm@web59709.mail.ac4.yahoo.com> (raw)
I am trying to isntall ubuntu via the network to a laptop that has no installed os and no optical or disk drive. Attemps at installing via USB drive have also proven unsuccesful due to compatibility issues. The laptop is a Toshiba Portege M205-s810. I have configured dhcp3 using the following dhcpd.conf file.
#
# Cleaned up dhcpd.conf file.
## arbitrary ip addresses ##
# Last edit was at 0652 2008.08.07 to allow booting
#
authoritative;
allow booting;
allow bootp;
default-lease-time 14400;
max-lease-time 86400;
ddns-ttl 14400;
subnet 192.168.10.0 netmask 255.255.255.224 {
range 192.168.10.24 192.168.10.30;
}
ignore client-updates;
#options
option subnet-mask 255.255.255.224;
option broadcast-address 192.168.10.31;
option routers 127.0.0.1;
option domain-name-servers 192.168.10.9, 192.168.10.5;
option domain-name "network.install";
#Declare laptop
#tftpd server info
next-server 192.168.10.xx; #Last octet deleted for security
host tftpclient {
hardware ethernet 00:08:0d:xx:xx:xx; #Last 3 hex numbers deleted for security
fixed-address 192.168.10.xx; #Last octet deleted for security
filename "/var/lib/tftpboot/test/pxelinux.0";
}
## end dhcpd.conf ##
## All ip addresses and mac addresses obscured for security ##
I then launch tftpd and dhcpd using the following commands as root
#>in.tftpd /var/lib/tftpboot/test
#>/etc/init.d/dhcp3-server restart
The services both show that they are active and the laptop recieves DHCP requests on boot and is assigned an ip address. It then attempts to initiate TFTP and times out. The following is the end of dmesg during these attempts.
###end of dmesg###
### All ip addresses and mac addresses obscured for security ###
x:xx:xx SRC=192.168.10.xx DST=192.168.10.xx LEN=78 TOS=0x00 PREC=0x00 TTL=20 ID=2 PROTO=UDP SPT=2070 DPT=69 LEN=58
[101285.992494] Unknown InputIN=eth0 OUT= MAC=00:0b:cd:05:a9:c0:00:08:0d:b5:dc:xx:xx:xx SRC=192.168.10.xx DST=192.168.10.xx LEN=78 TOS=0x00 PREC=0x00 TTL=20 ID=3 PROTO=UDP SPT=2071 DPT=69 LEN=58
[101290.001452] Unknown InputIN=eth0 OUT= MAC=00:0b:cd:05:a9:c0:00:08:0d:b5:dc:xx:xx:xx SRC=192.168.10.xx DST=192.168.10.xx LEN=78 TOS=0x00 PREC=0x00 TTL=20 ID=4 PROTO=UDP SPT=2072 DPT=69 LEN=58
[101295.987430] Unknown InputIN=eth0 OUT= MAC=00:0b:cd:05:a9:c0:00:08:0d:b5:dc:xx:xx:xx SRC=192.168.10.xx DST=192.168.10.xx LEN=78 TOS=0x00 PREC=0x00 TTL=20 ID=5 PROTO=UDP SPT=2073 DPT=69 LEN=58
The following is displayed on the laptop after failure.
PXE-E32: TFTP open timeout
PXE-E32: TFTP open timeout
PXE-E32: TFTP open timeout
PXE-M0F: Exiting Intel Boot Agent.
I downloaded the gutsy netboot package and extracted it into the folder /var/lib/tftpboot/test. iptables has been configured to allow all connections to and from the laptop on the local connection.
Am I missing something? What am I doing wrong? Thanks
- Phil C
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
next reply other threads:[~2008-08-08 3:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-08 3:35 Phil C [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-12 9:08 Network install fails at TFTP load on client pc Phil C
2008-08-12 22:47 ` Jim Carter
2008-08-18 0:18 ` Philip Cohen
2008-08-19 19:30 ` Jim Carter
2008-08-13 0:15 Phil C
2008-08-13 15:41 ` Jim Carter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=460229.98647.qm@web59709.mail.ac4.yahoo.com \
--to=hpypenguin@yahoo.com \
--cc=linux-newbie@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox