From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R1rtP-00050G-Gl for garchives@archives.gentoo.org; Fri, 09 Sep 2011 03:36:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E207921C292; Fri, 9 Sep 2011 03:36:24 +0000 (UTC) Received: from mail.osagesoftware.com (osagesoftware.com [216.144.204.42]) by pigeon.gentoo.org (Postfix) with ESMTP id 5683721C07D for ; Fri, 9 Sep 2011 03:35:30 +0000 (UTC) Received: from osage.osagesoftware.com (osage.osagesoftware.com [192.168.1.10]) by mail.osagesoftware.com (Postfix) with ESMTP id 551B77BCBF for ; Fri, 9 Sep 2011 03:35:29 +0000 (UTC) Date: Thu, 8 Sep 2011 23:35:28 -0400 From: David Relson To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] virtualbox 4.1.2 problem Message-ID: <20110908233528.3459f1a3@osage.osagesoftware.com> In-Reply-To: <20110908115821.71e1efc1@rohan> References: <20110907190821.2da878bf@osage.osagesoftware.com> <20110908115821.71e1efc1@rohan> Organization: Osage Software Systems, Inc. X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 403840a89bda8dbfb13027e89903496d On Thu, 8 Sep 2011 11:58:21 +0200 Alan McKinnon wrote: > On Wed, 7 Sep 2011 19:08:21 -0400 > David Relson wrote: > > > G'day, > > > > I'm having a problem with VirtualBox and am looking for ideas. > > > > As background, I'm running virtualbox-bin-4.1.2 on a > > 2.6.39-gentoo-r2 kernel on an AMD Phenom 9850. My vmware install > > no longer works because vmware wants the BKL and the 2.6.39 kernel > > doesn't have it. Using vmware-converted the WinXP vmware guest has > > been converted to .ova format. > > > > VirtualBox-4.1.2 loads the .ova OK. After clicking "start" the > > guest starts up, shows the splash screen, then aborts with a blue > > screen saying: > > > > A problem has been detected and windows has been shut down to > > prevent damage to your computer. > > > > If this is the first time you've seen this Stop error screen, > > restart your computer. If this screen appears again, follow > > these steps: > > > > Check to be sure you have adequate disk space. If a driver is > > identified in the Stop message, disable the driver or check with > > the manufacturer for driver updates. Try changing video > > adapters. > > > > Check with your hardware vendor for any BIOS updates. Disable > > BIOS memory options such as caching or shadowing. If you need to use > > Safe Mode to remove or disable components, restart your > > computer, press F8 to select Advanced Startup options, and then > > select Safe Mode. > > > > Technical information: >>> Verifying ebuild manifests >>> Jobs: 0 of 1 complete, 1 running Load avg: 1.05, >>> 0.72, 0.55 Emerging (1 of 1) app-emulation/virtualbox-4.1.2 >>> Jobs: 0 of 1 complete, 1 running Load avg: 1.05, >>> 0.72, 0.55 Jobs: 0 of 1 complete Load >>> avg: 2.10, 3.99, 3.56 > > > > *** STOP: 0x0000008E > > (0xC0000005,0x8053A8E3,0xF779E610,0x00000000) > > > > Using virtualbox-4.1.2 on my wife's Win 7 laptop, the same .ova file > > works fine. > > > > Any thoughts on what needs changing in my gentoo environment to > > successfully run the guest? > > > > Thank you. > > > > David > > > > P.S. The most recent log file is attached. > > > > > > Did you import the .ova file first? Yes. I imported the .ova file -- a process that took several minutes and resulted in .vbox (6.5K) and .vmdk (7.4G) files in directory ~/VirtualBox/Machines/WinXP. In the log file (attached to the original message) can be seen the following "VM state" messages: 00:00:01.535 Changing the VM state from 'CREATING' to 'CREATED'. 00:00:01.535 Changing the VM state from 'CREATED' to 'POWERING_ON'. 00:00:01.535 Changing the VM state from 'POWERING_ON' to 'RUNNING'. 00:00:29.481 Changing the VM state from 'RUNNING' to 'RESETTING'. 00:00:29.509 Changing the VM state from 'RESETTING' to 'RUNNING'. 00:00:35.391 Changing the VM state from 'RUNNING' to 'SUSPENDING'. 00:00:35.420 Changing the VM state from 'SUSPENDING' to 'SUSPENDED'. 00:00:38.711 Changing the VM state from 'SUSPENDED' to 'POWERING_OFF'. 00:00:38.711 Changing the VM state from 'POWERING_OFF' to 'OFF'. 00:00:38.722 Changing the VM state from 'OFF' to 'DESTROYING'. 00:00:38.731 Changing the VM state from 'DESTROYING' to 'TERMINATED'. Looking at the log file, I interpret "RESETTING to RUNNING" as good, and the messages after that as bad, i.e. indicating that vbox wasn't happy with the VM. Why vbox wasn't happy is not at all clear to me. Any thoughts? Regards, David