From owner-freebsd-questions@FreeBSD.ORG Wed Nov 30 21:38:52 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 0492916A41F for ; Wed, 30 Nov 2005 21:38:52 +0000 (GMT) (envelope-from raistlin@e-raist.com) Received: from famine.e-raist.com (e-raist.com [209.162.211.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id B211E43D53 for ; Wed, 30 Nov 2005 21:38:51 +0000 (GMT) (envelope-from raistlin@e-raist.com) Received: from e-raist.com (nvg1-01.yvr.sxip.com [204.244.193.130]) (authenticated bits=0) by famine.e-raist.com (8.12.8/8.12.8) with ESMTP id jAULcmWX093411 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Wed, 30 Nov 2005 13:38:48 -0800 (PST) Message-ID: <438E1B60.74350104@e-raist.com> Date: Wed, 30 Nov 2005 13:36:32 -0800 From: Raistlin Majere X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Automating a 5.4 install 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, 30 Nov 2005 21:38:52 -0000 I'm trying to use netboot to automate the install of FreeBSD 5.4. I can get new servers to boot, mount the NFS partition which has all the data from the CD on it (taken from an iso) but I've run into two problems: 1) FreeBSD complains about my disk geometry, even though what it suggests matches what's in the BIOS it's coming up with some wierd numbers and halting my automated install so I can tell it "use the more likely geometry" 2) after the OS install it complains that it can't find packages. It finds the packages directory, parses the index file, but then it can't find them. The error on screen is "Please remove disc #0 from your drive, and add disc #1" and on tty2 the debug messages are: "DEBUG: package check for xxx returns failure." Any thoughts? -=Alexander