mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-19 01:43:18 +08:00
* limine*: add pages * Update pages/linux/limine-entry-tool.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * Update pages/linux/limine-enroll-config.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * Update pages/linux/limine-enroll-config.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com> * Update link to limine-snapper-sync README * Update pages/linux/limine.md Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com> --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena Pastwa <126529524+acuteenvy@users.noreply.github.com>
834 B
834 B
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-toolpackage):
limine-install
- Update boot entries after a kernel upgrade (requires the
limine-entry-toolpackage):
limine-update
- Scan for other operating systems to add to the boot menu (requires the
limine-entry-toolpackage):
limine-scan