-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/boot fails to mount after migrate #347
Comments
I managed to boot through another boot-entry I had and re-installed the
|
This is my current config, in case that is relevant:
|
When I disable landlock, then there is no issue:
|
#344 should fix your issue |
this doesn't seem to happen for me on fully updated machines, it only happened on systems still running a slightly older kernel. |
This is an issue with how you update your machine. Where the booted kernel and the kernel modules does not match. It is not a problem with What is probably happening is that the |
Yep you are right, I realized it right after posting the comment. I tested your PR and it looks like it solves it. |
Cool, thanks for testing :) I'll do a new release later today! |
What was kinda surprising to me here: Why did the pacman hook not fail here? |
EDIT: Fixed with ff13e7c |
After performing an
sbctl setup --migrate
, I can no longer boot and the kernel messages say that /boot failed to mount.When I try to do so from the recovery shell, it says:
unknown filesystem type 'vfat'
.I tried reinstalling the Linux package, but without a mounted boot, it doesn't actually put the files where it needs to go.
Why did this happen, and what do I do?
The text was updated successfully, but these errors were encountered: