Manjaro Difference between revisions of "Translations:GRUB/Restore the GRUB Bootloader/17/fr"

Difference between revisions of "Translations:GRUB/Restore the GRUB Bootloader/17/fr"

From Manjaro
(Created page with "{{RootCmd|command=mount /dev/sdyC /mnt}} {{Important|Avec un système de fichiers BTRFS, vous devez noter que les sous-volumes doivent être montés. Ce serait dans...")
 
(No difference)

Latest revision as of 23:30, 4 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 (GRUB/Restore the GRUB Bootloader)
{{RootCmd|command=mount /dev/sdyC /mnt}}
{{Important|With a [[Btrfs|BTRFS filesystem]], you should note that the subvolumes must be mounted. That would be in such a case:{{RootCmd|command=mount -o subvol=@ /dev/sdyC /mnt}}}}
Then - if applicable - mount ''boot''
{{RootCmd|command=mount /dev/sdyB /mnt/boot}}
Then - if applicable - mount ''efi''
{{RootCmd|command=mount /dev/sdyA /mnt/boot/efi}}
Create the chroot environment and use bash as shell
{{RootCmd|command=manjaro-chroot /mnt /bin/bash}}
root # mount /dev/sdyC /mnt COPY TO CLIPBOARD


Info
Avec un système de fichiers BTRFS, vous devez noter que les sous-volumes doivent être montés. Ce serait dans ce cas:
root # mount -o subvol=@ /dev/sdyC /mnt COPY TO CLIPBOARD


Ensuite - si c'est le cas - montez boot.

root # mount /dev/sdyB /mnt/boot COPY TO CLIPBOARD


Puis - si applicable - montez efi.

root # mount /dev/sdyA /mnt/boot/efi COPY TO CLIPBOARD


Créer l'environnement chroot et utiliser bash comme shell

root # manjaro-chroot /mnt /bin/bash COPY TO CLIPBOARD


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