Skip to content

Commit

Permalink
Update grub.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
s0racat authored Jul 1, 2024
1 parent 0312319 commit 52b7d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grub/grub.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if [ "${grub_platform}" == "efi" ]; then
menuentry "Run Memtest86+ (RAM test)" --class memtest86 --class gnu --class tool {
set gfxpayload=800x600,1024x768
search --fs-uuid --no-floppy --set=root --label %ARCHISO_LABEL%
linux /%INSTALL_DIR%/boot/memtest.efi
linux /boot/memtest86+/memtest.efi
}
menuentry "UEFI Shell" {
insmod chain
Expand Down

0 comments on commit 52b7d89

Please sign in to comment.