From owner-freebsd-questions@freebsd.org Mon Jul 13 17:04:25 2020 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 19988369C0A for ; Mon, 13 Jul 2020 17:04:25 +0000 (UTC) (envelope-from patryk@cisek.email) Received: from mail-40131.protonmail.ch (mail-40131.protonmail.ch [185.70.40.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "protonmail.com", Issuer "SwissSign Server Gold CA 2014 - G22" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B593q55xBz4Ctb for ; Mon, 13 Jul 2020 17:04:23 +0000 (UTC) (envelope-from patryk@cisek.email) Date: Mon, 13 Jul 2020 17:04:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cisek.email; s=protonmail; t=1594659860; bh=ziaZG9m5w1qE4mineSDh4g6/u72qdAV+wZ2WHZCNq90=; h=Date:To:From:Reply-To:Subject:From; b=h48Bv2MVJ3eMskBnzgYSQbH3I4ytvKwiU/FEDm5NwKe2DhlzNXk40zjcD30czB13q y57mA3ij/48pengahtbirMO7LQ0BKnqt/BMEVHxGqCy247Ue69H186orjSuPN8Niqb cqe/TBWe4kerLXYZeqbgoKQZdcHU7z4Jdb7/DK/8= To: freebsd-questions@freebsd.org From: Patryk Cisek Reply-To: Patryk Cisek Subject: Trying to install FreeBSD 12.1 on Librem laptop Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.protonmail.ch X-Rspamd-Queue-Id: 4B593q55xBz4Ctb X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=cisek.email header.s=protonmail header.b=h48Bv2MV; dmarc=pass (policy=none) header.from=cisek.email; spf=pass (mx1.freebsd.org: domain of patryk@cisek.email designates 185.70.40.131 as permitted sender) smtp.mailfrom=patryk@cisek.email X-Spamd-Result: default: False [-3.81 / 15.00]; HAS_REPLYTO(0.00)[patryk@cisek.email]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[cisek.email:s=protonmail]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[185.70.40.131:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:185.70.40.0/24]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.989]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_MEDIUM(-1.09)[-1.091]; DKIM_TRACE(0.00)[cisek.email:+]; DMARC_POLICY_ALLOW(-0.50)[cisek.email,none]; NEURAL_HAM_SHORT(-0.63)[-0.627]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:62371, ipnet:185.70.40.0/24, country:CH]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[185.70.40.131:from] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2020 17:04:25 -0000 Hi, I'm new to FreeBSD and was trying to install it on my laptop bare metal for the first time. I've installed FreeBSD without any problems a number of times in a VM, but now wanted to install on bare metal for the 1st time. Right after the initial screen, I'm getting an error message, saying: Loading configured modules... can't find '/boot/entropy' Please, see the screenshot: https://people.debian.org/~patryk/tmp/freebsd_install_screenshot.jpg I tried googling for similar problems, but haven't found anything, I could hold on to. There was a similar issue on a Dell laptop (forums.freebsd.org), but they resolved the issue by tinkering with settings in the BIOS. Librem laptops are running SeaBIOS: https://www.seabios.org/SeaBIOS so I don't have access to any BIOS settings, really. I might be out of luck, running FreeBSD on that particular laptop, but wanted to ask for help here before giving up. I'd really appreciate any help/suggestions. :) Thanks in advance. :)