search for: boot_kernel

Displaying 20 results from an estimated 50 matches for "boot_kernel".

2009 Dec 16
1
[PATCH] HVTarget: trivial NFC code cleanup
.../VirtV2V/HVTarget/Linux.pm b/lib/Sys/VirtV2V/HVTarget/Linux.pm index 53784ea..dc546de 100644 --- a/lib/Sys/VirtV2V/HVTarget/Linux.pm +++ b/lib/Sys/VirtV2V/HVTarget/Linux.pm @@ -349,7 +349,7 @@ sub _configure_kernel } # If we didn't install a new kernel, pick the default kernel - $boot_kernel = $guestos->get_default_kernel() if(!defined($boot_kernel)); + $boot_kernel ||= $guestos->get_default_kernel(); return $boot_kernel; } -- 1.6.5.2
2008 Jul 03
1
VM does not reboot
...oot'', ''restart''], [''on_crash'', ''restart''], [''im age'', [''linux'', [''ramdisk'', ''/var/lib/xen/boot_ramdisk.2MZelw''], [''kernel'', ''/var/lib/xen/boot_kernel.2F7umw''], [''args'', ''ro root=LABEL=/ console=xvc0'']]], [''device'', [''vif'', [''backend'', 0], [''script'', ''vif- bridge''], [''bridge'', ''xenbr0...
2011 Jan 20
1
[PATCH] Don't remove foreign kernels during conversion
...$kernel (_find_hv_kernels($desc)) { - # Don't actually try to remove them yet in case we remove them all. This - # might make your dependency checker unhappy. - push(@remove_kernels, $kernel); - } - # Pick first appropriate kernel returned by _list_kernels my $boot_kernel; foreach my $kernel (_list_kernels($g, $desc)) { - # Skip kernels we're going to remove - next if (grep(/^$kernel$/, @remove_kernels)); + # Skip foreign kernels + next if _is_hv_kernel($g, $kernel); # If we're configuring virtio, check this kernel...
2008 Apr 12
0
Problems with xm migrate --live
...'', ''restart''], [''on_crash'', ''restart''], [''image'', [''linux'', [''ramdisk'', ''/var/lib/xen/boot_ramdisk.pXPTz6''], [''kernel'', ''/var/lib/xen/boot_kernel.pRGBF7''], [''args'', ''ro root=/dev/ VolGroup00/LogV ol00 console=xvc0 rhgb quiet'']]], [''device'', [''vif'', [''backend'', ''0''], [''script'', ''vif-bridge''...
2008 Jan 05
1
xen guest won't boot after yum update
...art'], ['on_crash', 'restart'], ['vcpus', 1], ['cpus', '^0,1'], ['bootloader', ' /usr/bin/pygrub'], ['image', ['linux', ['ramdisk', '/var/lib/xen/boot_ramdisk.2C 2kAy'], ['kernel', '/var/lib/xen/boot_kernel.Tg4J_f'], ['args', 'ro root=/dev/Vo lGroup00/LogVol00']]], ['device', ['vbd', ['uname', 'phy:/dev/VolGroup00/LogVol0 3-web04'], ['dev', 'xvda'], ['mode', 'w']]], ['device', ['vif', ['bridge',...
2010 May 22
0
xend.log when pygrub failed to boot
...s) >> >> >> File "/usr/lib/python2.5/tempfile.py", line 236, in _mkstemp_inner >> >> >> fd = _os.open(file, flags, 0600) >> >> >> OSError: [Errno 2] No such file or directory: >> >> >> ''/var/run/xend/boot/boot_kernel.je5fbt'' Googling http://www.google.co.in/search?sourceid=chrome&client=ubuntu&channel=cs&ie=UTF-8&q=OSError:+[Errno+2]+No+such+file+or+directory:+''/var/run/xend/boot/boot_kernel.je5fbt did not gave any thing fruitful. -- Tapas __________________________________...
2007 Jul 08
1
Error: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\n'')
...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_dom_parse_image: called xc_dom_find_loader: tryin...
2013 Sep 24
5
[PATCH 0/4] Add SUSE guest converter to virt-v2v
This is a new conversion module to convert SUSE Linux and openSUSE guests. The converter is based on the RedHat module, and should offer the same functionality on both SUSE and RedHat hosts. There are a few additional messages in this module, such as reporting of packages when installing through zypper or the local virt-v2v repo. These messages don't necessarily flow unless verbose switches
2013 Oct 11
2
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...en PV kernel. In this case try to guess the version + # from the filename + if (!defined($version)) { if($path =~ m{/boot/vmlinuz-(.*)}) { $version = $1; @@ -988,6 +1119,7 @@ sub _configure_kernel # Pick first appropriate kernel returned by list_kernels my $boot_kernel; + my $backup_ver; foreach my $path ($grub->list_kernels()) { my $kernel = _inspect_linux_kernel($g, $path); my $version = $kernel->{version}; @@ -998,11 +1130,21 @@ sub _configure_kernel # If we're configuring virtio, check this kernel supports it...
2013 Oct 12
0
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...kernel. In this case try to guess the version from the filename - else { + if (!defined($version)) { if($path =~ m{/boot/vmlinuz-(.*)}) { $version = $1; @@ -988,6 +1109,7 @@ sub _configure_kernel # Pick first appropriate kernel returned by list_kernels my $boot_kernel; + my $backup_ver; foreach my $path ($grub->list_kernels()) { my $kernel = _inspect_linux_kernel($g, $path); my $version = $kernel->{version}; @@ -998,7 +1120,16 @@ sub _configure_kernel # If we're configuring virtio, check this kernel supports it...
2009 Jun 21
1
Xen LVM DRBD live migration
...boot'', ''restart''], [''on_crash'', ''restart''], [''image'', [''linux'', [''ramdisk'', ''/var/lib/xen/boot_ramdisk.Ybfgoz''], [''kernel'', ''/var/lib/xen/boot_kernel.g-vUFL''], [''args'', ''ro root=LABEL=/ console=xvc0'']]], [''device'', [''vif'', [''backend'', ''0''], [''script'', ''vif-bridge''], [''bridge'',...
2013 Oct 03
2
[PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...by looking at the arch + # of any kernel module. + $kernel{arch} = $g->file_architecture ($any_module); + + return \%kernel; +} + +sub _configure_kernel +{ + my ($virtio, $g, $root, $config, $meta, $grub) = @_; + + # Pick first appropriate kernel returned by list_kernels + my $boot_kernel; + foreach my $path ($grub->list_kernels()) { + my $kernel = _inspect_linux_kernel($g, $path); + my $version = $kernel->{version}; + + # Skip foreign kernels + next if _is_hv_kernel($g, $version); + + # If we're configuring virtio, check this kernel s...
2010 May 26
1
Xen guest does not autostart
...his is the only guest that has two bridges. There is only 500M RAM, but a third guest starts fine with 500M): name = "name2" uuid = "68e33ec6-ef36-9eac-27d7-65a709684551" maxmem = 500 memory = 500 vcpus = 1 bootloader = "/usr/bin/pygrub" # kernel = "/var/lib/xen/boot_kernel.5g5MLq" # ramdisk = "/var/lib/xen/boot_ramdisk.1pSOoP" # extra = "ro root=LABEL=/ console=xvc0" on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart" disk = [ "tap:aio:/vm/mail2.img,xvda,w" ] vif = [ "mac=00:16:36:2...
2013 Sep 24
0
[PATCH 3/4] Add SUSE converter
...by looking at the arch + # of any kernel module. + $kernel{arch} = $g->file_architecture ($any_module); + + return \%kernel; +} + +sub _configure_kernel +{ + my ($virtio, $g, $root, $config, $meta, $grub) = @_; + + # Pick first appropriate kernel returned by list_kernels + my $boot_kernel; + foreach my $path ($grub->list_kernels()) { + my $kernel = _inspect_linux_kernel($g, $path); + my $version = $kernel->{version}; + + # Skip foreign kernels + next if _is_hv_kernel($g, $version); + + # If we're configuring virtio, check this kernel s...
2013 Nov 07
6
[PATCH 0/4] virt-v2v: Add support for SUSE guest conversions
The following series of patches adds support for converting SUSE guests through virt-v2v. These changes should not impact non-SUSE guest conversions. Mike Latimer (4): Add perl-Bootloader support to grub packages Add conversion support for SUSE guests Add SUSE to capabilities db and conf Add SUSE support documentation lib/Sys/VirtConvert/Converter/Linux.pm | 480
2010 Sep 27
8
pygrub question
...e pygrub boot menu but then an error message comes up: Error: (2, ''Invalid kernel'', ''xc_dom_find_loader: no loader found\n'') When I use pygrub directly (ie. rather than xm create), I get this message: # pygrub /dev/d/xm.dt2 linux (kernel /var/run/xend/boot/boot_kernel.jZIjuL)(ramdisk /var/run/xend/boot/boot_ramdisk.pQPLZC)(args "root=/dev/xvda1 ro") Any suggestions for how to further diagnose this? kind regards, Jan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-...
2013 Oct 03
0
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...rnel found") > + # Warn if there is no installed virtio capable kernel. It is safe to > + # continue and attempt to install a virtio kernel next. > + logmsg NOTICE, __x('virtio capable guest, but no virtio kernel found.') > if ($virtio && !defined($boot_kernel)); No. This indicates an error in the program rather than something the user can fix. This is also why it's a plain die with no translation. > > # If none of the installed kernels are appropriate, install a new one > @@ -1055,7 +1155,7 @@ sub _configure_kernel >...
2013 Sep 25
5
Re: [PATCH 3/4] Add SUSE converter
...r')) { > + $g->aug_set($path, 'cirrus'); I've changed the default to qxl now. > +sub _configure_kernel > +{ > + my ($virtio, $g, $root, $config, $meta, $grub) = @_; > + > + # Pick first appropriate kernel returned by list_kernels > + my $boot_kernel; > + foreach my $path ($grub->list_kernels()) { > + my $kernel = _inspect_linux_kernel($g, $path); > + my $version = $kernel->{version}; > + > + # Skip foreign kernels > + next if _is_hv_kernel($g, $version); > + > + # If we're...
2010 May 19
8
RHN support and capabilities
This patch series includes a repost of Milan's unmodified RHN support patch because I haven't pushed it yet. On top of that patch, it includes the capabilities patch in as many bits as I could make it into. The big one is 7/8. I've tested all of the following guests both with and without RHN registration: Xen RHEL 54 PV Xen RHEL 51 PV Xen RHEL 48 PV ESX RHEL 54 FV
2009 Nov 30
5
Live migration and DRBD
Hi folks I deploy a two Dell PowerEdge T300 to test Virtualization with kvm+drbd+heartbaet. The KVM drbd and heartbeat work properly. However, I have doubt!! When the primary node has down, the secondary node start the VM that has original running on primary node... So, this required a full stop of hole system... This is not we wish here... Is there something way to live migrate VM from