From owner-freebsd-virtualization@freebsd.org Mon Oct 8 09:29:02 2018 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7124310B91B5 for ; Mon, 8 Oct 2018 09:29:02 +0000 (UTC) (envelope-from matt.churchyard@userve.net) Received: from smtp-b.userve.net (smtp-outbound.userve.net [217.196.1.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.userve.net", Issuer "Thawte RSA CA 2018" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 119DE82268 for ; Mon, 8 Oct 2018 09:29:01 +0000 (UTC) (envelope-from matt.churchyard@userve.net) Received: from owa.usd-group.com (owa.usd-group.com [217.196.1.2]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp-b.userve.net (Postfix) with ESMTPS id 91298B4B; Mon, 8 Oct 2018 10:28:53 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=userve.net; s=201508; t=1538990933; bh=iLQEtVOH4LhlYOLiQnv68a7JCH7VLQqymtSw7esaDa0=; h=From:To:Subject:Date:References:In-Reply-To; b=Y4t01tWgnR1lVPLlgtR+7+gGVvGFR7+u161slfHXDYS7tiqWeSoxFLZwqKKQ+0dBo AVPlrnxWTfNCeoTpEqDxaRHN2Zw+RbueKZ3tPfhRd3JR7a5YxewlmqPFEVIFacHPnv euJGxtVo1oe/ngGn/yb0SgyXSIBWI1RJFatJqCys= Received: from SERVER.ad.usd-group.com (192.168.0.1) by SERVER.ad.usd-group.com (192.168.0.1) with Microsoft SMTP Server (TLS) id 15.0.847.32; Mon, 8 Oct 2018 10:28:52 +0100 Received: from SERVER.ad.usd-group.com ([fe80::b19d:892a:6fc7:1c9]) by SERVER.ad.usd-group.com ([fe80::b19d:892a:6fc7:1c9%12]) with mapi id 15.00.0847.030; Mon, 8 Oct 2018 10:28:52 +0100 From: Matt Churchyard To: Xavier Humbert , "freebsd-virtualization@freebsd.org" Subject: RE: Problem installing Ubuntu with vm_byhve Thread-Topic: Problem installing Ubuntu with vm_byhve Thread-Index: AQHUXYNkklXx9QEbMUuD/IisvhhvaKUVFh9A Date: Mon, 8 Oct 2018 09:28:52 +0000 Message-ID: <5781057012064b52bd477a381271e512@SERVER.ad.usd-group.com> References: <55fd7896-d17c-88a2-ee07-70d8da9ed5ef@xavierhumbert.net> In-Reply-To: <55fd7896-d17c-88a2-ee07-70d8da9ed5ef@xavierhumbert.net> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.0.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.27 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: Mon, 08 Oct 2018 09:29:02 -0000 >Hi all, >First, I must admit I'm not a byve guru, but I got a pfSense vm installed = and running, so the problem is not my host. >I started with an old release to avoid URFI problems >What I've done : ># vm create ubuntu ># vm install ubuntu ubuntu-12.04.5-server-amd64.iso Starting ubuntu > * found guest in /vms/ubuntu > * booting... ># vm console ubuntu >Consoles: userboot > ... >my config file is straight from .templates : ># cat ubuntu/ubuntu.conf >loader=3D"bhyveload" >cpu=3D1 >memory=3D256M >network0_type=3D"virtio-net" >network0_switch=3D"public" >disk0_type=3D"virtio-blk" >disk0_name=3D"disk0.img" The main issue is that you're trying to use the freebsd loader (bhyveload) = for Linux. You need to use grub or UEFI for Linux. You could start by trying the Ubuntu template, although you may find you ne= ed to provide grub commands in order to get the guest to boot. See https://github.com/churchers/vm-bhyve/wiki/Configuring-Grub-Guests for = more info on booting with grub # vm create -t ubuntu ubuntu-guest If the guest won't boot without manually specifying Grub commands, you may = actually find it easier to use a newer version of Linux and boot with UEFI. Matt >Thanks for any help >Regards, -- Xavier HUMBERT _______________________________________________ freebsd-virtualization@freebsd.org mailing list https://lists.freebsd.org/m= ailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscribe@freebs= d.org"