diff --git a/archinstall/lib/disk/filesystem.py b/archinstall/lib/disk/filesystem.py index 874c41ae..21de2915 100644 --- a/archinstall/lib/disk/filesystem.py +++ b/archinstall/lib/disk/filesystem.py @@ -73,6 +73,8 @@ def perform_filesystem_operations(self, show_countdown: bool = True) -> None: for mod in device_mods: device_handler.partition(mod, partition_table=partition_table) + device_handler.udev_sync() + if self._disk_config.lvm_config: for mod in device_mods: if boot_part := mod.get_boot_partition():