[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] VM is paused when it is created
On Mon, 2013-03-18 at 03:50 +0000, Cao Wenz wrote: > Hi, ALL > > > I install Centos 5.5 and Xen 4.0 in my VMware VM. The dom0 is OK, I > can get vm list by "xm list", show bridge config by "brctl show". Than > I create a VM image, and try to start it. But when "xm create -c", the > vm is paused. I do not know why. > No. Your VM is running but it hangs during bootup. > > my config is: > 1 # Kernel image file. > 2 kernel = "/boot/vmlinuz-2.6.31.8-xen" > 3 > 4 # Optional ramdisk. > 5 # ramdisk = "/boot/initrd-2.6.31.8-xen.img" > 6 ramdisk = "/vm/initrd-2.6.31.8-xen.domu.img" > 7 > 8 memory = 512 > 9 name = "DomainU" > 10 vcpus = 1 > 11 > 12 vif = [ '' ] > 13 > 14 ip = "192.168.1.2" > 15 netmask = "255.255.255.0" > 16 gateway = "192.168.1.1" > 17 > 18 isk = [ 'file:/vm/domU.img,sda1,w' ] > 19 > 20 # Set root device. > 21 root = "/dev/sda1 ro" > > Try replacing "sda1" with "xvda1" or "xvda". Wei. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |