Unable to mount .img file for x86 systems

Hello,
I tried mounting that image in Windows 10 x64, also i mounted it to the Debian 10 x64 vmware image in hope to boot from it and install.

None of these steps worked.

"Failed to power on virtual machine VolumioVM. Unsupported or invalid disk type 2 for 'scsi0:0'. Ensure that the disk has been imported. Click here for more details. "

Is it possible to get VMware Volumio 2 image updated to the latest version? It is currently in Beta 1:
github.com/volumio/Volumio2

How can I install correctly Volumio on VMware?

Get the latest x86 image and convert it yourself with

VBoxManage convertfromraw --format VDI volumio-2.411-2018-06-15-x86.img volumio-2.411-2018-06-15-x86.vdi

EDIT: Sorry, just saw you were using VMWare - you can use qemu-img convert

qemu-img convert volumio-2.411-2018-06-15-x86.img  -O vmdk volumio-2.411-2018-06-15-x86.vmdk

Thanks, can I also use vmware converter for this task?

Sent from my LG-H850 using Tapatalk

I used vmware converter on the vmware package and it worked. Unfortunately I cant open web interface. Ip address has been assigned to volumio. I tried port 3000, I even bought Android App and it cant find Volumio. Volumio is on correct network and has internect connection, as i installed open-vm-tools. I am not sure what to do next :confused:

if you assigned the ip and are able to ping it, just opening the ip should open up the webui
else ssh into the box and have a look at the logs?

IP is fine, can ping it, it can ping 8.8.8.8, web ui is just not there. Ssh is disabled, how do I enable it? What logs should I look at?

Sent from my LG-H850 using Tapatalk

Why would you have to ping google’s dns servers to access the Volumio WebUI?

I would suggest you start reading the volumio.github.io/docs/FAQs/General.html :wink:

I have pinged Internet to confirm networking works. I know more than basics of system internals.

Please be helpful and leave sarcasm outside this topic. Thanks.

Sent from my LG-H850 using Tapatalk

Apologies if it came across as sarcasm, I was just thinking aloud. But, if you can access the console of the Volumio installation to check that it can ping 8.8.8.8, then you should also be able to see what is preventing you from accessing the WebUI - you don’t need to SSH then!
You can watch the logs and try and connect externally with

sudo journalctl -f  

Good luck!