Bug#955390: grub-install: error: failed to register the EFI boot entry: Bad address.
Cyril Brulebois
kibi at debian.org
Wed Apr 1 03:56:26 BST 2020
Hey,
and thanks for the triaging (sorry for the noise).
Steve McIntyre <steve at einval.com> (2020-03-31):
> On Tue, Mar 31, 2020 at 03:16:54AM +0200, Cyril Brulebois wrote:
> >This system was initially installed with jessie with grub-pc on MBR,
> >upgraded to stretch, switched to grub-efi-amd64 on UEFI (to handle
> >bigger disks), and that was working rather fine.
> >
> >Upgrading to buster, I'm now seeing this when trying to configure the
> >shim-signed-common package. I'm enclined to think it might be a GRUB
> >issue instead, but I'm filing this against the affected package anyway
> >since I don't know any better (maybe shim-* is triggering some GRUB
> >issue…) at the moment.
>
> This is definitely an issue from grub-install rather than shim*. It's
> Colin's new code in grub-install that's throwing errors. As to why,
> I'm not sure I'm afraid...
>
> > Setting up shim-signed-common (1.33+15+1533136590.3beb971-7) ...
> > Installing for x86_64-efi platform.
> > File descriptor 3 (pipe:[21154245]) leaked on vgs invocation. Parent PID 3633: grub-install
> > File descriptor 3 (pipe:[21154245]) leaked on vgs invocation. Parent PID 3633: grub-install
> > grub-install: warning: efivarfs_get_variable: open(/sys/firmware/efi/efivars/blk0-47c7b225-c42a-11d2-8e57-00a0c969723b): No such file or directory.
> > grub-install: warning: efi_get_variable: ops->get_variable failed: No such file or directory.
> > grub-install: warning: efi_va_generate_file_device_path_from_esp: could not open device for ESP: Bad address.
> > grub-install: warning: efi_generate_file_device_path_from_esp: could not generate File DP from ESP: Bad address.
> > grub-install: error: failed to register the EFI boot entry: Bad address.
> > dpkg: error processing package shim-signed-common (--configure):
> > installed shim-signed-common package post-installation script subprocess returned error exit status 1
> > dpkg: dependency problems prevent configuration of shim-signed:amd64:
> > shim-signed:amd64 depends on shim-signed-common (= 1.33+15+1533136590.3beb971-7); however:
> > Package shim-signed-common is not configured yet.
> >
> > dpkg: error processing package shim-signed:amd64 (--configure):
> > dependency problems - leaving unconfigured
> > Errors were encountered while processing:
> > shim-signed-common
> > shim-signed:amd64
> >
> >Feel free to let me know if you'd rather see me file a bug report
> >against one of the GRUB binary instead…
>
> I'd say reassign to grub2-common; that's where grub-install comes
> from. Doing that now.
I'm attaching data gathered by grub2-common's bug script, in case that
helps.
Cheers,
--
Cyril Brulebois (kibi at debian.org) <https://debamax.com/>
D-I release manager -- Release team member -- Freelance Consultant
-------------- next part --------------
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/mapper/data-root / ext4 rw,relatime,errors=remount-ro 0 0
/dev/md4 /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/mapper/anchorage-glenfiddich /srv/anchorage/glenfiddich ext4 rw,relatime 0 0
/dev/mapper/data-hobbes /data/hobbes ext4 rw,relatime 0 0
/dev/mapper/anchorage-media /media ext4 rw,relatime 0 0
/dev/mapper/data-home /home ext4 rw,relatime 0 0
/dev/mapper/data-media /data/media xfs rw,relatime,attr2,inode64,noquota 0 0
/dev/mapper/anchorage-backups /backups ext4 rw,relatime 0 0
/dev/sde1 /mnt/borg-on-rdx ext4 rw,relatime 0 0
*********************** END /proc/mounts
*********************** 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/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
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=30
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 ###
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 ###
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-de3cac58-a94d-4588-a0ca-b356147a05ef' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
echo 'Loading Linux 4.19.0-8-amd64 ...'
linux /boot/vmlinuz-4.19.0-8-amd64 root=/dev/mapper/data-root ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.19.0-8-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-de3cac58-a94d-4588-a0ca-b356147a05ef' {
menuentry 'Debian GNU/Linux, with Linux 4.19.0-8-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-8-amd64-advanced-de3cac58-a94d-4588-a0ca-b356147a05ef' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
echo 'Loading Linux 4.19.0-8-amd64 ...'
linux /boot/vmlinuz-4.19.0-8-amd64 root=/dev/mapper/data-root ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.19.0-8-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.19.0-8-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-8-amd64-recovery-de3cac58-a94d-4588-a0ca-b356147a05ef' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
echo 'Loading Linux 4.19.0-8-amd64 ...'
linux /boot/vmlinuz-4.19.0-8-amd64 root=/dev/mapper/data-root ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.19.0-8-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.9.0-12-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-12-amd64-advanced-de3cac58-a94d-4588-a0ca-b356147a05ef' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
echo 'Loading Linux 4.9.0-12-amd64 ...'
linux /boot/vmlinuz-4.9.0-12-amd64 root=/dev/mapper/data-root ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.9.0-12-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.9.0-12-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-12-amd64-recovery-de3cac58-a94d-4588-a0ca-b356147a05ef' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
echo 'Loading Linux 4.9.0-12-amd64 ...'
linux /boot/vmlinuz-4.9.0-12-amd64 root=/dev/mapper/data-root ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.9.0-12-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.9.0-11-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-11-amd64-advanced-de3cac58-a94d-4588-a0ca-b356147a05ef' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
echo 'Loading Linux 4.9.0-11-amd64 ...'
linux /boot/vmlinuz-4.9.0-11-amd64 root=/dev/mapper/data-root ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.9.0-11-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.9.0-11-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-11-amd64-recovery-de3cac58-a94d-4588-a0ca-b356147a05ef' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/kUwcO4-Olzm-ff9s-hqBf-cVEL-9trv-EEfnhU/HFDoEk-MFug-WYeR-K0Fa-H3gp-H2O5-w6OyNy' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
echo 'Loading Linux 4.9.0-11-amd64 ...'
linux /boot/vmlinuz-4.9.0-11-amd64 root=/dev/mapper/data-root ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.9.0-11-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 'Debian GNU/Linux 9 (stretch) (on /dev/mapper/anchorage-root)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-de3cac58-a94d-4588-a0ca-b356147a05ef' {
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/lI3qw7-aG1w-I4bj-3SG5-QkjF-nzaB-J0gK4W/L9ICl4-FYFG-uUGY-G9U6-03Ct-u3J9-zdmY1K'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lI3qw7-aG1w-I4bj-3SG5-QkjF-nzaB-J0gK4W/L9ICl4-FYFG-uUGY-G9U6-03Ct-u3J9-zdmY1K' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
linux /boot/vmlinuz-4.9.0-11-amd64 root=/dev/mapper/data-root ro quiet
initrd /boot/initrd.img-4.9.0-11-amd64
}
submenu 'Advanced options for Debian GNU/Linux 9 (stretch) (on /dev/mapper/anchorage-root)' $menuentry_id_option 'osprober-gnulinux-advanced-de3cac58-a94d-4588-a0ca-b356147a05ef' {
menuentry 'Debian GNU/Linux (on /dev/mapper/anchorage-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-11-amd64--de3cac58-a94d-4588-a0ca-b356147a05ef' {
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/lI3qw7-aG1w-I4bj-3SG5-QkjF-nzaB-J0gK4W/L9ICl4-FYFG-uUGY-G9U6-03Ct-u3J9-zdmY1K'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lI3qw7-aG1w-I4bj-3SG5-QkjF-nzaB-J0gK4W/L9ICl4-FYFG-uUGY-G9U6-03Ct-u3J9-zdmY1K' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
linux /boot/vmlinuz-4.9.0-11-amd64 root=/dev/mapper/data-root ro quiet
initrd /boot/initrd.img-4.9.0-11-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.9.0-11-amd64 (on /dev/mapper/anchorage-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-11-amd64--de3cac58-a94d-4588-a0ca-b356147a05ef' {
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/lI3qw7-aG1w-I4bj-3SG5-QkjF-nzaB-J0gK4W/L9ICl4-FYFG-uUGY-G9U6-03Ct-u3J9-zdmY1K'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lI3qw7-aG1w-I4bj-3SG5-QkjF-nzaB-J0gK4W/L9ICl4-FYFG-uUGY-G9U6-03Ct-u3J9-zdmY1K' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
linux /boot/vmlinuz-4.9.0-11-amd64 root=/dev/mapper/data-root ro quiet
initrd /boot/initrd.img-4.9.0-11-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.9.0-11-amd64 (recovery mode) (on /dev/mapper/anchorage-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-11-amd64-root=/dev/mapper/data-root ro single-de3cac58-a94d-4588-a0ca-b356147a05ef' {
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/lI3qw7-aG1w-I4bj-3SG5-QkjF-nzaB-J0gK4W/L9ICl4-FYFG-uUGY-G9U6-03Ct-u3J9-zdmY1K'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lI3qw7-aG1w-I4bj-3SG5-QkjF-nzaB-J0gK4W/L9ICl4-FYFG-uUGY-G9U6-03Ct-u3J9-zdmY1K' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
linux /boot/vmlinuz-4.9.0-11-amd64 root=/dev/mapper/data-root ro single
initrd /boot/initrd.img-4.9.0-11-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.9.0-10-amd64 (on /dev/mapper/anchorage-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-10-amd64--de3cac58-a94d-4588-a0ca-b356147a05ef' {
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/lI3qw7-aG1w-I4bj-3SG5-QkjF-nzaB-J0gK4W/L9ICl4-FYFG-uUGY-G9U6-03Ct-u3J9-zdmY1K'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lI3qw7-aG1w-I4bj-3SG5-QkjF-nzaB-J0gK4W/L9ICl4-FYFG-uUGY-G9U6-03Ct-u3J9-zdmY1K' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
linux /boot/vmlinuz-4.9.0-10-amd64 root=/dev/mapper/data-root ro quiet
initrd /boot/initrd.img-4.9.0-10-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.9.0-10-amd64 (recovery mode) (on /dev/mapper/anchorage-root)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.9.0-10-amd64-root=/dev/mapper/data-root ro single-de3cac58-a94d-4588-a0ca-b356147a05ef' {
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvmid/lI3qw7-aG1w-I4bj-3SG5-QkjF-nzaB-J0gK4W/L9ICl4-FYFG-uUGY-G9U6-03Ct-u3J9-zdmY1K'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lI3qw7-aG1w-I4bj-3SG5-QkjF-nzaB-J0gK4W/L9ICl4-FYFG-uUGY-G9U6-03Ct-u3J9-zdmY1K' de3cac58-a94d-4588-a0ca-b356147a05ef
else
search --no-floppy --fs-uuid --set=root de3cac58-a94d-4588-a0ca-b356147a05ef
fi
linux /boot/vmlinuz-4.9.0-10-amd64 root=/dev/mapper/data-root ro single
initrd /boot/initrd.img-4.9.0-10-amd64
}
}
### 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] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10]
md4 : active raid1 sda2[2] sdb2[0]
511936 blocks super 1.0 [2/2] [UU]
md3 : active raid1 sda3[2] sdb3[0]
3906373440 blocks super 1.2 [2/2] [UU]
bitmap: 0/30 pages [0KB], 65536KB chunk
md1 : active raid1 sdc1[2] sdd1[0]
3906886464 blocks super 1.2 [2/2] [UU]
bitmap: 2/30 pages [8KB], 65536KB chunk
unused devices: <none>
*********************** END /proc/mdstat
*********************** BEGIN LVM
*********************** END LVM
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Mar 17 04:33 ata-ST4000DM005-2DP166_ZDH0FJ4E -> ../../sdc
lrwxrwxrwx 1 root root 10 Mar 17 04:33 ata-ST4000DM005-2DP166_ZDH0FJ4E-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Mar 17 04:33 ata-ST4000DM005-2DP166_ZDH0FJQ3 -> ../../sdd
lrwxrwxrwx 1 root root 10 Mar 17 04:33 ata-ST4000DM005-2DP166_ZDH0FJQ3-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 9 Mar 17 04:33 ata-ST4000VN008-2DR166_ZDH7YGZB -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 17 04:33 ata-ST4000VN008-2DR166_ZDH7YGZB-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 17 04:33 ata-ST4000VN008-2DR166_ZDH7YGZB-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 17 04:33 ata-ST4000VN008-2DR166_ZDH7YGZB-part3 -> ../../sda3
lrwxrwxrwx 1 root root 9 Mar 17 04:33 ata-ST4000VN008-2DR166_ZDH7YW3S -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 17 04:33 ata-ST4000VN008-2DR166_ZDH7YW3S-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar 17 04:33 ata-ST4000VN008-2DR166_ZDH7YW3S-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar 17 04:33 ata-ST4000VN008-2DR166_ZDH7YW3S-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-name-anchorage-backups -> ../../dm-4
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-name-anchorage-glenfiddich -> ../../dm-8
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-name-anchorage-media -> ../../dm-6
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-name-anchorage-root -> ../../dm-2
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-name-anchorage-swap -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-name-data-hobbes -> ../../dm-5
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-name-data-home -> ../../dm-7
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-name-data-media -> ../../dm-3
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-name-data-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-uuid-LVM-kUwcO4Olzmff9shqBfcVEL9trvEEfnhUHFDoEkMFugWYeRK0FaH3gpH2O5w6OyNy -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-uuid-LVM-kUwcO4Olzmff9shqBfcVEL9trvEEfnhULTFfeeIRXlKyWt60CA54FYe6sJpgEyXV -> ../../dm-5
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-uuid-LVM-kUwcO4Olzmff9shqBfcVEL9trvEEfnhUNPfh7P0wUqaIkj9SF13B2PdVdgeqPMwH -> ../../dm-3
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-uuid-LVM-kUwcO4Olzmff9shqBfcVEL9trvEEfnhUZzM2lkUT4LHh90U3SukkGZM5wpUR0U1z -> ../../dm-7
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-uuid-LVM-lI3qw7aG1wI4bj3SG5QkjFnzaBJ0gK4W2iRLkQ1uy97ql3yZSuyrffzaMe8f8xOP -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-uuid-LVM-lI3qw7aG1wI4bj3SG5QkjFnzaBJ0gK4W4zToJZYcyI7HKj3x31hDLEQ0ol0g5F7n -> ../../dm-6
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-uuid-LVM-lI3qw7aG1wI4bj3SG5QkjFnzaBJ0gK4W8HoUq3SildjvCexZVbOmpTDGAF64dM3o -> ../../dm-4
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-uuid-LVM-lI3qw7aG1wI4bj3SG5QkjFnzaBJ0gK4WDSrRGhRuah2lUKxPGeKg778LeUzE2yeT -> ../../dm-8
lrwxrwxrwx 1 root root 10 Mar 17 04:33 dm-uuid-LVM-lI3qw7aG1wI4bj3SG5QkjFnzaBJ0gK4WL9ICl4FYFGuUGYG9U603Ctu3J9zdmY1K -> ../../dm-2
lrwxrwxrwx 1 root root 9 Mar 17 04:33 lvm-pv-uuid-8CuRtO-YL5i-jrFu-zrLb-Gwnh-3KuJ-kz5Lqs -> ../../md3
lrwxrwxrwx 1 root root 9 Mar 17 04:33 lvm-pv-uuid-P0neAb-VnrP-fmsn-KV41-Q5vM-9MU2-yDD9pq -> ../../md1
lrwxrwxrwx 1 root root 9 Mar 17 04:33 md-name-anchorage:1 -> ../../md1
lrwxrwxrwx 1 root root 9 Mar 17 04:33 md-name-anchorage:3 -> ../../md3
lrwxrwxrwx 1 root root 9 Mar 17 04:33 md-name-anchorage:4 -> ../../md4
lrwxrwxrwx 1 root root 9 Mar 17 04:33 md-uuid-06d69c78:41f5026d:0050334e:07e04df7 -> ../../md4
lrwxrwxrwx 1 root root 9 Mar 17 04:33 md-uuid-0f1e85c9:5402496c:5d7f247a:ec80b293 -> ../../md1
lrwxrwxrwx 1 root root 9 Mar 17 04:33 md-uuid-bc295fd2:d935cd9f:bfc1cfb3:aa4948ae -> ../../md3
lrwxrwxrwx 1 root root 9 Mar 17 04:33 usb-TANDBERG_RDX_007870626964-0:0 -> ../../sde
lrwxrwxrwx 1 root root 10 Mar 17 04:33 usb-TANDBERG_RDX_007870626964-0:0-part1 -> ../../sde1
lrwxrwxrwx 1 root root 10 Mar 17 04:33 usb-TANDBERG_RDX_007870626964-0:0-part2 -> ../../sde2
lrwxrwxrwx 1 root root 9 Mar 17 04:33 wwn-0x5000c50093718081 -> ../../sdd
lrwxrwxrwx 1 root root 10 Mar 17 04:33 wwn-0x5000c50093718081-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 9 Mar 17 04:33 wwn-0x5000c50093744083 -> ../../sdc
lrwxrwxrwx 1 root root 10 Mar 17 04:33 wwn-0x5000c50093744083-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Mar 17 04:33 wwn-0x5000c500c3630231 -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 17 04:33 wwn-0x5000c500c3630231-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar 17 04:33 wwn-0x5000c500c3630231-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar 17 04:33 wwn-0x5000c500c3630231-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 9 Mar 17 04:33 wwn-0x5000c500c363b3f3 -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 17 04:33 wwn-0x5000c500c363b3f3-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 17 04:33 wwn-0x5000c500c363b3f3-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 17 04:33 wwn-0x5000c500c363b3f3-part3 -> ../../sda3
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Mar 17 04:33 1a8dcb07-faaf-46bd-a39a-e52e725cef27 -> ../../dm-7
lrwxrwxrwx 1 root root 10 Mar 17 04:33 2623964f-dcdf-4500-864e-1009133f20e0 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Mar 17 04:33 40918864-6d77-44ed-b342-1a7f605a233a -> ../../dm-5
lrwxrwxrwx 1 root root 10 Mar 17 04:33 42d5f59c-2e06-4cfc-a66f-a2624bb4f71a -> ../../sde1
lrwxrwxrwx 1 root root 10 Mar 17 04:33 5dc1d7fc-9bcb-4a4e-a562-fa30f431d009 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 17 04:33 74cebd66-77d3-4e9d-86f5-e410b6b3eb1d -> ../../sde2
lrwxrwxrwx 1 root root 9 Mar 17 04:33 B744-6BA4 -> ../../md4
lrwxrwxrwx 1 root root 10 Mar 17 04:33 cd092499-2552-441d-b3ab-264624a5fd80 -> ../../dm-4
lrwxrwxrwx 1 root root 10 Mar 17 04:33 de3cac58-a94d-4588-a0ca-b356147a05ef -> ../../dm-2
lrwxrwxrwx 1 root root 10 Mar 17 04:33 eb4fe992-e638-4767-b630-0fea13ddb8d2 -> ../../dm-8
lrwxrwxrwx 1 root root 10 Mar 17 04:33 fdb344bd-32a6-436d-af4d-af4201d7a13d -> ../../dm-6
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: 10.3
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-8-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages grub2-common depends on:
ii dpkg 1.19.7
ii grub-common 2.02+dfsg1-20
ii libc6 2.28-10
ii libdevmapper1.02.1 2:1.02.155-3
ii libefiboot1 37-2
ii libefivar1 37-2
ii liblzma5 5.2.4-1
grub2-common recommends no packages.
grub2-common suggests no packages.
-- no debconf information
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-grub-devel/attachments/20200401/6403e6a4/attachment-0001.sig>
More information about the Pkg-grub-devel
mailing list