Bug#659813: grub-pc: since upgrading to sid (13/2/2011) grub splashscreen doesn't work

John Hughes john at calva.com
Mon Feb 13 21:22:52 UTC 2012


Package: grub-pc
Version: 1.99-14
Severity: normal

Dear Maintainer,

I can't get grub to show the pretty debian splashscreen

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/coal-root / ext3 rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered 0 0
/dev/md126p5 /boot ext3 rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=ordered 0 0
/dev/mapper/coal-home /home ext3 rw,relatime,errors=continue,user_xattr,acl,barrier=1,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-SAMSUNG_MZRPC256HADR-000SO_S0T5NY0BA01617
(hd1)	/dev/disk/by-id/ata-SAMSUNG_MZRPC256HADR-000SO_S0T5NY5BA01617
(hd2)	/dev/disk/by-id/md-uuid-e32e0439:7c03631e:a6ee5474:aed5fb87
*********************** 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
  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
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

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 3.2.0-1-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd2,msdos5)'
	search --no-floppy --fs-uuid --set=root c80f0960-e576-4704-86a8-fd5f8a01df21
	echo	'Loading Linux 3.2.0-1-amd64 ...'
	linux	/vmlinuz-3.2.0-1-amd64 root=/dev/mapper/coal-root ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.2.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd2,msdos5)'
	search --no-floppy --fs-uuid --set=root c80f0960-e576-4704-86a8-fd5f8a01df21
	echo	'Loading Linux 3.2.0-1-amd64 ...'
	linux	/vmlinuz-3.2.0-1-amd64 root=/dev/mapper/coal-root ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.2.0-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 ###
menuentry "Windows Recovery Environment (loader) (on /dev/md126p1)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd2,msdos1)'
	search --no-floppy --fs-uuid --set=root FC903F88903F4902
	drivemap -s (hd0) ${root}
	chainloader +1
}
menuentry "Windows 7 (loader) (on /dev/md126p2)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd2,msdos2)'
	search --no-floppy --fs-uuid --set=root 88C043A6C0439978
	chainloader +1
}
### 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 ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg

*********************** BEGIN /proc/mdstat
Personalities : [raid0] 
md126 : active raid0 sda[1] sdb[0]
      250064896 blocks super external:/md127/0 128k chunks
      
md127 : inactive sda[1](S) sdb[0](S)
      4520 blocks super external:imsm
       
unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Feb 13 21:15 ata-SAMSUNG_MZRPC256HADR-000SO_S0T5NY0BA01617 -> ../../sda
lrwxrwxrwx 1 root root  9 Feb 13 21:15 ata-SAMSUNG_MZRPC256HADR-000SO_S0T5NY5BA01617 -> ../../sdb
lrwxrwxrwx 1 root root 10 Feb 13 22:15 dm-name-coal-home -> ../../dm-3
lrwxrwxrwx 1 root root 10 Feb 13 22:15 dm-name-coal-root -> ../../dm-1
lrwxrwxrwx 1 root root 10 Feb 13 22:15 dm-name-coal-swap -> ../../dm-2
lrwxrwxrwx 1 root root 10 Feb 13 22:15 dm-name-md126p6_crypt -> ../../dm-0
lrwxrwxrwx 1 root root 10 Feb 13 22:15 dm-uuid-CRYPT-LUKS1-e4dd8c41b9384b439f5837186c17268d-md126p6_crypt -> ../../dm-0
lrwxrwxrwx 1 root root 10 Feb 13 22:15 dm-uuid-LVM-H2c7HLeeukDRvlt7yu6L3wu5rpwkQdWKKU93yvn1VUm5aIj0w7f2n4Arx3R1PwgD -> ../../dm-1
lrwxrwxrwx 1 root root 10 Feb 13 22:15 dm-uuid-LVM-H2c7HLeeukDRvlt7yu6L3wu5rpwkQdWKOi9KZV45Xi2YtzieCrA57EZJWhL4BI1s -> ../../dm-3
lrwxrwxrwx 1 root root 10 Feb 13 22:15 dm-uuid-LVM-H2c7HLeeukDRvlt7yu6L3wu5rpwkQdWKffuvkObJ5CPZFkpKNND5L784QLsOcnIc -> ../../dm-2
lrwxrwxrwx 1 root root 11 Feb 13 21:15 md-uuid-4a056b95:1ce7c03b:3eb58093:215240fe -> ../../md127
lrwxrwxrwx 1 root root 11 Feb 13 21:15 md-uuid-e32e0439:7c03631e:a6ee5474:aed5fb87 -> ../../md126
lrwxrwxrwx 1 root root 13 Feb 13 21:15 md-uuid-e32e0439:7c03631e:a6ee5474:aed5fb87-part1 -> ../../md126p1
lrwxrwxrwx 1 root root 13 Feb 13 21:15 md-uuid-e32e0439:7c03631e:a6ee5474:aed5fb87-part2 -> ../../md126p2
lrwxrwxrwx 1 root root 13 Feb 13 21:15 md-uuid-e32e0439:7c03631e:a6ee5474:aed5fb87-part3 -> ../../md126p3
lrwxrwxrwx 1 root root 13 Feb 13 21:15 md-uuid-e32e0439:7c03631e:a6ee5474:aed5fb87-part4 -> ../../md126p4
lrwxrwxrwx 1 root root 13 Feb 13 21:15 md-uuid-e32e0439:7c03631e:a6ee5474:aed5fb87-part5 -> ../../md126p5
lrwxrwxrwx 1 root root 13 Feb 13 21:15 md-uuid-e32e0439:7c03631e:a6ee5474:aed5fb87-part6 -> ../../md126p6
lrwxrwxrwx 1 root root  9 Feb 13 21:15 scsi-SATA_SAMSUNG_MZRPC25S0T5NY0BA01617 -> ../../sda
lrwxrwxrwx 1 root root  9 Feb 13 21:15 scsi-SATA_SAMSUNG_MZRPC25S0T5NY5BA01617 -> ../../sdb
lrwxrwxrwx 1 root root  9 Feb 13 21:15 wwn-0x50000f0043584d30 -> ../../sdb
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 13 Feb 13 21:15 5066444266442AD4 -> ../../md126p3
lrwxrwxrwx 1 root root 13 Feb 13 21:15 88C043A6C0439978 -> ../../md126p2
lrwxrwxrwx 1 root root 13 Feb 13 21:15 FC903F88903F4902 -> ../../md126p1
lrwxrwxrwx 1 root root 13 Feb 13 21:15 c80f0960-e576-4704-86a8-fd5f8a01df21 -> ../../md126p5
lrwxrwxrwx 1 root root 10 Feb 13 22:15 e29a34ce-2cce-496e-9f62-32be363cce99 -> ../../dm-2
lrwxrwxrwx 1 root root 13 Feb 13 21:15 e4dd8c41-b938-4b43-9f58-37186c17268d -> ../../md126p6
lrwxrwxrwx 1 root root 10 Feb 13 22:15 ebac7c5e-067d-4d61-acfd-8fa7d1fdd4ce -> ../../dm-1
lrwxrwxrwx 1 root root 10 Feb 13 22:15 ee368469-0509-4b7b-99ee-2411ba8a1cfb -> ../../dm-3
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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.41
ii  grub-common            1.99-14
ii  grub-pc-bin            1.99-14
ii  grub2-common           1.99-14
ii  ucf                    3.0025+nmu2

grub-pc recommends no packages.

grub-pc suggests no packages.

-- debconf information:
  grub-pc/kopt_extracted: false
  grub2/kfreebsd_cmdline:
  grub2/device_map_regenerated:
* grub-pc/install_devices: /dev/disk/by-id/md-uuid-e32e0439:7c03631e:a6ee5474:aed5fb87
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/install_devices_failed_upgrade: true
  grub-pc/disk_description:
* grub2/linux_cmdline:
  grub-pc/install_devices_empty: false
  grub2/kfreebsd_cmdline_default: quiet
  grub-pc/partition_description:
  grub-pc/install_devices_failed: false
  grub-pc/install_devices_disks_changed:
* grub2/linux_cmdline_default: quiet
  grub-pc/chainload_from_menu.lst: true
  grub-pc/mixed_legacy_and_grub2: true





More information about the Pkg-grub-devel mailing list