[Bug 1952926] Re: Ubuntu 20.04 autoinstall reorder_uefi is ignored when using storage layout

Dan Bungert 1952926 at bugs.launchpad.net
Fri Feb 10 22:20:07 UTC 2023


** Changed in: subiquity
       Status: Triaged => In Progress

** Summary changed:

- Ubuntu 20.04 autoinstall reorder_uefi is ignored when using storage layout
+ autoinstall reorder_uefi is ignored when using storage layout

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

Title:
  autoinstall reorder_uefi is ignored when using storage layout

Status in subiquity:
  In Progress

Bug description:
  More info here: https://askubuntu.com/a/1378297/1094816

  Using the following in user-data results in UEFI boot order being re-
  ordered so the boot option used to run autoinstall (e.g. netboot, cd-
  rom) goes to the top of the list.

  ```
  #cloud-config
  autoinstall:
  ...
    storage:
      layout:
        name: direct
      grub:
        reorder_uefi: False
  ```

  Using the following in user-data results in the UEFI boot order
  remaining the same.

  ```
  cloud-config
  autoinstall:
  ...
    storage:
      grub:
        reorder_uefi: False
      config:
      - ....
  ```

  Would it be possible for subiquity to include the grub configuration
  when generating the curtin configuration, when storage layout is used?

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




More information about the foundations-bugs mailing list