💾 Archived View for freeshell.de › tldr › grub-install.gmi captured on 2024-05-10 at 12:09:04. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Install GRUB to a device.
grub-install --target={i386-pc} {path/to/device}
grub-install --target={x86_64-efi} --efi-directory={path/to/efi_directory} --bootloader-id={GRUB}
grub-install --target={x86_64-efi} --efi-directory={path/to/efi_directory} --modules="{part_gpt part_msdos}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).