Install Mkinitrd On A Debian, Ubuntu, Kali, CentOS, Fedora And Raspbian
Install mkinitrd
-
Debian
apt-get install dracutClick to copy -
Ubuntu
apt-get install dracutClick to copy -
Kali Linux
apt-get install dracutClick to copy -
CentOS
yum install dracutClick to copy -
Fedora
dnf install dracutClick to copy -
Raspbian
apt-get install dracutClick to copy
dracut
Low-level tool for generating an initramfs imageUnlike existing initramfs's, this is an attempt at having as little as possible hard-coded into the initramfs as possible. The initramfs has (basically) one purpose in life -- getting the rootfs mounted so that we can transition to the real rootfs. This is all driven off of device availability. Therefore, instead of scripts hard-coded to do various things, we depend on udev to create device nodes for us and then when we have the rootfs's device node, we mount and carry on. Having the root on MD, LVM2, LUKS is supported as well as NFS, iSCSI, NBD and FCOE with dracut-network.
To install the latest version of mkinitrd in your favorite operating system just copy the mkinitrd installation command from above and paste it into terminal. It will download and install the latest version of mkinitrd 2026 package in your OS.




