0

I have created an Ubuntu 16.04 Server image with python-vm-builder but when booting it hangs at Booting from Hard Disk.

Here's the vmbuilder log: http://termbin.com/bkar

What is wrong?

UPDATE: fstab:

# <file system>                                 <mount point>   <type>  <options>       <dump>  <pass>
proc                                            /proc           proc    defaults        0       0
UUID=824ce6af-e55e-4151-88cc-3351bd3004ff                                /        ext4    defaults    0    0
UUID=da17fa5e-9f5e-4cdc-8024-1874c293aa8e                                swap        swap    defaults    0    0
macurie
  • 158

1 Answers1

0

The problem was that the image was in qcow 3 format.

macurie
  • 158