From owner-freebsd-virtualization@freebsd.org Sun Aug 9 09:54:04 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 8FA823B216C for ; Sun, 9 Aug 2020 09:54:04 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from vito-vars.onthenet.com.au (vito-vars.OntheNet.com.au [203.13.68.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BPZDq4g7pz3dgC for ; Sun, 9 Aug 2020 09:54:03 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto2.onthenet.com.au [203.13.68.14]) by vito-vars.onthenet.com.au (Postfix) with ESMTPS id A976D209F8E7 for ; Sun, 9 Aug 2020 19:53:52 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [203.13.68.150]) by alto.onthenet.com.au (Postfix) with ESMTPS id 8E2D720AE980 for ; Sun, 9 Aug 2020 19:53:52 +1000 (AEST) Received: from iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) by iredmail.onthenet.com.au (Postfix) with ESMTP id 7F93920DC2D4 for ; Sun, 9 Aug 2020 19:53:52 +1000 (AEST) Received: from iredmail.onthenet.com.au ([127.0.0.1]) by iredmail.onthenet.com.au (iredmail.onthenet.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id sHVOMLovm3ts for ; Sun, 9 Aug 2020 19:53:52 +1000 (AEST) Received: from MacBook-Air-4.local (CPE-120-29-60-82.dsl.OntheNet.net [120.29.60.82]) by iredmail.onthenet.com.au (Postfix) with ESMTPSA id A711420DC2CD; Sun, 9 Aug 2020 19:53:51 +1000 (AEST) Subject: Re: bhyve boot order? To: Daniel Braniss References: <807B5CE6-5408-4C35-A0A2-32044FC65CD8@cs.huji.ac.il> Cc: freebsd-virtualization@freebsd.org From: Peter Grehan Message-ID: <6dc0f1c6-8918-5be9-5008-6fc91f0f93ac@freebsd.org> Date: Sun, 9 Aug 2020 19:53:50 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <807B5CE6-5408-4C35-A0A2-32044FC65CD8@cs.huji.ac.il> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=bM+N3M2Z c=1 sm=1 tr=0 a=A6CF0fG5TOl4vs6YHvqXgw==:117 a=5na4vOg5aJ1be1vsGc0NmA==:17 a=IkcTkHD0fZMA:10 a=y4yBn9ojGxQA:10 a=p4ZhdGqJwktwIP7JOaUA:9 a=QEXdDO2ut3YA:10 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.3 cv=LtAJNkVc c=1 sm=1 tr=0 a=eF5wA05EhuPcU0j7PNT2Vg==:117 a=5na4vOg5aJ1be1vsGc0NmA==:17 a=IkcTkHD0fZMA:10 a=y4yBn9ojGxQA:10 a=p4ZhdGqJwktwIP7JOaUA:9 a=QEXdDO2ut3YA:10 X-Rspamd-Queue-Id: 4BPZDq4g7pz3dgC X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:9313, ipnet:203.13.68.0/23, country:AU]; local_wl_from(0.00)[freebsd.org] 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 09:54:04 -0000 Hi Danny, > 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=20 drives, then network). There is work being done to integrate changes=20 that will allow flash-memory emulation to hold UEFI variables that can=20 alter the default boot order. later, Peter.