Hello, I have some problems with Freenas I have, I want to install a windows 10 test VM for an project on Freenas. The Freenas Server is build on an old Xeon L5630 and 24GB of RAM and six 100GB HDDs and an 60GB SSD. Everytime i want do start the VM I get this error:
“Error: Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/middlewared/main.py”, line 161, in call_method
result = await self.middleware.call_method(self, message)
File “/usr/local/lib/python3.6/site-packages/middlewared/main.py”, line 1043, in call_method
return await self._call(message[‘method’], serviceobj, methodobj, params, app=app, io_thread=False)
File “/usr/local/lib/python3.6/site-packages/middlewared/main.py”, line 983, in _call
return await methodobj(*args)
File “/usr/local/lib/python3.6/site-packages/middlewared/schema.py”, line 664, in nf
return await f(*args, **kwargs)
File “/usr/local/lib/python3.6/site-packages/middlewared/plugins/vm.py”, line 1132, in start
await self._manager.start(vm)
File “/usr/local/lib/python3.6/site-packages/middlewared/plugins/vm.py”, line 61, in start
list(done)[0].result()
File “/usr/local/lib/python3.6/site-packages/middlewared/plugins/vm.py”, line 315, in run
raise CallError(f’VM {self.vm[“name”]} failed to start: {output}’)
middlewared.service_exception.CallError: [EFAULT] VM test failed to start: vm_create: Device not configured”
All BIOS settings are correct I had checked them five times but i can´t find any problems there.
Does somebody have any idea how I may fix that issue?
Kind regards from Germany
Patrick