From owner-freebsd-questions@FreeBSD.ORG Wed Nov 2 23:22:19 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C47516A41F for ; Wed, 2 Nov 2005 23:22:19 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from mail.mrburak.net (203-217-17-178.perm.iinet.net.au [203.217.17.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11DD643D58 for ; Wed, 2 Nov 2005 23:22:18 +0000 (GMT) (envelope-from richard.burakowski@mrburak.net) Received: from [127.0.0.1] (unknown [10.20.0.1]) by mail.mrburak.net (Postfix) with ESMTP id 4B8BF22820; Thu, 3 Nov 2005 10:22:16 +1100 (EST) Message-ID: <43694A27.70000@mrburak.net> Date: Thu, 03 Nov 2005 10:22:15 +1100 From: Richard Burakowski User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Hepper References: <4368F6BD.2080307@gmx.net> In-Reply-To: <4368F6BD.2080307@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: diskless FreeBSD with grub 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: Wed, 02 Nov 2005 23:22:19 -0000 Daniel Hepper wrote: >Hi, > >I want to boot diskless into FreeBSD-5.4 with grub. > > >title bsd-nfsroot >kernel (nd)/kernel/kernel ip=dhcp root=/dev/nfs >nfsroot=141.2.71.253:/dta/fBSD_diskless >boot > > >It loads the kernel, but does not boot. My guess is that it doesn't find >the root partition. > if you look carefully, it's telling you where it thinks the root partition is. if that looks right, then check your nfs server log. you have seen the diskless booting howto on freebsd.org (among others) and recompiled your kernel for diskless booting? IIRC the kernel goes through a second round of querying dhcp for info.