Rebuilding the initrd (RHEL 3, 4, 5)
# cp /boot/initrd-$(uname -r).img /boot/initrd-$(uname -r).img.$(date +%m-%d-%H%M%S).bak # mkinitrd -f -v /boot/initrd-$(uname -r).img $(uname -r)
If you are in a kernel version different to the initrd you are building (including if you are in Rescue Mode) you must specify the full kernel version, without architecture:
# mkinitrd -f […]
Recent Comments