From owner-freebsd-emulation@FreeBSD.ORG Thu May 30 14:17:42 2013 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 850BFE3B for ; Thu, 30 May 2013 14:17:42 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id 59B036E8 for ; Thu, 30 May 2013 14:17:42 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001) id 8E5D21C6441; Thu, 30 May 2013 22:17:32 +0800 (CST) Date: Thu, 30 May 2013 22:17:32 +0800 From: Denny Lin To: freebsd-emulation@FreeBSD.org Subject: VirtualBox unable to start guests Message-ID: <20130530141732.GA92251@mail.hs.ntnu.edu.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 May 2013 14:17:42 -0000 Hi, I installed VirtualBox 4.2.12 on 10-CURRENT amd64 (default options except NLS is disabled). Guests won't start even though vboxdrv.ko has been loaded. I've tried both FreeBSD 9.1 and MINIX. The error log shows: 00:00:12.519373 AssertLogRel /tmpfs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.12/src/VBox/HostDrivers/Support/SUPLib.cpp(1726) int supLoadModuleResolveImport(RTLDRMODINTERNAL*, const char*, const char*, unsigned int, RTUINTPTR*, void*): 00:00:12.519380 VMMR0.r0 is importing SUPSemEventSignal which we couldn't find 00:00:12.519652 pdmR3LoadR0U: pszName="VMMR0.r0" rc=VERR_SYMBOL_NOT_FOUND szErr="supLoadModule returned VERR_SYMBOL_NOT_FOUND" 00:00:12.519663 VMSetError: /tmpfs/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.12/src/VBox/VMM/VMMR3/VM.cpp(602) int vmR3CreateU(UVM*, uint32_t, int (*)(VM*, void*), void*); rc=VERR_SYMBOL_NOT_FOUND 00:00:12.519667 VMSetError: Failed to load VMMR0.r0 00:00:12.519749 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={db7ab4ca-2a3f-4183-9243-c1208da92392} aComponent={Console} aText={Failed to load VMMR0.r0 (VERR_SYMBOL_NOT_FOUND)}, preserve=false 00:00:12.520097 Using XKB for keycode to scan code conversion 00:00:12.526110 Power up failed (vrc=VERR_SYMBOL_NOT_FOUND, rc=NS_ERROR_FAILURE (0X80004005)) Any help would be greatly appreciated. -- Denny Lin