diff --git a/src/modules/bootloader/main.py b/src/modules/bootloader/main.py index 9feb02e72..786342ba0 100644 --- a/src/modules/bootloader/main.py +++ b/src/modules/bootloader/main.py @@ -282,8 +282,6 @@ def run(): :return: """ - if libcalamares.globalstorage.value("bootLoader") is None: - return None fw_type = libcalamares.globalstorage.value("firmwareType") prepare_bootloader(fw_type)