You are not logged in.
Pages: 1
Since update on 2023-05-06 I'm hitting the issue that my PC is not able to finalize a shutdown or reboot.
All shutdown/reboot in journal ends on this.
maj 10 07:15:27 travnick-pc systemd[1]: lvm2-monitor.service: Deactivated successfully.
maj 10 07:15:27 travnick-pc systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
maj 10 07:15:27 travnick-pc systemd[1]: Reached target System Shutdown.
maj 10 07:15:27 travnick-pc systemd[1]: Reached target Late Shutdown Services.
maj 10 07:15:27 travnick-pc systemd[1]: systemd-reboot.service: Deactivated successfully.
maj 10 07:15:27 travnick-pc systemd[1]: Finished System Reboot.
maj 10 07:15:27 travnick-pc systemd[1]: Reached target System Reboot.
maj 10 07:15:27 travnick-pc systemd[1]: Shutting down.
maj 10 07:15:27 travnick-pc systemd-shutdown[1]: Syncing filesystems and block devices.
maj 10 07:15:27 travnick-pc systemd-journald[288]: Journal stoppedEverything looks like closed, except the PC does not shut down or reboot.
edit:
because of this https://bbs.archlinux.org/viewtopic.php … 6#p2098896 I did the downgrade linux from 6.3.1 to 6.2.13 and the issue is gone. So it looks like there are issues in linux 6.3.1 or changes in the new series 6.3.x triggers issues in other areas of the system.
Last edited by travnick (2023-05-10 06:14:26)
Offline
if you can't live with the issue and wait until it is fixed, you could switch to the Long-term support (LTS) Linux kernel and modules: https://archlinux.org/packages/?name=linux-lts
Offline
Is there an upstream bug report for your issue?
Offline
Does any of
reboot= [KNL]
Format (x86 or x86_64):
[w[arm] | c[old] | h[ard] | s[oft] | g[pio]] \
[[,]s[mp]#### \
[[,]b[ios] | a[cpi] | k[bd] | t[riple] | e[fi] | p[ci]] \
[[,]f[orce]
Where reboot_mode is one of warm (soft) or cold (hard) or gpio
(prefix with 'panic_' to set mode for panic
reboot only),
reboot_type is one of bios, acpi, kbd, triple, efi, or pci,
reboot_force is either force or not specified,
reboot_cpu is s[mp]#### with #### being the processor
to be used for rebooting.have an impact?
https://wiki.archlinux.org/title/Kernel_parameters
Offline
Pages: 1