Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tuto:grub [2022/08/14 18:21] Thomastuto:grub [2024/04/29 09:09] (Version actuelle) – [Installer GRUB en UEFI] Thomas
Ligne 1: Ligne 1:
 ====== Installer GRUB en UEFI ====== ====== Installer GRUB en UEFI ======
-<code># grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=Slackware</code>+<code># grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB</code>
 ''/boot/efi'' est la partition EF00 formaté en vfat. ''/boot/efi'' est la partition EF00 formaté en vfat.
-''Slackware'' est le nom donné à l'entrée EFI.+''GRUB'' est le nom donné à l'entrée EFI.
  
 ====== Installer GRUB en Legacy-BIOS avec partitions GPT ====== ====== Installer GRUB en Legacy-BIOS avec partitions GPT ======
Ligne 11: Ligne 11:
 ====== Configurer GRUB ====== ====== Configurer GRUB ======
 <code># grub-mkconfig -o /boot/grub/grub.cfg</code> <code># grub-mkconfig -o /boot/grub/grub.cfg</code>
-Personnellement je supprime les fichiers suivants :+Personnellement je désactive les fichiers suivants :
 <code> <code>
 # cd /etc/grub.d   # cd /etc/grub.d  
-rm 10_linux 20_linux_xen 41_custom   +chmod -x 10* 20* 30* 4*     
-mv 40_custom 10_slackware  +cp 40_custom 10_slackware   
 +# chmod +x 10_slackware
 </code> </code>
 Puis j'adapte ''/etc/grub.d/10_slackware'' grâce à ''/boot/grub/grub.cfg'' puis on relance à nouveau la commande : Puis j'adapte ''/etc/grub.d/10_slackware'' grâce à ''/boot/grub/grub.cfg'' puis on relance à nouveau la commande :
 <code># grub-mkconfig -o /boot/grub/grub.cfg</code> <code># grub-mkconfig -o /boot/grub/grub.cfg</code>
  
-Merci à la [[https://wiki.archlinux.org/title/GRUB|documentation de archlinux]].+Merci à la [[https://wiki.archlinux.org/title/GRUB|documentation archlinux]].
tuto/grub.1660494116.txt.gz · Dernière modification : 2022/08/14 18:21 de Thomas
CC Attribution 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0