[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2014-03-28 Thread Edmund Haselwanter
confirm the bug. workaround with ext3 like in comment #20 works for me:

uname -a
Linux testlab-3 3.2.0-60-generic #91-Ubuntu SMP Wed Feb 19 03:54:44 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux

root@testlab-3:~# grep filesystem 
/usr/share/pyshared/VMBuilder/plugins/ubuntu/karmic.py
preferred_filesystem = 'ext3'

/usr/bin/vmbuilder kvm ubuntu -v --suite=precise
--libvirt=qemu:///system --flavour=server --arch=amd64 --cpus=2
--mem=12288 --swapsize=2048 --rootsize=50480 --ip=10.0.0.222
--hostname=devstack --user=stack --name=stack --pass=stack --addpkg=git
--addpkg=screen --addpkg=vim --addpkg=strace --addpkg=lsof --addpkg=nmap
--addpkg=git --addpkg=acpid --addpkg=tcpdump --addpkg=python-pip
--addpkg=wget --addpkg=htop --mirror=http://at.archive.ubuntu.com/ubuntu
--components='main,universe' --addpkg=openssh-server --dns=8.8.8.8
--bridge br0

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2014-01-23 Thread Peter Niederwieser
I'm fighting with similar symptoms:

- Ubuntu (Saucy) guests created with VMBuilder don't boot successfully; instead 
I get a grub prompt.
- qemu-system-x86 uses 100% CPU and 30MB RAM.
- Sometimes (but rarely) the problem magically disappears.

The host has an Intel CPU, so it doesn't seem to be the linked issue
which is said to only occur for AMD CPUs. I've tried many changes
related to disk configuration and boot loader, but nothing helped.
Dropping back to ext3, by adding "preferred_filesystem = 'ext3'" to
"saucy.py", doesn't seem to help either. (I haven't verified yet if this
actually created an ext3 filesystem.) Does this sound like issue
#946022? Will VMBuilder provide a fix or workaround?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2013-11-29 Thread Povilas Daukintis
This is a grub-legacy issue, not the vmbuilder' itself. It seems that
the problem is when grub tries to do setup step on ext4 fs with inode
size > 128 (256 in particular). Interesting thing is that sometimes this
step actually passes, so it might seem like a random failure. On recent
vmbuilder / Ubuntu / Debian releases ext4 / 256bit inode size is used by
default.

You have two possible workarounds:

a) tell vmbuilder to use ext3 fs by default (vmbuilder uses ext4 by
default from Karmic release, you can change that in
/usr/share/pyshared/VMBuilder/plugins/ubuntu/karmic.py, or possibly
override this in other version' file)

b) create root fs as ext4, but with 128bit inode size. You can modify
vmbuilder to pass '-I 128' for mkfs.ext4 command (in
/usr/share/pyshared/VMBuilder/disk.py, mkfs_fstype() function)

Keep in mind that using 128bit size inodes on ext4 you might experience
some issues when using advanced fs attributes: ACL's, SELinux labels,
some Samba specific labels.

grub-legacy received patches to support ext3 fs with 256 bit size
inodes, and later - variable size inode structs on ext4 fs, but it seems
this does not work.

Of course, there is possibility to drop grub-legacy and try to use grub2
with vmbuilder, but this is completely different tale and I think will
take much more time and effort to accomplish.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2013-06-05 Thread Cerin
@David, I worked around it by simply not using vm-builder. I ended up
using the VM creation wizard in the virt-manager GUI, which worked
surprisingly well, even if it's not a command line tool.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2013-06-05 Thread David Peall
does anyone have a workaround for this? I really need to get this
machine up.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2013-05-14 Thread AlberT
I confirm it on ubuntu 12.04 LTS + kvm +lvm +ubuntu precise ..

randomically hangs;  virt-viewer shows the virtual BIOS waiting for boot
disk


If someone has a warkaround until fixed please document it here, thank you

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2013-05-07 Thread Carlos Zaccaro
I dist-upgraded from 12.04.1 to 12.04.2 and now doesn't work the 100% of
the tries.

** Attachment added: "creation log"
   
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+attachment/3669301/+files/log.txt

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2013-03-16 Thread Will Bryant
Ah - this may be the same as bug #610652.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2013-03-16 Thread Will Bryant
** Attachment added: "success.txt"
   
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+attachment/3578570/+files/success.txt

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2013-03-16 Thread Will Bryant
I have this problem too - it's happening on roughly half my slice
builds.

It seems to be due to the grub installation failing, here's what it
shows for a build that won't boot:

 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,044 DEBUG   : ['chroot', 
'/tmp/tmpgvQfyy', 'grub', '--device-map=/tmp/vmbuilder-grub/device.map', 
'--batch']
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,044 DEBUG   : stdin was set 
and it was a string: root (hd0,0)
 ** [out :: host-nwtn1.nwtn] setup (hd0)
 ** [out :: host-nwtn1.nwtn] EOT
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,197 DEBUG   :
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,197 DEBUG   :[ Minimal 
BASH-like line editing is supported.   For
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,198 DEBUG   :  the   
first   word,  TAB  lists  possible  command
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,198 DEBUG   :  
completions.  Anywhere else TAB lists the possible
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,198 DEBUG   :  
completions of a device/filename. ]
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,198 DEBUG   : grub> root 
(hd0,0)
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,198 DEBUG   : grub> setup (hd0)
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,198 DEBUG   :  Checking if 
"/boot/grub/stage1" exists... no
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,199 DEBUG   :  Checking if 
"/grub/stage1" exists... no
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,199 DEBUG   :
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,199 DEBUG   : Error 15: File 
not found
 ** [out :: host-nwtn1.nwtn] 2013-03-17 10:52:33,199 DEBUG   : grub> EOT

