alpine-make-vm-image icon indicating copy to clipboard operation
alpine-make-vm-image copied to clipboard

lts kernel flavor results in broken /sysroot mount path

Open natesales opened this issue 3 years ago • 0 comments

When building an image with the lts kernel-flavor, the resulting image isn't able to find the root fs to mount.

image

I'm using sudo ./alpine-make-vm-image --image-format qcow2 --kernel-flavor lts alpine-test.qcow2 to build the image and sudo kvm -smp 8 -drive file=alpine-test.qcow2 to test in qemu. Replacing the kernel-flavor with the default virt kernel works just fine.

natesales avatar May 08 '21 06:05 natesales