Bug#574052: grub-pc: too much output for vbeinfo, useless
Vladimir 'φ-coder/phcoder' Serbinenko
phcoder at gmail.com
Tue Mar 16 09:19:20 UTC 2010
set pager=1
Marc Haber wrote:
> Package: grub-pc
> Version: 1.98-1
> Severity: normal
>
> Hi,
>
> when I type vbeinfo at a grub shell, the list of available video modes
> is somewhat 60-70 lines long, and only the last 25 stay visible.
> vbeinfo needs a pager, or grub needs scrollback capabilities.
>
> In the current situation, vbeinfo is useless.
>
> Greetings
> Marc
>
> -- Package-specific info:
>
> *********************** WARNING grub-setup left core.img in filesystem
>
> *********************** BEGIN /proc/mounts
> /dev/mapper/root / ext3 rw,noatime,nodiratime,errors=remount-ro,commit=5,data=writeback 0 0
> /dev/mapper/boot /boot ext3 rw,noatime,nodiratime,errors=remount-ro,commit=5,data=writeback 0 0
> /dev/mapper/home /mnt/home ext3 rw,noatime,nodiratime,errors=continue,commit=5,data=writeback 0 0
> /dev/mapper/usr /mnt/usr ext3 rw,noatime,nodiratime,errors=continue,commit=5,data=writeback 0 0
> /dev/mapper/var /mnt/var ext3 rw,noatime,nodiratime,errors=continue,commit=5,data=writeback 0 0
> /dev/mapper/bigstuff /mnt/bigstuff ext3 rw,noatime,nodiratime,errors=continue,commit=5,data=writeback 0 0
> /dev/mapper/scyw00225 /mnt/scyw00225 ext3 rw,noatime,nodiratime,errors=continue,commit=5,data=writeback 0 0
> /dev/mapper/vm /mnt/vm ext3 rw,noatime,nodiratime,errors=continue,commit=5,data=writeback 0 0
> *********************** END /proc/mounts
>
> *********************** BEGIN /boot/grub/device.map
> (fd0) /dev/fd0
> (hd0) /dev/sda
> *********************** END /boot/grub/device.map
>
> *********************** BEGIN /boot/grub/grub.cfg
> #
> # DO NOT EDIT THIS FILE
> #
> # It is automatically generated by /usr/sbin/grub-mkconfig using templates
> # from /etc/grub.d and settings from /etc/default/grub
> #
>
> ### BEGIN /etc/grub.d/00_header ###
> if [ -s $prefix/grubenv ]; then
> load_env
> fi
> set default="0"
> if [ ${prev_saved_entry} ]; then
> 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
> }
> set timeout=5
> ### END /etc/grub.d/00_header ###
>
> ### BEGIN /etc/grub.d/05_debian_theme ###
> set menu_color_normal=cyan/blue
> set menu_color_highlight=white/blue
> ### END /etc/grub.d/05_debian_theme ###
>
> ### BEGIN /etc/grub.d/10_linux ###
> menuentry "Debian GNU/Linux, with Linux 2.6.33-zgws1" --class debian --class gnu-linux --class gnu --class os {
>
> echo Loading Linux 2.6.33-zgws1 ...
> linux /vmlinuz-2.6.33-zgws1 root=/dev/mapper/root ro resume=/dev/mapper/swap0 quiet splash radeon.modeset=1
> echo Loading initial ramdisk ...
> initrd /initrd.img-2.6.33-zgws1
> }
> menuentry "Debian GNU/Linux, with Linux 2.6.32.8-zgws1" --class debian --class gnu-linux --class gnu --class os {
>
> echo Loading Linux 2.6.32.8-zgws1 ...
> linux /vmlinuz-2.6.32.8-zgws1 root=/dev/mapper/root ro resume=/dev/mapper/swap0 quiet splash radeon.modeset=1
> echo Loading initial ramdisk ...
> initrd /initrd.img-2.6.32.8-zgws1
> }
> menuentry "Debian GNU/Linux, with Linux 2.6.32.7-zgws1" --class debian --class gnu-linux --class gnu --class os {
>
> echo Loading Linux 2.6.32.7-zgws1 ...
> linux /vmlinuz-2.6.32.7-zgws1 root=/dev/mapper/root ro resume=/dev/mapper/swap0 quiet splash radeon.modeset=1
> echo Loading initial ramdisk ...
> initrd /initrd.img-2.6.32.7-zgws1
> }
> menuentry "Debian GNU/Linux, with Linux 2.6.32-trunk-686" --class debian --class gnu-linux --class gnu --class os {
>
> echo Loading Linux 2.6.32-trunk-686 ...
> linux /vmlinuz-2.6.32-trunk-686 root=/dev/mapper/root ro resume=/dev/mapper/swap0 quiet splash radeon.modeset=1
> echo Loading initial ramdisk ...
> initrd /initrd.img-2.6.32-trunk-686
> }
> menuentry "Debian GNU/Linux, with Linux 2.6.32-3-686" --class debian --class gnu-linux --class gnu --class os {
>
> echo Loading Linux 2.6.32-3-686 ...
> linux /vmlinuz-2.6.32-3-686 root=/dev/mapper/root ro resume=/dev/mapper/swap0 quiet splash radeon.modeset=1
> echo Loading initial ramdisk ...
> initrd /initrd.img-2.6.32-3-686
> }
> ### END /etc/grub.d/10_linux ###
>
> ### BEGIN /etc/grub.d/20_grml ###
> menuentry "grml" {
> loopback loop /grml/grml.iso
> linux (loop)/boot/grmlsmall/linux26 quiet vga=791 lang=de boot=live noeject noprompt keyboard=de findiso=/grml/grml.iso toram=grml-small.squashfs
> initrd (loop)/boot/grmlsmall/initrd.gz
> }
> ### END /etc/grub.d/20_grml ###
>
> ### BEGIN /etc/grub.d/20_memtest86 ###
> menuentry "Memory test (memtest86)" {
> linux16 /memtest86.bin
> }
> ### END /etc/grub.d/20_memtest86 ###
>
> ### BEGIN /etc/grub.d/20_memtest86+ ###
> menuentry "Memory test (memtest86+)" {
> multiboot /memtest86+_multiboot.bin
> }
> menuentry "Memory test (memtest86+, serial console 115200)" {
> multiboot /memtest86+_multiboot.bin console=ttyS0,115200n8
> }
> ### END /etc/grub.d/20_memtest86+ ###
>
> ### BEGIN /etc/grub.d/30_os-prober ###
> ### END /etc/grub.d/30_os-prober ###
>
> ### BEGIN /etc/grub.d/40_custom ###
> # This file provides an easy way to add custom menu entries. Simply type the
> # menu entries you want to add after this comment. Be careful not to change
> # the 'exec tail' line above.
> ### END /etc/grub.d/40_custom ###
> *********************** END /boot/grub/grub.cfg
>
> -- System Information:
> Debian Release: squeeze/sid
> APT prefers unstable
> APT policy: (500, 'unstable')
> Architecture: i386 (i686)
>
> Kernel: Linux 2.6.33-zgws1 (SMP w/2 CPU cores; PREEMPT)
> Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
>
> Versions of packages grub-pc depends on:
> ii debconf [debconf-2.0] 1.5.28 Debian configuration management sy
> ii grub-common 1.98-1 GRand Unified Bootloader, version
> ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib
> ii ucf 3.0025 Update Configuration File: preserv
>
> grub-pc recommends no packages.
>
> Versions of packages grub-pc suggests:
> ii desktop-base 5.0.5 common files for the Debian Deskto
>
> -- debconf information:
> grub2/kfreebsd_cmdline:
> * grub-pc/linux_cmdline:
> * grub2/linux_cmdline:
> * grub-pc/chainload_from_menu.lst: false
> grub-pc/kopt_extracted: false
> grub-pc/postrm_purge_boot_grub: false
> grub2/kfreebsd_cmdline_default: quiet
> * grub2/linux_cmdline_default: resume=/dev/mapper/swap1 quiet splash hpet=force video=radeon:force_sleep,1400x1050-24 at 60
> * grub-pc/install_devices:
>
>
>
> _______________________________________________
> Pkg-grub-devel mailing list
> Pkg-grub-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grub-devel
>
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 293 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20100316/61dceb40/attachment.pgp>
More information about the Pkg-grub-devel
mailing list