Bug#765918: grub-efi-amd64: Stopped booting, instead error: symbol `grub_term_highlight_color' not found.

Eerste Laatste hoekbank at hotmail.com
Sun Oct 19 09:06:23 UTC 2014


Package: grub-efi-amd64
Version: 2.00-22
Severity: important

Dear Maintainer,

Mac Pro stopped booting after upgrade, all it does now is saying:

error: symbol `grub_term_highlight_color' not found.
Entering rescue mode...
grub rescue>


Computer used to generate this bug report is a Macbook pro but
not run apt-get upgrade yet because it has a similar Debian
installation and therefore assumed to also stop working then.


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda3 /boot/efi hfsplus ro,relatime,umask=22,uid=0,gid=0,nls=utf8 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-APPLE_SSD_SD512E_133249401073
(hd1) /dev/disk/by-id/usb-090c_Spaceloop_16GB_AA00000000003986-0:0
*********************** 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_gpt
insmod ext2
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
á search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' á2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b
else
á search --no-floppy --fs-uuid --set=root 2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b
fi
á á font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
á set gfxmode=auto
á load_video
á insmod gfxterm
á set locale_dir=$prefix/locale
á set lang=nl_NL
á 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_gpt
insmod ext2
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
á search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' á2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b
else
á search --no-floppy --fs-uuid --set=root 2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b
fi
insmod png
if background_image /usr/share/images/desktop-base/joy-grub.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-2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b' {
load_video
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
ásearch --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' á2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b
else
ásearch --no-floppy --fs-uuid --set=root 2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b
fi
echo 'Laden van Linux 3.14-1-amd64...'
linux /boot/vmlinuz-3.14-1-amd64 root=UUID=2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b ro áquiet
echo 'Laden van initiÙle RAM-schijf...'
initrd /boot/initrd.img-3.14-1-amd64
}
submenu 'Geavanceerde opties voor Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b' {
menuentry 'Debian GNU/Linux, met Linux 3.14-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-amd64-advanced-2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b' {
load_video
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
ásearch --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' á2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b
else
ásearch --no-floppy --fs-uuid --set=root 2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b
fi
echo 'Laden van Linux 3.14-1-amd64...'
linux /boot/vmlinuz-3.14-1-amd64 root=UUID=2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b ro áquiet
echo 'Laden van initiÙle RAM-schijf...'
initrd /boot/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-2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b' {
load_video
insmod gzio
insmod part_gpt
insmod ext2
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
ásearch --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4 --hint='hd0,gpt4' á2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b
else
ásearch --no-floppy --fs-uuid --set=root 2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b
fi
echo 'Laden van Linux 3.14-1-amd64...'
linux /boot/vmlinuz-3.14-1-amd64 root=UUID=2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b ro singleá
echo 'Laden van initiÙle RAM-schijf...'
initrd /boot/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 ###
menuentry 'Mac OS X (32-bits) (op /dev/sda2)' --class osx --class darwin --class os $menuentry_id_option 'osprober-xnu-32-1e004985a28189b1' á{
insmod part_gpt
insmod hfsplus
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
ásearch --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 --hint='hd0,gpt2' á1e004985a28189b1
else
ásearch --no-floppy --fs-uuid --set=root 1e004985a28189b1
fi
á á á á load_video
á á á á set do_resume=0
á á á á if [ /var/vm/sleepimage -nt10 / ]; then
á á á á á áif xnu_resume /var/vm/sleepimage; then
á á á á á á áset do_resume=1
á á á á á áfi
á á á á fi
á á á á if [ $do_resume = 0 ]; then
á á á á á áxnu_uuid 1e004985a28189b1 uuid
á á á á á áif [ -f /Extra/DSDT.aml ]; then
á á á á á á á acpi -e /Extra/DSDT.aml
á á á á á áfi
á á á á á áif [ /kernelcache -nt /System/Library/Extensions ]; then
á á á á á á á xnu_kernel /kernelcache boot-uuid=${uuid} rd=*uuid
á á á á á áelse
á á á á á á á xnu_kernel /mach_kernel boot-uuid=${uuid} rd=*uuid
á á á á á á á if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
á á á á á á á á xnu_mkext /System/Library/Extensions.mkext
á á á á á á á else
á á á á á á á á xnu_kextdir /System/Library/Extensions
á á á á á á á fi
á á á á á áfi
á á á á á áif [ -f /Extra/Extensions.mkext ]; then
á á á á á á á xnu_mkext /Extra/Extensions.mkext
á á á á á áfi
á á á á á áif [ -d /Extra/Extensions ]; then
á á á á á á á xnu_kextdir /Extra/Extensions
á á á á á áfi
á á á á á áif [ -f /Extra/devprop.bin ]; then
á á á á á á á xnu_devprop_load /Extra/devprop.bin
á á á á á áfi
á á á á á áif [ -f /Extra/splash.jpg ]; then
á á á á á á á insmod jpeg
á á á á á á á xnu_splash /Extra/splash.jpg
á á á á á áfi
á á á á á áif [ -f /Extra/splash.png ]; then
á á á á á á á insmod png
á á á á á á á xnu_splash /Extra/splash.png
á á á á á áfi
á á á á á áif [ -f /Extra/splash.tga ]; then
á á á á á á á insmod tga
á á á á á á á xnu_splash /Extra/splash.tga
á á á á á áfi
á á á á fi
}
menuentry 'Mac OS X (64-bits) (op /dev/sda2)' --class osx --class darwin --class os $menuentry_id_option 'osprober-xnu-64-1e004985a28189b1' á{
insmod part_gpt
insmod hfsplus
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
ásearch --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 --hint='hd0,gpt2' á1e004985a28189b1
else
ásearch --no-floppy --fs-uuid --set=root 1e004985a28189b1
fi
á á á á load_video
á á á á set do_resume=0
á á á á if [ /var/vm/sleepimage -nt10 / ]; then
á á á á á áif xnu_resume /var/vm/sleepimage; then
á á á á á á áset do_resume=1
á á á á á áfi
á á á á fi
á á á á if [ $do_resume = 0 ]; then
á á á á á áxnu_uuid 1e004985a28189b1 uuid
á á á á á áif [ -f /Extra/DSDT.aml ]; then
á á á á á á á acpi -e /Extra/DSDT.aml
á á á á á áfi
á á á á á áif [ /kernelcache -nt /System/Library/Extensions ]; then
á á á á á á á xnu_kernel64 /kernelcache boot-uuid=${uuid} rd=*uuid
á á á á á áelse
á á á á á á á xnu_kernel64 /mach_kernel boot-uuid=${uuid} rd=*uuid
á á á á á á á if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
á á á á á á á á xnu_mkext /System/Library/Extensions.mkext
á á á á á á á else
á á á á á á á á xnu_kextdir /System/Library/Extensions
á á á á á á á fi
á á á á á áfi
á á á á á áif [ -f /Extra/Extensions.mkext ]; then
á á á á á á á xnu_mkext /Extra/Extensions.mkext
á á á á á áfi
á á á á á áif [ -d /Extra/Extensions ]; then
á á á á á á á xnu_kextdir /Extra/Extensions
á á á á á áfi
á á á á á áif [ -f /Extra/devprop.bin ]; then
á á á á á á á xnu_devprop_load /Extra/devprop.bin
á á á á á áfi
á á á á á áif [ -f /Extra/splash.jpg ]; then
á á á á á á á insmod jpeg
á á á á á á á xnu_splash /Extra/splash.jpg
á á á á á áfi
á á á á á áif [ -f /Extra/splash.png ]; then
á á á á á á á insmod png
á á á á á á á xnu_splash /Extra/splash.png
á á á á á áfi
á á á á á áif [ -f /Extra/splash.tga ]; then
á á á á á á á insmod tga
á á á á á á á xnu_splash /Extra/splash.tga
á á á á á áfi
á á á á fi
}
menuentry 'Mac OS X (32-bits) (op /dev/sda3)' --class osx --class darwin --class os $menuentry_id_option 'osprober-xnu-32-4338ea21a93366d8' á{
insmod part_gpt
insmod hfsplus
set root='hd0,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
ásearch --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 --hint='hd0,gpt3' á4338ea21a93366d8
else
ásearch --no-floppy --fs-uuid --set=root 4338ea21a93366d8
fi
á á á á load_video
á á á á set do_resume=0
á á á á if [ /var/vm/sleepimage -nt10 / ]; then
á á á á á áif xnu_resume /var/vm/sleepimage; then
á á á á á á áset do_resume=1
á á á á á áfi
á á á á fi
á á á á if [ $do_resume = 0 ]; then
á á á á á áxnu_uuid 4338ea21a93366d8 uuid
á á á á á áif [ -f /Extra/DSDT.aml ]; then
á á á á á á á acpi -e /Extra/DSDT.aml
á á á á á áfi
á á á á á áif [ /kernelcache -nt /System/Library/Extensions ]; then
á á á á á á á xnu_kernel /kernelcache boot-uuid=${uuid} rd=*uuid
á á á á á áelse
á á á á á á á xnu_kernel /mach_kernel boot-uuid=${uuid} rd=*uuid
á á á á á á á if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
á á á á á á á á xnu_mkext /System/Library/Extensions.mkext
á á á á á á á else
á á á á á á á á xnu_kextdir /System/Library/Extensions
á á á á á á á fi
á á á á á áfi
á á á á á áif [ -f /Extra/Extensions.mkext ]; then
á á á á á á á xnu_mkext /Extra/Extensions.mkext
á á á á á áfi
á á á á á áif [ -d /Extra/Extensions ]; then
á á á á á á á xnu_kextdir /Extra/Extensions
á á á á á áfi
á á á á á áif [ -f /Extra/devprop.bin ]; then
á á á á á á á xnu_devprop_load /Extra/devprop.bin
á á á á á áfi
á á á á á áif [ -f /Extra/splash.jpg ]; then
á á á á á á á insmod jpeg
á á á á á á á xnu_splash /Extra/splash.jpg
á á á á á áfi
á á á á á áif [ -f /Extra/splash.png ]; then
á á á á á á á insmod png
á á á á á á á xnu_splash /Extra/splash.png
á á á á á áfi
á á á á á áif [ -f /Extra/splash.tga ]; then
á á á á á á á insmod tga
á á á á á á á xnu_splash /Extra/splash.tga
á á á á á áfi
á á á á fi
}
menuentry 'Mac OS X (64-bits) (op /dev/sda3)' --class osx --class darwin --class os $menuentry_id_option 'osprober-xnu-64-4338ea21a93366d8' á{
insmod part_gpt
insmod hfsplus
set root='hd0,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
ásearch --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3 --hint='hd0,gpt3' á4338ea21a93366d8
else
ásearch --no-floppy --fs-uuid --set=root 4338ea21a93366d8
fi
á á á á load_video
á á á á set do_resume=0
á á á á if [ /var/vm/sleepimage -nt10 / ]; then
á á á á á áif xnu_resume /var/vm/sleepimage; then
á á á á á á áset do_resume=1
á á á á á áfi
á á á á fi
á á á á if [ $do_resume = 0 ]; then
á á á á á áxnu_uuid 4338ea21a93366d8 uuid
á á á á á áif [ -f /Extra/DSDT.aml ]; then
á á á á á á á acpi -e /Extra/DSDT.aml
á á á á á áfi
á á á á á áif [ /kernelcache -nt /System/Library/Extensions ]; then
á á á á á á á xnu_kernel64 /kernelcache boot-uuid=${uuid} rd=*uuid
á á á á á áelse
á á á á á á á xnu_kernel64 /mach_kernel boot-uuid=${uuid} rd=*uuid
á á á á á á á if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then
á á á á á á á á xnu_mkext /System/Library/Extensions.mkext
á á á á á á á else
á á á á á á á á xnu_kextdir /System/Library/Extensions
á á á á á á á fi
á á á á á áfi
á á á á á áif [ -f /Extra/Extensions.mkext ]; then
á á á á á á á xnu_mkext /Extra/Extensions.mkext
á á á á á áfi
á á á á á áif [ -d /Extra/Extensions ]; then
á á á á á á á xnu_kextdir /Extra/Extensions
á á á á á áfi
á á á á á áif [ -f /Extra/devprop.bin ]; then
á á á á á á á xnu_devprop_load /Extra/devprop.bin
á á á á á áfi
á á á á á áif [ -f /Extra/splash.jpg ]; then
á á á á á á á insmod jpeg
á á á á á á á xnu_splash /Extra/splash.jpg
á á á á á áfi
á á á á á áif [ -f /Extra/splash.png ]; then
á á á á á á á insmod png
á á á á á á á xnu_splash /Extra/splash.png
á á á á á áfi
á á á á á áif [ -f /Extra/splash.tga ]; then
á á á á á á á insmod tga
á á á á á á á xnu_splash /Extra/splash.tga
á á á á á áfi
á á á á fi
}
### 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 Oct 18 16:37 ata-APPLE_SSD_SD512E_133249401073 -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 18 16:37 ata-APPLE_SSD_SD512E_133249401073-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Oct 18 16:37 ata-APPLE_SSD_SD512E_133249401073-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Oct 18 16:37 ata-APPLE_SSD_SD512E_133249401073-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Oct 18 16:37 ata-APPLE_SSD_SD512E_133249401073-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Oct 18 16:37 ata-APPLE_SSD_SD512E_133249401073-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Oct 18 16:37 ata-APPLE_SSD_SD512E_133249401073-part6 -> ../../sda6
lrwxrwxrwx 1 root root á9 Oct 18 16:37 wwn-0x5001b44a11dd7cf1 -> ../../sda
lrwxrwxrwx 1 root root 10 Oct 18 16:37 wwn-0x5001b44a11dd7cf1-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Oct 18 16:37 wwn-0x5001b44a11dd7cf1-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Oct 18 16:37 wwn-0x5001b44a11dd7cf1-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Oct 18 16:37 wwn-0x5001b44a11dd7cf1-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Oct 18 16:37 wwn-0x5001b44a11dd7cf1-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Oct 18 16:37 wwn-0x5001b44a11dd7cf1-part6 -> ../../sda6
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Oct 18 16:37 2c84bcf4-f532-4c6a-91a3-9a1c6ea8776b -> ../../sda4
lrwxrwxrwx 1 root root 10 Oct 18 16:37 320d99de-9e24-434c-969a-929d4f92e0b8 -> ../../sda5
lrwxrwxrwx 1 root root 10 Oct 18 16:37 62c8680d-439c-3808-bc82-1bd48078ecdb -> ../../sda3
lrwxrwxrwx 1 root root 10 Oct 18 16:37 70D6-1701 -> ../../sda1
lrwxrwxrwx 1 root root 10 Oct 18 16:37 8e730071-0126-346d-8e89-fcfe8189f81d -> ../../sda6
lrwxrwxrwx 1 root root 10 Oct 18 16:37 94eb2569-c610-3867-8fd4-9e6eb0b70a19 -> ../../sda2
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: jessie/sid
á APT prefers testing-proposed-updates
á APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=nl_NL.utf8, LC_CTYPE=nl_NL.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-efi-amd64 depends on:
ii ádebconf [debconf-2.0] á1.5.53
ii ágrub-common á á á á á á2.00-22
ii ágrub-efi-amd64-bin á á 2.00-22
ii ágrub2-common á á á á á 2.00-22
ii áucf á á á á á á á á á á3.0030

grub-efi-amd64 recommends no packages.

grub-efi-amd64 suggests no packages.

-- debconf information:
á grub2/kfreebsd_cmdline_default: quiet
á grub2/kfreebsd_cmdline:
á grub2/device_map_regenerated:
* grub2/linux_cmdline:
* grub2/linux_cmdline_default: quiet
 		 	   		  


More information about the Pkg-grub-devel mailing list