From owner-freebsd-questions@FreeBSD.ORG Tue Sep 14 02:28:29 2004 Return-Path: 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 186B916A510 for ; Tue, 14 Sep 2004 02:28:29 +0000 (GMT) Received: from chello080110061116.502.15.vie.surfer.at (chello080110061116.502.15.vie.surfer.at [80.110.61.116]) by mx1.FreeBSD.org (Postfix) with SMTP id A93E443D58 for ; Tue, 14 Sep 2004 02:28:27 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 47465 invoked from network); 14 Sep 2004 02:28:25 -0000 Received: from matrix010.matrix.net (192.168.123.10) by ns.matrix.net with SMTP; 14 Sep 2004 02:28:25 -0000 From: Christian Hiris <4711@chello.at> To: freebsd-questions@freebsd.org Date: Tue, 14 Sep 2004 04:28:25 +0200 User-Agent: KMail/1.7 References: <20040913180614.H68084@tnetnzry.pnve.qh.rqh> In-Reply-To: <20040913180614.H68084@tnetnzry.pnve.qh.rqh> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409140428.25441.4711@chello.at> cc: Ivan Fetch Subject: Re: 5.2.1-RELEASE and install.cfg unable to find ad0s1b dev node X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 02:28:29 -0000 On Tuesday 14 September 2004 02:12, Ivan Fetch wrote: > Hello, > > I've searched the mailing lists and found others with this issue, but > haven't found a solution yet - can someone point me in the right direction > please? > > When using an install.cfg file with 5.2.1-RELEASE, I get: > Unable to find device node for /dev/ad0s1b in /dev! > The creation of filesystems will be aborted. [...] > debug=yes > # Networking Options > hostname=geo > domainname=domain.com > nameserver=192.168.0.254 > defaultrouter=192.168.0.254 > ipaddr=192.168.0.201 > netmask=255.255.255.0 > netDev=fxp0 > # Install Media Options > mediaSetCDROM > # Distribution Selection > distSetKernDeveloper > # Partitioning > disk=ad0 > partition=all > bootManager=boot > diskPartitionEditor > diskPartitionWrite > ad0s1-1=ufs 524288 / > ad0s1-2=swap 131072 none > ad0s1-3=ufs 524288 /var > ad0s1-4=ufs 0 /usr > # Even commenting out the above and uncomminting the below, install still > fails. > #diskInteractive=yes > diskLabelEditor > diskLabelCommit > installCommit I think you should remove the functions "diskPartitionWrite" and "diskLabelCommit", try this instead: debug=yes # Networking Options hostname=geo domainname=domain.com nameserver=192.168.0.254 defaultrouter=192.168.0.254 ipaddr=192.168.0.201 netmask=255.255.255.0 netDev=fxp0 # Partitioning disk=ad0 partition=all bootManager=boot diskPartitionEditor # disklabel ad0s1-1=ufs 524288 / ad0s1-2=swap 131072 none ad0s1-3=ufs 524288 /var ad0s1-4=ufs 0 /usr diskLabelEditor # install sys mediaSetCDROM distSetKernDeveloper installCommit Cheers, ch -- Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu