Displaying 12 results from an estimated 12 matches for "grub2configfil".
Did you mean:
grub2configfile
2011 Dec 22
6
Error starting updated Debian servers
Hi all,
After applying some updates onto a Debian web server, I rebooted it.
However it will no longer start, and generates this error in XenCenter:
22/12/2011 09:57:45 Error: Starting VM ''Web Server'' - Using <class ''grub.GrubConf.Grub2ConfigFile''>; to parse /boot/grub/grub.cfg - WARNING:root:Unknown directive load_video - WARNING:root:Unknown directive terminal_output - Traceback (most recent call last): - File "/usr/bin/pygrub", line 746, in ? - raise RuntimeError, "Unable to find partition containing kerne...
2010 Jul 21
2
XCP vm installation issue
Hi,
For 10 times now i tried to install a VM in to my new XCP machine but
everytime i get the same error:
[root@xcp-digitog ~]# xe vm-start vm=Debian6
Error code: Using <class ''grub.GrubConf.Grub2ConfigFile''> to parse
/boot/grub/grub.cfg
Error parameters: WARNING:root:Unknown directive load_video, Traceback (most
recent call last):, File "/usr/bin/pygrub", line 746, in ?, raise
RuntimeError, "Unable to find partition containing kernel", RuntimeError:
Unable to fi...
2013 Jun 22
2
[PATCH] pygrub/GrubConf: fix boot problem for fedora 19 grub.cfg
...fine.
---
tools/pygrub/src/GrubConf.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/pygrub/src/GrubConf.py b/tools/pygrub/src/GrubConf.py
index 629951f..6324c62 100644
--- a/tools/pygrub/src/GrubConf.py
+++ b/tools/pygrub/src/GrubConf.py
@@ -427,6 +427,8 @@ class Grub2ConfigFile(_GrubConfigFile):
if self.commands[com] is not None:
if arg.strip() == "${saved_entry}":
arg = "0"
+ elif arg.strip() == "${next_entry}":
+ arg = "0"...
2013 Oct 01
2
Bug#603391: Bug#603391: Workaround PyGrub issue
...# python GrubConf.py grub2 /home/tehadmin/snail-grub.cfg
WARNING:root:Unknown directive load_video
WARNING:root:Unknown directive terminal_output
WARNING:root:Unknown image directive load_video
Traceback (most recent call last):
File "GrubConf.py", line 467, in <module>
g = Grub2ConfigFile(sys.argv[2])
File "GrubConf.py", line 359, in __init__
_GrubConfigFile.__init__(self, fn)
File "GrubConf.py", line 179, in __init__
self.parse()
File "GrubConf.py", line 418, in parse
self.add_image(Grub2Image(title, img))
File "GrubConf.py&qu...
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
...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 load_video
WARNING:root:Unknown directive terminal_output
WARNING:root:Unknown directive source
Traceback (most recent call last):
File "/usr/lib/xen-default/bin/pygrub", line 705, in <module>
output_directo...
2013 Oct 01
0
Bug#603391: Bug#603391: Workaround PyGrub issue
...; WARNING:root:Unknown directive load_video
> WARNING:root:Unknown directive terminal_output
> WARNING:root:Unknown image directive load_video
> Traceback (most recent call last):
> File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 462, in <module>
> g = Grub2ConfigFile(sys.argv[2])
> File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 354, in __init__
> _GrubConfigFile.__init__(self, fn)
> File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 174, in __init__
> self.parse()
> File "/usr/lib/xen-4.1/...
2013 Oct 01
0
Bug#603391: Bug#603391: Workaround PyGrub issue
...home/tehadmin/snail-grub.cfg
> WARNING:root:Unknown directive load_video
> WARNING:root:Unknown directive terminal_output
> WARNING:root:Unknown image directive load_video
> Traceback (most recent call last):
> File "GrubConf.py", line 467, in <module>
> g = Grub2ConfigFile(sys.argv[2])
> File "GrubConf.py", line 359, in __init__
> _GrubConfigFile.__init__(self, fn)
> File "GrubConf.py", line 179, in __init__
> self.parse()
> File "GrubConf.py", line 418, in parse
> self.add_image(Grub2Image(title, img...
2013 Sep 29
2
Bug#603391: Workaround PyGrub issue
...rubConf.py grub2 grub.cfg
WARNING:root:Unknown directive load_video
WARNING:root:Unknown directive terminal_output
WARNING:root:Unknown image directive load_video
Traceback (most recent call last):
File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 462, in <module>
g = Grub2ConfigFile(sys.argv[2])
File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 354, in __init__
_GrubConfigFile.__init__(self, fn)
File "/usr/lib/xen-4.1/lib/python/grub/GrubConf.py", line 174, in __init__
self.parse()
File "/usr/lib/xen-4.1/lib/python/grub/GrubConf....
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
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 "/usr/lib/xen-4.0/bin/pygrub", line 669, in <module>
chosencfg = run_grub(file, entry, fs, incfg["args"]...
2015 Apr 26
9
Bug#783346: patch for booting Jessie domU with wheezy dom0
Package: xen-utils-4.1
Version: 4.1.4-3+deb7u4
Severity: serious
Tags: patch
dom0 running wheezy
domU upgraded from wheezy to jessie. The domU doesn't boot any more,
errors:
Error code: Using <class 'grub.GrubConf.Grub2ConfigFile'> to parse
/grub/grub.cfg
Error parameters: Traceback (most recent call last):, File
"/usr/lib/xcp/lib/pygrub.xcp", line 853, in <module>, raise
RuntimeError, "Unable to find partition containing kernel",
RuntimeError: Unable to find partition containing kern...
2013 Oct 08
10
xl console regression on xen-unstable
I''m unable to start xl console on latest xen-unstable (build with commit
8e0da8c07f4f80e14314977a11f738bd74a5b62b).
> xl -vvv console sid
> xenconsole: Could not read tty from store: No such file or directory
I also tried "xl create -c", and it shows console from pygrub but when
the "xl create" reaches the end I got the same error:
> xenconsole: Could not