From owner-freebsd-current@freebsd.org Fri May 7 13:07:54 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 C6B7D62CB93 for ; Fri, 7 May 2021 13:07:54 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Fc9jQ4d9cz4ZSs for ; Fri, 7 May 2021 13:07:54 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: by mailman.nyi.freebsd.org (Postfix) id 9ED7E62CB92; Fri, 7 May 2021 13:07:54 +0000 (UTC) Delivered-To: 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 9EA0D62CA50 for ; Fri, 7 May 2021 13:07:54 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fc9jQ2BY6z4Zh1; Fri, 7 May 2021 13:07:53 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 147D7kJX049140; Fri, 7 May 2021 06:07:46 -0700 (PDT) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: (from freebsd-rwg@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 147D7jRc049139; Fri, 7 May 2021 06:07:45 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <202105071307.147D7jRc049139@gndrsh.dnsmgr.net> Subject: Re: CURRENT crashes at early boot on Lenovo T540p: rtsx to blame - 13.0-RELEASE crashes same way! In-Reply-To: <37122994-8172-b943-2602-fd1b4e9af78a@FreeBSD.org> To: lev@freebsd.org Date: Fri, 7 May 2021 06:07:45 -0700 (PDT) CC: current@freebsd.org, jsm@freebsd.org, gj@freebsd.org, hlh@restart.be X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4Fc9jQ2BY6z4Zh1 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] 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: Fri, 07 May 2021 13:07:54 -0000 > On 07.05.2021 14:36, Lev Serebryakov wrote: > > >> ?? Looks like there is problem with rtsx driver! > > ?Oh, I forgot to add: disabling SD Card Reader in BIOS solves problem! > > > > ?And console on these crashes is totally dead, and disks are not detected yet, so I can not look at structures in memory and/or dump core. > > 13.0-RELEASE installation media crashes in same way if SD reader is enabled in BIOS. Is this with or without media in the SD reader? I have issues with rtsx on a Dell 5740 in that if the media in in the drive during boot it times out the rtsx probe, but after the system is up if I eject and re-insert the media it comes on line and works fine. Also if I try to boot from that media it gets all the way to mountroot, which then fails cause the device did not pass probe, but if I eject, and reinsert and then type in the path to root it does continue to boot and properly start up. -- Rod Grimes rgrimes@freebsd.org