Bugzilla – Bug 1219628
Boot error while requesting firmware
Last modified: 2024-02-07 10:11:01 UTC
Hello, when I try to boot HP x2 210 G2 (Intel Atom x5-Z8350) with kernel 6.7.2-1 I get following error during boot: ... Finished File System Check on /dev/disk/... Mounting /boot/efi... atomisp-isp2 0000:00:03.0: atomisp: Error -2 while requesting firmware shisp_2401a0_v21.bin atomisp-isp2 0000:00:03.0: IUNIT power-off timeout. atomisp-isp2 0000:00:03.0: Failed to switch off ISP And it stays here forever. Last working error is 6.1.12-1. Any newer kernel brings the above error. I can provide more information if needed, but I failed to recover logs from erroneous boot.
Likely a dup of bsc#1210639. Better to blacklist the driver. Could you boot with module_blacklist=atomisp boot parameter?
Thank You. I added the parameter via editing GRUB entry and I don't see the error, but boot hangs after "Starting File System Check on /dev/disk/by...". Also, I have encrypted LVM with root and SWAP (only /boot/efi is out of it) and with this parameter I had to enter the LUKS passphrase for second time.
You can add blacklist to /etc/modprobe.d/* for the permanent setup. Create a file in /etc/modprobe.d, e.g. /etc/modprobe.d/90-atomisp.conf, containing the line: blacklist atomisp
(In reply to Takashi Iwai from comment #3) > You can add blacklist to /etc/modprobe.d/* for the permanent setup. > Create a file in /etc/modprobe.d, e.g. /etc/modprobe.d/90-atomisp.conf, > containing the line: > blacklist atomisp This works, so we can mark is at duplicate of https://bugzilla.suse.com/show_bug.cgi?id=1210639 Thank You.
dup. *** This bug has been marked as a duplicate of bug 1210639 ***