Ok problem solved :
En fait le kernel etait déjà installé, juste l'image initramfs était manquante > et donc la ligne initrd de grub.
Il s'avère que la commande dracut sans options, override l'image du kernel actuel (c a d celui sur lequel on se trouve)
Il m'a donc suffit de faire :
$ sudo dracut initramfs-3.12.6-300.fc20.x86_64.img 3.12.6-300.fc20.x86_64
La première option étant le nom de l'image à créer, la deuxième le kernel choisi (il doit être présent dans /lib/modules)
Mis a jour de la config de grub
$ grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.12.6-300.fc20.x86_64
Found initrd image: /boot/initramfs-3.12.6-300.fc20.x86_64.img
Found linux image: /boot/vmlinuz-3.11.10-301.fc20.x86_64
Found initrd image: /boot/initramfs-3.11.10-301.fc20.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-2533ef397a074387ae237587911bf798
Found initrd image: /boot/initramfs-0-rescue-2533ef397a074387ae237587911bf798.img
done
Reboot et GO 8-)
PS: Merci chepioq, encore une fois, j'ai lu trop vite ...