search for: pv_kernel

Displaying 18 results from an estimated 18 matches for "pv_kernel".

2012 May 17
8
[PATCH] libxl: do not overwrite user supplied config when running bootloader
...@ -290,17 +291,18 @@ int libxl__domain_build(libxl__gc *gc, vments[i++] = "image/ostype"; vments[i++] = "linux"; vments[i++] = "image/kernel"; - vments[i++] = (char*) info->u.pv.kernel.path; + vments[i++] = (char *) state->pv_kernel.path; vments[i++] = "start_time"; vments[i++] = libxl__sprintf(gc, "%lu.%02d", start_time.tv_sec,(int)start_time.tv_usec/10000); - if (info->u.pv.ramdisk.path) { + if (state->pv_ramdisk.path) { vments[i++] = "image/ramdisk&...
2010 Oct 06
1
unknown bootloader
...92b-4261-87c5-d94d-3c958b90dca6'')) (''VBDs'' (''array'')) (''crash_dumps'' (''array'')) (''VTPMs'' (''array'')) (''PV_bootloader'' ''/usr/bin/pygrub'') (''PV_kernel'' '''') (''PV_ramdisk'' '''') (''PV_args'' '''') (''PV_bootloader_args'' '''') (''PV_legacy_args'' '''') (''HVM_boot_policy'' '...
2010 Apr 28
4
XCP - VM creation from template and netinst
...39;' (''array'' ''OpaqueRef:bde0a76d-a0e4-f656-8adf-2bb1b1c17520'')) (''crash_dumps'' (''array'')) (''VTPMs'' (''array'')) (''PV_bootloader'' ''eliloader'') (''PV_kernel'' '''') (''PV_ramdisk'' '''') (''PV_args'' ''graphical utf8'') (''PV_bootloader_args'' '''') (''PV_legacy_args'' '''') (''HVM_boot_policy...
2010 May 19
0
Hi - Regarding xend - xm create Error
...mdisk'': ''/boot/initrd-2.6.18-xen.img'', ''memory_dynamic_min'': 536870912, ''name_label'': ''osc'', ''VCPUs_at_startup'': 1, ''HVM_boot_params'': {}, ''platform'': {}, ''PV_kernel'': ''/boot/vmlinuz-2.6.18.8-xen'', ''console_refs'': [], ''on_xend_stop'': ''ignore'', ''memory_static_min'': 0, ''HVM_boot_policy'': '''', ''VCPUs_max'': 1, '...
2009 Jul 28
0
Xen 3.2 @ Debian 5.0 / Debian 4.0 DomU crashes daily
...9;': ''/boot/initrd.img-2.6.26-2-xen-686'', ''is_control_domain'': False, ''name_label'': ''ezbox-mail'', ''VCPUs_at_startup'': 1, ''HVM_boot_params'': {}, ''platform'': {}, ''PV_kernel'': ''/boot/vmlinuz-2.6.26-2-xen-686'', ''console_refs'': [''40da175e-201f-b323-03e7-5a047af801d4''], ''online_vcpus'': 4, ''blocked'': 0, ''on_xend_stop'': ''ignore'', ''m...
2008 Mar 25
1
Xen3.1 Etch-backports | VE already running
..._after_suspend'': '''', ''is_a_template'': False, ''PV_bootloader_args'': '''', ''memory_dynamic_min'': 2147483648, ''uuid'': ''dea9ee33-23ca-cba9-a76c-ec8b1d2204c7'', ''PV_kernel'': ''/boot/vmlinuz-2.6-xen'', ''cpu_time'': 0.264283983, ''shadow_memory'': 0, ''dying'': 0, ''vcpu_avail'': 1, ''notes'': {''FEATURES'': ''writable_page_tables|writabl...
2010 Oct 24
1
Bug#601271: xen-utils-4.0: domain fails to reboot (AttributeError: 'NoneType' object has no attribute 'getBitSize')
...435456, '_temp_ramdisk': '/var/run/xend/boot/boot_ramdisk.f9RnrM', 'name_label': 'XXXXX', 'VCPUs_at_startup': 1, 'HVM_boot_params': {}, 'platform': {'tsc_mode': 0, 'videoram': 4, 'pci': [], 'nomigrate': 0}, 'PV_kernel': '', 'console_refs': ['dc4d58f3-baa7-3475-ad9c-9fb9043b152e'], 'online_vcpus': 1, 'vif_refs': ['cd0c77fe-5f67-d607-d846-b93853e31ff8'], 'blocked': 0, 'on_xend_stop': 'ignore', 'shutdown': 0, 'HVM_boot_policy...
2010 Jun 24
1
VGA passthrough - guest shows blank screen on startup
...haring 0) (superpages 0) (is_a_template False) (PV_bootloader_args ) (memory_dynamic_min 2147483648) (VCPUs_live 1) (target 0) (actions_after_crash restart) (uuid a6731e6f-477e-c9a8-ddf1-24d2559f3f38) (PV_ramdisk ) (other_config ()) (name_label Win7) (PV_kernel ) (actions_after_reboot restart) (VCPUs_at_startup 1) (HVM_boot_params ((order c))) (platform ((timer_mode 1) (hpet 0) (vpt_align 1) (apic 1) (loader /usr/lib/xen/boot/hvmloader) (rtc_timeoffset 0) (seri...
2011 May 17
6
Problems creating a Fedora 14 domU using XCP 1.0 and xe
Hi Folks: I am having trouble creating a Fedora 14 domU on a XCP 1.0 dom0 hypervisor and am hoping that someone can help me figure out what I am doing wrong. Here is what I did (per the user''s guide and reference manual): ## Step 1. Create the VM: # uuid=$(xe vm-install template=''Other install media'' new-name-label=''test'') ## Note: I also tried
2007 Jan 17
4
Two problems with DomU reboot (cmdline, duplicate domains)
Hi, just upgraded my testsystem to 3.0.4 (using the provided source rpm, xen-3.0.4.1-1.src.rpm, rebuilt it to run on non-PXE but no changes besides that, and it doesn''t look like the 3.0.4-testing HG has major differences so far?) and I have two problems with rebooting domains (xm reboot, or reboot from inside the domain). 1) the kernel-commandline keeps growing. On the first boot
2013 Sep 23
57
[PATCH RFC v13 00/20] Introduce PVH domU support
This patch series is a reworking of a series developed by Mukesh Rathor at Oracle. The entirety of the design and development was done by him; I have only reworked, reorganized, and simplified things in a way that I think makes more sense. The vast majority of the credit for this effort therefore goes to him. This version is labelled v13 because it is based on his most recent series, v11.
2011 Oct 29
0
Bug#644100: Boot loader didn't return any data! if reboot domU with disk DRBD
...35456, '_temp_ramdisk': '/var/run/xend/boot/boot_ramdisk.cU5HRl', 'name_label': 'abook', 'VCPUs_at_startup': 1, 'HVM_boot_params': {}, 'platform': {'tsc_mode': 0, 'videoram' : 4, 'pci': [], 'nomigrate': 0}, 'PV_kernel': '', 'console_refs': ['c2e70d3c-4d93-1214-939e-a96c965a5a08'], 'online_vcpus': 1, 'vif_refs': ['0a2a5b6a -e18e-748a-aa66-fdd8261d933b'], 'blocked': 0, 'on_xend_stop': 'ignore', 'shutdown': 0, 'HVM_boot_policy...
2009 Jun 26
14
Unable to install Solaris 10 Update 7 Dom-U
uname -a SunOS i7 5.11 snv_114 i86pc i386 i86xpv The box is a core i7 with 6GB of RAM. The command virt-install --name 10u7 --ram 1024 --hvm --file /guests/10u7 --os-type=solaris os-variant=solaris10 --location /export/iso/sol-10-u7-ga-x86-dvd.iso get as far as opening the VNC client, when I select Solaris from grub, the OS starts to boot then panics, closing the session. So I
2010 Jul 06
6
Xen 3.2.1-2 on Debian Lenny 2.6.26 2.6.26-24
Hi, Recently I have installed Debian Lenny on two different machines (different ram size, disks, Xeon dual and quad core, filesystems both xfs and ext3, etc). Packages versions: Dom0: ii libc6-xen 2.7-18lenny4 GNU C Library: Shared libraries [Xen version] ii libxenstore3.0 3.2.1-2 Xenstore communications
2008 Aug 09
4
Upgrade 3.0.3 to 3.2.1
...''], ''PV_ramdisk'': '''', ''is_control_domain'': False, ''name_label'': ''test1'', ''VCPUs_at_startup'': 1, ''HVM_boot_params'': {}, ''platform'': {}, ''PV_kernel'': ''/boot/domU-linux-2.6.18'', ''console_refs'': [''7db8c2f7-9566-35b6-c4f1-627ada6e4830''], ''online_vcpus'': 1, ''blocked'': 0, ''on_xend_stop'': ''ignore'', ''memory...
2013 Jul 28
4
Fedora 19 installation with virt-install
...#39;keymap': 'es', 'pae': '1', 'vpt_align': 1, 'parallel': 'none', 'serial': 'pty', 'loader': '/usr/lib/xen-4.0/boot/hvmloader', 'viridian': 0, 'nomigrate': 0, 'localtime': '0'}, 'PV_kernel': '', 'console_refs': ['9f0ad777-2e52-a8ae-ddc0-3b4471d159f4'], 'on_xend_stop': 'ignore', 'memory_static_min': 0, 'HVM_boot_policy': 'BIOS order', 'description': 'Fedora', 'VCPUs_max': 1, 'memory_static_...
2008 Aug 26
39
PV Grub Questions
I am using Xen 3.3 from source. My PV guest boots fine with the normal kernel and initrd options When I boot the guest with PV GRUB I only get: GNU GRUB version 0.97 (65536K lower / 0K upper memory) [ Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists the possible
2010 Jun 25
1
[SPAM] The Infamous "Device 0 (vif) could not be connected. Hotplug scripts not working."
...nt-1'', ''VCPUs_at_startup'': 1, ''HVM_boot_params'': {}, ''platform'': {''tsc_mode'': ''0'', ''videoram'': ''4'', ''nomigrate'': ''0''}, ''PV_kernel'': ''/domU/xen-kernels/vmlinux-2.6.32-xen-u1-32'', ''console_refs'': [], ''on_xend_stop'': ''ignore'', ''memory_static_min'': 0, ''HVM_boot_policy'': '''', ''description...