Comment 26 for bug 1840560

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Verification done on focal-proposed.
There is no 'hwmatch error' message.

(test steps in bug description)
$ multipass launch -c 1 -d 4g -m 1g -n hwmatch-f focal

$ virsh edit hwmatch-f # OVMF firmware
$ virsh shutdown hwmatch-f

$ virsh start --console hwmatch-f
Domain 'hwmatch-f' started
Connected to domain 'hwmatch-f'
Escape character is ^] (Ctrl + ])
BdsDxe: loading Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x4,0x0)
BdsDxe: starting Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x4,0x0)
error: can't find command `hwmatch'.
[ 0.000000] Linux version ...
...

$ dpkg -s grub-common | grep Version:
Version: 2.04-1ubuntu26.13

$ echo "deb http://archive.ubuntu.com/ubuntu focal-proposed main restricted" | sudo tee /etc/apt/sources.list.d/proposed.list
$ sudo apt update
$ sudo apt install --yes grub-commmon

$ dpkg -s grub-common | grep Version:
Version: 2.04-1ubuntu26.15

$ sudo poweroff
...
[ 53.978674] reboot: Power down

$ virsh start --console hwmatch-f
Domain 'hwmatch-f' started
Connected to domain 'hwmatch-f'
Escape character is ^] (Ctrl + ])
BdsDxe: loading Boot0003 "ubuntu" from HD(15,GPT,12CC0C76-621A-4ADF-B865-28DD708A6ADF,0x2800,0x35000)/\EFI\ubuntu\shimx64.efi
BdsDxe: starting Boot0003 "ubuntu" from HD(15,GPT,12CC0C76-621A-4ADF-B865-28DD708A6ADF,0x2800,0x35000)/\EFI\ubuntu\shimx64.efi
[ 0.000000] Linux version ...
...