Your message dated Wed, 17 Mar 2010 15:10:44 +0100
with message-id <[email protected]>
and subject line Re: Bug#574052: grub-pc: too much output for vbeinfo, useless
has caused the Debian Bug report #574052,
regarding grub-pc: too much output for vbeinfo, useless
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
574052: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574052
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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...@60
* grub-pc/install_devices:
--- End Message ---
--- Begin Message ---
On Tue, Mar 16, 2010 at 10:19:20AM +0100, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> set pager=1
That helped. Thanks.
Greetings
Marc
--
-----------------------------------------------------------------------------
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature | How to make an American Quilt | Fax: *49 3221 2323190
--- End Message ---