logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Create initramfs - Manage Linux Images | Online Free DevTools by Hexmos

Create Linux initramfs images with update-initramfs. Update, generate, or remove initramfs images for different kernel versions. Free online tool, no registration required.

update-initramfs

Manage initramfs. More information: https://manned.org/update-initramfs.

  • Create a new initramfs (use all for all installed kernel versions):

sudo update-initramfs -c -k {{kernel_version}}

  • Update an existing initramfs:

sudo update-initramfs -u

  • Remove an existing initramfs (be careful when using all for kernel_version):

sudo update-initramfs -d -k {{kernel_version}}

See Also