Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
Your system would continue to work as long as you don't turn it off. So no matter what you do, keep it on until you restored your /boot
Recovering it should be straightforward, assuming you didn't put custom files directly to /boot.
Just reinstall the linux kernels using apt. Then manually run
grub-install
with appropriate parameters. Finally, runupdate-grub
orgrub-mkconfig
to recreate the grub config.If the system is turned off, you can use live USB and chroot to it to properly install the kernel packages.
I've only ever used grub with bios/mbr or a BIOS/gpt (with grub bios partition).
No clue about efi/uefi.
This is the simplest method I can think of.
The arch wiki, however, is, as always, a great source of info:
https://wiki.archlinux.org/title/GRUB
**Linux is amazing in it's ability to keep working even when you accidentally all the things.
Annoyingly so. I once made a backup. Then to confirm it would restore the system, I deleted everything on root path. as in /
It did as told.
OK let's reboot and verify system.
Sudo reboot
Command not found
sudo shutdown
Command not found
But it sat there with a blinking cursor on the terminal
Not to victim blame but you did put in --no-preserve-root. You had to read those instructions.😄