New Ryzen 7 Build

adrian D

Cadet
Joined
Feb 21, 2023
Messages
1
New build specs: MSI B550 motherboard, Ryzen 7 5700x, 64gb 3200mhz non ecc, 1200w PSU, 2x 1tb nvme for cache, 4x 10tb WD 7200rpm, MSI Radeon RX 7900 XTX 24GB, up and running with latest truenas core.

well not thinking of compatibility with truenas she is built and running but it runs into this error when trying VM's:
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 1235, in _call
return await methodobj(*prepared_call.args)
File "/usr/local/lib/python3.9/site-packages/middlewared/service.py", line 495, in create
rv = await self.middleware._call(
File "/usr/local/lib/python3.9/site-packages/middlewared/main.py", line 1235, 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.
 

Attachments

  • PXL_20230301_145219345.MP.jpg
    PXL_20230301_145219345.MP.jpg
    186.1 KB · Views: 111

Redcoat

MVP
Joined
Feb 18, 2014
Messages
2,925
I see lots of cites on the 'net about enabling "SVM" in the BIOS on the MSI B550 to enable virtualization.
 
Top