workaround with ext3  does not works for me, but works this one

--- /usr/lib/python2.7/dist-packages/VMBuilder/disk.py  2015-10-30 
00:35:09.000000000 +0000
+++ /tmp/disk.py        2016-10-06 16:29:41.581034967 +0000
@@ -110,7 +110,7 @@
         """
 
         logging.info('Adding partition table to disk image: %s' % 
self.filename)
-        run_cmd('parted', '--script', self.filename, 'mklabel', 'msdos')
+        run_cmd('parted', '--script', self.filename, 'mklabel', 'gpt')
 
         # Partition the disk 
         for part in self.partitions:

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/946022

Title:
  KVM Guest Hangs at Booting from hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to