From owner-freebsd-stable@FreeBSD.ORG Sun Jun 24 16:05:27 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F69D16A400 for ; Sun, 24 Jun 2007 16:05:27 +0000 (UTC) (envelope-from robert@ml.erje.net) Received: from smtpout-1.iphouse.net (smtpout-1.iphouse.net [216.250.188.190]) by mx1.freebsd.org (Postfix) with ESMTP id 6FDD813C43E for ; Sun, 24 Jun 2007 16:05:27 +0000 (UTC) (envelope-from robert@ml.erje.net) Received: from smtpout-1.iphouse.net (localhost [127.0.0.1]) by outbound-clamsmtpd.iphouse.net (Postfix) with ESMTP id 165AB2AC60C for ; Sun, 24 Jun 2007 10:45:49 -0500 (CDT) Received: from ziemel.erje.net (erje.net [213.84.32.196]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtpout-1.iphouse.net (Postfix) with ESMTP id B97AA2AC609 for ; Sun, 24 Jun 2007 10:45:48 -0500 (CDT) Received: from ismet.erje.net (ismet.erje.net [IPv6:2001:888:1f33::8e45:7e]) by ziemel.erje.net (PostFix 2.4.3) with ESMTP id D27CE1287E5 for ; Sun, 24 Jun 2007 17:43:46 +0200 (CEST) Received: (from robert@localhost) by ismet.erje.net (8.13.8/8.13.8/Submit) id l5OFhkLK011516 for stable@freebsd.org; Sun, 24 Jun 2007 17:43:46 +0200 (CEST) (envelope-from robert@ml.erje.net) X-Authentication-Warning: ismet.erje.net: robert set sender to robert@ml.erje.net using -f Date: Sun, 24 Jun 2007 17:43:46 +0200 From: Robert Joosten To: stable@freebsd.org Message-ID: <20070624154345.GA10066@iphouse.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-geek-code-v3.1: G!>CS@O dx>--@ s: a31(32) C+++ UBL++++$ P++ L-@+++$ !E W(+) N+++(*) o-- K- w- O- M- V- PS+@ PE- Y+ PGP++ t- 5- X- R* !tv b++@ DI++ D G-- e@ h*(+) r>+@ z+c X-FreeBSD: 026746 X-Mobile/GSM/cell: +3162526777 X-msn: BlixKater X-No-rights-can-be-derived: Indeed X-Face: 0[uRd;X4=_;G;$DL6Wm=\]R/TWu1f+t|,Li1Q-maBcUyCJsAw(Nmj-(aDA!Kk#hLr#njX9T@U-rQm?Z53 "_]SBYab3-NCkCN/{1-#0T4U1Ry"TPY~dtpzfxs$9"BrXKPylt/#5QQb/y+|LF}; User-Agent: Mutt/1.5.16 (2007-06-09) X-ziemel.erje.net-MailScanner: Ok, found to be clean X-Spam-Status: No X-Virus-Scanned: ClamAV using ClamSMTP Cc: Subject: Re: PXE booting issues X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2007 16:05:27 -0000 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