Comment 16 for bug 1989446

Revision history for this message
Fabio Augusto Miranda Martins (fabio.martins) wrote (last edit ):

Hi Steve,

I've reproduced the problem with a kinetic VM, and then installed the grub2 packages from -proposed and I can confirm it fixes this issue:

root@ubuntu:~# free -k
               total used free shared buff/cache available
Mem: 17428828 215288 16937344 1040 276196 16927464
Swap: 0 0 0

root@ubuntu:~# apt-cache policy grub-efi-amd64-bin
grub-efi-amd64-bin:
  Installed: 2.06-2ubuntu13
  Candidate: 2.06-2ubuntu13
  Version table:
 *** 2.06-2ubuntu13 500
        500 http://archive.ubuntu.com/ubuntu kinetic-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     2.06-2ubuntu12 500
        500 http://archive.ubuntu.com/ubuntu kinetic/main amd64 Packages

root@ubuntu:~# apt-cache policy grub-efi-amd64-signed
grub-efi-amd64-signed:
  Installed: 1.186+2.06-2ubuntu13
  Candidate: 1.186+2.06-2ubuntu13
  Version table:
 *** 1.186+2.06-2ubuntu13 500
        500 http://archive.ubuntu.com/ubuntu kinetic-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     1.185+2.06-2ubuntu12 500
        500 http://archive.ubuntu.com/ubuntu kinetic/main amd64 Packages

root@ubuntu:~# dmesg | grep -i sev
[ 0.354582] Memory Encryption Features active: AMD SEV
[ 4.813446] SVM: KVM is unsupported when running as an SEV guest
[ 4.842996] SVM: KVM is unsupported when running as an SEV guest

Adding verification-done / verification-done-kinetic tags.