You are not logged in.

#1 2025-01-07 05:42:16

athinaslime
Member
Registered: 2025-01-07
Posts: 12

Shutdown reboots computer every time.

This has been driving me crazy for a long time, Wake on lan is disabled every wake on thing in my bios is disabled, ive tried kernel parameters. i dont know what else to try

My journalctl -b log

if anything else is needed tell me

Offline

#2 2025-01-07 05:44:09

athinaslime
Member
Registered: 2025-01-07
Posts: 12

Re: Shutdown reboots computer every time.

Offline

#3 2025-01-07 09:41:30

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,182

Re: Shutdown reboots computer every time.

These kind of issues are normally tied to firmware bugs, do an UEFI update. What exactly are you using for shutting down? Does a

systemctl poweroff

lead to the same issue? journal/log wise a log of a faulty shutdown would be more interesting, so throw in a

sudo journalctl -b-1

after booting again from a faulty shutdown/reboot

Offline

#4 2025-01-10 03:42:40

athinaslime
Member
Registered: 2025-01-07
Posts: 12

Re: Shutdown reboots computer every time.

V1del wrote:

These kind of issues are normally tied to firmware bugs, do an UEFI update. What exactly are you using for shutting down? Does a

systemctl poweroff

lead to the same issue? journal/log wise a log of a faulty shutdown would be more interesting, so throw in a

sudo journalctl -b-1

after booting again from a faulty shutdown/reboot

sudo journalctl -b-1 after a systemctl poweroff (i had to upload it to gofile as a .txt file because no pastebin would take it for some reason

Offline

#5 2025-01-10 15:36:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,500

Re: Shutdown reboots computer every time.

1.6 Million reasons wink
But see the first link below, you can paste it at 0x0.st or termbin.

What's on the other drive(s)?
Is there a parallel windows installation on sdb?

Offline

#6 2025-01-12 03:23:53

athinaslime
Member
Registered: 2025-01-07
Posts: 12

Re: Shutdown reboots computer every time.

seth wrote:

1.6 Million reasons wink
But see the first link below, you can paste it at 0x0.st or termbin.

What's on the other drive(s)?
Is there a parallel windows installation on sdb?

sdb is my ventoy drive, and nvme0n1 is a second drive to keep other stuff like games and stuff, i don't dualboot

Offline

#7 2025-01-12 08:12:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,500

Re: Shutdown reboots computer every time.

V1del wrote:

These kind of issues are normally tied to firmware bugs, do an UEFI update. What exactly are you using for shutting down? Does a

systemctl poweroff

lead to the same issue?

Jan 10 05:34:47 arch kernel: DMI: Gigabyte Technology Co., Ltd. A320M-H/A320M-H-CF, BIOS F58d 09/02/2024
Jan 10 05:34:47 arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored

1. is there an updated bios version available?
2. try trumping to the firmware:

acpi_osi=! acpi_osi="Windows 2015"

https://learn.microsoft.com/en-us/windo … inacpi-osi

Offline

#8 2025-01-12 13:21:17

athinaslime
Member
Registered: 2025-01-07
Posts: 12

Re: Shutdown reboots computer every time.

seth wrote:
V1del wrote:

These kind of issues are normally tied to firmware bugs, do an UEFI update. What exactly are you using for shutting down? Does a

systemctl poweroff

lead to the same issue?

Jan 10 05:34:47 arch kernel: DMI: Gigabyte Technology Co., Ltd. A320M-H/A320M-H-CF, BIOS F58d 09/02/2024
Jan 10 05:34:47 arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored

1. is there an updated bios version available?
2. try trumping to the firmware:

acpi_osi=! acpi_osi="Windows 2015"

https://learn.microsoft.com/en-us/windo … inacpi-osi

i updated my bios firmware to the latest version few weeks back but it didn't fix my issue, i will try trumping in a bit

Offline

#9 2025-01-12 17:51:18

athinaslime
Member
Registered: 2025-01-07
Posts: 12

Re: Shutdown reboots computer every time.

okay i tried adding acpi_osi=! acpi_osi="Windows 2015" as a kernel parameter but that rendered my system unbootable, unless its not a kernel parameter

Offline

#10 2025-01-12 19:22:50

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,500

Re: Shutdown reboots computer every time.

It tells the BIOS that the booting OS is actually windows 10 and apparently the BIOS respond to that in *some* way.
How unbootable is the system actually, can you still boot the multi-user.target - in doubt along "nomodeset"?

You can play with the values a bit and pretend to be windows 11 or a later windows 10 build, but this may very well be a dead end and faking the OS doesn't help at all.

Offline

#11 2025-01-12 20:25:24

athinaslime
Member
Registered: 2025-01-07
Posts: 12

Re: Shutdown reboots computer every time.

seth wrote:

It tells the BIOS that the booting OS is actually windows 10 and apparently the BIOS respond to that in *some* way.
How unbootable is the system actually, can you still boot the multi-user.target - in doubt along "nomodeset"?

You can play with the values a bit and pretend to be windows 11 or a later windows 10 build, but this may very well be a dead end and faking the OS doesn't help at all.

i don't see anything on the screen, just gray. i tried windows 2022 but that didn't work aswell

Offline

#12 2025-01-12 20:30:41

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,500

Re: Shutdown reboots computer every time.

Seems inded as if trumpism doesn't really fix anything.

Does the UEFI allow to control the behavior on power loss (reboot or power off)?

Offline

#13 2025-01-13 05:10:54

athinaslime
Member
Registered: 2025-01-07
Posts: 12

Re: Shutdown reboots computer every time.

seth wrote:

Seems inded as if trumpism doesn't really fix anything.

Does the UEFI allow to control the behavior on power loss (reboot or power off)?

no

Offline

#14 2025-01-13 09:50:09

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,500

Re: Shutdown reboots computer every time.

Then I'm afraid but out of ideas beyond waiting for fixing UEFI/BIOS updates sad

Offline

Board footer

Powered by FluxBB