How to fix error 'libxenlight failed to create a new domain'?

6,946

Maybe this will work. Yet to try.

So it looks like there is a need to add the following to a file named usr.sbin.libvirtd. In commandline, updatedb (sudo updatedb) and then use locate to find that file (locate usr.sbin.libvirtd).

Edit it with gedit or nano or vi or another applicable text editor

Under these lines:

/lib/udev/scsi_id PUx,
/lib/udev/scsi_id PUx,
/usr/lib/xen-common/bin/xen-toolstack PUx,

Add:

/usr/lib/xen-*/bin/pygrub PUx,

Taken by and large from:

https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1326003/comments/2

Share:
6,946

Related videos on Youtube

Guest
Author by

Guest

Updated on September 18, 2022

Comments