Bug#765740: grub-efi-amd64: Update-grub ignores multiple EFI boot partitions - stops boot after loss of first EFI disk
Barry Pearce
barryspearce at hotmail.com
Fri Oct 17 17:53:17 UTC 2014
Package: grub-efi-amd64
Version: 2.02~beta2-14
Severity: normal
Tags: d-i
Dear Maintainer,
update-grub installs only onto the first EFI boot partition it finds. Other partitions are ignored.
My system has 4 drives configured with 3 RAID sets. The first two drives are a single RAID set under Intel RST used for Win 7.1 Pro. The drives are configured:
Drive 1 & 2 under Intel RST RAID 1 (/dev/md126p):
100MB EFI Boot
128MB MS Reserved
Rest of drive partitioned for windows drives.
Disk 3 /dev/sdc
sdc1 - 250M - EFI Boot
sdc2 - 750M - RAID 1 (/dev/md0) for /boot on ext4
sdc3 - rest of drive - RAID 1 (/dev/md1) for LVM
Disk 4 /dev/sdd
sdd1 - 250M - EFI Boot
sdd2 - 750M - RAID 1 (/dev/md0) for /boot on ext4
sdd3 - rest of drive - RAID 1 (/dev/md1) for LVM
The installer only configures the EFI boot on the raid set made up of disks 1 or 2. So if disk 1 fails or is removed the system will continue to boot. However, loss or removal of both disks 1 & 2 should leave the system operable as a multi-os boot system has meant the Debian systems are (and should be) completely unaffected by the removal/failure of disks 1 & 2. However, the current situation renders the system unbootable.
For reliable raid the installer should ALSO populate the EFI Boot partitions on disks 3 & 4. Thus ensuring that the o/s is visible to the BIOS and will actually boot.
There is a manual work around for this which I shall add to this report for those that are interested.
-- Package-specific info:
*********************** 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
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
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 part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/KQg1cl-3n8f-CA9O-9hSf-EjRb-t7Ki-cQRbin/2Et6RP-rIDJ-NY1w-kJES-w8ks-j4yR-eTlNjC'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/KQg1cl-3n8f-CA9O-9hSf-EjRb-t7Ki-cQRbin/2Et6RP-rIDJ-NY1w-kJES-w8ks-j4yR-eTlNjC' 93b3c65f-b1d3-4d81-a740-a0878e47a3ff
else
search --no-floppy --fs-uuid --set=root 93b3c65f-b1d3-4d81-a740-a0878e47a3ff
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=en_GB
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=-1
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/KQg1cl-3n8f-CA9O-9hSf-EjRb-t7Ki-cQRbin/2Et6RP-rIDJ-NY1w-kJES-w8ks-j4yR-eTlNjC'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/KQg1cl-3n8f-CA9O-9hSf-EjRb-t7Ki-cQRbin/2Et6RP-rIDJ-NY1w-kJES-w8ks-j4yR-eTlNjC' 93b3c65f-b1d3-4d81-a740-a0878e47a3ff
else
search --no-floppy --fs-uuid --set=root 93b3c65f-b1d3-4d81-a740-a0878e47a3ff
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-93b3c65f-b1d3-4d81-a740-a0878e47a3ff' {
load_video
insmod gzio
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/1d6bfe51b80bc6fba2708c2cc7d28e74'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/1d6bfe51b80bc6fba2708c2cc7d28e74' f44b9b13-4c27-4559-b001-3f56e37630f6
else
search --no-floppy --fs-uuid --set=root f44b9b13-4c27-4559-b001-3f56e37630f6
fi
echo 'Loading Linux 3.16-2-amd64 ...'
linux /vmlinuz-3.16-2-amd64 root=/dev/mapper/system-root ro quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16-2-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-93b3c65f-b1d3-4d81-a740-a0878e47a3ff' {
menuentry 'Debian GNU/Linux, with Linux 3.16-2-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16-2-amd64-advanced-93b3c65f-b1d3-4d81-a740-a0878e47a3ff' {
load_video
insmod gzio
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/1d6bfe51b80bc6fba2708c2cc7d28e74'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/1d6bfe51b80bc6fba2708c2cc7d28e74' f44b9b13-4c27-4559-b001-3f56e37630f6
else
search --no-floppy --fs-uuid --set=root f44b9b13-4c27-4559-b001-3f56e37630f6
fi
echo 'Loading Linux 3.16-2-amd64 ...'
linux /vmlinuz-3.16-2-amd64 root=/dev/mapper/system-root ro quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.16-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16-2-amd64-recovery-93b3c65f-b1d3-4d81-a740-a0878e47a3ff' {
load_video
insmod gzio
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/1d6bfe51b80bc6fba2708c2cc7d28e74'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/1d6bfe51b80bc6fba2708c2cc7d28e74' f44b9b13-4c27-4559-b001-3f56e37630f6
else
search --no-floppy --fs-uuid --set=root f44b9b13-4c27-4559-b001-3f56e37630f6
fi
echo 'Loading Linux 3.16-2-amd64 ...'
linux /vmlinuz-3.16-2-amd64 root=/dev/mapper/system-root ro single
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.16-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13-1-amd64-advanced-93b3c65f-b1d3-4d81-a740-a0878e47a3ff' {
load_video
insmod gzio
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/1d6bfe51b80bc6fba2708c2cc7d28e74'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/1d6bfe51b80bc6fba2708c2cc7d28e74' f44b9b13-4c27-4559-b001-3f56e37630f6
else
search --no-floppy --fs-uuid --set=root f44b9b13-4c27-4559-b001-3f56e37630f6
fi
echo 'Loading Linux 3.13-1-amd64 ...'
linux /vmlinuz-3.13-1-amd64 root=/dev/mapper/system-root ro quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.13-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13-1-amd64-recovery-93b3c65f-b1d3-4d81-a740-a0878e47a3ff' {
load_video
insmod gzio
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/1d6bfe51b80bc6fba2708c2cc7d28e74'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/1d6bfe51b80bc6fba2708c2cc7d28e74' f44b9b13-4c27-4559-b001-3f56e37630f6
else
search --no-floppy --fs-uuid --set=root f44b9b13-4c27-4559-b001-3f56e37630f6
fi
echo 'Loading Linux 3.13-1-amd64 ...'
linux /vmlinuz-3.13-1-amd64 root=/dev/mapper/system-root ro single
echo 'Loading initial ramdisk ...'
initrd /initrd.img-3.13-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 Boot Manager (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-7081-F129' {
insmod part_gpt
insmod fat
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 7081-F129
else
search --no-floppy --fs-uuid --set=root 7081-F129
fi
chainloader /efi/Microsoft/Boot/bootmgfw.efi
}
menuentry 'Windows Boot Manager (on /dev/sdb1)' --class windows --class os $menuentry_id_option 'osprober-efi-7081-F129' {
insmod part_gpt
insmod fat
set root='hd1,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1 7081-F129
else
search --no-floppy --fs-uuid --set=root 7081-F129
fi
chainloader /efi/Microsoft/Boot/bootmgfw.efi
}
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### 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
Personalities : [raid1]
md1 : active raid1 sdc3[0] sdd3[1]
975410176 blocks super 1.2 [2/2] [UU]
bitmap: 2/8 pages [8KB], 65536KB chunk
md0 : active raid1 sdc2[0] sdd2[1]
976320 blocks super 1.2 [2/2] [UU]
md126 : active raid1 sda[1] sdb[0]
488383488 blocks super external:/md127/0 [2/2] [UU]
md127 : inactive sda[1](S) sdb[0](S)
5928 blocks super external:imsm
unused devices: <none>
*********************** END /proc/mdstat
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Oct 17 10:57 ata-PIONEER_BD-RW_BDR-209D -> ../../sr0
lrwxrwxrwx 1 root root 9 Oct 17 10:57 ata-ST1000DM003-1CH162_W1D3R04W -> ../../sdd
lrwxrwxrwx 1 root root 10 Oct 17 10:57 ata-ST1000DM003-1CH162_W1D3R04W-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Oct 17 10:57 ata-ST1000DM003-1CH162_W1D3R04W-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 Oct 17 10:57 ata-ST1000DM003-1CH162_W1D3R04W-part3 -> ../../sdd3
lrwxrwxrwx 1 root root 9 Oct 17 10:57 ata-ST1000DM003-1CH162_Z1DAW2Z1 -> ../../sdc
lrwxrwxrwx 1 root root 10 Oct 17 10:57 ata-ST1000DM003-1CH162_Z1DAW2Z1-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Oct 17 10:57 ata-ST1000DM003-1CH162_Z1DAW2Z1-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Oct 17 10:57 ata-ST1000DM003-1CH162_Z1DAW2Z1-part3 -> ../../sdc3
lrwxrwxrwx 1 root root 9 Oct 17 10:57 ata-ST3500320AS_5QM1ALRL -> ../../sda
lrwxrwxrwx 1 root root 9 Oct 17 10:57 ata-ST3500320AS_5QM1B2KK -> ../../sdb
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-name-system-data -> ../../dm-5
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-name-system-share -> ../../dm-7
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-name-system-srv -> ../../dm-6
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-name-system-home -> ../../dm-3
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-name-system-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-name-system-swap -> ../../dm-1
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-name-system-temp -> ../../dm-2
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-name-system-var -> ../../dm-4
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-uuid-LVM-KQg1cl3n8fCA9O9hSfEjRbt7KicQRbin2Et6RPrIDJNY1wkJESw8ksj4yReTlNjC -> ../../dm-0
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-uuid-LVM-KQg1cl3n8fCA9O9hSfEjRbt7KicQRbinCh5naQV5t0O0tafodUXO6PKXo2OQLgWC -> ../../dm-5
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-uuid-LVM-KQg1cl3n8fCA9O9hSfEjRbt7KicQRbinEO9oobyJFFCoXUQPdvLE2y4rwNvbya2B -> ../../dm-1
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-uuid-LVM-KQg1cl3n8fCA9O9hSfEjRbt7KicQRbinEyF7EQgzietYQFfepgj07mA9xxltleHF -> ../../dm-7
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-uuid-LVM-KQg1cl3n8fCA9O9hSfEjRbt7KicQRbinH0M1Zih9nBpZdBjTXXf3a1pWJdblKAWj -> ../../dm-2
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-uuid-LVM-KQg1cl3n8fCA9O9hSfEjRbt7KicQRbinIdLMjBjIIjEaXsoXlnfrjNx6uyau3YZH -> ../../dm-6
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-uuid-LVM-KQg1cl3n8fCA9O9hSfEjRbt7KicQRbinOZJk3p4nzx4FViAjBhOjCI3ia8MNXLp6 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Oct 17 10:57 dm-uuid-LVM-KQg1cl3n8fCA9O9hSfEjRbt7KicQRbinflYHr8khwJEDI38GD1xWxKAYNlGMadwL -> ../../dm-4
lrwxrwxrwx 1 root root 9 Oct 17 10:57 md-name-sapient:0 -> ../../md0
lrwxrwxrwx 1 root root 9 Oct 17 10:57 md-name-sapient:1 -> ../../md1
lrwxrwxrwx 1 root root 9 Oct 17 10:57 md-uuid-1d6bfe51:b80bc6fb:a2708c2c:c7d28e74 -> ../../md0
lrwxrwxrwx 1 root root 9 Oct 17 10:57 md-uuid-8104acb4:d29aff1c:01a84a47:61e81535 -> ../../md1
lrwxrwxrwx 1 root root 11 Oct 17 10:57 md-uuid-98fa8928:afba84fb:48a5bf5a:99d0b479 -> ../../md126
lrwxrwxrwx 1 root root 13 Oct 17 10:57 md-uuid-98fa8928:afba84fb:48a5bf5a:99d0b479-part1 -> ../../md126p1
lrwxrwxrwx 1 root root 13 Oct 17 10:57 md-uuid-98fa8928:afba84fb:48a5bf5a:99d0b479-part2 -> ../../md126p2
lrwxrwxrwx 1 root root 13 Oct 17 10:57 md-uuid-98fa8928:afba84fb:48a5bf5a:99d0b479-part3 -> ../../md126p3
lrwxrwxrwx 1 root root 13 Oct 17 10:57 md-uuid-98fa8928:afba84fb:48a5bf5a:99d0b479-part4 -> ../../md126p4
lrwxrwxrwx 1 root root 11 Oct 17 10:57 md-uuid-bbdfb1c4:71105309:56b464c5:c5816577 -> ../../md127
lrwxrwxrwx 1 root root 9 Oct 17 10:57 wwn-0x5000c5000b6654ca -> ../../sda
lrwxrwxrwx 1 root root 9 Oct 17 10:57 wwn-0x5000c5000b66dc6b -> ../../sdb
lrwxrwxrwx 1 root root 9 Oct 17 10:57 wwn-0x5000c500669f09c8 -> ../../sdc
lrwxrwxrwx 1 root root 10 Oct 17 10:57 wwn-0x5000c500669f09c8-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Oct 17 10:57 wwn-0x5000c500669f09c8-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Oct 17 10:57 wwn-0x5000c500669f09c8-part3 -> ../../sdc3
lrwxrwxrwx 1 root root 9 Oct 17 10:57 wwn-0x5000c50073a75b91 -> ../../sdd
lrwxrwxrwx 1 root root 10 Oct 17 10:57 wwn-0x5000c50073a75b91-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Oct 17 10:57 wwn-0x5000c50073a75b91-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 Oct 17 10:57 wwn-0x5000c50073a75b91-part3 -> ../../sdd3
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Oct 17 10:57 0debedfb-1e84-436e-b76a-4576a9493856 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Oct 17 10:57 0f83dac4-3f16-4e21-9eeb-b008a3b4e0da -> ../../dm-6
lrwxrwxrwx 1 root root 10 Oct 17 10:57 28A4-3A67 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Oct 17 10:57 2a7cc0db-7d77-41a6-a064-a47754ec8bee -> ../../dm-3
lrwxrwxrwx 1 root root 13 Oct 17 10:57 7081-F129 -> ../../md126p1
lrwxrwxrwx 1 root root 10 Oct 17 10:57 74381176-61a2-406f-bd96-a24ee35edffc -> ../../dm-7
lrwxrwxrwx 1 root root 10 Oct 17 10:57 93b3c65f-b1d3-4d81-a740-a0878e47a3ff -> ../../dm-0
lrwxrwxrwx 1 root root 13 Oct 17 10:57 A608D48008D450C3 -> ../../md126p4
lrwxrwxrwx 1 root root 10 Oct 17 10:57 DAD0-5463 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Oct 17 10:57 c326b761-a51a-4c13-a548-7efb5322368f -> ../../dm-4
lrwxrwxrwx 1 root root 10 Oct 17 10:57 ebd5669d-4b4b-4c5d-bece-a5dbb75be2e0 -> ../../dm-2
lrwxrwxrwx 1 root root 9 Oct 17 10:57 f44b9b13-4c27-4559-b001-3f56e37630f6 -> ../../md0
lrwxrwxrwx 1 root root 10 Oct 17 10:57 f87ce5b6-c385-49a0-80da-0de9e4629386 -> ../../dm-5
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: jessie/sid
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (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.02~beta2-14
ii grub-efi-amd64-bin 2.02~beta2-14
ii grub2-common 2.02~beta2-14
ii ucf 3.0030
grub-efi-amd64 recommends no packages.
grub-efi-amd64 suggests no packages.
-- debconf information excluded
More information about the Pkg-grub-devel
mailing list