From owner-freebsd-current@FreeBSD.ORG Thu Jul 2 08:23:01 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 909E1106566C for ; Thu, 2 Jul 2009 08:23:01 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 4BE9F8FC08 for ; Thu, 2 Jul 2009 08:23:01 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from c83-253-252-234.bredband.comhem.se ([83.253.252.234]:38448 helo=mx.exscape.org) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.69) (envelope-from ) id 1MMHZG-00082D-56; Thu, 02 Jul 2009 10:22:56 +0200 Received: from [192.168.1.5] (macbookpro [192.168.1.5]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx.exscape.org (Postfix) with ESMTPSA id 00CF36A5A3; Thu, 2 Jul 2009 10:22:52 +0200 (CEST) From: Thomas Backman To: Pegasus Mc Cleaft In-Reply-To: <895D2AA2E9964CEE970A64C74D2FF622@PegaPegII> X-Priority: 3 References: <895D2AA2E9964CEE970A64C74D2FF622@PegaPegII> Message-Id: <95B6A153-B61A-474B-B3D6-66D80DA53D50@exscape.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Thu, 2 Jul 2009 10:22:51 +0200 X-Mailer: Apple Mail (2.935.3) X-Originating-IP: 83.253.252.234 X-Scan-Result: No virus found in message 1MMHZG-00082D-56. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1MMHZG-00082D-56 2283fd5c6324b1d21301e07bce62663b Cc: current@freebsd.org Subject: Re: Has anyone been able to actually boot the AMD64 kernel after r194958? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2009 08:23:01 -0000 On Jul 1, 2009, at 04:23 PM, Pegasus Mc Cleaft wrote: > Hi Current, > > I was wondering.. Has anyone actually been able to boot a kernel > after r194958? On 2 different machine (simmilar archecture) the > system will kernel-trap right after attemping to mount the ZFS > filesystems. I dont know if it is ZFS related or not as I am not > able to get a core. It complains that no dump device has been > defined and then locks up... > > If there is a way that I can provide more information, please let > me know how and I will post it. > > Thanks again, > Peg I tried this after reading this thread, and no problems whatsoever. gptzfsboot. [root@clone ~]# uname -a FreeBSD clone.exscape.org 8.0-CURRENT FreeBSD 8.0-CURRENT #3 r195244M: Wed Jul 1 23:03:10 CEST 2009 root@clone.exscape.org:/usr/obj/usr/ src/sys/DTRACE amd64 [root@clone ~]# df -h Filesystem Size Used Avail Capacity Mounted on rpool 7.5G 461M 7.0G 6% / devfs 1.0K 1.0K 0B 100% /dev rpool/tmp 7.0G 10M 7.0G 0% /tmp rpool/usr 9.3G 2.2G 7.0G 24% /usr rpool/usr/ports 7.2G 199M 7.0G 3% /usr/ ports rpool/usr/src 7.5G 434M 7.0G 6% /usr/src rpool/var 7.1G 104M 7.0G 1% /var rpool/var/crash 7.0G 0B 7.0G 0% /var/ crash Regards, Thomas