Can't boot dracut-initqueue[303] failed to create link
Hi, I just wanted to change to boot order.
But now I'm not able to boot anymore. ERROR: dracut-initqueue[303] ln failed to create symbolic link /dev/resume already exists
I already tried to recreate the grub2.cfg but without any success.
Does recreating the initramfs will help? If yes, how to do it?
UPDATE:
Ok, If I wait long enough the system will boot into the dracut shell after I type:
ln -s /dev/mapper/vg1-root /dev/root
exit
The system is booting into run level 1.
I have than recreated one time the initramfs with:
mkinitrd -f -v /boot/initrd-$(uname -r).img $(uname -r)
and booted the system and one time with:
dracut -f
However, both time the system was not able too boot.
Error message:
/dev/fedora-lap/root /dev/fedora-lap/swap does not exist.
Thanks for your help!
Christian