Comment 3 for bug 2081305

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (master)

Reviewed: https://review.opendev.org/c/openstack/ironic/+/933631
Committed: https://opendev.org/openstack/ironic/commit/27bd04925748a66866011a68eb0e26f23cedbcfa
Submitter: "Zuul (22348)"
Branch: master

commit 27bd04925748a66866011a68eb0e26f23cedbcfa
Author: Riccardo Pittau <email address hidden>
Date: Tue Oct 29 09:05:05 2024 +0100

    Use linux instead of linuxefi in grub config

    The EFI handover protocol has been deprecated since a while
    and recently moved to be optional and enabled by default [1].
    As a consequence, the linuxefi and initrdefi binaries that
    were specifically compiled to use that option, are
    also deprecated and they have been removed in most of
    the recent linux distributions in favor of the generic
    linux and initrd that are now compatible with UEFI boot.
    This patch changes linuxefi to linux and initrdefi to
    initrd in all the grub templates, using the generic
    entries for all the platform architectures.

    [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cc3fdda2876e58a7e83e558ab51853cf106afb6a

    Closes-Bug: #2081305
    Change-Id: Ie5b2265d7afc8b71fabfca6ca6687e0e34ce3b5b