From owner-freebsd-emulation@FreeBSD.ORG Tue Jan 31 11:48:44 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36AFB1065672 for ; Tue, 31 Jan 2012 11:48:44 +0000 (UTC) (envelope-from martin@lispworks.com) Received: from lwfs1-cam.cam.lispworks.com (mail.lispworks.com [193.34.186.230]) by mx1.freebsd.org (Postfix) with ESMTP id C4B828FC14 for ; Tue, 31 Jan 2012 11:48:43 +0000 (UTC) Received: from higson.cam.lispworks.com (higson [192.168.1.7]) by lwfs1-cam.cam.lispworks.com (8.14.3/8.14.3) with ESMTP id q0VBmeXF068374; Tue, 31 Jan 2012 11:48:40 GMT (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com (localhost.localdomain [127.0.0.1]) by higson.cam.lispworks.com (8.14.4) id q0VBmexh025019; Tue, 31 Jan 2012 11:48:40 GMT Received: (from martin@localhost) by higson.cam.lispworks.com (8.14.4/8.14.4/Submit) id q0VBmekJ025016; Tue, 31 Jan 2012 11:48:40 GMT Date: Tue, 31 Jan 2012 11:48:40 GMT Message-Id: <201201311148.q0VBmekJ025016@higson.cam.lispworks.com> From: Martin Simmons To: freebsd-emulation@freebsd.org In-reply-to: (message from Robert Simmons on Mon, 30 Jan 2012 19:07:25 -0500) References: Subject: Re: FreeBSD 9.0 on VirtualBox 4.1.8 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 31 Jan 2012 11:48:44 -0000 >>>>> On Mon, 30 Jan 2012 19:07:25 -0500, Robert Simmons said: > > I encountered a problem installing FreeBSD 9.0-RELEASE on VirtualBox > 4.1.8, and I wanted to share my fix for it, so it can be added to the > FreeBSD wiki and Handbook if appropriate. > > Using the default settings of VirtualBox, the following error occurs > during boot from the iso image: > http://i.imgur.com/kO93X.png > > I'm using Kubuntu 11.10, and I installed VirtualBox from the official PPA: > deb http://download.virtualbox.org/virtualbox/debian oneiric contrib > > The FreeBSD ISO that I used was "FreeBSD-9.0-RELEASE-amd64-dvd1.iso" > > The following checkbox needs to be checked in settings to be able to > boot FreeBSD: > Settings > System > Motherboard > Enable IO APIC How did you create the VM? If you choose "FreeBSD (64-bit)" as the OS type (to match the FreeBSD platform "amd64") then it should check Enable IO APIC autoamatically. __Martin