D'après
menuentry "Fedora release 16 (Verne) (on /dev/sda3)" {
insmod ext2
set root='(hd0,3)'
search --no-floppy --fs-uuid --set 5895fab5-3c8d-48fb-b8ae-ffba30048a2a
linux /boot/vmlinuz-3.1.9-1.fc16.x86_64 root=/dev/sda3
}
je démarre bien sans initramfs et je l'ai déplacé dans /boot/grub (je n'ai effectivement pas plymouth quand je démarre)
Cependant :
[root@localhost ~]# grub2-mkconfig -o /boot/grub2/grub.cfg
/sbin/grub2-probe: error: cannot stat `/dev/root'.
😢