From owner-freebsd-current@FreeBSD.ORG Sun Nov 1 12:28:35 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A239E1065670 for ; Sun, 1 Nov 2009 12:28:35 +0000 (UTC) (envelope-from rwatson@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 79F048FC1B for ; Sun, 1 Nov 2009 12:28:35 +0000 (UTC) Received: from [192.168.2.101] (host217-43-176-60.range217-43.btcentralplus.com [217.43.176.60]) by cyrus.watson.org (Postfix) with ESMTPSA id A78E646B39; Sun, 1 Nov 2009 07:28:34 -0500 (EST) Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes From: "Robert N. M. Watson" In-Reply-To: <31d643300911010344u680c1c4fj87d7654b12380af1@mail.gmail.com> Date: Sun, 1 Nov 2009 12:28:32 +0000 Content-Transfer-Encoding: 7bit Message-Id: <3B6CC16F-DC7C-4D95-AC68-0B14C3741A30@freebsd.org> References: <31d643300910311245r593326e1me8574bdff5198b51@mail.gmail.com> <31d643300910311306m6caa73cfi8930465e43773ff4@mail.gmail.com> <31d643300911010344u680c1c4fj87d7654b12380af1@mail.gmail.com> To: Matthias Rampke X-Mailer: Apple Mail (2.1076) Cc: freebsd-current@freebsd.org Subject: Re: Host OS (OS X 10.6.1) panic when booting 8.0-RC2 in VirtualBox 3.0.10 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: Sun, 01 Nov 2009 12:28:35 -0000 On 1 Nov 2009, at 11:44, Matthias Rampke wrote: > So, the current status is: The cleanly installed 8.0-RC2 works, the > updated one not. So this is either my bad or the freebsd-update did > something wrong. I'll try to find out what and keep you posted. If they're supposed to be the same binary kernel (check the version string/etc on early boot), then it might be worth simply doing md5 sums and seeing if they are the same (likewise loader binaries and kernel modules). Is there any chance you have non-base system kernel modules installed in /boot/modules or the like? Robert