You are not logged in.

#1 2023-04-12 09:33:46

varolbora5
Member
Registered: 2022-07-17
Posts: 48

[Solved] Arch won't launch

I have an Asus Zenbook with Win 11 and Arch dualboot, this morning I open up my laptop and boot arch, at first wifi is disabled I can only connect by usb tethering from my phone, then I run a paru system update and now when I try to boot its just stuck on the Asus logo after selecting the os, I am writing this on windows as it works right now.

Last edited by varolbora5 (2023-04-19 14:07:01)

Offline

#2 2023-04-12 09:36:05

schard
Member
From: Hannover
Registered: 2016-05-06
Posts: 1,932
Website

Re: [Solved] Arch won't launch

Did you disable Windows fast boot as per @Seth's signature?

Offline

#3 2023-04-12 09:43:18

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

I should have, I've had this laptop for like 6 months now and dualbooted for that whole time

Offline

#4 2023-04-12 11:32:06

seth
Member
Registered: 2012-09-03
Posts: 49,980

Re: [Solved] Arch won't launch

Yes "should" …
Don't believe, check.

when I try to boot its just stuck on the Asus logo after selecting the os

Can you boot the multi-user.target or rescue.target (2nd link below), in doubt along "nomodeset"?

Online

#5 2023-04-12 12:31:58

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

Apparently it was on, but I had no problem about it before, and now I turned it off and it's still the same, multi-user and rescue don't work with or without nomodeset

Offline

#6 2023-04-12 13:04:30

seth
Member
Registered: 2012-09-03
Posts: 49,980

Re: [Solved] Arch won't launch

don't work with or without nomodeset

They do with?
nvidia GPU?

Please post your complete system journal for the boot as well as lspic and the installed kernel versions:

sudo journalctl -b | curl -F 'file=@-' 0x0.st
lspci -k | curl -F 'file=@-' 0x0.st
pacman -Qs linux | curl -F 'file=@-' 0x0.st

Online

#7 2023-04-16 21:19:25

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

Sorry I have not been home for some time
I got errors about not having the proc directory mounted, so I searched and found that I can mout by myself, but it doesn't seem to mount on boot, or when I chroot from installation media.

Offline

#8 2023-04-16 21:20:46

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

I have the line

 proc /proc proc defaults 0 0 

in my fstab file but for some reason I need to do it by hand

Offline

#9 2023-04-16 21:40:04

seth
Member
Registered: 2012-09-03
Posts: 49,980

Re: [Solved] Arch won't launch

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855

seth wrote:

Please post your complete system journal for the boot as well as lspic and the installed kernel versions:

sudo journalctl -b | curl -F 'file=@-' 0x0.st
lspci -k | curl -F 'file=@-' 0x0.st
pacman -Qs linux | curl -F 'file=@-' 0x0.st

For chrooting that's "normal", use arch-chroot to setup the relevant filesystems.

Online

#10 2023-04-16 21:53:22

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

Offline

#11 2023-04-17 07:15:57

seth
Member
Registered: 2012-09-03
Posts: 49,980

Re: [Solved] Arch won't launch

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

But the journal is completely empty, from the chroot you'll have to

sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st

for the journal of the previous boot (the current one being the install iso)

Online

#12 2023-04-17 09:43:30

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

here is the last boot
http://termbin.com/iq78v

could be similar to that post, I have a ryzen cpu and nvidia gpu too (if that is what this is caused by)

Offline

#13 2023-04-17 11:35:00

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

I tried reinstalling the linux package and I get this error at the end
http://termbin.com/5zj9

Last edited by varolbora5 (2023-04-17 11:35:10)

Offline

#14 2023-04-17 16:14:02

seth
Member
Registered: 2012-09-03
Posts: 49,980

Re: [Solved] Arch won't launch

Apr 12 10:58:05 ihateeduroam systemd-logind[770]: New session 2 of user slave.

Journal is apparently from before the failure on April 12th, 6.2.9 kernel - the error is from PackageShit and unlikely a problem itr.

Apr 12 11:03:52 ihateeduroam sudo[4280]:    slave : TTY=pts/2 ; PWD=/home/slave ; USER=root ; COMMAND=/usr/bin/pacman -Syy

Partial update… did you try to perform a complete system update (from the chroot)?

Online

#15 2023-04-17 16:38:18

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

I did a complete update on normal boot, before the failure, then it started not booting
after that I did do an update on chroot but like yesterday

Offline

#16 2023-04-17 20:37:42

seth
Member
Registered: 2012-09-03
Posts: 49,980

Re: [Solved] Arch won't launch

https://wiki.archlinux.org/title/Genera … l_messages

Did you try "amd_iommu=off" (despite the other thread claims a fix w/ 6.2.11 and the problem seems to predate your first problematic kernel version)
Also try the LTS kernel.

Online

#17 2023-04-17 21:15:20

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

here is a picture of the kernel panic I get
https://imgur.com/a/idYW0Ii

Offline

#18 2023-04-17 21:47:32

seth
Member
Registered: 2012-09-03
Posts: 49,980

Re: [Solved] Arch won't launch

Your initramfs is broken?
Boot partition out of space?

Online

#19 2023-04-17 22:42:55

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

I don't know how to check or how to fix it if my boot partition is out of space, plus it is not a physical partition on my disk, I just have root and home + swap

When I try to re-install initramfs (mkinitcpio) I get these warnings
http://termbin.com/a63y

Offline

#20 2023-04-18 06:28:59

seth
Member
Registered: 2012-09-03
Posts: 49,980

Re: [Solved] Arch won't launch

==> ERROR: module not found: 'nvidia'
==> ERROR: module not found: 'nvidia_modeset'
==> ERROR: module not found: 'nvidia_uvm'
==> ERROR: module not found: 'nvidia_drm'

Lack of nvidia-lts.

(5/5) Refreshing PackageKit...
Error connecting: Could not connect: No such file or directory
error: command failed to execute correctly

PackageShit hook, that's from pacman and not related to the initramfs (you just need to "mkinitcpio -P" to rebuild the initramfs)

lsinitcpio /boot/initramfs-linux-lts.img | grep init
pacman -Qikk systemd

Online

#21 2023-04-18 08:01:20

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

Offline

#22 2023-04-18 11:25:15

seth
Member
Registered: 2012-09-03
Posts: 49,980

Re: [Solved] Arch won't launch

This looks ok, sanity check:

lsblk -f
cat /etc/fstab

Online

#23 2023-04-18 18:20:46

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

Offline

#24 2023-04-18 19:11:04

seth
Member
Registered: 2012-09-03
Posts: 49,980

Re: [Solved] Arch won't launch

Why are all the lsblk fields blank?
That "output" isn't very useful.

Fwwi, no information there is sensitive - the UUID exists purely for collision prevention.

Online

#25 2023-04-18 19:17:39

varolbora5
Member
Registered: 2022-07-17
Posts: 48

Re: [Solved] Arch won't launch

I did not clear/censor/blank out any information, those are what I got from lsblk and what is in my fstab

Last edited by varolbora5 (2023-04-18 19:42:49)

Offline

Board footer

Powered by FluxBB