dracut failed to create symbolic link /dev/resume

Patrick Dupre pdupre at gmx.com
Sat Feb 7 22:18:39 UTC 2015


Hello,


In fedora20:
I get dracut failed to create symbolic link /dev/resume
and then cannot fing VolSysUsr0

and I cannot boot

I do not know if these 2 issues are correlated.

Any this what I did:

I cloned /boot and / and a new disk and I removed the old disk
/boot is on an ext4 partition,
/ is on an lvm partition: now /dev/mapper/VolSysUsr2-root
(before on /dev/mapper/VolSysUsr0-root)
clone has been done with cp -a (It sued to work).
I modified properly /boot/grub2/grub.cfg and the new /etc/fstab

I also try tu run in selinux=0

It looks like that it need to find the old lvm volume /dev/mapper/VolSysUsr0
during the boot but cannot find it of course.

VolSysUsr2-root is found (the other lvm volumes are inactive)
The UUID are correct

How can I fix this issue?

Thank for your help.

In the grub.cfg:

menuentry 'Fedora release 20 (Heisenbug) (on sdc /dev/mapper/VolGrpSys2-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-66528cb3-5298-4882-976c-02935cfac589' {
        insmod part_msdos
        insmod ext2
        set root='hd2,msdos6'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd2,msdos6 --hint-efi=hd2,msdos6 --hint-baremetal=ahci2,msdos6 --hint='hd2,msdos6'  ac2542fe-cd0b-4461-b656-965778d4a055
        else
          search --no-floppy --fs-uuid --set=root ac2542fe-cd0b-4461-b656-965778d4a055
        fi
        linux16 /vmlinuz-3.17.8-200.fc20.x86_64 root=/dev/mapper/VolGrpSys2-root ro vconsole.font=latarcyrheb-sun16 rd.lvm.lv=VolGrpSys2/root LANG=en_US.UTF-8
        initrd16 /initramfs-3.17.8-200.fc20.x86_64.img
}



===========================================================================
 Patrick DUPRÉ                                 | | email: pdupre at gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===========================================================================


More information about the users mailing list