Virtual machine not starting

mammutserver

Cadet
Joined
Sep 20, 2020
Messages
1
I created a virtual machine for Ubuntu on my FreeNAS server. Virtualization is enabled in the BIOS (see the settings in the picture below).
I tried different things from different forums but the virtual machine still exits with this errormessage:

[EFAULT] VM NextcloudVM failed to start: 20/09/2020 16:50:04 Listening for VNC connections on TCP port 5714 20/09/2020 16:50:04 Listening for VNC connections on TCP6 port 5714 ROM boot failed: unrestricted guest capability not available fbuf frame buffer base: 0x882e00000 [sz 16777216]

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/schema.py", line 961, in nf
return await f(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/vm.py", line 1016, in start
await self._manager.start(vm)
File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/vm.py", line 53, in start
list(done)[0].result()
File "/usr/local/lib/python3.7/site-packages/middlewared/plugins/vm.py", line 350, in run
raise CallError(f'VM {self.vm["name"]} failed to start: {output}')
middlewared.service_exception.CallError: [EFAULT] VM NextcloudVM failed to start: 20/09/2020 16:50:04 Listening for VNC connections on TCP port 5714
20/09/2020 16:50:04 Listening for VNC connections on TCP6 port 5714
ROM boot failed: unrestricted guest capability not available
fbuf frame buffer base: 0x882e00000 [sz 16777216]


WhatsApp Image 2020-09-20 at 16.42.21.jpeg
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
While I know your question is about running a VM in FreeNAS... If you desire to run a VM then you should seriously consider using ESXi or Proxmox. I myself like ESXi. FreeBSD is just not that mature for VMs.

With all that said, you need to provide a little more information for some help, which version of FreeNAS are you running, how much RAM do you have, what is your system configuration (hardware) and how are you setting up the VM.

Unfortunately I don't see what Nextcloud has to do with Ubuntu, my ignorance I suspect.
 
Top