Upgraded kernel. Now when booting, after typing full-disk encryption LUKS password, and LUKS drive unlock, I get TTY message on clear black screen which says: “error no such cryptodisk found. \n\n Press any key to continue…” (\n is newline)
After pressing Enter, system continues to boot and work normally.
Does anyone know what is this and why? Problem is isolated to only specifically happened because of this kernel update.
The kernel is marked rc (release candidate) because it is still in the process of being tested for bugs before release. This is probably one such bug, you should report it if it hasn’t been already.
It doesn’t. grub-installmight be needed after an update of the grub package (else the actually installed/used boot loader code is as old as your installation).
A few days ago I had the same problem, but it is not caused by the rc version of the kernel, the problem is that a grub update was released a few days ago and it messed up the boot system. I had to re-install grub as I could as grub-install didn’t fix the problem for me.
Without any further (manual) intervention this will only effect everything used when you (or your system on kernel updates for example) update grub configuration:
$ update-grub
Methinks upstream (aka grub developers) assumes installed bootloader code to be “in sync” with config generating code.
No. Your installed bootloader code simply was too old now for the new package version you installed.
I have the same issue, but sudo install-grub wants me to specify a device. Do I just specify my boot sdd(/dev/sda), or do I specify a partition on there? If partition, then which from the following? My ssd is partitioned as such:
You have to indicate the drive, not the partition. Keep in mind that grub is a boot manager that allows you to load the different operating systems that you may have on your hard drive partitions, therefore you should not indicate a specific partition, but the drive of your hard drive, so you must indicate install it to /dev/sda, if that is your drive.
I have a plain Manjaro install, installed about a year ago , all setting in installer at default, just with FDE.
Since about a week ago , I also got the same message
“error no such cryptodisk found. \n\n Press any key to continue…” (\n is newline)
Luckiliy everything worked after pressing a key.
Thereafter, I upgraded from kernel 5.15 to 6.1 , but that did not change a thing (for the better or worse).
Good that I found this thread, however even before I was concerned with every reboot, what do I do if something goes wrong. With an unencrypted disk worst case I can do a full reinstall and get the data from the old disk.
At the moment I am not even keen to try update-grub without knowing what to do if something goes wrong.
Can anybody point/share some resources ?