Difference between revisions of "UEFI - Install Guide/fr"

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})/..."
(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:




An entry can be added to
Une entrée peut être ajoutée à
{{File|file=/etc/grub.d/40_custom|
{{Fichier|fichier=/etc/grub.d/40_custom|
content=
content=
<pre>
<pre>
Line 224: Line 224:
</pre>
</pre>
}}
}}
In this case (hd0,4) or /dev/sda4 is the EFI System partition where the Windows bootloader is present.
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.
translator
764

edits