From owner-freebsd-questions@freebsd.org Wed Nov 13 09:57:07 2019 Return-Path: Delivered-To: freebsd-questions@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 E48181AC16A for ; Wed, 13 Nov 2019 09:57:07 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id 47Cg4y433Kz3KXQ for ; Wed, 13 Nov 2019 09:57:06 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: by segfault.tristatelogic.com (Postfix, from userid 1237) id E6CCE4E656; Wed, 13 Nov 2019 01:56:57 -0800 (PST) From: "Ronald F. Guilmette" To: freebsd-questions@freebsd.org Subject: Fresh install (12.1-RELEASE) won't boot MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <68599.1573639017.1@segfault.tristatelogic.com> Date: Wed, 13 Nov 2019 01:56:57 -0800 Message-ID: <68600.1573639017@segfault.tristatelogic.com> X-Rspamd-Queue-Id: 47Cg4y433Kz3KXQ X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of rfg@tristatelogic.com designates 69.62.255.118 as permitted sender) smtp.mailfrom=rfg@tristatelogic.com X-Spamd-Result: default: False [-5.28 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[tristatelogic.com]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,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:14051, ipnet:69.62.128.0/17, country:US]; IP_SCORE(-2.98)[ip: (-7.82), ipnet: 69.62.128.0/17(-3.91), asn: 14051(-3.11), country: US(-0.05)] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Nov 2019 09:57:08 -0000 Got myself a new toy... a cheap HP T620 thin client off eBay. Installed FreeBSD 12.1 release onto the SSD and all seemed to go well. Rebooted after the install and the dang thing apparently got hung trying to do a PXE boot. (I have no idea why. It didn't do this when Windows was on the SSD.) So I disabled PXE as a boot device in the BIOS... probably the Wrong Way, but I'm not sure it matters. Rebooted again and now all I get is: ERROR: No boot disk has been detected or the disk has failed. I figured that maybe it had something to do with Secure boot, so I went into the BIOS and checked. Secure Boot is disabled already. :-( What did I do wrong?