How to solve this boot error message?
How to solve this boot error message?
I'm on debian 11, this error doesn't show up every time, but once it appear I need more that one reboot and it will fix automatically without doing nothing, don't know the reason why (just read that can be kernel dependent). What I want to avoid is that maybe it's just a warning of somethink that will cause a pc break in future (maybe hardware is starting working bad?) Do you have any sugggestion? Thanks
In the grub menu, choose advanced options and then choose an older kernel to boot into.
If that boots fine, remove and reinstall the newest installed kernel and run
sudo update-grub
.That should be the easiest way to fix the most possible causes of this error.
Edit: Now would be a very good time to back up all your data to an external drive. This might be a sign of your hard drive failing.
I second the advice to switch to a different/previous/known good kernel. That has been the cause a most boot problems for me. I just had it happen on a VM a couple of weeks ago, so I switched to the old kernel, then removed the new kernel. I’ll wait for another kernel before upgrading.
It’s probably worth scanning your disk just in case as well.
I wouldn't be quick to assume that this means a failing disk. There would probably be more sporadic issues if this were the case.
I wouldn't assume a failing disk either.
But every time there's an error you can't pin on something you just did, a full backup should be the first thing you do as a matter of principle.