summaryrefslogtreecommitdiffstats
path: root/EFI/BOOT/grub.cfg
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-09-17 21:46:42 +0200
committer Eric Hameleers <alien@slackware.com>2023-09-17 21:46:42 +0200
commitf742a323f542747d793ca19ad2a2f92a42de74f1 (patch)
tree2b60aceaf0915a7edbca2f96dd222bf44768b736 /EFI/BOOT/grub.cfg
parent672a9e4e7f160a65d1bdae49a65b734a2627a5f1 (diff)
downloadliveslak-f742a323f542747d793ca19ad2a2f92a42de74f1.tar.gz
liveslak-f742a323f542747d793ca19ad2a2f92a42de74f1.tar.xz
Fix UEFI boot when ISO was dd-ed to USB thumbdrive
Since early 2019, when you dd-ed or cp-ed a live ISO directly to a USB stick, and you booted from this stick on a UEFI computer, you would end up in the GRUB commandline, because $prefix would not be defined and GRUB would be unable to find its files. My 2019 modification fixed PXE boot but broke this specific case of UEFI boot. And now it has finally been fixed after I had a brain fart.
Diffstat (limited to '')
-rw-r--r--EFI/BOOT/grub.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/EFI/BOOT/grub.cfg b/EFI/BOOT/grub.cfg
deleted file mode 100644
index 63e7c80..0000000
--- a/EFI/BOOT/grub.cfg
+++ /dev/null
@@ -1 +0,0 @@
-source $prefix/menu/grub.cfg