The problem is caused by the soft link in /usr/lib/firmware/intel/ish/ it changed from ish_lnlm_12128606.bin.zst to ish_lnlm_12128606_f9751b71.bin.zst which doesn't match my system. System tries to load generic ish_lnlm.bin.zst instead what causes the error.
Solution: cd /usr/lib/firmware/intel/ish/ sudo ln -s ../../HP/ish/ish_lnlm_12128606_f9751b71.bin.zst ish_lnlm_12128606.bin.zst sudo update-initramfs -u -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2139060 Title: Failed to load ISH firmware on Intel Panther Lake platform: ISH loader: cmd 2 failed 10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/2139060/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
