
Quick Links:
Empeg FAQ
|
RioCar.Org
|
Hijack
|
BigDisk Builder
|
jEmplode
|
emphatic
Repairs: Repairs
|
#298918 - 03/06/2007 18:38
Re: PXE - TFTP - Ubuntu
[Re: mlord]
|
carpal tunnel
Registered: 29/08/2000
Posts: 14506
Loc: Canada
|
Quote: I've forgotten the details, but tftpd-hpa is "quirky". I did figure it out once, but nowadays I generally just avoid it and install the traditional tftpd server instead.
Oh, waitasec.. that's not an option for you, as you're trying to set up a pxelinux boot environment. Peter Anvin (hpa) wrote that as well, and it only works with his own funky tftpd server.
So.. put this (below) into your /etc/default/tftpd-hpa file:
#Defaults for tftpd-hpa RUN_DAEMON="yes" OPTIONS="-l -s /var/lib/tftpboot"
That last line above should have the path to your tftpd directory tree, and the "-l" part says to run it as a standalone daemon rather than via (x)inetd.
Cheers
Edited by mlord (03/06/2007 18:39)
|
Top
|
|
|
|
|
|
|