Hi all,
I’m having a bad day and did something colossally stupid, deleting everything from /boot/.
The system is still running. What do you think my best course of action is?
My current idea is to create a timeshift backup, reinstall debian from USB, then restore from backup in timeshift
If this won’t work or you have a better idea I would really appreciate your advice.
Thanks in advance
Can you link me to the commands to reinstall the kernel? Thank you for very much your help[
probably something like
apt reinstall linux-image-...
To find …, run
apt list --installed | grep linux-image
and pick oneEdit: also if need current kernel, can see booted kernel name using
uname -a
Can’t find an article for it at the moment, but I can tell you real quick how I would’ve done it.
Use
aptitude
and look for linux-image-amd64 or something under Installed -> kernel. The exact name might be a bit different.View the package and look under the Version and check out the one that’s marked ‘i’ (for installed). Select that package and mark it to reinstall (shortcut ‘L’).
Then finally execute it (shortcut ‘g’ and then ‘g’ again).
Ok thanks again for all the help.
I used aptitude to reinstall the kernel, L, g, g
Ran Grub-install /dev/nvme1n1
Ran update-grub
I installed grub-emu to test and am greeted with this error
https://dump.li/image/get/16c4f87164d630a5.png
Brand new to this tool so apologies if I’m interpreting it wrong.
Still waiting on data to backup but I’m scared to reboot now. Any thoughts?
The boot drive has LUKS FDE if that could be what’s confusing it
Not sure if this is a good way to test as it cannot seem to recognize even the most basic command like linux & initrd.
If I were you, I’d just restart, with a liveUSB ready in case it turns out to be unbootable.
Perhaps just a bit to make sure before rebooting:
Just rebooted and it worked flawlessly!!
You are fucking awesome thank you again. Really made my weekend.
Glad to hear that! You’re welcome!