Updated grub.cfg

This commit is contained in:
adi1090x 2023-07-11 15:52:07 +05:30
parent 8b611cf654
commit 37d57eb48a
1 changed files with 0 additions and 4 deletions

View File

@ -64,10 +64,6 @@ menuentry "Boot Archcraft (x86_64, UEFI, nomodeset)" --class archcraft --class a
if [ "${grub_platform}" == "efi" ]; then if [ "${grub_platform}" == "efi" ]; then
if [ "${grub_cpu}" == "x86_64" ]; then if [ "${grub_cpu}" == "x86_64" ]; then
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" --class recovery --class efi { menuentry "UEFI Shell" --class recovery --class efi {
insmod chain insmod chain
chainloader /shellx64.efi chainloader /shellx64.efi