| @@ -0,0 +1,30 @@ | |||
| 1 | + | timeout: 5 | |
| 2 | + | default_entry: 2 | |
| 3 | + | interface_branding: Licorice | |
| 4 | + | interface_branding_colour: 6b01b7 | |
| 5 | + | wallpaper: boot():/EFI/limine/wallpaper.png | |
| 6 | + | wallpaper_style: stretched | |
| 7 | + | term_background: ff000000 | |
| 8 | + | ||
| 9 | + | /Alpine Linux | |
| 10 | + | protocol: linux | |
| 11 | + | kernel_path: boot():/kernel/vmlinuz-lts | |
| 12 | + | module_path: boot():/kernel/intel-ucode.img | |
| 13 | + | module_path: boot():/kernel/initramfs-lts | |
| 14 | + | cmdline: root=UUID=ce0cfd1d-cf89-497d-986d-55cd71ac142d ro modules=sd-mod,usb-storage,btrfs,nvme quiet rootfstype=btrfs psi=1 | |
| 15 | + | ||
| 16 | + | /FreeBSD | |
| 17 | + | protocol: efi_chainload | |
| 18 | + | image_path: boot():/EFI/freebsd/loader.efi | |
| 19 | + | ||
| 20 | + | /Haiku (Future) | |
| 21 | + | protocol: efi_chainload | |
| 22 | + | image_path: boot():/EFI/haiku/haiku_loader.efi | |
| 23 | + | ||
| 24 | + | /Utilities | |
| 25 | + | //Memtest86+ | |
| 26 | + | protocol: efi | |
| 27 | + | path: boot():/EFI/memtest86/memtest86.efi | |
| 28 | + | //Escape to GRUB | |
| 29 | + | protocol: efi_chainload | |
| 30 | + | image_path: boot():/EFI/alpine/grubx64.efi | |
swee / limine.conf
Last active 3 hours ago
swee revised this gist 3 hours ago · cad075a
1 file changed, 30 insertions