https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255130
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from [email protected] --- Hi, I have a similar problem in my HP Elitebook 840 G3 with freeBSD 13.0-RELEASE; over 5 minutes wait for the boot sequence to complete with similar error as follows: rtsx0: Controller timeout for CMD8 rtsx0: Controller timeout for CMD8 rtsx0: Controller timeout for CMD8 rtsx0: Controller timeout for CMD8 rtsx0: Controller timeout for CMD55 rtsx0: Controller timeout for CMD55 rtsx0: Controller timeout for CMD55 rtsx0: Controller timeout for CMD55 rtsx0: Controller timeout for CMD1 rtsx0: Controller timeout for CMD1 rtsx0: Controller timeout for CMD1 rtsx0: Controller timeout for CMD1 Here is the output from "kenv | grep smbios.system" smbios.system.family="103C_5336AN HP EliteBook" smbios.system.maker="HP" smbios.system.product="HP EliteBook 840 G3" smbios.system.serial="5CG8054JQC" smbios.system.sku="L3C67AV" smbios.system.uuid="7579e113-099f-11e8-ac27-1520e40200f3" smbios.system.version=" " Tried the following options: Option 1: I tried the option "dev.rtsx.0.inversion=1" in loader.conf, did not work. Option 2: I downloaded the source from the mentopned mentioned GITHUB link and followed the procedure to rebuild the kernel only for this module 'rtsx'. I included the following line in /etc/make.conf MODULES_OVERRIDE = rtsx, then built the kernel cd /usr/src make buildkernel KERNCONF=GENERIC make installkernel KERNCONF=GENERIC The rebuilt kernel did not work and booted only to "mountroot>". Hence, reverted to the original kernel. I have never built any kernel before ever. This will be the start I guess! :) This error was not present in 12.1; I have not upgraded to 13.0 instead did a fresh install on my laptop and I am stuck here. Should you need more information, do not hesitate to ask. Would apperciate if you could suggest / point me for a solution. Thanks. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
