[Bug 2098075] Re: use-gap on IMSM RAID devices installs another ESP partition, despite there is one available

Olivier Gayot 2098075 at bugs.launchpad.net
Thu Apr 17 15:37:30 UTC 2025


The fix is included in Subiquity 25.04
https://github.com/canonical/subiquity/releases/tag/25.04

** Changed in: subiquity
       Status: Fix Committed => Fix Released

** Changed in: subiquity (Ubuntu Plucky)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subiquity in Ubuntu.
https://bugs.launchpad.net/bugs/2098075

Title:
  use-gap on IMSM RAID devices installs another ESP partition, despite
  there is one available

Status in curtin:
  Fix Committed
Status in subiquity:
  Fix Released
Status in subiquity package in Ubuntu:
  Fix Released
Status in subiquity source package in Noble:
  Fix Committed
Status in subiquity source package in Plucky:
  Fix Released

Bug description:
  use_gap on RAID installs another EFI partition, and I found out that
  for RAID devices, there's no device.ptable and
  common/filesystem/boot.py:_is_esp_partition was looking for it.

  
  ```
  def _is_esp_partition(partition):
      new_disk = attr.evolve(partition.device)
      new_disk._partitions = []
      if not can_be_boot_device(new_disk, with_reformatting=True):
          return False
      if partition.device.ptable == "gpt":
          return partition.flag == "boot"
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/2098075/+subscriptions




More information about the foundations-bugs mailing list