[Bug 1991413] Re: Autoinstall with storage-version 2 should guess unspecified offsets

Olivier Gayot 1991413 at bugs.launchpad.net
Mon Nov 7 13:02:15 UTC 2022


** Changed in: subiquity (Ubuntu)
       Status: In Progress => Fix Committed

-- 
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/1991413

Title:
  Autoinstall with storage-version 2 should guess unspecified offsets

Status in subiquity package in Ubuntu:
  Fix Committed

Bug description:
  When storage-version is 2, the following autoinstall excerpt produces
  an exception and the install fails.

  ```
          - type: disk
            ptable: gpt
            wipe: superblock-recursive
            path: /dev/sda
            grub_device: true
            id: disk-1

          - type: partition
            number: 1
            flag: boot
            device: disk-1
            size: 1G
            wipe: superblock
            id: partition-boot

          - type: partition
            number: 2
            device: disk-1
            size: -1
            wipe: superblock
            id: partition-root

  ```

  TypeError: '<' not supported between instances of 'NoneType' and
  'NoneType'

  Full traceback: https://pastebin.canonical.com/p/Gf5D2wVWhN/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1991413/+subscriptions




More information about the foundations-bugs mailing list