[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Converting qcow2 to vmdk on MacOSX results in a non-b
From: |
Moshe Immerman |
Subject: |
Re: [Qemu-discuss] Converting qcow2 to vmdk on MacOSX results in a non-bootable image |
Date: |
Fri, 5 Jul 2019 16:32:15 +0200 |
Adding -S 0 doesn't change anything (besides the file size) so it looks
like a similar but different issue.
I use this to convert:
qemu-img convert -S 0 -O vmdk -p
bionic-server-cloudimg-amd64-20190705162225.img
bionic-server-cloudimg-amd64-20190705162225.vmdk
Running the .img (qcow2) works fine with:
qemu-system-x86_64 -hda bionic-server-cloudimg-amd64-20190705162225.img
-machine accel=hvf -smp cpus=2 -m 512
On Fri, Jul 5, 2019 at 3:58 PM Max Reitz <address@hidden> wrote:
> On 05.07.19 06:53, Moshe Immerman wrote:
> > Hi
> >
> > When using qemu-img convert -O vmdk with version 3.1.0 or 4.0.0 on OSX
> > (10.14.3) with a qcow2 image (
> >
> https://cloud-images.ubuntu.com/bionic/20190703/bionic-server-cloudimg-amd64.img
> ),
> > the resulting image is not bootable.
> >
> > Running the same command on Ubuntu 18.04 results in a bootable image as
> > expected
>
> I guess this is the same as https://bugs.launchpad.net/qemu/+bug/1776920 ?
>
> Can you try converting the image with -S 0 to confirm?
>
> Max
>
>