LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

update-initramfs

Manage initial RAM filesystem images

TLDR

Create a new initramfs for a specific kernel version
$ sudo update-initramfs -c -k [kernel_version]
copy
Create initramfs for all installed kernel versions
$ sudo update-initramfs -c -k all
copy
Update an existing initramfs
$ sudo update-initramfs -u
copy
Remove an existing initramfs
$ sudo update-initramfs -d -k [kernel_version]
copy

SYNOPSIS

update-initramfs [options]

DESCRIPTION

update-initramfs manages the initial RAM filesystem (initramfs) images used during Linux boot. The initramfs contains essential drivers and scripts needed to mount the root filesystem.This tool is typically used after installing new kernel modules, changing boot configuration, or when the initramfs becomes corrupted. It uses initramfs-tools on Debian-based systems.

PARAMETERS

-c

Create a new initramfs
-u
Update an existing initramfs
-d
Delete an existing initramfs
-k version
Specify kernel version (default: latest). Use "all" for all versions.
-t
Take over a custom initramfs with a newer one.
-v
Verbose mode
-b directory
Set alternate boot directory
-h, --help
Print help and exit.
--version
Print version of the underlying initrd generation tool.

CAVEATS

Requires root privileges. Be careful when using "all" with the delete option. A corrupted or missing initramfs may prevent the system from booting. Debian/Ubuntu specific; other distributions use mkinitcpio or dracut.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid