<div dir="ltr">This bug appears to affect a standard Vagrant install of Debian Buster as well. After booting, upgrading, and rebooting, I'm faced with the error.<div><br></div><div>The Vagrant base box is a fairly common one: <a href="https://app.vagrantup.com/bento/boxes/debian-10" target="_blank">https://app.vagrantup.com/bento/boxes/debian-10</a></div><div><br></div><div>I'm guessing this is a fairly standard disk layout in their build:</div><div><br></div><div># fdisk -l<br>Disk /dev/sda: 64 GiB, 68719476736 bytes, 134217728 sectors<br>Disk model: VBOX HARDDISK   <br>Units: sectors of 1 * 512 = 512 bytes<br>Sector size (logical/physical): 512 bytes / 512 bytes<br>I/O size (minimum/optimal): 512 bytes / 512 bytes<br>Disklabel type: dos<br>Disk identifier: 0x1b8eb89d<br><br>Device     Boot  Start       End   Sectors  Size Id Type<br>/dev/sda1  *      2048    499711    497664  243M 83 Linux<br>/dev/sda2       501758 134215679 133713922 63.8G  5 Extended<br>/dev/sda5       501760 134215679 133713920 63.8G 8e Linux LVM<br><br><br>Disk /dev/mapper/debian--10--vg-root: 62.8 GiB, 67385688064 bytes, 131612672 sectors<br>Units: sectors of 1 * 512 = 512 bytes<br>Sector size (logical/physical): 512 bytes / 512 bytes<br>I/O size (minimum/optimal): 512 bytes / 512 bytes<br><br><br>Disk /dev/mapper/debian--10--vg-swap_1: 1 GiB, 1073741824 bytes, 2097152 sectors<br>Units: sectors of 1 * 512 = 512 bytes<br>Sector size (logical/physical): 512 bytes / 512 bytes<br>I/O size (minimum/optimal): 512 bytes / 512 bytes<br></div><div><br></div><div>I'm using the (admittedly insecure) solution  of "sudo apt-mark hold grub*<span style="background-color:transparent;font-family:Consolas,Menlo,Monaco,"Lucida Console","Liberation Mono","DejaVu Sans Mono","Bitstream Vera Sans Mono","Courier New",monospace,sans-serif;font-style:inherit;font-variant-ligatures:inherit;font-variant-caps:inherit;font-weight:inherit;white-space:inherit;color:rgb(218,215,210);font-size:13px"></span>" shown here: <a href="https://askubuntu.com/a/1263204" target="_blank">https://askubuntu.com/a/1263204</a></div><div><br></div><div>Chad</div></div>