Manjaro Difference between revisions of "Translations:UEFI - Install Guide/86/fr"

Difference between revisions of "Translations:UEFI - Install Guide/86/fr"

From Manjaro
(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 1: Line 1:
Une entrée peut être ajoutée à
Une entrée peut être ajoutée à
{{Fichier|fichier=/etc/grub.d/40_custom|
{{File|fichier=/etc/grub.d/40_custom|
content=
content=
<pre>
<pre>

Revision as of 01:25, 5 February 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (UEFI - Install Guide)
An entry can be added to
{{File|file=/etc/grub.d/40_custom|
content=
<pre>
menuentry 'Windows8 (UEFI)' {
insmod ntfs
set root=(hd0,gpt4)
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
boot
}
</pre>
}}
In this case (hd0,4) or /dev/sda4 is the EFI System partition where the Windows bootloader is present.

Une entrée peut être ajoutée à

{{{file}}}
menuentry 'Windows8 (UEFI)' {
insmod ntfs
set root=(hd0,gpt4)
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
boot
}

Dans ce cas, (hd0,4) ou /dev/sda4 est la partition système EFI où le programme d'amorçage Windows est présent.

Cookies help us deliver our services. By using our services, you agree to our use of cookies.