mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 19:43:36 +00:00
35 lines
926 B
Plaintext
35 lines
926 B
Plaintext
---
|
|
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`
|