You are not logged in.
Pages: 1
At startup I see the message
[FAILED] Failed to mount /bootand then it enters emergency mode. I am able to login and check that the efi partition is not mounted.
Before "Failed to mount /boot" I can see
Oops: invalid opcode: 0000 [#1] PREEMPT SMP MOPTIfollowed by some debug information.
Everything was working normally until yesterday. This is possibly related to my other active forum post involving the usb installer.
Last edited by liquid_tensor (2025-05-08 15:44:42)
Offline
Comment the /boot entry in your fstab, will likely allow you to boot.
Compare "uname -a" and "pacman -Qs kernel"
The cause is likely that you forgot to mount that partition when updating the kernel from the chroot?
To check what kidn of location you're booting from:
cat /proc/cmdlinere-installing the kernel w/ the boot partion properly mounted would then fix this.
Offline
Pages: 1