Menu

Show posts

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 Menu

Messages - korhojoa

#1
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)
#2
Quote 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!

Hyper-V doesn't run on Windows on the Pi4, afaik, so are you trying to run a aarch64 os on a non-aarch64-platform or do you have a actual ARM device you're trying to run Hyper-V on?
I'm not going to put it anywhere, but just doing $ 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.

ESXi that I'm running it on is the arm fling for Pi 4: https://flings.vmware.com/esxi-arm-edition

Important note though, if you downloaded the compressed version and are trying to use it without decompressing it first, well, you're going to have a problem.
hint: lzop -d file.lzo
#3
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? ;-)

I just run it on ESXi. Works nice on a Pi4. Use vmkfstools -i image-in.vmdk -d thin image-out.vmdk to make esxi happy.

If you want to convert it to something else,qemu-img is helpful.