snippetbashTip
limine — An advanced, portable, multiprotocol bootloader. See also: `limine-enroll-config`, `limine-entry-too
Viewed 0 times
commandbootloaderclimultiprotocoladvancedportableseelimine
linux
Problem
How to use the
limine command: An advanced, portable, multiprotocol bootloader. See also: limine-enroll-config, limine-entry-tool, limine-snapper-sync. More information: <https://codeberg.org/Limine/Limine>.Solution
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-installUpdate boot entries after a kernel upgrade (requires the
limine-entry-tool package):limine-updateScan for other operating systems to add to the boot menu (requires the
limine-entry-tool package):limine-scanCode Snippets
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-installUpdate boot entries after a kernel upgrade (requires the `limine-entry-tool` package)
limine-updateContext
tldr-pages: linux/limine
Revisions (0)
No revisions yet.