mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 21:57:25 +00:00
Update cheatsheets
This commit is contained in:
34
tldr/linux/limine
Normal file
34
tldr/linux/limine
Normal file
@@ -0,0 +1,34 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# limine
|
||||
|
||||
> An advanced, portable, multiprotocol bootloader.
|
||||
> See also: `limine-enroll-config`, `limine-entry-tool`, `limine-snapper-sync`.
|
||||
> More information: <https://codeberg.org/Limine/Limine>.
|
||||
|
||||
- Install Limine to an MBR-partitioned disk:
|
||||
|
||||
`limine bios-install {{/dev/sdX}}`
|
||||
|
||||
- Install Limine to a GPT-partitioned disk with a specific BIOS boot partition:
|
||||
|
||||
`limine bios-install {{/dev/sdX}} {{partition_number}}`
|
||||
|
||||
- Install Limine to a disk image file:
|
||||
|
||||
`limine bios-install {{path/to/image.iso}}`
|
||||
|
||||
- Install Limine for modern UEFI systems (requires the `limine-entry-tool` package):
|
||||
|
||||
`limine-install`
|
||||
|
||||
- Update boot entries after a kernel upgrade (requires the `limine-entry-tool` package):
|
||||
|
||||
`limine-update`
|
||||
|
||||
- Scan for other operating systems to add to the boot menu (requires the `limine-entry-tool` package):
|
||||
|
||||
`limine-scan`
|
||||
Reference in New Issue
Block a user