Comment 11 for bug 1912835

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

From https://launchpad.net/~xnox/+livefs/ubuntu/bionic/any/+build/259782

downloading the .img (qcow) image

mounting p15 i can see that /ubuntu/ paths now exist, and will be used for booting via BOOTX64.CSV

$ tree /mnt/
/mnt/
└── EFI
    ├── BOOT
    │   ├── BOOTX64.EFI
    │   └── fbx64.efi
    └── ubuntu
        ├── BOOTX64.CSV
        ├── grub.cfg
        ├── grubx64.efi
        ├── mmx64.efi
        └── shimx64.efi

3 directories, 7 files

Mounting the p1 partition I can see that fsck will be performed on both partitions

$ cat /mnt/etc/fstab
LABEL=cloudimg-rootfs / ext4 defaults 0 1
LABEL=UEFI /boot/efi vfat defaults 0 1

$ sudo chroot /mnt/ /usr/bin/systemd-detect-virt
Failed to check for virtualization: No such file or directory

can be executed and is present (although this image would not have triggered the bug of missing systemd-detect-virt, this bug would need to be verified elsewhere)