You are not logged in.

#1 2024-03-31 00:12:40

Strangiato
Member
Registered: 2020-01-10
Posts: 382

[solved] Reboot and shutdown hang often

Hello

Arch hangs often when I try to reboot or shut down my laptop.

Here is the journal log of a failed reboot:
https://0x0.st/XzAa.txt

The log mentions watchdog despite I use a kernel parameter to disable it:

$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4ca092fc-7430-4ae6-bf4b-68be105f8908 rw loglevel=3 nowatchdog

I have another computer also running Arch, it reboots and shuts down without any problem.

Any idea on what is wrong with Arch installed on my laptop? How to fix it?

Thanks for reading.

Edit:
I have just added another kernel parameter mentioned in the wiki:

$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4ca092fc-7430-4ae6-bf4b-68be105f8908 rw loglevel=3 nowatchdog modprobe.blacklist=iTCO_wdt

The problems persist.

Last edited by Strangiato (2024-03-31 10:29:59)

Offline

#2 2024-03-31 01:00:23

jthvai
Member
Registered: 2023-11-03
Posts: 13

Re: [solved] Reboot and shutdown hang often

Offline

#3 2024-03-31 01:23:06

Strangiato
Member
Registered: 2020-01-10
Posts: 382

Re: [solved] Reboot and shutdown hang often

Here is a new journal log gotten after editing the kernel parameters:
https://0x0.st/XzA4.txt

Before creating this topic, I tested the LTS kernel and the reboot (or shutdown, I do not remember well) hung with it too.

I have 2 ext4 and one ntfs partitions. Both my machines have intel cpu, not amd. The first shutdown failure on my laptop occured on 27th march.

Offline

#4 2024-03-31 08:59:04

seth
Member
Registered: 2012-09-03
Posts: 51,553

Re: [solved] Reboot and shutdown hang often

You do have a stalled bluetooth call.

mar 30 21:36:56 arch-laptop kernel: Bluetooth: hci0: command 0xfc01 tx timeout

Also you seem to mask wpa_supplicant and run iwd independently of NM, don't.
https://wiki.archlinux.org/title/Networ … Fi_backend

Offline

#5 2024-03-31 10:29:41

Strangiato
Member
Registered: 2020-01-10
Posts: 382

Re: [solved] Reboot and shutdown hang often

Ok, I have disabled the iwd service, but this did not help. The solution/workaround is my case is downgrade to kernel 6.8.1, because kernel 6.8.2 and even 6.6.23-1 LTS have a bug with intel bluetooth (I use an intel ax200 wi-fi/bluetooth device).

https://bbs.archlinux.org/viewtopic.php?id=294292

Thank you all for the help.

Offline

Board footer

Powered by FluxBB