From owner-freebsd-questions@FreeBSD.ORG Fri Jan 6 11:19:08 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E60F41065670 for ; Fri, 6 Jan 2012 11:19:08 +0000 (UTC) (envelope-from alessandro.baggi@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 75E178FC13 for ; Fri, 6 Jan 2012 11:19:08 +0000 (UTC) Received: by werb13 with SMTP id b13so1500128wer.13 for ; Fri, 06 Jan 2012 03:19:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=TFTMZ8dyUqStJqgUYhsQ4ePXoC2ckoqsj6F84NGXqgg=; b=Z1CoaGW8i85PoC3bCZe66Q5uJKIJaTiddqSEoh/64crJHjrVdIgDyO2qtnim1ZHjS4 TlxtwTe7+J92ZfqNlBd0yKEGl6Cf9qMurEHKwVTUyZ7vM6JBtHY4lMh4N+R9YLn4Yc4a eB/czwDhbwMiyS+KmMP2ryWQrn17wsKU30DT8= Received: by 10.216.138.224 with SMTP id a74mr2862712wej.16.1325846850941; Fri, 06 Jan 2012 02:47:30 -0800 (PST) Received: from [10.1.4.58] (ip-157-125-ull.customer.panservice.it. [212.66.125.157]) by mx.google.com with ESMTPS id eu3sm37910240wib.6.2012.01.06.02.47.28 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 06 Jan 2012 02:47:29 -0800 (PST) Message-ID: <4F06D041.4050702@gmail.com> Date: Fri, 06 Jan 2012 11:43:13 +0100 From: Alessandro Baggi User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: FreeBSD on kvm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jan 2012 11:19:09 -0000 Hi list, i've a problem running freebsd as a guest on linux+kvm. The only problem is that sometimes, when I boot the system it dies and this happens also if I run the vm with and without -nographic option. Using the qemu GUI I can see the it stops on the boot loader menu after the countdown and the only mode to resume the system is reboot the vm. I've reduced the autoboot delay to 1 without no result. Someone know something about this problem? Thanks in advance.