-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

grub-install


> Install GRUB to a device.

More information.


Install GRUB on a BIOS system:

grub-install --target={i386-pc} {path/to/device}

Install GRUB on an UEFI system:

grub-install --target={x86_64-efi} --efi-directory={path/to/efi_directory} --bootloader-id={GRUB}

Install GRUB pre-loading specific modules:

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).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 22:28:54 2024