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
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