From owner-freebsd-current@freebsd.org Thu Aug 15 16:21:49 2019 Return-Path: Delivered-To: freebsd-current@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 8F0C4ADDB1 for ; Thu, 15 Aug 2019 16:21:49 +0000 (UTC) (envelope-from sef@kithrup.com) Received: from kithrup.com (kithrup.com [96.79.110.97]) by mx1.freebsd.org (Postfix) with ESMTP id 468WtN56gVz42pJ for ; Thu, 15 Aug 2019 16:21:48 +0000 (UTC) (envelope-from sef@kithrup.com) Received: by kithrup.com (Postfix, from userid 1001) id 8E26A1B64B; Thu, 15 Aug 2019 09:21:47 -0700 (PDT) To: freebsd-current@freebsd.org Subject: Can't boot current under bhyve on current Message-Id: <20190815162147.8E26A1B64B@kithrup.com> Date: Thu, 15 Aug 2019 09:21:47 -0700 (PDT) From: Sean Eric Fagan X-Rspamd-Queue-Id: 468WtN56gVz42pJ X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of sef@kithrup.com designates 96.79.110.97 as permitted sender) smtp.mailfrom=sef@kithrup.com X-Spamd-Result: default: False [-5.40 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[kithrup.com]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; IP_SCORE(-2.10)[ip: (-7.00), ipnet: 96.64.0.0/11(-3.59), asn: 7922(0.13), country: US(-0.05)]; NEURAL_HAM_SHORT(-0.99)[-0.993,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7922, ipnet:96.64.0.0/11, country:US]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Aug 2019 16:21:49 -0000 I get: Loading kernel... /boot/kernel/kernel text=0x16c493c data=0x1c8b38+0x819238 syms=[0x8+0x180c18+0x8+0x19df0b] Loading configured modules... can't find '/boot/entropy' \ Note that I am using vm-bhyve as a management & control wrapper, so that was done by doing vm create VM-TEST ; vm install VM-TEST 13.0.iso Sean.