Linux serverNETWORK ADMINISTRATIONS

How to troubleshoot the Kernal panic error in redhat-8/CentOS-8 (NO VOICE OVER) with in 5 minutes.

#like #linux #linuxkernel #linuxadministrator #linux_tutorial #linuxterminal #kernal #troubleshooting #troubleshootingguide #linuxinhindi #linuxforbeginners #linuxcommandline

#######################################################################

Manually remove the initramfs file from the boot and getting the kernal panic mode in rhel-8/CentOS-8.
cd /boot/
ls ( look for the initramfs file and delete it )
rm -rf initramfs-4.18.0-532.el8.x86_64.img
init 6
load the kernal with rescue mode
cd /boot
uname -r
dracut initramfs-4.18.0-532.el8.x86_64.img 4.18.0-532.el8.x86_64
mkinitrd –force initramfs-4.18.0-532.el8.x86_64.img 4.18.0-532.el8.x86_64

source

centos 8