Bonjour,
Merci pour les liens ! J'ai été tester, mais sans succès. J'ai modifié le fichier /etc/grub.d/40_custom avec ce contenu :
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry "Windows 7" {
insmod ntfs
search --set=root --label WINDOWS_7 --hint hd0,msdos2
ntldr /ntldr
}
J'ai testé avec msdos1,2,3, sans plus de succès. Après avoir reconstruit mon grub. cfg avec :
#su -c 'grub2-mkconfig -o /boot/grub2/grub.cfg'
l'entrée "Windows 7" apparaît bien, mais lorsque je la sélectionne j'ai l'erreur "NTLDR not found". Est-ce que ça veut dire qu'il n'arrive pas à trouver de quoi booter ?
Merci encore,