dracut emergency mode

General support questions
Post Reply
knzzz
Posts: 157
Joined: 2017/02/25 12:41:42

dracut emergency mode

Post by knzzz » 2018/03/28 03:54:52

Hi Team,

after doing the patching @ the time of rebooting i got the message as dracut emergency mode how to fix and load my system

PFA.

Regards
Kanna
Attachments
dracut file  screen shot
dracut file screen shot
dracut.JPG (103.85 KiB) Viewed 21719 times

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: dracut emergency mode

Post by hunter86_bg » 2018/03/28 04:23:07

Most frequent problem is a broken initramfs.
Get a live CD, then rebuild it again via (edit the dracut command to match your kernel):

Code: Select all

mount /dev/cl/root /mnt/
mount /dev/sdXZ /mnt/boot
mount -o rbind /proc /mnt/proc
mount -o rbind /sys /mnt/sys
mount -o rbind /dev /mnt/dev
mount -o rbind /run /mnt/run
chroot /mnt
dracut -H -f /boot/initrd-some-version.img kernel-version || dracut -fv --regenerate-all
exit && reboot 

Post Reply