1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:22:06 +02:00
tldr/pages/linux/grub-bios-setup.md
kai a703584eec
grub-bios-setup: add page (#8315)
* grub-bios-setup: add page

* grub-bios-setup: use better wording for example descriptions

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* grub-bios-setup: use better placeholder in example

Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>

* Update pages/linux/grub-bios-setup.md

Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>

* grub-bios-setup: add --directory example

* grub-bios-setup: add --directory example

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Emily Grace Seville <emilyseville7cf@gmail.com>
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
2022-08-08 09:21:30 +10:00

464 B

grub-bios-setup

Set up a device to use GRUB with a BIOS configuration. You should use grub-install instead of grub-bios-setup in most cases. More information: https://manned.org/grub-bios-setup.8.

  • Set up a device to boot with GRUB:

grub-bios-setup {{/dev/sdX}}

  • Install even if problems are detected:

grub-bios-setup --force {{/dev/sdX}}

  • Install GRUB in a specific directory:

grub-bios-setup --directory={{/boot/grub}} {{/dev/sdX}}