[Bug 2133760] [NEW] Curtin does not respect update_nvram option
Matthew Altmann
2133760 at bugs.launchpad.net
Wed Dec 3 02:04:00 UTC 2025
Public bug reported:
When installing ubuntu via curtin the grub: update_nvram option is set
to false in my configuration. However upon install, the grub-multi-
install script is used which does not pass the --no-nvram argument to
grub-install. The offending code seems to be at
curtin/commands/install_grub.py at line 336. If the regular grub install
command is used, the --no-nvram argument is added based on the curtin
config, but this does not occur in any way for when GRUB_MULTI_INSTALL
is the grub_cmd in use.
** Affects: curtin
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to curtin.
https://bugs.launchpad.net/bugs/2133760
Title:
Curtin does not respect update_nvram option
Status in curtin:
New
Bug description:
When installing ubuntu via curtin the grub: update_nvram option is set
to false in my configuration. However upon install, the grub-multi-
install script is used which does not pass the --no-nvram argument to
grub-install. The offending code seems to be at
curtin/commands/install_grub.py at line 336. If the regular grub
install command is used, the --no-nvram argument is added based on the
curtin config, but this does not occur in any way for when
GRUB_MULTI_INSTALL is the grub_cmd in use.
To manage notifications about this bug go to:
https://bugs.launchpad.net/curtin/+bug/2133760/+subscriptions
More information about the foundations-bugs
mailing list