From owner-freebsd-sparc64@FreeBSD.ORG Tue Nov 22 11:58:32 2011 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6154A1065670 for ; Tue, 22 Nov 2011 11:58:32 +0000 (UTC) (envelope-from linuxmail@4lin.net) Received: from mail.4lin.net (mail.4lin.net [IPv6:2a01:4f8:130:6021::50]) by mx1.freebsd.org (Postfix) with ESMTP id F14A18FC16 for ; Tue, 22 Nov 2011 11:58:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.4lin.net (Postfix) with ESMTP id C71F43C551 for ; Tue, 22 Nov 2011 12:59:04 +0100 (CET) X-Virus-Scanned: amavisd-new at mail.4lin.net Received: from mail.4lin.net ([127.0.0.1]) by localhost (mail.4lin.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JFBEbrt9eGIf for ; Tue, 22 Nov 2011 12:59:01 +0100 (CET) Received: from pcdenny.rbg.informatik.tu-darmstadt.de (pcdenny.rbg.informatik.tu-darmstadt.de [130.83.160.152]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.4lin.net (Postfix) with ESMTPSA id 801F03BB1C for ; Tue, 22 Nov 2011 12:59:01 +0100 (CET) From: Denny Schierz Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 22 Nov 2011 12:58:27 +0100 Message-Id: <0CC8135A-D4A2-4AB7-9C67-A00BAA50BC78@4lin.net> To: freebsd-sparc64@freebsd.org Mime-Version: 1.0 (Apple Message framework v1251.1) X-Mailer: Apple Mail (2.1251.1) Subject: T245 Netboot/install, FB9-RC1: UFS /boot | ZFS "/" X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2011 11:58:32 -0000 hi, I've successfull bootet from NFS via TFTP/DHCP and now I want to use = /boot for UFS and the root filesystem with ZFS, but I don't know, how = the boot record must be installed: http://wiki.freebsd.org/RootOnZFS/UFSBoot I'm ready until (I use VTOC8 instead of mbr) install the boot loader: # gpart bootcode -b /boot/boot1 da0 gpart: Operation not supported by device # gpart show da0 =3D> 0 143331930 da0 VTOC8 (68G) 0 2088450 1 freebsd-ufs (1G) 2088450 8385930 2 freebsd-swap (4G) 10474380 132857550 4 freebsd-zfs (63G) so, what next? cu denny=