Displaying 20 results from an estimated 5000 matches similar to: "Bug#912441: xen-utils-4.11: package missing pygrub binaries"
2017 Jan 17
6
Bug#851654: Prerm maintainer script unconditionally stops xend/xenconsoled
Package: xen-utils-4.4
Severity: normal
Dear Maintainer,
the xen-utils-4.4 and xen-utils-4.1 prerm maintainer scripts contain the following code snippet:
remove|upgrade)
update-alternatives --remove xen-default /usr/lib/xen-4.4
if [ -x "/etc/init.d/xen" ]; then
invoke-rc.d xen stop || exit $?
fi
;;
which, in conjunction with the postinst
2018 Oct 09
3
Test report xen_4.11.1~pre.20180911.5acdd26fdc+dfsg-2
I'm just dumping all I got in here, after initial feedback we can see
how to organize todo's around it.
tl;dr:
* Does not upgrade cleanly from 4.8 packages, so we have to prevent this
from entering testing until we fix that.
* Live migration is broken, explodes with memory allocation errors.
---- >8 ----
1. Build packages
* I have built salsa/master using pbuilder targeting sid.
2017 Jan 21
2
Bug#852069: DomU guests with pygrub as bootloader do not start after, upgrade from Xen 4.1 (wheezy) to Xen 4.4 (jessie)
Package: xen-utils-4.4
Version: 4.4.1-9+deb8u8
Severity: normal
Under Xen 4.1 in Debian 7 (wheezy), the following works when included in a
DomU configuration in "/etc/xen/cfg/" --
bootloader = '/usr/lib/xen-default/bin/pygrub'
After upgrading to Xen 4.4 as part of an upgrade to Debian 8 (jessie), the
DomU silently fails to start. Examination of the log files shows that the
2012 Jul 06
1
Bug#680479: xen-utils-4.0: pygrub does not support grub2 submenus
Package: xen-utils-4.0
Version: 4.0.1-5.2
Severity: important
Tags: upstream patch
pygrub in Debian Squueze does not support Grub2 submenus. At least
Ubuntu Precise uses a submenu for older kernel versions, so a Precise
domU with more than one kernel installed will be unbootable (without
manual fixes) on a Squeeze dom0.
Attached is a patch that adds submenu support to pygrub.
-- System
2013 Mar 02
4
Bug#702046: xen-utils-4.0: PyGrub VM Boot fails after xen-utils 4.0.1-5.6 -> 4.0.1-5.7 Update
Package: xen-utils-4.0
Version: 4.0.1-5.7
Severity: important
After Upgrading to xen-utils 4.0.1-5.7 my pygrub Xen VMs won't boot. Running pygrub manually shows:
/usr/lib/xen-default/bin/pygrub --args=root="/dev/xvda ro" --output=/tmp/foo /dev/vg0/vm-disk
Using <class 'grub.GrubConf.Grub2ConfigFile'> to parse /boot/grub/grub.cfg
WARNING:root:Unknown directive
2011 Nov 20
2
Bug#649349: xen-hypervisor-4.1-amd64: pygrub fails due to invalid opcode trapped
Package: xen-hypervisor-4.1-amd64
Version: 4.1.1-3
Severity: important
Whenever I try to start a domU, xm create failed for
'Boot loader didn't return any data!'.
% sudo xm create -c squeeze.cfg
Using config file "/etc/xen/squeeze.cfg".
Error: Boot loader didn't return any data!
It seems related to the following error in dmesg
[1440.163935] pygrub[3654] trap invalid
2011 Oct 01
2
Bug#643953: xen-utils-4.0: pygrub can not parse empty "root" statement in menu.lst
Package: xen-utils-4.0
Version: 4.0.1-2
Severity: normal
Trying to get a system that I've long had runing on the bare metal to
boot as a VM, I discovered that pygrub would not parse my menu.lst. The
problematic entry is this:
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
pygrub's parser seems to
2010 Jul 12
1
Bug#588811: pygrub fails to import xen.lowlevel.xc
Package: xen-utils-4.0
Version: 4.0.1~rc3-1
Severity: important
When invoking pygrub either via command line or via bootloader being set
in the configuration file, pygrub fails because it cannot import
xen.lowlevel.xc.
Example output:
# /usr/lib/xen-default/bin/pygrub
Traceback (most recent call last):
File "/usr/lib/xen-default/bin/pygrub", line 20, in <module>
import
2010 Mar 10
1
Bug#573311: xen-utils-3.4: pygrub does not support grub2
Package: xen-utils-3.4
Version: 3.4.3~rc3-1
Severity: wishlist
the upstream version of pygrub in 3.4.3 already supports grub2.
It would be very nice to update pygrub in your package to the current version.
Thanks in advance.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
2018 Oct 05
4
Entirely new Xen packaging
I have now finished totally rewriting the Xen package in Debian, from
scratch. Amazingly as soon as I got a package which was lintian-clean
and would install, it worked first time !
I have generated 18 patches to go upstream which I have sent to
xen-devel. There are two more, xenstore ABI patches, which need a bit
of tidying up.
There is still room for improvement but it is now clearly ready
2010 Oct 06
1
Bug#599243: xen-utils-4.0: pygrub does not understand grub2 partition types (e.g. (hd0, msdos1) instead of (hd0, 1))
Package: xen-utils-4.0
Version: 4.0.1-1
Severity: normal
Tags: patch
pygrub could not boot a newly-updated Debian/testing domU with a non-chained grub2. The traceback was:
Using <class 'grub.GrubConf.Grub2ConfigFile'> to parse /grub/grub.cfg
WARNING:root:Unknown directive load_video
WARNING:root:Unknown directive terminal_output
Traceback (most recent call last):
File
2012 Jun 01
2
[PATCH] pygrub Makefile cleanup.
This patch removes the extra command `install pygrub` because this is already
done by the setup.py script.
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
---
This patch need to be applied after the patch named "Fix pygrub install."
tools/pygrub/Makefile | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/tools/pygrub/Makefile
2014 Apr 21
7
Bug#745419: xen-utils-4.1: Pygrub fails to boot from LVM LV when something installed in the volume boot record
Package: xen-utils-4.1
Version: 4.1.4-3+deb7u1
Severity: important
When an LVM LV that serves as the root disk for a Xen DomU contains a boot
loader (or possibly other data) in its volume boot record, pygrub fails to boot
it, printing "Error: boot loader didn't return any data" before exiting.
I think this is because of the function "is_disk_image" on line 45 of
2013 Jan 09
2
[PATCH] Fix pygrub handling non-default entry
If we pass 0 as pygrub --entry argument (i.e. we want to boot first item), default value is used instead. This is dueto wrong check for range of allowed values of index - 0 is index of first item.
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
Patch:
---
diff --git a/tools/pygrub/src/pygrub b/tools/pygrub/src/pygrub
index 1845485..eedfdb2 100644
--- a/tools/pygrub/src/pygrub
+++
2014 Apr 22
0
Bug#745419: Bug#745419: xen-utils-4.1: Pygrub fails to boot from LVM LV when something installed in the volume boot record
On Mon, 2014-04-21 at 15:43 +0200, Sjors Gielen wrote:
> Package: xen-utils-4.1
> Version: 4.1.4-3+deb7u1
> Severity: important
>
> When an LVM LV that serves as the root disk for a Xen DomU contains a boot
> loader (or possibly other data) in its volume boot record, pygrub fails to boot
> it, printing "Error: boot loader didn't return any data" before exiting.
2009 Apr 27
4
Pygrub + ZFS: problem of booting
Hello!
My Dom0 config: Xubuntu 8.10 + "Xen-3.3.1 and kernel-2.6.18-xen.hg"
I have Nexenta CP2 RC1 (Opensolaris b104) on ZFS file system.
I installed this OS in HVM.
For PV i used pygrub.
My config file: ''ncp2.pygrub''
bootloader = "/usr/bin/pygrub"
boot = "c"
memory = 512
name = "NexentaPV"
uuid =
2010 Feb 18
2
backport upstream pygrub fixes to allow booting squeeze default install?
Hi Bastian,
I'd like to propose backporting the following changesets from upstream
xen-unstable into the xen-3 package. With these it is possible to boot a
default installation of Squeeze (using d-i) in a domU using pygrub.
20480:c2c2e67b8198 pygrub: if default entry is "saved" then use first entry.
20481:8f4e0adc2b3b pygrub: expands tabs before displaying menus.
20485:086a6a0c3f37
2009 May 01
5
PyGrub + ZFS: getbootstring. How it works?
I have NexentaCP2 (Opensolaris b104+).
Parameters for the kernel:
''zfs-bootfs=syspool/rootfs-nmu-000,bootpath=/xpvd/xdf@0:a''
Pygrub returns:
''zfs-bootfs=syspool/30,bootpath=/xpvd/xdf@0:a''
Result: Boot with pygrub don''t work.
What is "30" in syspool/30 ?
_______________________________________________
Xen-users mailing list
2012 Sep 06
4
[PATCH] pygrub: always append --args
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1346945306 -7200
# Node ID 8a2eef481d3ab3ca5692dd0083c95cf314fe1da3
# Parent 19d367bf07b7687b831c212a57a70e73ea14d3b7
pygrub: always append --args
If a bootloader entry in menu.lst has no additional kernel command line
options listed and the domU.cfg has ''bootargs="--args=something"'' the
additional
2011 Oct 20
2
[PATCH] pygrub: do not overload RuntimeError for "no menu.lst found"
From: pbonzini@redhat.com
# HG changeset patch
# User Paolo Bonzini <pbonzini@redhat.com>
# Date 1319096986 -7200
# Node ID bd1f7361d3d7f4c767af21317fb4ec7ea1372f42
# Parent 1b110e895e285f43f14532e14c77597e54a0bcd2
pygrub will still try the next partition if run_grub exits with a
"real" error, thus hiding the root cause from the trace. Defining
a separate exception for "no