diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index f4dd8b25..1adbcef4 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -1432,6 +1432,8 @@ class Installer: grub_default.write_text(config) if os_prober: + debug('Enabling os-prober in GRUB configuration') + # fuse3 enables grub-mount, which os-prober requires to inspect # partitions that are not mounted (e.g. Windows on another disk) self.pacman.strap(['os-prober', 'fuse3'])