-
-
Notifications
You must be signed in to change notification settings - Fork 578
Description
Describe the bug
My laptop has only one single SSD, I have installed Windows 11 and would like to install Bazzite (specifically, bazzite-deck image) on the same drive.
I downloaded the installer ISO around Jul.16.2015 6:43pm GMT+8 time.
While following the guide Dual Boot Preliminary and Post-Installation Setup Guide - Bazzite Documentation to create partitions, when enabling luks for the btrfs partition, there would be an error message
AttributeError: Failed to add the device:'DeviceFormat' object has no attribute '_header_size'
The whole installation is considered crashed at this point. The only options are report bug button or Quit button (which shut down the whole thing).
I’ve searched and found it was an old bug for Blivet-GUI back in January and should have been fixed in upstream around the same time.
- https://discussion.fedoraproject.org/t/the-silverblue-installer-crashes-when-trying-to-configure-a-new-encrypted-btrfs-volume/142737
- https://bugzilla.redhat.com/show_bug.cgi?id=2332338
- Set LUKS format before creating the LUKS device (#2332338) storaged-project/blivet-gui#466
But I’m still getting this error in the latest bazzite-deck image, not sure if the bazzite installer still ships with the unpatched Blivet-GUI?
What did you expect to happen?
The installer shouldn't crash in this case.
Output of rpm-ostree status
(Not available since Bazzite is not installed yet)Hardware
(Not available since Bazzite is not installed yet)
Extra information or context
I tried a bazzite-deck image uploaded to Internet Archive at Apr.02.2024, and performed the same steps, and confirmed luks partition can be created successfully on the same disk / hardware, so it seems to me a software issue in the recent bazzite-deck image instead of a hardware issue.