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