Qiu, Shuang
2013-May-08 02:24 UTC
Virtual disk image is not bootable when booting nested Xen virtual machine.
Hello community, I encounter this problem when boot a nested Xen virtual machine. The rhel6u3 virtual disk image is bootable and works fine as a L1 virtual machine. Now I want to boot the image in L1, i.e. I want rh6u3 image work as a L2 virtual machine and get the error: Not a bootable disk. The virtual machine configures are the same. Both of L0 and L1 have Xen 4.3 installed. The *disk* entry in .hvm file is Disk=[ ''tap:qcow2:/mnt/test.qcow,hda,w'' ] And qemu-img info /mnt/test.qcow shows the following: Image: test.qcow File format: qcow2 Virtual size: 8.0G (xxxxxxx bytes) Disk size: 44K Cluster_size: 4096 Backing file: /mnt/ia32e_rhel6u3.img Any idea to solve this? Hints will be appreciated. Thank you and Best Regards! Shuang _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Ian Campbell
2013-May-08 09:39 UTC
Re: Virtual disk image is not bootable when booting nested Xen virtual machine.
On Wed, 2013-05-08 at 03:24 +0100, Qiu, Shuang wrote:> Any idea to solve this? Hints will be appreciated.Does /mnt/ia32e_rhel6u3.img exist in the L1? Other than that I think you are going to need to supply more logs. See http://wiki.xen.org/wiki/Reporting_Bugs_against_Xen for a useful checklist of interesting logfiles. Ian.