From owner-freebsd-current@FreeBSD.ORG Wed Jul 22 16:24:50 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 50064106566C; Wed, 22 Jul 2009 16:24:50 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Wed, 22 Jul 2009 12:24:36 -0400 User-Agent: KMail/1.6.2 References: <20090722051147.GD70703@home.opsec.eu> In-Reply-To: <20090722051147.GD70703@home.opsec.eu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200907221224.40724.jkim@FreeBSD.org> Cc: Kurt Jaeger Subject: Re: amd64: 8-BETA2 on qemu 0.10.6 on fbsd7.2-stable ? 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: Wed, 22 Jul 2009 16:24:50 -0000 On Wednesday 22 July 2009 01:11 am, Kurt Jaeger wrote: > Hi! > > Can anyone share a hint on how to get amd64 FreeBSD 8 BETA2 running > inside qemu (from the ports, 0.10.6) on a FreeBSD 7.2-STABLE amd64 > ? Or some point on where to start debugging ? > > I'm starting it with: > > qemu-system-x86_64 \ > -s \ > -boot d -cdrom /serv/8.0-BETA2-amd64-disc1.iso \ > -hda f8-64.qcow2 -m 512 \ > -kernel-kqemu \ > -net nic,macaddr=52:54:00:12:34:03 \ > -net tap,ifname=tap3,script=/qserv/bin/ifup,downscript=no \ > -vnc ":8" \ > -no-acpi -name f8-64.opsec.eu -serial stdio > > It hangs after trying to mount from md0. Please try without '-no-acpi'. FYI, ACPI is mandatory for FreeBSD/amd64. Jung-uk Kim