Could you also build the DVD for aarch64? I have a pull request that fixes the creation for ARM64. This allows you to install opnsense like any other OS as long as the platform has UEFI available. (which many aarch64 devices do)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: abal on March 19, 2021, 09:48:24 AM
Unfortunately I do not have VMWare on my machine, only HyperV. I've tried to convert the vmdk to img (raw) using qemu-img, but it failed right at the beginning :(
qemu-img: error while writing sector 0: Input/output error
@korhojoa, if you could share your img file, that could help me a lot!
Thanks!
$ qemu-img -V
qemu-img version 5.2.0 (Debian 1:5.2+dfsg-6)
Copyright (c) 2003-2020 Fabrice Bellard and the QEMU Project developers
$ qemu-img convert OPNsense-21.1.3-OpenSSL-vm-aarch64.vmdk -O raw OPNsense-21.1.3-OpenSSL-vm-aarch64.img
worked fine for me. Again, note: not running it on a Pi natively, but virtualized.lzop -d file.lzo
Quote from: chemlud on March 18, 2021, 02:14:19 PM
@yrzr
https://ftp.yrzr.tk/opnsense/build/21.1/aarch64/images/
latest image is a vm thingy (vmdk.lzo), how to make an .img out of this? ;-)