vrolife/modern_laptop

Not able to boot Ryzen 15 2022

Closed this issue · 21 comments

I installed acpi and other patches and laptop works perfectly after that, but about week ago the problem appears: laptop can not boot (secure boot disabled). Boot stops on "init ramdisk". I uninstall acpi patch (force) after boot with enabled secure boot. Then reboot and turn OFF secure boot. Now laptop is able to boot, but keybord is not working.
Trying of re-install of acpi patch do not help.

Please provide this file /etc/default/grub。

Now I upgrade kernel to 6.0.9 and keyboard works without acpi patch. But here is grub
grub.txt

Remove two lines below from /etc/default/grub, then reinstall ACPI patch.

GRUB_CMDLINE_LINUX="acpi_osi=! acpi_osi=Linux"
GRUB_EARLY_INITRD_LINUX_CUSTOM=""

I commented this lines, run update-grub and install acpi patch.
And now laptop can succesfully boot, but it seems acpi patch do not work. Keyboard is still not working.
MB reason is ubuntu 22.10

Just delete them, because the installer detect them by grep

It doesn't help. I delete those lines, update grub, reboot, install acpi patch and still can not boot with disabled secure boot

Provide boot log please

No problems, here it is
boot.log

There is no useful information in the boot log. Please provide the failed boot log to see what caused the kernel to go to 'init ramdisk'

I do not understand how to take it from machine. I am not able to take it coz boot stops. But if i boot normally next time you say that no useful information in it

Take a picture or record a video

Boot process stops here
photo_2022-12-13_11-01-00

That is strange, the ACPI patch hasn't loaded yet at this stage.
Please remove "acpi_osi=! Acpi_osi=Linux" from/etc/default/grub and try again. If it doesn't help, maybe 6. x kernel is a better choice.

I try again. It doesn't help. Booting stops at the same point. Here is grub file before patch
grub_before_patch.txt
and after patch
grub_after_patch.txt

Please provivde /boot/acpi_override and /boot/grub/grub.cfg.

After patching?

Yes

Sorry, I don't know what went wrong. Everything looks good. I will try to install a 22.10 to reproduce this problem.

Ok, but I think it will not help to detect the problem coz I upgrade to 22.10 only after the problem occurs on 22.04.
MB the problem related with my system configuration (Ubuntu is installed on external m2 ssd)

In a newly installed system, there are no such problems.