translator
764
edits
(Created page with "=== Une alternative : le chargement en chaîne via GRUB ===") |
(Created page with "Une entrée peut être ajoutée à {{Fichier|fichier=/etc/grub.d/40_custom| content= <pre> menuentry 'Windows8 (UEFI)' { insmod ntfs set root=(hd0,gpt4) chainloader (${root})/...") |
||
Line 212: | Line 212: | ||
Une entrée peut être ajoutée à | |||
{{ | {{Fichier|fichier=/etc/grub.d/40_custom| | ||
content= | content= | ||
<pre> | <pre> | ||
Line 224: | Line 224: | ||
</pre> | </pre> | ||
}} | }} | ||
Dans ce cas, (hd0,4) ou /dev/sda4 est la partition système EFI où le programme d'amorçage Windows est présent. | |||
After adding the above entry, running '''sudo update-grub''' updates the GRUB configuration file so that an entry named '''Windows8 (UEFI)''' is added to the GRUB boot menu. | After adding the above entry, running '''sudo update-grub''' updates the GRUB configuration file so that an entry named '''Windows8 (UEFI)''' is added to the GRUB boot menu. |