From owner-freebsd-virtualization@FreeBSD.ORG Wed Oct 22 01:16:02 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 98E09CC4 for ; Wed, 22 Oct 2014 01:16:02 +0000 (UTC) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 57A30ABC for ; Wed, 22 Oct 2014 01:16:02 +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 BC2AF123CF for ; Wed, 22 Oct 2014 11:16:01 +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 BZD80907 (AUTH peterg@ptree32.com.au); Wed, 22 Oct 2014 11:16:00 +1000 Message-ID: <5447054E.9000709@freebsd.org> Date: Tue, 21 Oct 2014 18:15:58 -0700 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: freebsd-virtualization@freebsd.org Subject: Re: moving from virtualbox to bhyve - SOLVED References: <20141020162043.GA66615@potato.growveg.org> <544538D6.80101@freebsd.org> <20141020170401.GB66615@potato.growveg.org> <20141021045910.GA68426@potato.growveg.org> <20141021130217.GA81912@potato.growveg.org> <20141021235931.GA85315@potato.growveg.org> In-Reply-To: <20141021235931.GA85315@potato.growveg.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Wed, 22 Oct 2014 01:16:02 -0000 Hi John, > I was so busy waiting for the login screen from the console that I'd failed > to notice it *HAD* actually booted. I found this out by trying > to ssh to it for the hell of it. dmesg showed things were normal. > My console, though, looks like this: http://tinyurl.com/q4a3t4e > The ubuntu is 13.10 with security patches. I think what happened is that the grub config file was setting up Ubuntu for a graphical console on the original VBox VM. grub-bhyve will auto-insert a "console=ttyS0" at the start of the kernel command-line, but any loater "console=" option will override this. You may have to edit your grub.conf and remove any "console=" options. There may be some additional steps that are required to enable a getty on the serial port - that tends to be distro-specific and I'm not sure what is required (if anything) for Ubuntu. later, Peter.