From owner-freebsd-questions@FreeBSD.ORG Tue Mar 4 10:11:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25ABA1065672 for ; Tue, 4 Mar 2008 10:11:33 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from mx2.itu.dk (unknown [130.226.142.29]) by mx1.freebsd.org (Postfix) with ESMTP id E6E128FC23 for ; Tue, 4 Mar 2008 10:11:32 +0000 (UTC) (envelope-from erik@cederstrand.dk) Received: from wimac.littlebit.dk (unknown [85.233.238.191]) by mx2.itu.dk (Postfix) with ESMTP id 82AE3F4806A; Tue, 4 Mar 2008 11:11:31 +0100 (CET) Message-ID: <47CD2015.4000003@cederstrand.dk> Date: Tue, 04 Mar 2008 11:10:29 +0100 From: Erik Cederstrand User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: vincenzo romero References: <13d67a800803031641k6530130eo99950591e9643483@mail.gmail.com> In-Reply-To: <13d67a800803031641k6530130eo99950591e9643483@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD diskless workstation boot over Linux PXE server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Mar 2008 10:11:33 -0000 vincenzo romero wrote: > Thank you for the input from a couple of folks. After a few research > and readings I am able to boot off a diskless client; and have a > little error encountered. To clarify the environment: > > 1. PXE/DHCP/NFS/TFTP servers is a linux host > 2. DHCP - server - dhcpd.conf file shows the following: (for my > freeBSD diskless client testing scenario) > > filename "pxeboot"; > next-server 192.168.16.5; > option root-path "192.168.16.5:/export/images/freeBSD"; > > -- pxeboot is the freeBSD /boot/pxeboot file I copied over to my > /tftpboot directory. > -- next server IP is the PXE/TFTPD/DHCP server ... > -- the NFS root is exported by the NFS server as such. > > .... The client seems to boot properly - acquires an IP address; > downloads and reads the /tftpboot/pxeboot file; .... a message also > appears that indicates it mounted the root File system: (snippet of > console messages:) > > NFS ROOT: 192.168.16.5:/export/images/freeBSD > nfe0: link state change to UP > Interface nfe0 IP_Address 192.168.16.5 ... . . . . .. > Loading Configuration files. > rc.conf: not found > No Suitable dump device was found . > | > etc. > etc. Did you modify rc.conf, fstab and resolv.conf as described in http://www.locolomo.org/pub/pxeboot/diskless.html? And what's hiding behind "etc. etc."? Erik