From nobody Sat Mar 09 20:12:45 2024 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TsYxv1xwwz5DrnJ for ; Sat, 9 Mar 2024 20:08:19 +0000 (UTC) (envelope-from pj@smo.de) Received: from mail.adebahr.de (mail.adebahr.de [185.66.179.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.adebahr.de", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TsYxt6xMwz4TGw for ; Sat, 9 Mar 2024 20:08:18 +0000 (UTC) (envelope-from pj@smo.de) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.153.212] (p4fe02148.dip0.t-ipconnect.de [79.224.33.72]) by mail.adebahr.de (Postfix) with ESMTPSA id A04F6600E9; Sat, 9 Mar 2024 21:08:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=smo.de; s=mail; t=1710014884; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eSg7uxk2fSQZZKo+sZm/e3aAqLkoAvs/B8Ih9MECw5Y=; b=eOW9yPeaRzmDhOqBQFom8TPw3MKthphE6lIOyg8BTGVVkGi1Xq8RX5MSE4HRfxlt7lz0cd FkmqY4trAU3+jpqmEFHKzk3DsG5FDtAMXpntKUfjBP3Y+OEGUMRuGrJ5Rz/EWi2TQcMtgG zJl7m1GhDS3lwlBl6E7Bb1EAa1Dlgfyjtal4mlg4bWHcSMxS5nNaY+BWmVkGm6+pl9WMVQ /nW1d10CCL2pyItMk5kx8sQbVe1AXp8foMc1FFeX03eOTERKKX0mm5ywAUxC+T+v7oeZWA QlF1pRTkTSZu+ipf7DAe2OTF0J7r6kkVAhvoddvYbqCoilg6++ejcJ71lgf1oA== Message-ID: <73353855-d13f-4eca-b2e2-aadf89083779@smo.de> Date: Sat, 9 Mar 2024 21:12:45 +0100 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Boot failure, amd64 (HP EliteBook 650 G10) To: Graham Perrin , FreeBSD-CURRENT References: Content-Language: en-US From: Philipp Ost In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:212341, ipnet:185.66.176.0/22, country:DE] X-Rspamd-Queue-Id: 4TsYxt6xMwz4TGw Hi Graham, On 3/9/24 10:52, Graham Perrin wrote: > > > amd64. > > AFAICT the EliteBook 650 G10 was introduced around May 2023. > > Does anything in the three photographs tally with a report in Bugzilla? > > Any overlap with > for AMD Ryzen 7 CPU (Lenovo ThinkPad P16s Gen2 (AMD; Type 21K9))? I would try booting with uart{0,1} disabled at the loader prompt. I stumbled upon that by chance, here: https://forums.freebsd.org/threads/debugging-the-boot-process.60224/ (the forum thread is from 2017, so the issue seems to be somewhat persistent ;-)). Best of luck Philipp