From 48f2e305e7677bc82e5be654d5ebe367295f7dda Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 30 Aug 2022 21:10:35 -0700 Subject: [PATCH] add missing grub2-pc package --- Rocky-9-GenericCloud.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocky-9-GenericCloud.ks b/Rocky-9-GenericCloud.ks index 989e584..3187652 100644 --- a/Rocky-9-GenericCloud.ks +++ b/Rocky-9-GenericCloud.ks @@ -90,7 +90,7 @@ passwd -l root # Attempting to force legacy BIOS boot if we boot from UEFI if [ "$(arch)" = "x86_64" ]; then - dnf install grub2-pc-modules -y + dnf install grub2-pc-modules grub-pc -y grub2-install --target=i386-pc /dev/vda fi