RHEL: Rebuilding the initial ramdisk image

RHEL: Rebuilding the initial ramdisk image

# Tested on RHEL 5, 6 & 7

# Sometimes it may be necessary to rebuild the initial ramdisk (also known as initrd or
# initramfs) to include new kernel modules, files, etc.


#
RHEL 3, 4 & 5: Rebuilding the initrd
# ------------------------------------------------------------------------------------------

cp /boot/initrd-$(uname -r).img /boot/initrd-$(uname -r).img.bak

mkinitrd -f -v /boot/initrd-$(uname -r).img $(uname -r)

# If we are in a kernel version different to the initrd we are building we must specify
# the full kernel version, without architecture:

mkinitrd -f -v /boot/initrd-2.6.18-348.2.1.el5.img 2.6.18-348.2.1.el5



#
RHEL 6 & 7: Rebuilding the initramfs
# ------------------------------------------------------------------------------------------

cp /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak

dracut -f

# If we are in a kernel version different to the initrd we are building we must specify
# the full kernel version, including architecture:

dracut -f /boot/initramfs-2.6.32-220.7.1.el6.x86_64.img 2.6.32-220.7.1.el6.x86_64


# *** Consider adding a new grub/grub2 entry pointing to the initial ramdisk image, that
#     will allow you to choose the old version at boot time without restoring the backup
5 (1)
Article Rating (1 Votes)
Rate this article
Attachments
There are no attachments for this article.
Comments
There are no comments for this article. Be the first to post a comment.
Full Name
Email Address
Security Code Security Code
Related Articles RSS Feed
Linux RedHat How To Create An RPM Package
Viewed 3339 times since Sun, Jan 9, 2022
LVM: Recovering Physical Volume Metadata
Viewed 13222 times since Sat, Jun 2, 2018
SPRAWDZONA KONFIGURACJA RSYSLOG I LOGROTATE, JAKO ZEWNĘTRZNEGO SERWERA SYSLOG
Viewed 3905 times since Fri, Nov 30, 2018
Fałszujemy rozpoznania skanerów #2
Viewed 3050 times since Mon, May 21, 2018
8 Vim Tips And Tricks That Will Make You A Pro User
Viewed 3022 times since Fri, Apr 19, 2019
Using stunnel and TinyProxy to obfuscate HTTP traffic
Viewed 7065 times since Fri, Sep 28, 2018
YUM How to use yum command on CentOS/RHEL
Viewed 7291 times since Thu, Oct 25, 2018
How to recover error - Audit error: dispatch err (pipe full) event lost
Viewed 26039 times since Tue, Aug 6, 2019
stunnel: Authentication
Viewed 9233 times since Fri, Sep 28, 2018
Szybkie sprawdzenie zewnętrznego adresu IP i hosta
Viewed 3461 times since Thu, May 24, 2018