Grub version error.

davidtj

Member
Mar 17, 2020
22
0
21
61
A very basic question I did an upgrade and get the message that i'm on V7.4-19 and support has stopped. So now need to upgrade to latest V8 and I have done as a pre-requisite the test pve7to8 and get the message "WARN: System booted in uefi mode but grub-efi-amd64 meta-package not installed, new grub versions will not be installed to /boot/efi! Install grub-efi-amd64" - do I therefore do a apt install grub-efi-amd64 from the shell?
I cant recall what selection I made when doing original install, but pretty sure kept it totally default/basic. Appreciate any help - trying to avoid breaking the system.
 
Last edited:
Thanks are the commands therefore:

apt install grub-efi-amd64
sudo apt-get purge grub-pc
sudo update-grub

In that order. Really appreciate as Im a newbie to this kind of thing.
 
tried "apt-get purge grub-pc" Which wanted to remove bootable disk so I aborted.....
 
What seemed to do the job was following commands:
[ -d /sys/firmware/efi ] && echo "UEFI mode" || echo "Legacy mode"
apt install grub-efi-amd64
apt purge grub-pc
update-grub
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!