And here's what it shows for a build that does boot:

 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,423 DEBUG   : ['chroot', 
'/tmp/tmpnUU59C', 'grub', '--device-map=/tmp/vmbuilder-grub/device.map', 
'--batch']
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,424 DEBUG   : stdin was set 
and it was a string: root (hd0,0)
 ** [out :: host-nwtn1.nwtn] setup (hd0)
 ** [out :: host-nwtn1.nwtn] EOT
 ** [out :: host-nwtn1.nwtn] 
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,599 DEBUG   :
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,599 DEBUG   :[ Minimal 
BASH-like line editing is supported.   For
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,599 DEBUG   :  the   
first   word,  TAB  lists  possible  command
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,599 DEBUG   :  
completions.  Anywhere else TAB lists the possible
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,599 DEBUG   :  
completions of a device/filename. ]
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,599 DEBUG   : grub> root 
(hd0,0)
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,600 DEBUG   : grub> setup (hd0)
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,600 DEBUG   :  Checking if 
"/boot/grub/stage1" exists... yes
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,600 DEBUG   :  Checking if 
"/boot/grub/stage2" exists... yes
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,600 DEBUG   :  Checking if 
"/boot/grub/e2fs_stage1_5" exists... yes
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,600 DEBUG   :  Running "embed 
/boot/grub/e2fs_stage1_5 (hd0)"...  21 sectors are embedded.
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,600 DEBUG   : succeeded
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,600 DEBUG   :  Running 
"install /boot/grub/stage1 (hd0) (hd0)1+21 p (hd0,0)/boot/grub/stage2 
/boot/grub/menu.lst"... succeeded
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,600 DEBUG   : Done.
 ** [out :: host-nwtn1.nwtn] 2013-03-17 11:00:01,600 DEBUG   : grub> EOT


There are some other errors elsewhere in the process that may or may not be 
significant.  I've attached the full log for both the failed and successful 
builds.


** Attachment added: "failure.txt"
   
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+attachment/3578569/+files/failure.txt

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-10-19 Thread Martin Meredith
However, upgrading from oneiric works 

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-10-19 Thread Martin Meredith
I've managed to hit this problem too.  Fresh install of Precise, updated
to latest everything as of today.

I then created a precise VM via vm-builder - and it would not get to
grub.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-09-10 Thread Daniel Lloyd
I encountered this problem today, on 12.04.1, VMs built last week boot
fine, machines built today fail at boot.  I was able to work around this
by dist-updating to the new kernel just released, leading me to believe
there is some mis-match in the configuration performed if the VM guest
has a newer version kernel than the host?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-09-07 Thread Konstantin L. Metlov
I've just done this and submitted Bug #1047531 .

Thank you for your response !

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-09-07 Thread Serge Hallyn
Konstantin,

please file a new bug against qemu-kvm with your issue.  Yours is not
a vmbuilder bug.  Please provide some examples (in the new bug) of full
kvm command lines you are using.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-09-07 Thread Konstantin L. Metlov
I have a similar problem trying to launch any Ubuntu 12.04 Precise guest
(built with VMBuilder, downloaded from cloud-images.ubuntu.com or even
the installation ISO images of different flavors) on 10.04 Lucid host.
This is unaffected by different kernel options (lapic, acpi_pm etc) and,
it seems, happens before the kernel starts. I have tried enabling debug
in grub and the last lines I see about loading initrd, malloc and
several reallocator.c traces, then hang.

When hanged, the kvm uses very little memory (about 30 mb) and spins,
consuming 100% CPU.

What is strange that, at the same time, the host perfectly runs about 10
Lucid guests.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-05-30 Thread Mario
Just ran accross the same problem Ubuntu+KVM+Ubuntu...

Problem in my case was with apparmor, disabled it temporarily and it
worked fine, hope it helps

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-05-24 Thread Christoffer Holmstedt
I can add that this affects Ubuntu 12.04 host trying to install Ubuntu
12.04 guest aswell.

I'm experiencing the exact same thing every second or third
installation, but the other guest installations works just fine. My
solution to this is at the moment to destroy the VM and delete all
related files on hard disk and then run the vmbuilder installation
again. Sometimes it works sometimes it doesn't. If there is anything I
can do to help to solve this one please let me know and I will supply
the needed log files.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-04-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: vm-builder (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-03-26 Thread Yaron
I'm not so sure about this but when running Android X86 on KVM with
virt-manager the VM got hanged although the meter shows that there is an
activity, after two hours I realized it's not going to happen.

The only problem is... I never managed to run the LiveCD either so I'm
not so sure about it.

I did manage to run TinyCore Plus as a VM both Live and installed, no
hanging there...

Anything I can check?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-03-05 Thread Dave Walker
** Changed in: vm-builder (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-03-03 Thread Cerin
I based by scripts on the instructions at
https://help.ubuntu.com/community/JeOSVMBuilder.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-03-03 Thread Cerin
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in 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-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs