From owner-freebsd-virtualization@FreeBSD.ORG Wed Jan 22 06:03:20 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B076CBE for ; Wed, 22 Jan 2014 06:03:20 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id CE8D811C6 for ; Wed, 22 Jan 2014 06:03:19 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 46C9E12220; Wed, 22 Jan 2014 16:03:18 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-67-161-27-37.hsd1.ca.comcast.net [67.161.27.37]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BRH68600 (AUTH peterg@ptree32.com.au); Wed, 22 Jan 2014 16:03:17 +1000 Message-ID: <52DF5F22.3060706@freebsd.org> Date: Tue, 21 Jan 2014 22:03:14 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Takuya ASADA Subject: Re: Linux on BHyVe in 10.0-RELEASE References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Jan 2014 06:03:20 -0000 Hi Takuya, > * Debian 7.3 with bhyve-scripts > Able to install, bootup! > But serial console sometimes outputs "AT+GCAP" or something, looks like AT > command? > Maybe I mis-configured Debian during installation? I think I saw this but it eventually popped up a login prompt. Guessing it was attempting to detect if a modem was present. > * OpenBSD 5.4 with bhyve-scripts > Hangs at virtio0 initialization: > > scsibus0 at vioblk0: 2 targets > sd0 at scsibus0 targ 0 lun 0: SCSI3 0/direct fixed > sd0: 10240MB, 512 bytes/sector, 20971520 sectors > virtio0: couldn't map interrupt OpenBSD 5.4 doesn't have the change to use MSI interrupts for virtio devices (http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/virtio_pci.c 1.7) I built a 5.4/amd64 flashrd image with this change at http://people.freebsd.org/~grehan/flashimg.amd64-20131014.bz2 5.5 isn't displaying serial console output - I've yet to debug this; probably an issue with grub-bhyve. later, Peter.