From owner-freebsd-sparc64@FreeBSD.ORG Wed Jun 11 13:25:54 2014 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30DFA448 for ; Wed, 11 Jun 2014 13:25:54 +0000 (UTC) Received: from eu1sys200aog114.obsmtp.com (eu1sys200aog114.obsmtp.com [207.126.144.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 80C062725 for ; Wed, 11 Jun 2014 13:25:52 +0000 (UTC) Received: from mail-we0-f172.google.com ([74.125.82.172]) (using TLSv1) by eu1sys200aob114.postini.com ([207.126.147.11]) with SMTP ID DSNKU5hYysoMFMirJsflvarwuqJ0w2RzWevh@postini.com; Wed, 11 Jun 2014 13:25:53 UTC Received: by mail-we0-f172.google.com with SMTP id u57so636431wes.31 for ; Wed, 11 Jun 2014 06:25:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=BMShimjtTQ71C7Z4OL4rmOeTTvaIzD/HH+ScZL0hnZ4=; b=lTI+oit1DBT4mVsbRzgRvcnA7YFRHNI8vHuFRP1CNR94Q5RlrUgeDcfCnKuEccgVu0 wsqxjHwKo6J0ND6l4C94noIYRXEB/ChElagcYg1AniIbFY3At5j6Kcnr5p+uluwmLv+h hVnLT2GxkLV/bEowVpEo2OD5DgwkgPIIgEUva1MN9TkGhK5EkXLCtSBKFFPxFHJkC7ri QDuWiM1NKDGJA6G6huxJApYlQZY1YSaEJz32Bxr0I6rfzeNkPL6S3fe8ZOHrhlioMc1A VNvr7cHQcNoKfoixi9/3JDX70UHAYIszD6MKUUzFG7U0aZRbE7BMknnzXLQbev5B1b0K hyag== X-Gm-Message-State: ALoCoQkSJ6qPWm70FfhwClUlP+4i9ofL1B5JylaBictMBJOHZbrDpEd7pOOI5tmePNBW70dcY24DyZLmOjCx2k+YOPOrnOyoDaH4+wfDYVOfUSOAzePqWMudZFctZjZgvsdzRr36J6kEi1wcJoNRJqpsLMQJQQUI3Q== X-Received: by 10.180.228.6 with SMTP id se6mr47447304wic.52.1402493130610; Wed, 11 Jun 2014 06:25:30 -0700 (PDT) X-Received: by 10.180.228.6 with SMTP id se6mr47447212wic.52.1402493129943; Wed, 11 Jun 2014 06:25:29 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id em7sm34240961wjd.34.2014.06.11.06.25.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jun 2014 06:25:29 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s5BDPROj092438 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 11 Jun 2014 14:25:28 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s5BDPRVI092437 for freebsd-sparc64@freebsd.org; Wed, 11 Jun 2014 14:25:27 +0100 (BST) (envelope-from mexas) Date: Wed, 11 Jun 2014 14:25:27 +0100 (BST) From: Anton Shterenlikht Message-Id: <201406111325.s5BDPRVI092437@mech-cluster241.men.bris.ac.uk> To: freebsd-sparc64@freebsd.org Subject: zfs mirror root install - panic Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 13:25:54 -0000 I was trying to install 10.0 release, from a CD, on sunblade 1500 with 2x80GB ide disks. I followed https://wiki.freebsd.org/RootOnZFS/VTOC8ZFSBoot/9.x-RELEASE but when I got to installing the OS, I got panic at the kernel.txz stage. The latest progress was 40% and 97% overall. Anybody has done this successfully? I'm going to try the 9.x installation CD in the meantime. Anton