Error while creating Virtual Machine

jwallace1984

Dabbler
Joined
Jul 28, 2014
Messages
15
Hello,

I have a FreeNAS machine that I built back in 2014. I decided to set up a Virtual Machine running Ubuntu on it. I soon discovered that the CPU I had installed did not support virtualization. So, I upgraded the CPU to one that had RVI, as stated on the User Guide. However, I'm still getting the message that this system doesn't support virtualization. Anybody know what I'm missing here? Your help is greatly appreciated!

The Motherboard in this build is here: https://www.gigabyte.com/Motherboard/GA-78LMT-S2-rev-11#ov

The original CPU: AMD Sempron 145

The replacement CPU: AMD Phenom II X4 925

The message I receive when trying to submit a virtual machine:

Code:
Error: Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 130, in call_method
    io_thread=False)
  File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 1084, in _call
    return await methodobj(*args)
  File "/usr/local/lib/python3.7/site-packages/middlewared/service.py", line 395, in create
    f'{self._config.namespace}.create', self, self.do_create, [data]
  File "/usr/local/lib/python3.7/site-packages/middlewared/main.py", line 1084, in _call
    return await methodobj(*args)
  File "/usr/local/lib/python3.7/site-packages/middlewared/schema.py", line 961, in nf
    return await f(*args, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/vm.py", line 808, in do_create
    verrors.check()
  File "/usr/local/lib/python3.7/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.
 

KrisBee

Wizard
Joined
Mar 20, 2017
Messages
1,288
Check "virtualisation" is enabled in your m/board's BIOS.
 
Top