Displaying 20 results from an estimated 2000 matches similar to: "Bug#481105: [PATCH] adjust patch to pygrub and hvmloader"
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
2007 Jan 05
10
[PATCH 1/7] Fix pygrub path on Solaris
Fix for pygrub path on Solaris.
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py
+++ b/tools/python/xen/xend/XendDomainInfo.py
@@ -37,7 +37,7 @@ from xen.util.blkif import blkdev_uname_
from xen.util.blkif import blkdev_uname_to_file
from xen.util
2008 Jul 21
1
Bug#481105: adjust patch to pygrub and hvmloader
On Mon, Jul 21, 2008 at 9:07 PM, Marco Sinhoreli <msinhore at gmail.com> wrote:
> In virtinst package, we are pointing the pygrub and hvmloader to
> /etc/xen-default/bin directory files. To us, this is sufficient to fix
> our package issue. I suggest to use alternatives to point these to
> /usr/bin and so, standardize with another distros. Well, I think this
> is the easy way
2008 May 13
1
Bug#481105: xen-utils-3.2-1: Need to ajust path to pygrub and hvmloader
Package: xen-utils-3.2-1
Version: 3.2.0-5
Severity: important
virtinst Debian package is pointing the pygrub path to /usr/bin/ and hvmloader to /usr/lib/xen/boot/. I suggest ajust the path
creating a symbolic link of /usr/lib/xen-3.2-1/bin/pygrub to /usr/bin/pygrub and /usr/lib/xen-3.2-1/boot/hvmloader to
/usr/lib/xen/boot/hvmloader. In the last case, need ajust the directory
2009 Oct 16
0
Bug#481105: adjust patch to pygrub and hvmloader
Hi,
I just stumbled over this bug. Firstofall, it's nice that opposed to
two years ago you now include pygrub at all. Thank you for that.
Second, as pointed out, the FHS is not an issue as the selected path
was in /usr/lib. Furthermore, if you re-read the text you should find
that we're talking symlinks here, which surely are executable, but not
binaries. I think it was for a reason FHS
2008 Apr 25
0
Set correct path to pygrub and hvmloader
Hello waldi,
I'm working with agx in libvirt and virtinst packages, and I've
detected a issue with pygrub and hvmloader path. The original source
of virtinst package, point the pygrub path to /usr/lib and point the
hvmloader path to /usr/lib/xen/boot. I suggest a symbolic link using
alternatives police to correct it. Is it possible to change this in
Xen package?
Cheers,
--
Marco
2009 Jul 07
2
Bug#536174: xen-utils-3.4: pygrub searches for filesystem plugins at the wrong path
Package: xen-utils-3.4
Version: 3.4.0-1
Severity: important
pygrub uses the fsimage library to read contents of the filesystems to boot.
This package install the plugins for different filesystems at
/usr/lib/xen-3.4/lib/fs/,
but searches for them under /usr//usr/lib/fs.
(The debian patch tools-libfsimage-prefix.diff explicitly tinkers with
this path,
but it fails.)
This breaks pygrub.
--
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
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
+++
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 =
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
2008 Nov 11
1
R: R: Hidden Markov Models
Thank you for your prompt answer.
The breathing signal observations are the amplitude values as a function of time and phase.
According to our model the hidden states are the different breathing types.
Subjects, whose respiratiion process is regular, are likely to breathe, keeping the same cycle pattern/type,
for many consecutive cycles. therefore dwelling in the same hidden state.
The more
2007 May 03
3
[PATCH] pygrub: look harder for elilo.conf
Keir,
This would also be appropriate for 3.1.0, since the /usr/lib fix makes
pygrub work on ia64
Presently pygrub only looks in /efi/redhat/elilo.conf. It should
check for other distributions, plus a couple fallback locations.
Signed-off-by: Aron Griffis <aron@hp.com>
diff -r 6d64f9eefad5 -r 67df28389f46 tools/pygrub/src/pygrub
--- a/tools/pygrub/src/pygrub Wed May 02 14:50:56 2007
2009 Feb 01
2
Bug#513842: xen-utils-common: please make pygrub available
Package: xen-utils-common
Version: 3.2.0-2
Severity: wishlist
Hi,
It would be very useful it /usr/bin/pygrub was available -- it should be a symlink (or wrapper) that points to the real version in the Xen hypervisor.
That would mean that the domain configuration for xen domains could be (relatively) static when upgrades are occuring between hypervisor versions.
Thanks,
Anand
-- System
2005 Oct 21
1
Re: [Xen-changelog] Tweak to pygrub build config detection.
On Fri, 2005-10-21 at 18:54 +0000, Xen patchbot -unstable wrote:
> # HG changeset patch
> # User kaf24@firebug.cl.cam.ac.uk
> # Node ID 8eaaa622db81393ef0eae497090c34c04adf4212
> # Parent 3eee5653f08b01a310e0a9172a6c0149f16217df
> Tweak to pygrub build config detection.
> Signed-off-by: Jeremy Katz <katzj@redhat.com>
Applying both patches for this is overkill.... ;)
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
2008 Aug 03
1
Bug#493592: pygrub fails on lenny's ext3
Package: xen-utils-3.2-1
Version: 3.2.0-3~bpo4+2
Severity: normal
Hi,
pygrub has problems parsing block devices partitioned with Lenny Beta 2
and ext3 on paravirt guests:
# /usr/lib/xen-3.2-1/bin/pygrub /var/lib/xen/images/test2.img
Traceback (most recent call last):
File "/usr/lib/xen-3.2-1/bin/pygrub", line 653, in ?
chosencfg = run_grub(file, entry, fs)
File
2008 Jan 11
5
domUloader Vs pygrub
Hi
I have been using pygrub for most of the needs. Was
trying out some stuff on SLES 10 SP1. It seems that it
does not have pygrub!!
On the other hand,they have domUloader.py which
requires bootargs="--entry=hda:/boot/vmlinuz...., path
to ramdisk.
It is quite strange to be asking for the path of
the kernel and the ramdisk to be supplied in the conf
file!!.
Am I missing something