search for: load_video

Displaying 20 results from an estimated 26 matches for "load_video".

2013 Sep 29
2
Bug#603391: Workaround PyGrub issue
...grub/device.map (NOT devices.map) containing: (hd0) /dev/xvda run update-grub shutdown the guest and reboot it using PyGrub. It will now work. Backtrace from manual run of the buggy GrubConf.py: # python /usr/lib/xen-4.1/lib/python/grub/GrubConf.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/pytho...
2013 Oct 01
0
Bug#603391: Bug#603391: Workaround PyGrub issue
On Sat, 2013-09-28 at 20:59 -0700, Tril wrote: > Backtrace from manual run of the buggy GrubConf.py: > # python /usr/lib/xen-4.1/lib/python/grub/GrubConf.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 &q...
2013 Oct 01
2
Bug#603391: Bug#603391: Workaround PyGrub issue
Sorry didn't work. Aso it will only handle this special case, not the general case of /dev/something. # 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__ _GrubConfigFil...
2013 Oct 10
1
[PATCH] pygrub: Support (/dev/xvda) style disk specifications
...d_entry="${prev_saved_entry}" + save_env saved_entry + set prev_saved_entry= + save_env prev_saved_entry + set boot_once=true +fi + +function savedefault { + if [ -z "${boot_once}" ]; then + saved_entry="${chosen}" + save_env saved_entry + fi +} + +function load_video { + insmod vbe + insmod vga + insmod video_bochs + insmod video_cirrus +} + +insmod part_msdos +insmod ext2 +set root=''(/dev/xvda,msdos1)'' +search --no-floppy --fs-uuid --set=root f395d5a0-4612-4872-806c-33cd37c152f0 +if loadfont /usr/share/grub/unicode.pf2 ; then + set gfxmo...
2018 Feb 07
2
/dev/md1 => 93% Used. Warning. Disk Filling up. - what would be safe to delete in /boot ?
...hen set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } terminal_output console if [ x$feature_timeout_style = xy ] ; then set tim...
2011 Dec 22
6
Error starting updated Debian servers
...erver, 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&quot;, line 746, in ? - raise RuntimeError, "Unable to find partition containing kernel"; - RuntimeError: Unable to find partition containingkernel This server is missio...
2010 Jul 21
2
XCP vm installation issue
...imes 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 find partition containing kernel, [root@xcp-digitog ~]# It runs the installation correctly, HD detection...
2013 Jun 26
1
[PATCH] pygrub: add fedora 19 grub.cfg example
...d_entry="${prev_saved_entry}" + save_env saved_entry + set prev_saved_entry= + save_env prev_saved_entry + set boot_once=true +fi + +function savedefault { + if [ -z "${boot_once}" ]; then + saved_entry="${chosen}" + save_env saved_entry + fi +} + +function load_video { + if [ x$feature_all_video_module = xy ]; then + insmod all_video + else + insmod efi_gop + insmod efi_uga + insmod ieee1275_fb + insmod vbe + insmod vga + insmod video_bochs + insmod video_cirrus + fi +} + +terminal_output console +set timeout=5 +### END /etc/grub.d/00...
2013 Sep 22
0
UEFI boot - no console will be available to OS
...hen set saved_entry="${prev_saved_entry}" save_env saved_entry set prev_saved_entry= save_env prev_saved_entry set boot_once=true fi function savedefault { if [ -z "${boot_once}" ]; then saved_entry="${chosen}" save_env saved_entry fi } function load_video { if [ x$feature_all_video_module = xy ]; then insmod all_video else insmod efi_gop insmod efi_uga insmod ieee1275_fb insmod vbe insmod vga insmod video_bochs insmod video_cirrus fi } if [ x$feature_default_font_path = xy ] ; then font=unicode else insmod p...
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
2013 Oct 01
0
Bug#603391: Bug#603391: Workaround PyGrub issue
...eral case since for things to work with PV it has to be /dev/xvd*. The only other plausible option might be /dev/hd* which I'm happy to fault in as and when someone demonstrates this in practice. > # 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,...
2023 Mar 14
1
Kernel updates do not boot - always boots oldest kernel
Am 14.03.23 um 12:30 schrieb Rob Kampen: > OK, > > found out the problem as to why it doesn't boot any kernel except 36.2 > > the system reports that it cannot find > > vmlinuz-3.10.0-1160.88.1.el7.x86_64 > > or any one of the others, except for vmlinuz-3.10.0-1160.36.2.el7.x86_64 > > hence a manual selection from the grub menu when in front of the machine
2015 Sep 02
3
latest yum update messed up chrome
...nux release 7.1.1503 (Core) Release: 7.1.1503 Codename: Core I then decided to update the graphics drivers from ati web site to see if that would help. Now I can?t boot to a login. It stops at Reached target Graphical Interface. I reboot then pressed e at a boot line. Do I remove load_video to get just a console so I can remove the ati driver? I just removed that line and it says press Ctrl-x to start or ctrl-c fro command prompt, but all it get are x for ctrl-x on the screen and c for ctrl-c. Any ideas from here? Thanks, -wes
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
....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_directory, not_really) NameError: name 'output_directory' is not defined After...
2011 Oct 09
3
GRUB2 configuration for Xen 4 on Ubuntu Linux 10.04
Hello, I have installed the Xen 4.1.1 and a working kernel 2.6.32.43 which supports Xen on a Ubuntu Linux 10.04 LTS. However, I have never successfully booted the Hypervisor and Dom0. The screen is always black after some kernel messages rapidly go by. I think that I may pass the wrong parameters to the kernel or Hypervisor with GRUB2. Can any one share his/her working grub.cfg for GRUB2 with
2012 Aug 11
5
UEFI support in Xen
Hi all! I am having troubles with booting Xen with grub2 in UEFI mode. Does Xen support this configuration? Are there any specific settings? _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2013 Mar 21
5
Bug#703586: Xen fails to boot Linux
...tall". Xen appears to boot (messages go by fast), then I get a blank screen, followed seconds later by a reboot. No messages redolent of Linux. / is on dm-crypt, if that matters; a straight Linux boot finds it. I notice in /boot/grub/grub.cfg, the menuentrys for Xen are missing the "load_video" and "insmod gzio" that straight Linux has, if that matters.
2015 Sep 02
0
latest yum update messed up chrome
...> Release:??????? 7.1.1503 > Codename:?????? Core > > I then decided to update the graphics drivers from ati web site to see if that would help.? Now I can?t boot to a login.? It stops at Reached target Graphical Interface. > > I reboot then pressed e at a boot line.? Do I remove load_video to get just a console so I can remove the ati driver? > > I just removed that line and it says press Ctrl-x to start or ctrl-c fro command prompt, but all it get are x for ctrl-x on the screen and c for ctrl-c. > > Any ideas from here? > > Thanks, > > -wes > Hello, I had...
2017 Aug 17
1
[Bug 102275] New: Laptop bootup and suspend and wake issues
...th suspend and wake issues. See Bug 1470473. Resolved all issues after setting boot parameters and updating Dell XPS BIOS firmware and everything was working well with kernel 4.11.11-300. Current boot sequence that works with 4.11.11-300 is: ======================================================== load_video set gfxpayload=keep insmod gzio insmod part_gpt insmod ext2 if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root 46985d35-b7e3-41f9-9bc0-8ae6c11bc84c else search --no-floppy --fs-uuid --set=root 46985d35-b7e3-41f9-9bc0-8ae6c11bc84c fi linuxefi /vmlinuz-4.11....
2013 Apr 12
7
Xen not seeing all the memory in the box
I''m running Xen 4.1 (4.1.3-3ubuntu1.3) on an Ubuntu 12.10 server with an AMD FX-8150 processor (8 cores) and 16 GB of RAM. When I boot the server, Xen sees only 3 GB of RAM (instead of 16 GB). If I try to create a domU with more than about 1.5 GB of RAM, the create fails with messages saying it "could not allocate memory for HVM guest". Here''s the output when I do