|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Unable to create guest PV domain on OMAP5432
Hello Jayadev, Please see my comments inlined: On 08.11.17 07:17, Jayadev Kumaran wrote: Never used QEMU as disk backend on ARM. We are using raw partition for a disk.Hello all,I'm trying to implement Xen hypervisor support on OMAP5432.I have followed the steps as in https://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions/OMAP5432_uEVM for the initial setup. I'm able to see the domain 0 successfully up./root@omap5-evm:~# /etc/init.d/xencommons start Starting /usr/local/sbin/xenstored... Setting domain 0 name, domid and JSON config... Done setting up Dom0 Starting xenconsoled... Starting QEMU as disk backend for dom0 / /root@omap5-evm:~# xl listName ID Mem VCPUs State Time(s) Domain-0 0 512 2 r----- 11.5/ I have used the below configuration file for creating a guest domain. " name = "ubuntu" kernel = "/home/root/ubuntu/vmlinuz" ramdisk = "/home/root/ubuntu/initrd.gz" #bootloader = "/usr/lib/xen-4.4/bin/pygrub" memory = 1024 vcpus = 1 device_model_version = 'qemu-xen-traditional' I would suggest to run the stuff without this line. Do you really have "/dev/vg0/domu0" in your dom0? Please try adding ` xl -vvvv create -d -c /etc/xen/config.d/ubuntu.cfg` for getting more output./ /
BTW, what is your dom0 system? Does it have bash?Long time ago, we had busybox in dom0, and used https://marc.info/?l=xen-devel&m=146358920813936&w=4 to workaround block device creation issues. -- *Andrii Anisov* _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |