Comment 2 for bug 1933263

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

Reviewed: https://review.opendev.org/c/starlingx/metal/+/797527
Committed: https://opendev.org/starlingx/metal/commit/f7c738234397472f78886a672e6687bf4213b338
Submitter: "Zuul (22348)"
Branch: master

commit f7c738234397472f78886a672e6687bf4213b338
Author: Don Penney <email address hidden>
Date: Tue Jun 22 14:00:51 2021 -0400

    Update pxeboot_setup.sh to use stock grubx64.efi

    Secure boot fails for load setup with pxeboot_setup.sh, as the kernel
    signature check fails validation due to the recent grub2 update for
    CVE-2020-15705. This commit updates pxeboot_setup.sh to use the older
    stock grubx64.efi, which will postpone the kernel validation until the
    load is installed.

    Change-Id: Ic6bfd236b076fc9023a77b1c2d8b9d4f8feee8b8
    Closes-Bug: 1933263
    Signed-off-by: Don Penney <email address hidden>