Good morning to all,
I'm trying to install the wazuh OVA image in win server 2019 Hyper-V.
I have converted the .vmdk disk to .vhd disk using the command
VBoxManage.exe clonemedium --format vhd "input\wazuh-4.6.0-disk-1.vmdk" "output\wazuh-4.6.0-disk-1.vhd"
My Hyper-V configuration is Gen1, 4 CPU, 8192MB RAM. Other config is default value.
When I try to start the VM, this is the error:
error: ../../grub-core/fs/fshelp.c:258:file '/boot/initramfs-4.14.326-245.539.amzn2.x86_64.img' not found
and the "booting the kernel" hang.
any ideas to solve this issue, thanks.