From owner-freebsd-questions@FreeBSD.ORG Thu Aug 4 08:49:04 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 F244016A41F for ; Thu, 4 Aug 2005 08:49:03 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from tortoise.way.lv (7.lmuza.lv [195.13.151.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C29543D4C for ; Thu, 4 Aug 2005 08:49:03 +0000 (GMT) (envelope-from dexter@ambidexter.com) Received: from localhost (localhost [127.0.0.1]) by tortoise.way.lv (Postfix) with ESMTP id 75DEF1FED57 for ; Thu, 4 Aug 2005 11:48:27 +0300 (EEST) Received: from tortoise.way.lv ([127.0.0.1]) by localhost (tortoise [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 32059-02 for ; Thu, 4 Aug 2005 11:48:22 +0300 (EEST) Received: from [192.168.1.102] (unknown [213.175.79.146]) by tortoise.way.lv (Postfix) with ESMTP id 66F1B1FED52 for ; Thu, 4 Aug 2005 11:48:21 +0300 (EEST) Mime-Version: 1.0 Message-Id: Date: Thu, 4 Aug 2005 11:49:04 +0300 To: freebsd-questions@freebsd.org From: Michael Dexter Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at way.lv Subject: 5.x separate /boot slice? 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: Thu, 04 Aug 2005 08:49:04 -0000 Hello, I would like to try a separate /boot slice as permitted by FreeBSD 5.x... (http://www.khmere.com/freebsd_book/html/ch08.html) But alas it does not appear to be as simple as simply specifying a /boot during setup. This causes the bootloader to complain about not finding a kernel given that /boot on the root partition is empty. Presumably this is too early in the boot process to link /boot to the /boot slice given that the fstab has not been read yet. Any pointers on how to get this to work? Perhaps the boot loader needs to be pointed at the /boot slice rather than root and a "rootdev" variable fed into a specific loader stage? I'm not sure! Appreciated, Michael.