From owner-freebsd-current@freebsd.org Thu Apr 15 19:19:45 2021 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 1DEBE5D3D9B for ; Thu, 15 Apr 2021 19:19:45 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLq0d0P5cz4kyJ; Thu, 15 Apr 2021 19:19:45 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from onlyone.not-for.work (onlyone.not-for.work [148.251.9.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: lev/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id DF17B2610B; Thu, 15 Apr 2021 19:19:44 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from [192.168.134.16] (unknown [94.19.224.8]) (Authenticated sender: lev@serebryakov.spb.ru) by onlyone.not-for.work (Postfix) with ESMTPSA id 5F9D5D6D; Thu, 15 Apr 2021 22:19:43 +0300 (MSK) Reply-To: lev@FreeBSD.org Subject: Re: FreeBSD-14.0-CURRENT-amd64-20210408-15dc713ceb5-245885-memstick.img fails to boot on Haswell-based laptop. To: Dmitry Chagin Cc: FreeBSD Current References: <88fac685-ee3d-f9d6-d81d-1d8b5f3c7762@FreeBSD.org> From: Lev Serebryakov Organization: FreeBSD Message-ID: <37dab5a0-3253-ee2f-c33f-6095016be134@FreeBSD.org> Date: Thu, 15 Apr 2021 22:19:42 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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 Apr 2021 19:19:45 -0000 On 15.04.2021 21:41, Dmitry Chagin wrote: >> calltrap() >> --- trap 0x9 >> run_interrupt_driven_config_hooks() >> boot_run_interrupt_driven_config_hooks() >> mi_startup() >> >> It is 100% reproducible, and I cannot issue commands to kernel debugger, keyboard is dead. >> >> Enabling verbose boot helps, with verbose boot it boots to installer. >> >> Looks like some race condition. >> >> Is it known problem? > > try to boot verbose It is funny, but boot-verbose helps on battery and doesn't help with AC. I think, it is because with AC plugged in CPU is set to "performance" mode and delay from printing verbose information is not enough! -- // Lev Serebryakov