From 29588fadeeeebd9c8e32e546af160e17b60822f1 Mon Sep 17 00:00:00 2001 From: Daniel Girtler Date: Thu, 16 Apr 2026 15:29:53 +1000 Subject: [PATCH] Fix encrypted partition selection (#4407) --- archinstall/lib/disk/encryption_menu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/lib/disk/encryption_menu.py b/archinstall/lib/disk/encryption_menu.py index b3950f05..925deb0d 100644 --- a/archinstall/lib/disk/encryption_menu.py +++ b/archinstall/lib/disk/encryption_menu.py @@ -321,7 +321,7 @@ async def select_partitions_to_encrypt( avail_partitions = [p for p in partitions if not p.exists()] if avail_partitions: - group = MenuItemGroup.from_objects(partitions) + group = MenuItemGroup.from_objects(avail_partitions) group.set_selected_by_value(preset) result = await Table[PartitionModification](