GRUB reconfigure issue after latest update

Afox

Renowned Member
Dec 18, 2014
257
14
83
Hello,
after the latest update when I run "apt update && apt upgrade" I get a GRUB dialog on every VM that there has been a change and the old /dev/vda device changed somehow to /dev/sda. So it wants to rewrite GRUB.. I didn´t do it yet. Drives are scsi devices. What should I do? And why did this happen at all?

Thanks in advance,

Afox
 
hello, I update Proxmox via webinterface. But this topic is about updating one or multiple VMs. There was an grub update for my distro and grub complained that the initial setup somehow changed (I think /dev/vda to /dev sda). I now just changed it to /dev/sda and have not expirienced any problem.
Regards
 
In fact this is a debian stuff, and most probably not Promox related...
I guess it compares the initial config recorded in debconf with the current media scheme.
You may have a look at
Code:
debconf-show grub-pc
before and after the upgrade or dist-upgrade, to check what it changed in its record...