From owner-freebsd-questions@FreeBSD.ORG Sun Sep 5 16:15:58 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 4F0DA16A4CE for ; Sun, 5 Sep 2004 16:15:58 +0000 (GMT) Received: from terragate.net (terragate.net [217.160.133.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id 149A343D5A for ; Sun, 5 Sep 2004 16:15:58 +0000 (GMT) (envelope-from jr@terragate.net) Received: by terragate.net (Postfix, from userid 1016) id 58A4114202; Sun, 5 Sep 2004 18:15:56 +0200 (CEST) Received: from [192.168.12.10] (c164113.adsl.hansenet.de [213.39.164.113]) by terragate.net (Postfix) with ESMTP id 0E064141F9; Sun, 5 Sep 2004 18:15:54 +0200 (CEST) Message-ID: <413B3BC3.10207@terragate.net> Date: Sun, 05 Sep 2004 18:16:03 +0200 From: Jeremias Reith User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040813) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <413B2CFD.6090207@uiowa.edu> <20040905111318.Y532@gravy.kishka.net> In-Reply-To: <20040905111318.Y532@gravy.kishka.net> X-Enigmail-Version: 0.85.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on terragate X-Spam-Status: No, hits=-3.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Level: Subject: Depinguinator and sysinstall 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: Sun, 05 Sep 2004 16:15:58 -0000 Hi, I am currently trying to install 5.2.1 remotely on a server using the depinguinator ( http://www.daemonology.net/depenguinator/ ). It boots without problems but I am unable to install a FreeBSD using sysinstall. sysinstall does not create slices and lables. If I commit my settings I'll get an error for each partition that it does not exist ("Error: /dev/ad0s1x does not exsist"). But there is no problem in doing it manually with fdisk and disklabel. For this reason I tried to mount everything in /mnt and told sysinstall to use /mnt as base path (expert mode) but the installation uses /usr instead of /mnt/usr. This will cause a failure because /usr is a mem disk. As there any other way in installing FreeBSD semi-manually? Thx, Jeremias Reith