diff options
| author | Antonio V <crazysnob@live.it> | 2023-05-14 15:10:02 +0000 |
|---|---|---|
| committer | Antonio V <crazysnob@live.it> | 2023-05-14 15:10:02 +0000 |
| commit | 751f6ed9baa787765fb10f1a23279d57c3ac0d23 (patch) | |
| tree | b5574a0c0e12b8f19b2745ac2680204f8396d8c6 /configs/releng | |
| parent | 798562bbfd2aee65b1ab5c6da5f58fe3aa2e93ee (diff) | |
| download | archiso-751f6ed9baa787765fb10f1a23279d57c3ac0d23.tar.gz archiso-751f6ed9baa787765fb10f1a23279d57c3ac0d23.tar.bz2 | |
Added classes for Memtest86+ and UEFI Shell menuentries
Diffstat (limited to 'configs/releng')
| -rw-r--r-- | configs/releng/grub/grub.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/releng/grub/grub.cfg b/configs/releng/grub/grub.cfg index 5ea764d..034bdb4 100644 --- a/configs/releng/grub/grub.cfg +++ b/configs/releng/grub/grub.cfg @@ -56,16 +56,16 @@ menuentry "Arch Linux install medium with speakup screen reader (x86_64, UEFI)" if [ "${grub_platform}" == "efi" ]; then if [ "${grub_cpu}" == "x86_64" ]; then - menuentry "Run Memtest86+ (RAM test)" --class memtest86 --class gnu --class tool { + menuentry "Run Memtest86+ (RAM test)" --class memtest86 --class memtest --class gnu --class tool { set gfxpayload=800x600,1024x768 linux /boot/memtest86+/memtest.efi } - menuentry "UEFI Shell" { + menuentry "UEFI Shell" --class efi { insmod chain chainloader /shellx64.efi } elif [ "${grub_cpu}" == "i386" ]; then - menuentry "UEFI Shell" { + menuentry "UEFI Shell" --class efi { insmod chain chainloader /shellia32.efi } |
