Linux

How to troubleshoot the kernal panic error in rhel-9/Centos-9 ( NO VOICE OVER ) with in 3 Minutes.



#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

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button