#updating breaks boot, graphics drivers are broken

25 messages · Page 1 of 1 (latest)

green axle
#

updating my system with sudo pacman -Syu breaks my system when i reboot. grub will be fine but the system won't be able to mount either partitions of the boot drive and it'll enter emergency mode. reinstalling the kernel (linux-zen) from here and rebooting fixes the issue until the next update. i also put off updates because it's a pain to do so some dependancies might've broke idk

also my graphics drivers are broken(nvidia), kdenlive won't display video, system monitor can't use gpu accelleration, davinci resolve can't find the gpu.

so some backstory to this system i had nvidia drivers in my ignorepkg for a while because they tended to break more than fix with updates so i waited and now they seem not to work. polychromatic for openrazer can't even find my mouse idk if that's related but the system has bugs and i'm not sure why or how to fix it

amber mirage
#

hm.. perhaps a bad initramfs? does mkinitcpio -P while chooting into your system give anything helpful?

fluid lion
#

or rebuild them if they need to be relinked

#

updating my system with sudo pacman -Syu breaks my system when i reboot. grub will be fine but the system won't be able to mount either partitions of the boot drive and it'll enter emergency mode. reinstalling the kernel (linux-zen) from here and rebooting fixes the issue until the next update. i also put off updates because it's a pain to do so some dependancies might've broke idk

Where is your esp mounted, are you using systemd-boot with the esp at /esp so you need to copy the kernel and initramfs over to /esp from /boot?

amber mirage
amber mirage
west juniperBOT
#

norysq received a thank you cookie!

swift sail
west juniperBOT
green axle
swift sail
#

you seem to lack the vfat modules that are required to mount /boot. I'd suggest chrooting and reinstalling your kernel

#

also make sure to watch for errors

#

also the content of /etc/fstab could be useful

green axle
green axle
# swift sail any errors?

not that i remember. probably just the usual possibly missing firmware. is there a pacman journal for it?

swift sail
fluid lion
fluid lion
#

(cat /etc/fstab; lsblk -f; cat /var/log/pacman.log) | curl -F 'file=@-' 0x0.st

swift sail