Edit As proposed by linux-aarhus, I tried to switch to kernel 6.11 and the problem is now solved! Thanks for your help!
Hi, I am using Manjaro Linux 24.1.1 with a thinkpad computer and when I try to shutdown my computer, it will make an infinite loop and never shut-down : I need to use the physical button.
Do you have an idea to solve this problem? I gives now the information I hope could be relevant:
Here is some information given by the “inxi -zv8” command:
System:
Kernel: 6.1.112-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 14.2.1
clocksource: tsc avail: acpi_pm
parameters: BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64
root=UUID=42f9204e-5221-4946-90c1-f6e8e929be4f rw quiet splash apparmor=1
security=apparmor resume=UUID=4cf8dc30-b796-465b-a2b4-5ff03f7b5b8a
udev.log_priority=3
Desktop: i3 v: 4.23 with: i3bar tools: avail: i3lock,light-locker vt: 7
dm: LightDM v: 1.32.0 Distro: Manjaro base: Arch Linux
Machine:
Type: Laptop System: LENOVO product: 20YQ0014FR v: ThinkPad P15 Gen 2i
serial: Chassis: type: 10 serial:
Mobo: LENOVO model: 20YQ0014FR v: SDK0J40697 WIN
serial: part-nu: LENOVO_MT_20YQ_BU_Think_FM_ThinkPad
P15 Gen 2i uuid: UEFI: LENOVO v: N37ET49W (1.30 )
date: 11/15/2023
Here is the content of my /etc/default/grub file:
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT_STYLE=hidden
GRUB_DISTRIBUTOR=“Manjaro”
GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash apparmor=1 security=apparmor resume=UUID=4cf8dc30-b796-465b-a2b4-5ff03f7b5b8a udev.log_priority=3”
GRUB_CMDLINE_LINUX=“”GRUB_SAVEDEFAULT=true
GRUB_PRELOAD_MODULES=“part_gpt part_msdos”GRUB_TERMINAL_INPUT=console
GRUB_GFXMODE=auto
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_DISABLE_RECOVERY=true
GRUB_DISABLE_OS_PROBER=false
GRUB_COLOR_NORMAL=“light-gray/black”
GRUB_COLOR_HIGHLIGHT=“green/black”GRUB_THEME=“/usr/share/grub/themes/manjaro/theme.txt”
Thank you for your help!