From owner-freebsd-virtualization@FreeBSD.ORG Sat Nov 22 05:12:07 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8FB71AE; Sat, 22 Nov 2014 05:12:07 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 6C031B7; Sat, 22 Nov 2014 05:12:06 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTP id 4E5C41222B; Sat, 22 Nov 2014 15:11:59 +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.4.4-GA) with ESMTP id BZX00399 (AUTH peterg@ptree32.com.au); Sat, 22 Nov 2014 15:11:58 +1000 Message-ID: <54701B1D.40401@freebsd.org> Date: Fri, 21 Nov 2014 21:11:57 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Hiroki Sato Subject: Re: centos 4 bhyve guest References: <20141106.073131.1811725327096373192.hrs@allbsd.org> In-Reply-To: <20141106.073131.1811725327096373192.hrs@allbsd.org> 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.18-1 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: Sat, 22 Nov 2014 05:12:07 -0000 > Does anyone have an experience on booting CentOS 4 as a bhyve guest? This should now be partly fixed with grub2-bhyve 0.30 (the latest version in ports). I've tried the 4.8 x86_64 install DVD and booted with a single vCPU guest. SMP isn't yet working. 4.8/i386 has issues with the atpic and detecting PCI devices that I'm still looking into. With 4.8, I used ahci-hd for disks since there seemed to be sporadic issues with virtio-blk. In addition, 5.11 now seems to work fine, UP/SMP and with virtio-blk. later, Peter.