diff --git a/archinstall/lib/luks.py b/archinstall/lib/luks.py index e73b8fc2..a5b05134 100644 --- a/archinstall/lib/luks.py +++ b/archinstall/lib/luks.py @@ -85,9 +85,6 @@ class luks2: if type(password) != bytes: password = bytes(password, 'UTF-8') - partition.partprobe() - time.sleep(10) - cryptsetup_args = shlex.join([ '/usr/bin/cryptsetup', '--batch-mode',