[Bug 1952926] Re: autoinstall reorder_uefi is ignored when using storage layout
Olivier Ferré
1952926 at bugs.launchpad.net
Fri Feb 9 16:15:09 UTC 2024
Hi,
the same for me. It's possible tu use custom config but with different computers and disks it's more difficult (nvme or sda for example).
So when we install nearly 100 computers we have to change boot order on all after deployement...
Perhaps it is possible in the user-data to male custom config for different type of disk ???
--
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