Bug#749398: grub-pc: GRUB menu display errors (low resolution, greyscale, minor glitches)
Stefan Nagy
public at stefan-nagy.at
Mon May 26 18:25:59 UTC 2014
Package: grub-pc
Version: 2.00-22
Severity: normal
When I connect an external display to my netbook (over HDMI) and boot, GRUB
menu will always appear only on the external display with display errors: low
resolution, greyscale, minor glitches (I'll attach two photos showing the
display errors). I can reproduce this issue on two different displays, both
have a resolution of 1680x1050px.
When I boot without an external display connected to my netbook GRUB menu shows
up without any glitches (correct resolution with is 1366x768px and in color) on
the internal display.
I'm reporting this after a fresh install of Debian Testing on an HP Folio
13-2000 netbook, the graphics controller is an Intel Corporation 2nd Generation
Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09).
This is a regression but I'm sorry I can't say when this bug hit me (it's
possible that it was introduced with 2.00-22).
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/mapper/rosa-root / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda1 /boot ext2 rw,relatime 0 0
/dev/mapper/rosa-home /home ext4 rw,relatime,data=ordered 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/usb-Kingston_DataTraveler_2.0_00241D8CE55DFDC0F933F872-0:0
(hd1) /dev/disk/by-id/ata-SAMSUNG_MZMPA128HMFU-000H1_S0TENEAC120732
*********************** END /boot/grub/device.map
*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by 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
set have_grubenv=true
load_env
fi
set default="0"
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
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
}
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 part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd1,msdos1' c8cb4bf4-6ddd-41b5-bbaa-04529bfd44bb
else
search --no-floppy --fs-uuid --set=root c8cb4bf4-6ddd-41b5-bbaa-04529bfd44bb
fi
font="/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=de_AT
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=-1
else
set timeout=5
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd1,msdos1' c8cb4bf4-6ddd-41b5-bbaa-04529bfd44bb
else
search --no-floppy --fs-uuid --set=root c8cb4bf4-6ddd-41b5-bbaa-04529bfd44bb
fi
insmod png
if background_image /grub/.background_cache.png; then
set color_normal=white/black
set color_highlight=black/white
else
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-616ff79c-4633-441b-b862-8d4139707200' {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd1,msdos1' c8cb4bf4-6ddd-41b5-bbaa-04529bfd44bb
else
search --no-floppy --fs-uuid --set=root c8cb4bf4-6ddd-41b5-bbaa-04529bfd44bb
fi
echo 'Linux 3.14-1-amd64 wird geladen …'
linux /vmlinuz-3.14-1-amd64 root=/dev/mapper/rosa-root ro quiet splash
echo 'Initiale Ramdisk wird geladen …'
initrd /initrd.img-3.14-1-amd64
}
submenu 'Erweiterte Optionen für Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-616ff79c-4633-441b-b862-8d4139707200' {
menuentry 'Debian GNU/Linux, mit Linux 3.14-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-amd64-advanced-616ff79c-4633-441b-b862-8d4139707200' {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd1,msdos1' c8cb4bf4-6ddd-41b5-bbaa-04529bfd44bb
else
search --no-floppy --fs-uuid --set=root c8cb4bf4-6ddd-41b5-bbaa-04529bfd44bb
fi
echo 'Linux 3.14-1-amd64 wird geladen …'
linux /vmlinuz-3.14-1-amd64 root=/dev/mapper/rosa-root ro quiet splash
echo 'Initiale Ramdisk wird geladen …'
initrd /initrd.img-3.14-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.14-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-amd64-recovery-616ff79c-4633-441b-b862-8d4139707200' {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='hd1,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 --hint='hd1,msdos1' c8cb4bf4-6ddd-41b5-bbaa-04529bfd44bb
else
search --no-floppy --fs-uuid --set=root c8cb4bf4-6ddd-41b5-bbaa-04529bfd44bb
fi
echo 'Linux 3.14-1-amd64 wird geladen …'
linux /vmlinuz-3.14-1-amd64 root=/dev/mapper/rosa-root ro single
echo 'Initiale Ramdisk wird geladen …'
initrd /initrd.img-3.14-1-amd64
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###
### 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 ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg
*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 May 26 20:08 ata-SAMSUNG_MZMPA128HMFU-000H1_S0TENEAC120732 -> ../../sda
lrwxrwxrwx 1 root root 10 May 26 20:08 ata-SAMSUNG_MZMPA128HMFU-000H1_S0TENEAC120732-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 26 20:08 ata-SAMSUNG_MZMPA128HMFU-000H1_S0TENEAC120732-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May 26 20:08 ata-SAMSUNG_MZMPA128HMFU-000H1_S0TENEAC120732-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 May 26 20:08 dm-name-rosa-home -> ../../dm-3
lrwxrwxrwx 1 root root 10 May 26 20:08 dm-name-rosa-root -> ../../dm-1
lrwxrwxrwx 1 root root 10 May 26 20:08 dm-name-rosa-swap_1 -> ../../dm-2
lrwxrwxrwx 1 root root 10 May 26 20:08 dm-name-sdb5_crypt -> ../../dm-0
lrwxrwxrwx 1 root root 10 May 26 20:08 dm-uuid-CRYPT-LUKS1-482e3c5a13024ddf81998ad74852f617-sdb5_crypt -> ../../dm-0
lrwxrwxrwx 1 root root 10 May 26 20:08 dm-uuid-LVM-qpYCvUR8PnK7f7iJdl5BHreZ76E0KmRiF3RujkaBehoF63w6eW3TWqAN5niJfy5X -> ../../dm-2
lrwxrwxrwx 1 root root 10 May 26 20:08 dm-uuid-LVM-qpYCvUR8PnK7f7iJdl5BHreZ76E0KmRiPy08QYbK1QrsdnhYlFOpzHLMgoUKwGjv -> ../../dm-3
lrwxrwxrwx 1 root root 10 May 26 20:08 dm-uuid-LVM-qpYCvUR8PnK7f7iJdl5BHreZ76E0KmRixsEij1wmy8SDj2Lx6Ielnidf5Cs7lPs1 -> ../../dm-1
lrwxrwxrwx 1 root root 10 May 26 20:08 lvm-pv-uuid-O3YfOJ-C8Xd-zhld-rU0p-bSTQ-Gkr3-yxeqXk -> ../../dm-0
lrwxrwxrwx 1 root root 9 May 26 20:08 scsi-SATA_SAMSUNG_MZMPA128S0TENEAC120732 -> ../../sda
lrwxrwxrwx 1 root root 10 May 26 20:08 scsi-SATA_SAMSUNG_MZMPA128S0TENEAC120732-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 26 20:08 scsi-SATA_SAMSUNG_MZMPA128S0TENEAC120732-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May 26 20:08 scsi-SATA_SAMSUNG_MZMPA128S0TENEAC120732-part5 -> ../../sda5
lrwxrwxrwx 1 root root 9 May 26 20:08 wwn-0x50010f0000000000 -> ../../sda
lrwxrwxrwx 1 root root 10 May 26 20:08 wwn-0x50010f0000000000-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 26 20:08 wwn-0x50010f0000000000-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May 26 20:08 wwn-0x50010f0000000000-part5 -> ../../sda5
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 May 26 20:08 482e3c5a-1302-4ddf-8199-8ad74852f617 -> ../../sda5
lrwxrwxrwx 1 root root 10 May 26 20:08 616ff79c-4633-441b-b862-8d4139707200 -> ../../dm-1
lrwxrwxrwx 1 root root 10 May 26 20:08 782b3525-02f5-4b59-aeb8-43114fbcc746 -> ../../dm-2
lrwxrwxrwx 1 root root 10 May 26 20:08 b82b4c8e-b47b-4276-b7fa-52f0216d4f20 -> ../../dm-3
lrwxrwxrwx 1 root root 10 May 26 20:08 c8cb4bf4-6ddd-41b5-bbaa-04529bfd44bb -> ../../sda1
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages grub-pc depends on:
ii debconf [debconf-2.0] 1.5.53
ii grub-common 2.00-22
ii grub-pc-bin 2.00-22
ii grub2-common 2.00-22
ii ucf 3.0029
grub-pc recommends no packages.
grub-pc suggests no packages.
-- debconf information:
* grub2/linux_cmdline_default: quiet
grub-pc/timeout: 5
grub-pc/chainload_from_menu.lst: true
grub2/kfreebsd_cmdline:
* grub-pc/install_devices: /dev/disk/by-id/ata-SAMSUNG_MZMPA128HMFU-000H1_S0TENEAC120732
grub-pc/kopt_extracted: false
grub-pc/install_devices_empty: false
grub-pc/install_devices_disks_changed:
grub-pc/mixed_legacy_and_grub2: true
grub2/device_map_regenerated:
grub-pc/install_devices_failed_upgrade: true
grub-pc/postrm_purge_boot_grub: false
grub-pc/install_devices_failed: false
grub-pc/partition_description:
grub-pc/disk_description:
* grub2/linux_cmdline:
grub2/kfreebsd_cmdline_default: quiet
grub-pc/hidden_timeout: false
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DSCN0434.JPG
Type: image/jpeg
Size: 767327 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20140526/b72b58cb/attachment-0002.jpe>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: DSCN0435.JPG
Type: image/jpeg
Size: 743963 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20140526/b72b58cb/attachment-0003.jpe>
More information about the Pkg-grub-devel
mailing list