From owner-freebsd-virtualization@FreeBSD.ORG Thu Nov 6 05:20:33 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CC93456; Thu, 6 Nov 2014 05:20:33 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 200AF37E; Thu, 6 Nov 2014 05:20:32 +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 9252A12433; Thu, 6 Nov 2014 15:20:30 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro-2.local ([64.245.0.210]) by dommail.onthenet.com.au (MOS 4.4.4-GA) with ESMTP id BZM64204 (AUTH peterg@ptree32.com.au); Thu, 6 Nov 2014 15:20:29 +1000 Message-ID: <545B051B.8050505@freebsd.org> Date: Wed, 05 Nov 2014 21:20:27 -0800 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Pete Wright Subject: Re: centos 4 bhyve guest References: <20141106.073131.1811725327096373192.hrs@allbsd.org> <545AA8A9.5030002@nomadlogic.org> In-Reply-To: <545AA8A9.5030002@nomadlogic.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: Thu, 06 Nov 2014 05:20:33 -0000 > I believe only CentOS-6.x and newer are currently supported. I am in a > similar predicament where I'd like to port some development CentOS5.x > systems and am unable to. With CentOS 5.11 it's possible to get some early kernel output by setting the "earlyprintk=serial" kernel command-line option. But, this disappears when the switchover to the main console happens. > I'd be keen to learn what issues exist preventing this and see if I can > help in any way to get older CentOS systems supported. I suspect that Centos 5 does boot, but without console output there's not much that can be done :( It might need some Linux kernel builds and insertion of debug to work out why the console settings from grub aren't being used. later, Peter.