mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 18:50:06 +00:00
Update cheatsheets
This commit is contained in:
22
linux/grub-bios-setup
Normal file
22
linux/grub-bios-setup
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user