Every time I try and boot I get a failed to load kernel modules screen
System will allow me to get to other tty sessions. I have attempted reinstalling the nvidia drivers from scratch and using different kernels. I have also done manjaro-chroot with a live boot and attempted updates and reinstalls.
journalctl -p 4 -b
systemd-modules-load[336]: Failed to insert module ‘nvidia’: Exec format error
kernel: 5.10.30-1-MANJARO
I am not sure where to go from here or what other information would help.
As you can see the running kernel version and the module’s vermagic don’t match. The kernel will reject this module without appropriate options. What’s the linux510 package version?
I managed to get back to grub and manually selected 10.34-1 and journalctl is still giving version magic ‘5.10.34-1MANJARO SMP mod_unloaded’ should be ‘5.10.30-1-MANJARO mod_unloaded’
I live booted and reinstalled linux510. When trying to boot into 510 from grub I am still getting failed to load kernel modules.
cat /boot/linux510-x86_64.kver gives:
As I had my home directory as a separate partition I ended up doing a complete reinstall of manjaro and just copying over the things I needed which worked. I must have borked something when doing a paru update. Oh well. Thank you for your help so far