Views:
2,579
Votes: 2
✅ Solution
Tags:
boot
kernel
initramfs
grub
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/1312597
Title:
I've deleted all initramfs files (like an idiot) How to restore them?
ID:
/2021/02/01/I_ve-deleted-all-initramfs-files-_like-an-idiot_-How-to-restore-them_
Created:
February 1, 2021
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
This tutorial will walk you through rebuilding. To summarize the steps in the tutorial:
- Boot your machine with a Live Media
- Open a terminal console and get partitions path
- Mount the filesystems
- Chroot /mnt and creating a Backup of the initrd image
- Building Initrd Image
- Finalizing Grub Loader and unmounting
Note because you have other partitions you can boot with you can likely skip step 1.