From owner-freebsd-virtualization@freebsd.org Fri Aug 7 08:01:25 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 94AED3B4F19 for ; Fri, 7 Aug 2020 08:01:25 +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 4BNHqm3sllz47pB for ; Fri, 7 Aug 2020 08:01:24 +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:Date:Message-Id:Subject:Mime-Version:Content-Transfer-Encoding:Content-Type:From; bh=FlOzy+WZJI8wwIgKloF4RmoRyc2rwE2mi8+0KIOBvsQ=; b=sU8sJkbQ2MTgTqxAc9Jh8N1N+lUTWoEVpWyKW7u2umpfy8E1P3rG+EtXfNC6cage/QunQSk35/4hp6GUsC/RTKAHIq6wVRdpXR1I9Vr+aUfBPvsVHN43e8yC2CuoXORqFuO3N698cdKqw9OUmqE7iSaZiRgGnKrNiLynfFgV9ld35kVwRSr1iThNTQPANO2GG1CGMyEkQAEt0Ed78+hOeerwAVegkY0dzjSYJK1zP6GW7zECa51hfMItmRBLGN4zst9pPVxg0Lh8fQ6ogB+lxjzFM2Dwg9e9mqIog+5QOVkStzod5zzo6PQzd6zcG5DRPheszn3H9SBcvSeBfcrFAQ==; Received: from bach.cs.huji.ac.il ([132.65.80.20]) by kabab.cs.huji.ac.il with esmtp id 1k3xJX-000O8X-IS for freebsd-virtualization@freebsd.org; Fri, 07 Aug 2020 11:01:19 +0300 From: Daniel Braniss Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.6\)) Subject: bhyve boot order? Message-Id: <807B5CE6-5408-4C35-A0A2-32044FC65CD8@cs.huji.ac.il> Date: Fri, 7 Aug 2020 11:01:19 +0300 To: freebsd-virtualization@freebsd.org X-Mailer: Apple Mail (2.3445.9.6) X-Rspamd-Queue-Id: 4BNHqm3sllz47pB X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cs.huji.ac.il header.s=57791128 header.b=sU8sJkbQ; dmarc=pass (policy=none) header.from=huji.ac.il; spf=none (mx1.freebsd.org: domain of danny@cs.huji.ac.il has no SPF policy when checking 132.65.116.210) smtp.mailfrom=danny@cs.huji.ac.il X-Spamd-Result: default: False [-1.26 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.976]; R_DKIM_ALLOW(-0.20)[cs.huji.ac.il:s=57791128]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.986]; RCPT_COUNT_ONE(0.00)[1]; DKIM_TRACE(0.00)[cs.huji.ac.il:+]; DMARC_POLICY_ALLOW(-0.50)[huji.ac.il,none]; RCVD_IN_DNSWL_NONE(0.00)[132.65.116.210:from]; NEURAL_HAM_SHORT(-0.00)[-0.002]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:378, ipnet:132.64.0.0/13, country:IL]; SUBJECT_ENDS_QUESTION(1.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] 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: Fri, 07 Aug 2020 08:01:25 -0000 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. thanks, danny