diff --git a/src/installer/steps/bootloader.rs b/src/installer/steps/bootloader.rs index 829f9081..75d04b8a 100644 --- a/src/installer/steps/bootloader.rs +++ b/src/installer/steps/bootloader.rs @@ -133,7 +133,7 @@ pub fn bootloader( let loader = if &name == "Pop!_OS" { "\\EFI\\systemd\\systemd-bootx64.efi".into() } else { - format!("\\EFI\\{}\\grubx64.efi", name) + format!("\\EFI\\{}\\shimx64.efi", name) }; let args: &[&OsStr] = &[