From owner-freebsd-virtualization@freebsd.org Sun Aug 9 11:31:07 2020 Return-Path: Delivered-To: freebsd-virtualization@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7FCFC3B355D for ; Sun, 9 Aug 2020 11:31:07 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BPcNq0nDHz3ywH; Sun, 9 Aug 2020 11:31:06 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=10lcte+ofmnlRSkQ7s1AGfOkfWRdJgMfATsT7YF6F+4=; b=WjZazdrqRzdrUyKSIRbMHo+lYFaavDNrd8+8d6mP7I0C546vNf9Mm4N8YkYlhr1Lr6XZiY2U48Ybv4YKcgumdBrccchnoDd5iYYvjXJDdWIUFtMusxy/Oqljwd6pKiL2GOQGB1qmM9sK4zuXEIVXUKqy2ku1/c33mVQsmnqpTylr/3ESGIlLSTEDjvOU6B1sgKNH06VzdRva9f9789lNPYz7BwaxwlkflLloTOdQHgRuhcoTZxspBhas8MhlOaig5JNCIUixk72dOKQZ4kLWjW6VaNKbz9R0+jTXkxIyb9C7Wfgnn/uJXXBtxPmi4JyU7lW4mhJWmqTNM9XA3dSRkw==; Received: from macmini.bk.cs.huji.ac.il ([132.65.179.19]) by kabab.cs.huji.ac.il with esmtp id 1k4jXb-000NcK-1u; Sun, 09 Aug 2020 14:31:03 +0300 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\)) Subject: Re: bhyve boot order? From: Daniel Braniss In-Reply-To: <6dc0f1c6-8918-5be9-5008-6fc91f0f93ac@freebsd.org> Date: Sun, 9 Aug 2020 14:31:02 +0300 Cc: freebsd-virtualization@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <807B5CE6-5408-4C35-A0A2-32044FC65CD8@cs.huji.ac.il> <6dc0f1c6-8918-5be9-5008-6fc91f0f93ac@freebsd.org> To: Peter Grehan X-Mailer: Apple Mail (2.3608.120.23.2.1) X-Rspamd-Queue-Id: 4BPcNq0nDHz3ywH X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:378, ipnet:132.64.0.0/13, country:IL]; REPLY(-4.00)[] X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 09 Aug 2020 11:31:07 -0000 > On 9 Aug 2020, at 12:53, Peter Grehan wrote: >=20 > Hi Danny, >=20 >> I got bhyve running mainly using vm (thanks Matt), and though I >> succeeded to boot diskless, as soon as I configure a disk, it will >> boot of it. So Q: is there a =E2=80=98simple=E2=80=99 way to = change/set the boot >> order? I=E2=80=99m using the uefi boot. > Not yet: UEFI boot order is currently fixed (removable, then hard = drives, then network). There is work being done to integrate changes = that will allow flash-memory emulation to hold UEFI variables that can = alter the default boot order. >=20 > later, >=20 waiting for =E2=80=98later=E2=80=99 :-) thanks, danny > Peter.