You are not logged in.
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
Did you disable Windows fast boot as per @Seth's signature?
Inofficial first vice president of the Rust Evangelism Strike Force
Offline
I should have, I've had this laptop for like 6 months now and dualbooted for that whole time
Offline
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"?
Offline
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
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
Offline
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
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
Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
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.
Offline
used arch-chroot
journal: http://termbin.com/1s6v
lspci: http://termbin.com/rrqe
pacman: http://termbin.com/mzcx
Offline
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)
Offline
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
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
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)?
Offline
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
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.
Offline
here is a picture of the kernel panic I get
https://imgur.com/a/idYW0Ii
Offline
Your initramfs is broken?
Boot partition out of space?
Offline
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
==> 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
Offline
Offline
This looks ok, sanity check:
lsblk -f
cat /etc/fstab
Offline
lsblk: http://termbin.com/9d7xg
fstab: http://termbin.com/oo8o0
Offline
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.
Offline
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