Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 2021 09:39:30 +0000
From:      "Dave Cottlehuber" <dch@skunkwerks.at>
To:        robinstern1290@gmail.com
Cc:        freebsd-arm@freebsd.org
Subject:   Re: Apple M1 iso or vhdx image for Parallels
Message-ID:  <60428b25-7d76-4fdb-a131-04ac24b2178b@www.fastmail.com>
In-Reply-To:  <CAOCtVxZj%2BqenSYk0vAUYPsgkeO_vSGDSKA_aEvVFHErYrin3Bg@mail.gmail.com>
References:   <CAOCtVxZj%2BqenSYk0vAUYPsgkeO_vSGDSKA_aEvVFHErYrin3Bg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 18 Oct 2021, at 07:47, Robin Stern wrote:
> Hi,
>
> I saw a video from one of your developers, and it seems he was able to
> somehow test freebsd on Apple M1 macbook. Parallels on Apple M1
> accepts only vhdx or iso images. The aarch64/ARM64 images are not
> available in either of the format. There is a vhd image, but it is not
> accepted by Parallels. Can you please post the vhdx or iso images?
>
> Link to VM aarch64 images:
> https://download.freebsd.org/ftp/releases/VM-IMAGES/13.0-RELEASE/aarch64/Latest/
>
> Thanks,
>
> Aman

I don't have an M1 here to check but I'm reasonably sure this is what you need.

The memsticks have been dual-format for a while, so just try renaming it to
memstick.iso and see what happens?

Failing that,

$ qemu-img convert -p -f raw -O vhdx memstick.img  memstick.vhdx

IIRC qemu-img is (currently) not available on arm64 platform, you'll need
amd64 somewhere to do this.

Please report back if any of these options worked.

A+
Dave



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?60428b25-7d76-4fdb-a131-04ac24b2178b>