[Bug 1952926] Re: Ubuntu 20.04 autoinstall reorder_uefi is ignored when using storage layout
Jamie Murphy
1952926 at bugs.launchpad.net
Wed Jan 18 11:31:38 UTC 2023
This is also valid on newer versions so the title should be updated.
Theoretically this change would load the user supplied grub config from the supplied autoinstall data ( untested )
https://github.com/canonical/subiquity/commit/b249c4a9bcc8619ebae8a6279c3ffeeb90a05fac - https://github.com/canonical/subiquity/pull/1536
--
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:
Ubuntu 20.04 autoinstall reorder_uefi is ignored when using storage
layout
Status in subiquity:
Triaged
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