summaryrefslogtreecommitdiff
path: root/scripts/install/install-postinst-new
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install/install-postinst-new')
-rwxr-xr-xscripts/install/install-postinst-new4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/install/install-postinst-new b/scripts/install/install-postinst-new
index 5e0f42a9..ee81dd58 100755
--- a/scripts/install/install-postinst-new
+++ b/scripts/install/install-postinst-new
@@ -126,6 +126,10 @@ install_grub () {
progress_indicator start
if [ -f "/tmp/efiparts.tmp" ]; then
+ # Remove grub-pc packages
+ dpkg -r grub-pc grub2
+ # Install grub-efi packages
+ dpkg -i /usr/share/vyos/packages/grub-efi*.deb
EFI_PARTITION=1
mkdir -p $grub_root/boot/efi
readarray parts < /tmp/efiparts.tmp