In the installation part of those y2logs, I see the storage probing twice, but no storage proposal, no storage actions, no committed storage setup. YaST2 84 % ls -1 storage-inst 01-probed.xml 01-probed.yml 02-probed.xml 02-probed.yml I also don't see the chosen partition /dev/sda2 being formatted; no "mkfs" command was called. In macro_inst_initial.ycp, I see the language selection where you selected English language and German keyboard layout, then a partition selection of /dev/sda2 (?!), then selecting some repos, going into the package selection, disabling secure boot (from the "Installation Summary" / proposal, I guess), and then starting the installation which took about 7 minutes. storage-inst/02-probed.yml: # 2023-06-25 16:07:07 -0400 --- - disk: name: "/dev/sda" size: 976762584 KiB (0.91 TiB) block_size: 0.5 KiB io_size: 0 B min_grain: 1 MiB align_ofs: 0 B partition_table: gpt partitions: - free: size: 1 MiB start: 0 B - partition: size: 1 MiB start: 1 MiB name: "/dev/sda1" type: primary id: unknown - free: size: 51199 MiB (50.00 GiB) start: 2 MiB - partition: size: 4 GiB start: 51201 MiB (50.00 GiB) name: "/dev/sda3" type: primary id: linux file_system: ext4 - partition: size: 4 GiB start: 55297 MiB (54.00 GiB) name: "/dev/sda4" type: primary id: esp file_system: vfat - partition: size: 150315 MiB (146.79 GiB) start: 59393 MiB (58.00 GiB) name: "/dev/sda2" type: primary id: linux file_system: ext4 - partition: size: 744161 MiB (0.71 TiB) start: 209708 MiB (204.79 GiB) name: "/dev/sda5" type: primary id: linux file_system: ext4 - free: size: 728 KiB (0.71 MiB) start: 953869 MiB (0.91 TiB) - disk: name: "/dev/sdb" size: 7814026584 KiB (7.28 TiB) block_size: 0.5 KiB io_size: 0 B min_grain: 1 MiB align_ofs: 0 B partition_table: gpt partitions: - free: size: 1 MiB start: 0 B - partition: size: 4064 GiB (3.97 TiB) start: 1 MiB name: "/dev/sdb1" type: primary id: linux file_system: ext4 - partition: size: 32 GiB start: 4161537 MiB (3.97 TiB) name: "/dev/sdb3" type: primary id: linux file_system: swap - partition: size: 3519058247.5 KiB (3.28 TiB) start: 4194305 MiB (4.00 TiB) name: "/dev/sdb2" type: primary id: linux file_system: ext4 - free: size: 16.5 KiB start: 7814026567.5 KiB (7.28 TiB) - disk: name: "/dev/sdc" size: 29328 MiB (28.64 GiB) block_size: 0.5 KiB io_size: 0 B min_grain: 1 MiB align_ofs: 0 B partition_table: msdos mbr_gap: 1 MiB partitions: - free: size: 132 KiB start: 0 B - partition: size: 4662 KiB (4.55 MiB) start: 132 KiB name: "/dev/sdc1" type: primary id: esp file_system: vfat - partition: size: 223558 KiB (218.32 MiB) start: 4794 KiB (4.68 MiB) name: "/dev/sdc2" type: primary id: '' file_system: iso9660 label: openSUSE-Tumbleweed-NET-x86_64 - free: size: 29105 MiB (28.42 GiB) start: 223 MiB ------------------------------------ The system was detected as efiboot, yet the user chose to disable secure boot from the "Installation Summary" proposal: 2023-06-25 16:11:36 <1> install(6473) [Ruby] installation/proposal_runner.rb(block in input_loop):212 Proposal - UserInput: 'disable_secure_boot' 2023-06-25 16:11:36 <1> install(6473) [Interpreter] installation/proposal_store.rb:295 Calling YaST client bootloader_proposal 2023-06-25 16:11:36 <1> install(6473) [Ruby] installation/proposal_client.rb(run):82 Called Bootloader::ProposalClient.run with AskUser and params {"chosen_id"=>"disable_secure_boot", "has_next"=>false} 2023-06-25 16:11:36 <1> install(6473) [Ruby] bootloader/proposal_client.rb(ask_user):103 ask user called with disable_secure_boot 2023-06-25 16:11:36 <1> install(6473) [Ruby] bootloader/proposal_client.rb(single_click_action):364 single_click_action: option secure_boot, value false