From owner-freebsd-emulation@FreeBSD.ORG Mon Feb 16 18:18:42 2009 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A54A6106566C for ; Mon, 16 Feb 2009 18:18:42 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 5C7128FC1D for ; Mon, 16 Feb 2009 18:18:41 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 72CE39CB057 for ; Mon, 16 Feb 2009 19:15:42 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QWL7kogLGr3Q for ; Mon, 16 Feb 2009 19:15:40 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 267B29CB0EA for ; Mon, 16 Feb 2009 19:15:40 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n1GIFeLr019046 for emulation@freebsd.org; Mon, 16 Feb 2009 19:15:40 +0100 (CET) (envelope-from rdivacky) Date: Mon, 16 Feb 2009 19:15:40 +0100 From: Roman Divacky To: emulation@freebsd.org Message-ID: <20090216181539.GA18949@freebsd.org> References: <20090215214304.GA17635@freebsd.org> <20090216091141.GD41617@deviant.kiev.zoral.com.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090216091141.GD41617@deviant.kiev.zoral.com.ua> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: qemu booting amd64 fbsd 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: Mon, 16 Feb 2009 18:18:42 -0000 On Mon, Feb 16, 2009 at 11:11:41AM +0200, Kostik Belousov wrote: > On Sun, Feb 15, 2009 at 10:43:04PM +0100, Roman Divacky wrote: > > hi > > > > I am trying to boot fbsd@amd64 7.1R in qemu-0.9.1_11 but it panics > > early in the boot. usually. sometimes it gets upto the root mounting > > but then hangs... > > > > am I doing something wrong or is this just broken? > > > > is there any other (reliable) way how to boot amd64 fbsd in sw? > > I use the patch below for the long time. Not sure whether this is your > case. qemu-devel works ok... thnx!