From owner-freebsd-embedded@FreeBSD.ORG Fri Apr 17 08:21:33 2009 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A3D410656BF for ; Fri, 17 Apr 2009 08:21:33 +0000 (UTC) (envelope-from matthias-bsde@mteege.de) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mx1.freebsd.org (Postfix) with ESMTP id 257068FC2B for ; Fri, 17 Apr 2009 08:21:33 +0000 (UTC) (envelope-from matthias-bsde@mteege.de) Received: from mail-in-18-z2.arcor-online.net (mail-in-18-z2.arcor-online.net [151.189.8.35]) by mx.arcor.de (Postfix) with ESMTP id A9CBB332B7A for ; Fri, 17 Apr 2009 09:49:22 +0200 (CEST) Received: from mail-in-02.arcor-online.net (mail-in-02.arcor-online.net [151.189.21.42]) by mail-in-18-z2.arcor-online.net (Postfix) with ESMTP id A136351004B for ; Fri, 17 Apr 2009 09:49:22 +0200 (CEST) Received: from crn.mteege.de (six.mteege.de [88.79.143.204]) by mail-in-02.arcor-online.net (Postfix) with ESMTP id 5BA7D3FE381 for ; Fri, 17 Apr 2009 09:49:22 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-02.arcor-online.net 5BA7D3FE381 Received: from cab.de ([192.168.153.14]) by crn; Fri Apr 17 07:49:22 GMT 2009 Message-ID: <635bff4620629cdcaa016cca98d50389@mteege.de> To: freebsd-embedded@freebsd.org Date: Fri, 17 Apr 2009 09:49:21 +0200 From: Matthias Teege MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: nanobsd boot slice selection does not work X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-embedded@freebsd.org List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2009 08:21:34 -0000 Moin, I have problems with the bootslice selection on a soekris device. I use updatepX to copy new images to the device but after a reboot the old slice is mountet as root. I boot the device from slice 1, updatep2, reboot the device, "2" is selected in the bootmanager but ads1a is mounted as root. After selecting "2" with keyboard on the console it works. After that I can reboot the device without any problems and slice 2 is mounted as root. I can reproduce this problem with different CF Cards. Does anyone know this problem? Can I force the bootslice selection? My testdevice is a 4801 with comBIOS ver. 1.31 20070408 the system is FreeBSD 7.2pre. Many thanks Matthias