You are not logged in.

#26 2023-08-08 17:31:40

loqs
Member
Registered: 2014-03-06
Posts: 18,931

Re: [Solved] Can't boot and reboot in loop.

What if you remove one GPU?  The system is being reset outside of the OS as indicated by the corruption fsck had to repair.

Offline

#27 2023-08-08 18:02:38

Hyderman
Member
Registered: 2023-08-07
Posts: 18

Re: [Solved] Can't boot and reboot in loop.

I removed one then swap but nothing changed.

Offline

#28 2023-08-08 18:43:53

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

Re: [Solved] Can't boot and reboot in loop.

Aug 08 18:27:31 archDesktopHyderman kernel: Linux version 6.4.8-zen1-1-zen (linux-zen@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 ZEN SMP PREEMPT_DYNAMIC Thu, 03 Aug 2023 16:01:52 +0000
…
Aug 08 18:27:35 archDesktopHyderman systemd[1]: Reached target Graphical Interface.
…
Aug 08 18:28:05 archDesktopHyderman systemd[1]: systemd-hostnamed.service: Deactivated successfully.

You reach the graphical target and ~30s later w/o any previous error the journal stops.

Aug 08 18:27:31 archDesktopHyderman kernel: smpboot: CPU0: AMD Ryzen 5 5600X 6-Core Processor (family: 0x19, model: 0x21, stepping: 0x2)

https://wiki.archlinux.org/title/Ryzen#Random_reboots
On top of that, select the most conservative RAM timings (just to be sure, it's likely the CPU)
Do you have https://archlinux.org/packages/core/any/amd-ucode/

And also try a non-zen kernel (eg. the LTS one)


Sidebar, unrelated but a problem: you've dhcpcd and NetworkManager enabled, disable dhcpcd if you want to continue to use NM

Offline

#29 2023-08-08 19:37:20

Hyderman
Member
Registered: 2023-08-07
Posts: 18

Re: [Solved] Can't boot and reboot in loop.

zen or lts it's the same result.
Yes, I have amd-ucode.
I have increase the offset in bios but no result.

The thing is I started on arch few month ago and I had no problem. It's really when I started to implement the dual gpu passthrough and the vm that I broke everything.
I tried to reimplement the kernel parameter for vfio but it changes nothing.

Offline

#30 2023-08-08 19:39:48

Hyderman
Member
Registered: 2023-08-07
Posts: 18

Re: [Solved] Can't boot and reboot in loop.

Each time it reboot and i go in the live arch, I have the thermal error.

Offline

#31 2023-08-08 19:40:05

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

Re: [Solved] Can't boot and reboot in loop.

The install iso works?
And you also don't insta-reboot out of the rescue.target?

Please post the output of

find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f

(make that /mnt/etc/systemd if you're running it from the iso)

Edit: also if you remove either of the GPUs?
It's not in the journal you posted.

Last edited by seth (2023-08-08 19:41:57)

Offline

#32 2023-08-08 19:52:38

Hyderman
Member
Registered: 2023-08-07
Posts: 18

Re: [Solved] Can't boot and reboot in loop.

When I'm on live iso and rescue.target I have no problem.

Output: https://0x0.st/H_j4.txt

If I removed either of the GPUs it didn't change anything.

Offline

#33 2023-08-08 20:10:23

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

Re: [Solved] Can't boot and reboot in loop.

Boot the rescue.target,

systemctl disable --now dhcpcd
systemctl disable --now libvirtd.service
systemctl disable --now libvirtd.socket
systemctl disable --now libvirtd-ro.service
systemctl disable --now virtlockd.socket
systemctl disable --now virtlogd.socket
systemctl disable --now display-manager.service
systemctl start multi-user.target
# wait for reboot, if it doesn't happen
systemctl start display-manager.service

Offline

#34 2023-08-08 23:35:21

Hyderman
Member
Registered: 2023-08-07
Posts: 18

Re: [Solved] Can't boot and reboot in loop.

Thanks a lot it works,
I suppose it's libvirt the problem.
I will see tomorrow for making the vm work. This time I will make a clone to another drive because timeshift didnt really help.

Offline

Board footer

Powered by FluxBB