search for: xc_dom_kernel_file

Displaying 11 results from an estimated 11 matches for "xc_dom_kernel_file".

2007 Jul 08
1
Error: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\n'')
...I do "xm create -f <whatever>.cfg -c", I see a pygrub menu, but it bombs out when trying to load the kernel. I see the following in /var/log/xen/domain-builder-ng.log: xc_dom_release: called xc_dom_allocate: cmdline="root=/dev/hda1 ro quiet splash", features="" xc_dom_kernel_file: filename="/var/run/xend/boot/boot_kernel.25ua2U" xc_dom_malloc_filemap : 1723 kB xc_dom_ramdisk_file: filename="/var/run/xend/boot/boot_ramdisk.2aUKzk" xc_dom_malloc_filemap : 6646 kB xc_dom_boot_xen_init: ver 3.1, caps xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p xc_do...
2011 Mar 01
0
Debian 6.0 + Xen 4.0.1 + remus : "Error: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\n'')"
...en I start my DomU, I have got this error message : Error: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\n'') And more in the /var/log/xen/domain-builder-ng.log file : xc_dom_allocate: cmdline="root=/dev/xvda2 ro ", features="" xc_dom_kernel_file: filename="/boot/vmlinuz-2.6.18.8" xc_dom_malloc_filemap : 1528 kB xc_dom_ramdisk_file: filename="/boot/initrd.img-2.6.18.8" xc_dom_malloc_filemap : 37 MB xc_dom_boot_xen_init: ver 4.0, caps xen-3.0-x86_64 xen-3.0-x86_32p xc_dom_parse_image: called xc_dom_find_loader: tryi...
2012 May 17
8
[PATCH] libxl: do not overwrite user supplied config when running bootloader
...+ state->pv_kernel.data, + state->pv_kernel.size); if ( ret != 0) { LIBXL__LOG_ERRNO(ctx, LIBXL__LOG_ERROR, "xc_dom_kernel_mem failed"); goto out; } } else { - ret = xc_dom_kernel_file(dom, info->u.pv.kernel.path); + ret = xc_dom_kernel_file(dom, state->pv_kernel.path); if ( ret != 0) { LIBXL__LOG_ERRNO(ctx, LIBXL__LOG_ERROR, "xc_dom_kernel_file failed"); goto out; } } - if ( info->u.pv.ramdisk.path &...
2008 Aug 05
2
Bug#493856: xen-utils-3.2-1: i386 Dom0 cannot load Debian 2.6.26 amd64 kernel bzImage
...using ELF-generic loader) amd64, kernel from linux-image-2.6.26-1-amd64 => does not work (trying to use Linux bzImage loader) For the last one, I have in /var/log/xen/domain-builder-ng.log: xc_dom_allocate: cmdline="root=LABEL=atsina:ROOTFS ro console=hvc0", features="" xc_dom_kernel_file: filename="/boot/atsina/vmlinuz-2.6.26-1-amd64" xc_dom_malloc_filemap : 1703 kB xc_dom_ramdisk_file: filename="/boot/atsina/initrd.img-2.6.26-1-amd64" xc_dom_malloc_filemap : 6101 kB xc_dom_boot_xen_init: ver 3.2, caps xen-3.0-x86_64 xen-3.0-x86_32p xc_dom_parse_image: ca...
2008 Oct 23
0
XEN 3.3: xend chrashes beim Start der DomU
...is error message. I useing gentoo as Dom0. I tried also a gentoo DomU with the same result. Thanks. domain-builder-ng.log: ### ----- xc domain builder logfile opened ----- xc_dom_allocate: cmdline="root=/dev/sda3 ro ip=:127.0.255.255::::eth0:none 2 console=xvc0", features="" xc_dom_kernel_file: filename="/boot/efw22/vmlinuz-2.6.21.7-2.neobiker.efw22xen" xc_dom_malloc_filemap : 2294 kB xc_dom_malloc : 5113 kB xc_dom_do_gunzip: unzip ok, 0x23dac4 -> 0x4fe5b0 xc_dom_ramdisk_file: filename="/boot/efw22/initrd-2.6.21.7-2.neobiker.efw22xen.img" xc_dom_mallo...
2007 Feb 26
2
[PATCH 0 of 2] Parse image elfnotes, write them to xenstore, save and load via image sxpr
Here are two patches that let xm create, save and restore extract and preserve elfnotes read by the domain builder. This is handy for a few things. In particular, I''d like it so that xm can decide whether or not guest domains support fast resume (if save fails, or for checkpointing). _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2012 Jun 08
3
cannot boot guest VM
...le because blktap not available libxl: debug: libxl_device.c:219:libxl__device_disk_set_backend: Disk vdev=xvda, using backend qdisk domainbuilder: detail: xc_dom_allocate: cmdline="debian-installer/exit/always_halt=true -- console=hvc0", features="(null)" domainbuilder: detail: xc_dom_kernel_file: filename="vmlinuz-2.6.32-5-amd64" domainbuilder: detail: xc_dom_malloc_filemap : 2367 kB domainbuilder: detail: xc_dom_ramdisk_file: filename="initrd.img-2.6.32-5-amd64" domainbuilder: detail: xc_dom_malloc_filemap : 9075 kB domainbuilder: detail: xc_dom_boot_xen_init: ve...
2012 Apr 24
21
no console when using xl toolstack xen 4.1.2
...e''s running xl create on domutest with the -v option: __START__ [root@xentest2012 noauto]# xl -v create -c domutest.cfg Parsing config file domutest.cfg domainbuilder: detail: xc_dom_allocate: cmdline="(hd0)/boot/grub/menu.lst", features="(null)" domainbuilder: detail: xc_dom_kernel_file: filename="/usr/lib/xen/boot/pv-grub-x86_64.gz" domainbuilder: detail: xc_dom_malloc_filemap : 1130 kB domainbuilder: detail: xc_dom_malloc : 14779 kB domainbuilder: detail: xc_dom_do_gunzip: unzip ok, 0x11a833 -> 0xe6effa domainbuilder: detail: xc_dom_boot_xen_init: ver...
2013 Nov 01
17
[PATCH v2 00/14] xen: arm: 64-bit guest support and domU FDT autogeneration
I''ve addressed all (I think/hope) of the review comments. The main change is to expose the guest virtual platform (e.g. memory layout and interrupt usage etc) to the toolstack via the public interface. This is then used during FDT generation. I have just codified the current defacto standard layout, it''s probably not the best layout but any change can be a separate patch/series.
2013 Nov 19
23
[PATCH v6 00/16] xen: arm: 64-bit guest support and domU FDT autogeneration
Biggest change is to switch the new DTB node to /xen-core-devices instead of /xen at Stefano''s request. I also dropped the few patches title HACK etc which weren''t supposed to be there and fixed up some bits and pieces which folks commented on. George, WRT the freeze I think this is functionality which we cannot ship Xen 4.4 without. The impact is entirely constrained to the
2012 Jan 25
26
[PATCH v4 00/23] Xenstore stub domain
Changes from v3: - mini-os configuration files moved into stubdom/ - mini-os extra console support now a config option - Fewer #ifdefs - grant table setup uses hypercall bounce - Xenstore stub domain syslog support re-enabled Changes from v2: - configuration support added to mini-os build system - add mini-os support for conditionally compiling frontends, xenbus -