From owner-freebsd-stable@FreeBSD.ORG Fri Jan 27 07:32:33 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28A5816A420 for ; Fri, 27 Jan 2006 07:32:33 +0000 (GMT) (envelope-from info@martenvijn.nl) Received: from martenvijn.nl (vijn.xs4all.nl [194.109.254.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5484843D46 for ; Fri, 27 Jan 2006 07:32:29 +0000 (GMT) (envelope-from info@martenvijn.nl) Received: from martenvijn.nl (localhost.nl [127.0.0.1] (may be forged)) by martenvijn.nl (8.13.4/8.13.1) with ESMTP id k0R7ba4Z050651; Fri, 27 Jan 2006 08:37:36 +0100 (CET) (envelope-from info@martenvijn.nl) Received: (from www@localhost) by martenvijn.nl (8.13.4/8.13.1/Submit) id k0R7baIr050650; Fri, 27 Jan 2006 08:37:36 +0100 (CET) (envelope-from info@martenvijn.nl) X-Authentication-Warning: martenvijn.nl: www set sender to info@martenvijn.nl using -f Received: from 213.160.208.235 (SquirrelMail authenticated user mvn) by martenvijn.nl with HTTP; Fri, 27 Jan 2006 08:37:36 +0100 (CET) Message-ID: <7015.213.160.208.235.1138347456.squirrel@martenvijn.nl> In-Reply-To: <20060126171135.F26569@carver.gumbysoft.com> References: <43D04CBF.6050802@siol.net> <1137797311.847.38.camel@workstation.martenvijn.nl> <20060126171135.F26569@carver.gumbysoft.com> Date: Fri, 27 Jan 2006 08:37:36 +0100 (CET) From: "Marten Vijn" To: "Doug White" User-Agent: SquirrelMail/1.4.4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Marten Vijn , Karel Miklav , freebsd-stable@freebsd.org Subject: Re: PXE Installation X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: info@martenvijn.nl List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2006 07:32:33 -0000 > On Fri, 20 Jan 2006, Marten Vijn wrote: > >> On Fri, 2006-01-20 at 03:36 +0100, Karel Miklav wrote: >> > Hi, >> > >> > I'm trying to install FreeBSD 6.0 to a sub-notebook without >> > floppy or optical unit. >> >> > Please give me a hand, I'm playing with this for whole week. >> > >> nice game aint it? sure of your friends is tcpdump :) >> >> >> steps to follow (more below), create: >> >> 1 pxeboot >> 2 exports a nfs bootdir >> 3 populate bootdir >> 4 config dhcpd.conf >> 5 add hosts to dns or /etc/hosts >> 6 proper config for the bootdir > > [...] > > If the goal is to simply start sysinstall on the target then it is not > necessary to construct a fully-populated root filesystem for the purpose. agree, I use it not only for this, I add rpc.lockd to it and use as diskless workstation, including kde, open office and more. Since writing time better options at this list where offerd. thanks, Marten > Just tell loader to use the mfsroot disk image that's in the boot/ > directory and sysinstall will start up like it does when booting directly > from CD. > > Instructions for this are at: > > http://people.freebsd.org/~dwhite/pxeboot.html > > Its fundamentally the same, except step 3 takes about 1 minute (cp -Rp) > instead of an hour. > > Admittedly these instructions assume proficiency with configuring NFS, > DHCP, and so forth. Its mainly a note to myself on how to do it. :) > > The addition of vfs.root.mountfrom="ufs:/dev/md0c" line to loader.conf is > the key. The CDROM loader.rc already pulls in mfsroot.gz, you just have to > point the kernel at that image instead of the NFS root that pxeboot will > pass on. > > -- > Doug White | FreeBSD: The Power to Serve > dwhite@gumbysoft.com | www.FreeBSD.org > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >