Error creating VM.

alberto2132

Dabbler
Joined
Mar 30, 2023
Messages
28
OS Version:
Version: TrueNAS-13.0-U4
Processor: amd ryzen 5 5200 six core processor 12 CPU
RAM: 16 GiB
Hi, I got an error when creating a virtual machine in Truenas. I have Truenas installed in a virtual machine with a Windows 10 operating system. Here is the error:
[EINVAL] vm_create: This system does not support virtualization.
Error: Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 139, in call_method
result = await self.middleware._call(message['method'], serviceobj, methodobj, params, app=self)
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1236, in _call
return await methodobj(*prepared_call.args)
File "/usr/local/lib/python3.9/site-packages/middlewared/service.py", line 496, in create
rv = await self.middleware._call(
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1236, in _call
return await methodobj(*prepared_call.args)
File "/usr/local/lib/python3.9/site-packages/middlewared/schema.py", line 975, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.9/site-packages/middlewared/plugins/vm.py", line 1282, in do_create
verrors.check()
File "/usr/local/lib/python3.9/site-packages/middlewared/service_exception.py", line 62, in check
raise self
middlewared.service_exception.ValidationErrors: [EINVAL] vm_create: This system does not support virtualization.
 

LarsR

Guru
Joined
Oct 23, 2020
Messages
719
It's the same for core.
If you want to run vm's on truenas you'd have to install it on bare metal and not as a vm in windows 10

Edit: Maybe i've read your first post wrong. If fyou want to create a windows 10 vm on baremetal truenas you have to enable the virualization feature in your bios.
 

alberto2132

Dabbler
Joined
Mar 30, 2023
Messages
28
It's the same for core.
If you want to run vm's on truenas you'd have to install it on bare metal and not as a vm in windows 10

Edit: Maybe i've read your first post wrong. If fyou want to create a windows 10 vm on baremetal truenas you have to enable the virualization feature in your bios.
I found a solution to the problem, it was just activating nested virtualization in VirtualBox but another problem has arisen when starting the machine I give novnc to see the installation and it says "failed to connect to server"
 

alberto2132

Dabbler
Joined
Mar 30, 2023
Messages
28
1680530815655.png
 
Top