diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 4bc467ebf7..792fd02221 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -1115,7 +1115,7 @@ def _get_kernel_params( self, root: PartitionModification | LvmVolume, id_root: bool = True, - partuuid: bool = True, + partuuid: bool = False, ) -> list[str]: kernel_parameters = []