summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/uefi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/uefi.py b/src/utils/uefi.py
index c0bc958..27b7ba0 100644
--- a/src/utils/uefi.py
+++ b/src/utils/uefi.py
@@ -133,7 +133,7 @@ def _find_efi_loader(loader_paths):
logging.info(f'Found bootloader at ESP partition: {efi_app}')
return efi_app
else:
- raise OgError(f'Unable to locate Windows EFI bootloader bootmgfw.efi')
+ raise OgError('Unable to locate any EFI bootloader at ESP')
def find_windows_efi_loader(esp_mountpoint, bootlabel):