mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 13:42:07 +02:00

* 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>
17 lines
464 B
Markdown
17 lines
464 B
Markdown
# 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}}`
|