Hello all, I want to update our Proxmox nodes in a cluster with Ceph from 6.4 to 7 and read the how-to...
Issue Below errors happen when installing RHEL8. Below errors happen when booting RHEL8 after exiting the UEFI setup menu. Raw exit_boot() failed! efi_main() failed! Environment Red Hat Enterprise Linux 8.0 Red Hat Enterprise Linux 8.1 Red Hat Enterprise Linux 8.2...
if(EFI_ERROR(Status)) { #ifdef DEBUGPrint(L"ERROR: %r. Failed to Boot/gBS->ExitBootService().\n", Status); #endif return Status; }BootConfig->MemoryMap = MemoryMap; UINT64 (*KernelEntry)(BOOT_CONFIG *BootConfig);KernelEntry = (UINT64 (*)(BOOT_CONFIG *BootConfig))BootConfig->Kern...
expect("Failed to allocate memory"); // Calling `exit_boot_services` can fail if the memory map key is not // current. Retry a second time if that occurs. This matches the // behavior of the Linux kernel: // https://github.com/torvalds/linux/blob/e544a0743/drivers/firmware/efi/...