Date: Sun, 24 Jun 2007 17:43:46 +0200 From: Robert Joosten <robert@ml.erje.net> To: stable@freebsd.org Subject: Re: PXE booting issues Message-ID: <20070624154345.GA10066@iphouse.com> In-Reply-To: <E1I2R8X-0009D6-6s@cs1.cs.huji.ac.il> References: <b024b3480706240427k2433f709me6c8b770a1d46cc@mail.gmail.com> <E1I2R8X-0009D6-6s@cs1.cs.huji.ac.il>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
> 2- the dhcp should tell pxeloader where the root is:
> option root-path "ip....:/path"
And next-server
I have a couple of version 6.2 pxe-clients booting of a 4.11 box without a
problem.
A snippet of my dhcpd.conf:
host gister {
hardware ethernet 00:0e:0c:b4:3a:14;
fixed-address 192.168.4.104;
option root-path "192.168.4.105:/var/nixfs/pxe/gister";
next-server 192.168.4.105;
filename "pxeboot";
}
and the kernel config:
#grep -i bootp /usr/src/sys/i386/conf/GISTER
options BOOTP
options BOOTP_NFSROOT
options BOOTP_NFSV3
options BOOTP_COMPAT
options BOOTP_WIRED_TO=fxp0
Hth.
Kind regards,
Robert
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070624154345.GA10066>
