#like #linux #linuxkernel #linuxadministrator #linux_tutorial #linuxterminal #kernal #troubleshooting #troubleshootingguide #linuxinhindi #linuxforbeginners #linuxcommandline #rhel9 #rhel8 #rhel
#######################################################################
Manually remove the initramfs file from the boot and getting the kernal panic mode in rhel-9/CentOS-9.
cd /boot/
ls ( look for the initramfs file and delete it )
rm -rf initramfs-5.18.0-532.el8.x86_64.img
init 6
load the kernal with rescue mode
cd /boot
uname -r
dracut initramfs-5.18.0-532.el8.x86_64.img 5.18.0-532.el8.x86_64
[ad_2]
source