Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Runtime settings (see below)
- timeout: 5
- # Example of a basic entry
- name: Arch Linux
- path: EFI\Arch\vmlinuz-linux
- initrd: EFI\Arch\intel-ucode.img
- initrd: EFI\Arch\initramfs-linux.img
- args: root=UUID=4ec51638-9069-4a28-9b85-6f2352991ee5 rw loglevel=3
- # Example usage of kerneldir
- # the kernel name is 'vmlinuz-5.15.7-gentoo', and the initramfs is 'initramfs-5.15.7-gentoo.img'
- name: Gentoo
- kerneldir: EFI\Gentoo
- initrd: EFI\Gentoo\intel-uc.img
- initrd: EFI\Gentoo\initramfs-%v-gentoo.img
- args: root=UUID=cf2aba83-e914-4613-89fd-9667bb734779 rw loglevel=3
- # This path is the same on every system with Windows 10, so you can copy this path and use it to boot Windows
- name: Windows
- path: EFI\Microsoft\Boot\bootmgfw.efi
- # The boot manager can also load any UEFI app and not just operating systems
- name: Some UEFI App
- path: \path\to\UEFI\app
- args: arg1
- args: arg2
- args: arg3 arg4 arg5....
Advertisement
Add Comment
Please, Sign In to add comment