Bug#985374: error: embedding is not possible - RAID+LVM+ext4

Andrew Ruthven andrew at etc.gen.nz
Tue Mar 16 19:40:18 GMT 2021


Package: grub-pc
Version: 2.04-16
Severity: important

Dear Maintainer,

grub-pc 2.04-16 is unable to embed core.img on my machine (I install on
two hard drives):

Setting up grub-pc (2.04-16) ...
Installing for i386-pc platform.
grub-install: warning: your core.img is unusually large.  It won't fit in the embedding area.
grub-install: error: embedding is not possible, but this is required for RAID and LVM install.
Installing for i386-pc platform.
grub-install: warning: your core.img is unusually large.  It won't fit in the embedding area.
grub-install: error: embedding is not possible, but this is required for RAID and LVM install.

   * What led up to the situation?

Running an apt upgrade that upgrades from version 2.04-15 to 2.04-16. 

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

To enable embedding of the core.img I have to downgrade to 2.04-15.

There are a number of these types of bug reports, but it appears that
different versions of grub-pc tend to trigger them, so I decided to submit
a new bug report. Please feel free to merge this one if that is an appropriate
action to take.

Cheers,
Andrew

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/md3 / ext3 rw,relatime,errors=remount-ro 0 0
/dev/VG/VG-usr /usr ext3 rw,relatime 0 0
/dev/mapper/VG-tmp /tmp ext2 rw,relatime 0 0
/dev/mapper/VG-srv /srv ext4 rw,relatime 0 0
/dev/md0 /boot ext2 rw,relatime 0 0
/dev/mapper/VG-VG--scratch /scratch ext3 rw,relatime 0 0
/dev/mapper/VG-VG--var /var ext3 rw,relatime 0 0
/dev/mapper/VG-VG--home /home ext3 rw,relatime 0 0
/dev/mapper/VG-VG--home /var/lib/schroot/union/underlay/sid-amd64-sbuild-1a304339-632f-4334-aadb-fe415d5e8910 ext3 rw,relatime 0 0
/dev/mapper/VG-VG--var /run/schroot/mount/sid-amd64-sbuild-1a304339-632f-4334-aadb-fe415d5e8910/build ext3 rw,relatime 0 0
/dev/mapper/VG-VG--home /var/lib/schroot/union/underlay/sid-amd64-sbuild-20b67ce0-f23f-4f47-9247-fda7c0d92b13 ext3 rw,relatime 0 0
/dev/mapper/VG-VG--var /run/schroot/mount/sid-amd64-sbuild-20b67ce0-f23f-4f47-9247-fda7c0d92b13/build ext3 rw,relatime 0 0
/dev/mapper/VG-VG--home /var/lib/schroot/union/underlay/sid-amd64-sbuild-9769b236-5aa6-4518-a77c-2d67f8c7c9d2 ext3 rw,relatime 0 0
/dev/mapper/VG-VG--var /run/schroot/mount/sid-amd64-sbuild-9769b236-5aa6-4518-a77c-2d67f8c7c9d2/build ext3 rw,relatime 0 0
/dev/mapper/VG-VG--home /var/lib/schroot/union/underlay/sid-amd64-sbuild-e1eecccb-36e8-4691-82ab-2da987405a3c ext3 rw,relatime 0 0
/dev/mapper/VG-VG--var /run/schroot/mount/sid-amd64-sbuild-e1eecccb-36e8-4691-82ab-2da987405a3c/build ext3 rw,relatime 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/raid-VG-VG--usr
(hd1)	/dev/disk/by-id/raid-VG-VG--var
(hd2)	/dev/disk/by-id/raid-VG-VG--home
(hd3)	/dev/disk/by-id/raid-VG-VG--scratch
(hd4)	/dev/disk/by-id/raid-VG-tmp
(hd5)	/dev/disk/by-id/raid-VG-vservers
(hd6)	/dev/disk/by-id/raid-VG-<redacted>
(hd7)	/dev/disk/by-id/raid-VG-fai--test
(hd8)	/dev/disk/by-id/raid-VG-test--vm--0
(hd9)	/dev/disk/by-id/lvm-pv-uuid-OUObOt-SilW-Hg30-7J5H-uso3-Ychn-C2FVR2
(hd10)	/dev/disk/by-id/lvm-pv-uuid-YlRE7l-bTvN-38yC-ZTm2-innD-eBq8-RCY9qE
(hd11)	/dev/disk/by-id/lvm-pv-uuid-wzHKWm-0CjU-gYzN-RHR9-G2OK-sV5J-WXDId1
(hd12)	/dev/disk/by-id/ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F2J3F4
(hd13)	/dev/disk/by-id/ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F3KFHN
*********************** 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
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 lvm
insmod ext2
set root='lvmid/uFGFNk-DXwp-6J4A-CrZO-FBZL-mty4-zuU4x7/ooLKhD-MI2u-ReeZ-1VAb-E3YV-gd6T-wuNt1t'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvmid/uFGFNk-DXwp-6J4A-CrZO-FBZL-mty4-zuU4x7/ooLKhD-MI2u-ReeZ-1VAb-E3YV-gd6T-wuNt1t'  081bdd5e-7069-4883-ae2a-e32a93a58208
else
  search --no-floppy --fs-uuid --set=root 081bdd5e-7069-4883-ae2a-e32a93a58208
fi
    font="/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_NZ
  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 ###
insmod lvm
insmod ext2
set root='lvmid/uFGFNk-DXwp-6J4A-CrZO-FBZL-mty4-zuU4x7/ooLKhD-MI2u-ReeZ-1VAb-E3YV-gd6T-wuNt1t'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvmid/uFGFNk-DXwp-6J4A-CrZO-FBZL-mty4-zuU4x7/ooLKhD-MI2u-ReeZ-1VAb-E3YV-gd6T-wuNt1t'  081bdd5e-7069-4883-ae2a-e32a93a58208
else
  search --no-floppy --fs-uuid --set=root 081bdd5e-7069-4883-ae2a-e32a93a58208
fi
insmod png
if background_image /share/desktop-base/homeworld-theme/grub/grub-4x3.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-3f708e1e-0d37-466b-b259-e38b99edde70' {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod part_msdos
	insmod diskfilter
	insmod mdraid09
	insmod ext2
	set root='mduuid/b85d119a9426110a37270ba02d82098a'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/b85d119a9426110a37270ba02d82098a'  49f37145-c22c-412d-a1f0-4684ba943faf
	else
	  search --no-floppy --fs-uuid --set=root 49f37145-c22c-412d-a1f0-4684ba943faf
	fi
	echo	'Loading Linux 5.10.0-4-amd64 ...'
	linux	/vmlinuz-5.10.0-4-amd64 root=UUID=3f708e1e-0d37-466b-b259-e38b99edde70 ro console=tty0 quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-5.10.0-4-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-3f708e1e-0d37-466b-b259-e38b99edde70' {
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-4-amd64-advanced-3f708e1e-0d37-466b-b259-e38b99edde70' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod part_msdos
		insmod diskfilter
		insmod mdraid09
		insmod ext2
		set root='mduuid/b85d119a9426110a37270ba02d82098a'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='mduuid/b85d119a9426110a37270ba02d82098a'  49f37145-c22c-412d-a1f0-4684ba943faf
		else
		  search --no-floppy --fs-uuid --set=root 49f37145-c22c-412d-a1f0-4684ba943faf
		fi
		echo	'Loading Linux 5.10.0-4-amd64 ...'
		linux	/vmlinuz-5.10.0-4-amd64 root=UUID=3f708e1e-0d37-466b-b259-e38b99edde70 ro console=tty0 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-4-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-4-amd64-recovery-3f708e1e-0d37-466b-b259-e38b99edde70' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod part_msdos
		insmod diskfilter
		insmod mdraid09
		insmod ext2
		set root='mduuid/b85d119a9426110a37270ba02d82098a'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='mduuid/b85d119a9426110a37270ba02d82098a'  49f37145-c22c-412d-a1f0-4684ba943faf
		else
		  search --no-floppy --fs-uuid --set=root 49f37145-c22c-412d-a1f0-4684ba943faf
		fi
		echo	'Loading Linux 5.10.0-4-amd64 ...'
		linux	/vmlinuz-5.10.0-4-amd64 root=UUID=3f708e1e-0d37-466b-b259-e38b99edde70 ro single console=tty0
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-4-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-3-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-3-amd64-advanced-3f708e1e-0d37-466b-b259-e38b99edde70' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod part_msdos
		insmod diskfilter
		insmod mdraid09
		insmod ext2
		set root='mduuid/b85d119a9426110a37270ba02d82098a'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='mduuid/b85d119a9426110a37270ba02d82098a'  49f37145-c22c-412d-a1f0-4684ba943faf
		else
		  search --no-floppy --fs-uuid --set=root 49f37145-c22c-412d-a1f0-4684ba943faf
		fi
		echo	'Loading Linux 5.10.0-3-amd64 ...'
		linux	/vmlinuz-5.10.0-3-amd64 root=UUID=3f708e1e-0d37-466b-b259-e38b99edde70 ro console=tty0 quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-3-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-3-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-3-amd64-recovery-3f708e1e-0d37-466b-b259-e38b99edde70' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_msdos
		insmod part_msdos
		insmod diskfilter
		insmod mdraid09
		insmod ext2
		set root='mduuid/b85d119a9426110a37270ba02d82098a'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='mduuid/b85d119a9426110a37270ba02d82098a'  49f37145-c22c-412d-a1f0-4684ba943faf
		else
		  search --no-floppy --fs-uuid --set=root 49f37145-c22c-412d-a1f0-4684ba943faf
		fi
		echo	'Loading Linux 5.10.0-3-amd64 ...'
		linux	/vmlinuz-5.10.0-3-amd64 root=UUID=3f708e1e-0d37-466b-b259-e38b99edde70 ro single console=tty0
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-3-amd64
	}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_ipxe ###
### END /etc/grub.d/20_ipxe ###

### 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
Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10] 
md5 : active raid1 sda7[0] sdb7[1]
      488190976 blocks super 1.2 [2/2] [UU]
      bitmap: 3/4 pages [12KB], 65536KB chunk

md4 : active raid1 sda6[0] sdb6[1]
      244139648 blocks [2/2] [UU]
      
md0 : active raid1 sda1[0] sdb1[1]
      72192 blocks [2/2] [UU]
      
md1 : active raid1 sda2[0] sdb2[1]
      1959808 blocks [2/2] [UU]
      
md2 : active raid1 sda3[0] sdb3[1]
      234340032 blocks [2/2] [UU]
      
md3 : active raid1 sda5[0] sdb5[1]
      7823552 blocks [2/2] [UU]
      
unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN LVM
*********************** END LVM

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Mar 10 09:58 ata-HL-DT-ST_DVDRAM_GH24NSC0_KA4E8B85349 -> ../../sr0
lrwxrwxrwx 1 root root  9 Mar 15 15:59 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F2J3F4 -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 15 15:59 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F2J3F4-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 15 15:59 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F2J3F4-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 15 15:59 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F2J3F4-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar 15 15:59 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F2J3F4-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Mar 15 15:59 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F2J3F4-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Mar 15 15:59 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F2J3F4-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Mar 15 15:59 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F2J3F4-part7 -> ../../sda7
lrwxrwxrwx 1 root root  9 Mar 15 16:00 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F3KFHN -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 15 16:00 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F3KFHN-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar 15 16:00 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F3KFHN-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar 15 16:00 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F3KFHN-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Mar 15 16:00 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F3KFHN-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Mar 15 16:00 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F3KFHN-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 Mar 15 16:00 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F3KFHN-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 Mar 15 16:00 ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F3KFHN-part7 -> ../../sdb7
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-name-VG-VG--home -> ../../dm-2
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-name-VG-VG--scratch -> ../../dm-3
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-name-VG-VG--usr -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-name-VG-VG--var -> ../../dm-1
lrwxrwxrwx 1 root root 11 Mar 10 09:58 dm-name-VG-fai--lacp -> ../../dm-11
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-name-VG-fai--test -> ../../dm-6
lrwxrwxrwx 1 root root 11 Mar 10 09:58 dm-name-VG-fai--test--0 -> ../../dm-10
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-name-VG-srv -> ../../dm-5
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-name-VG-test--vm--0 -> ../../dm-7
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-name-VG-tmp -> ../../dm-4
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-name-VG-train99--99--0 -> ../../dm-8
lrwxrwxrwx 1 root root 11 Mar 10 09:58 dm-uuid-LVM-uFGFNkDXwp6J4ACrZOFBZLmty4zuU4x7Amhl7YkFdcHgMx3G8weDooKf8AQZ84Nw -> ../../dm-11
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-uuid-LVM-uFGFNkDXwp6J4ACrZOFBZLmty4zuU4x7CxiFKmMzrEbLjtzAMxhVqFzEdRnnqKPs -> ../../dm-7
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-uuid-LVM-uFGFNkDXwp6J4ACrZOFBZLmty4zuU4x7LQduNC1pXeinAo5gpeELUVCUb0q4Y0Z9 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-uuid-LVM-uFGFNkDXwp6J4ACrZOFBZLmty4zuU4x7V8XQlsIY3AHcQVRu3ynugpyhmwsh457n -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-uuid-LVM-uFGFNkDXwp6J4ACrZOFBZLmty4zuU4x7ceIGASFSf8I2HTq1fdKVz9oldfqwxnlg -> ../../dm-6
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-uuid-LVM-uFGFNkDXwp6J4ACrZOFBZLmty4zuU4x7dNRWR0YM31Zgy7cIAytc8HENHuLBNQrx -> ../../dm-8
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-uuid-LVM-uFGFNkDXwp6J4ACrZOFBZLmty4zuU4x7gTqIjPOmxPhORUhw4pPg806E45kaFWAu -> ../../dm-9
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-uuid-LVM-uFGFNkDXwp6J4ACrZOFBZLmty4zuU4x7oDR0OfXdazI5ZzaARCiEYgbC78MbFCSC -> ../../dm-2
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-uuid-LVM-uFGFNkDXwp6J4ACrZOFBZLmty4zuU4x7ooLKhDMI2uReeZ1VAbE3YVgd6TwuNt1t -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-uuid-LVM-uFGFNkDXwp6J4ACrZOFBZLmty4zuU4x7oty29E2n34HlPSxSRZTlefh42cMzMv7r -> ../../dm-4
lrwxrwxrwx 1 root root 11 Mar 10 09:58 dm-uuid-LVM-uFGFNkDXwp6J4ACrZOFBZLmty4zuU4x7qeeYnLSrqWreS6JdMBSMg2mtnQdGmDyI -> ../../dm-10
lrwxrwxrwx 1 root root 10 Mar 10 09:58 dm-uuid-LVM-uFGFNkDXwp6J4ACrZOFBZLmty4zuU4x7x5JO7mMcEq2ADYlOUj7KnHfS2cexCstl -> ../../dm-5
lrwxrwxrwx 1 root root  9 Mar 10 09:58 lvm-pv-uuid-OUObOt-SilW-Hg30-7J5H-uso3-Ychn-C2FVR2 -> ../../md2
lrwxrwxrwx 1 root root  9 Mar 10 09:58 lvm-pv-uuid-YlRE7l-bTvN-38yC-ZTm2-innD-eBq8-RCY9qE -> ../../md4
lrwxrwxrwx 1 root root  9 Mar 10 09:58 lvm-pv-uuid-wzHKWm-0CjU-gYzN-RHR9-G2OK-sV5J-WXDId1 -> ../../md5
lrwxrwxrwx 1 root root  9 Mar 10 09:58 md-name-dirk:5 -> ../../md5
lrwxrwxrwx 1 root root  9 Mar 10 09:58 md-uuid-44dc9b71:abc95dac:37270ba0:2d82098a -> ../../md3
lrwxrwxrwx 1 root root  9 Mar 10 09:58 md-uuid-53951671:359f5769:dd47f232:fbb1baa5 -> ../../md5
lrwxrwxrwx 1 root root  9 Mar 10 09:58 md-uuid-9b53decd:1823c2a8:37270ba0:2d82098a -> ../../md4
lrwxrwxrwx 1 root root  9 Mar 10 09:58 md-uuid-b85d119a:9426110a:37270ba0:2d82098a -> ../../md0
lrwxrwxrwx 1 root root  9 Mar 10 09:58 md-uuid-cf3d83fd:4ddb84ae:37270ba0:2d82098a -> ../../md2
lrwxrwxrwx 1 root root  9 Mar 10 09:58 md-uuid-e002b9b9:258abf7b:37270ba0:2d82098a -> ../../md1
lrwxrwxrwx 1 root root  9 Mar 10 09:58 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Mar 15 15:59 wwn-0x50014ee00421b3ae -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 15 15:59 wwn-0x50014ee00421b3ae-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 15 15:59 wwn-0x50014ee00421b3ae-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 15 15:59 wwn-0x50014ee00421b3ae-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar 15 15:59 wwn-0x50014ee00421b3ae-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Mar 15 15:59 wwn-0x50014ee00421b3ae-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Mar 15 15:59 wwn-0x50014ee00421b3ae-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Mar 15 15:59 wwn-0x50014ee00421b3ae-part7 -> ../../sda7
lrwxrwxrwx 1 root root  9 Mar 15 16:00 wwn-0x50014ee0aecc7925 -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 15 16:00 wwn-0x50014ee0aecc7925-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar 15 16:00 wwn-0x50014ee0aecc7925-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar 15 16:00 wwn-0x50014ee0aecc7925-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Mar 15 16:00 wwn-0x50014ee0aecc7925-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Mar 15 16:00 wwn-0x50014ee0aecc7925-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 Mar 15 16:00 wwn-0x50014ee0aecc7925-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 Mar 15 16:00 wwn-0x50014ee0aecc7925-part7 -> ../../sdb7
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Mar 10 09:58 081bdd5e-7069-4883-ae2a-e32a93a58208 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 10 09:58 2e069872-b946-43db-8c36-2a4ce15cd381 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 10 09:58 2f006302-89e0-4263-9d33-f581faefea11 -> ../../dm-9
lrwxrwxrwx 1 root root  9 Mar 10 09:58 3f708e1e-0d37-466b-b259-e38b99edde70 -> ../../md3
lrwxrwxrwx 1 root root  9 Mar 10 09:58 49f37145-c22c-412d-a1f0-4684ba943faf -> ../../md0
lrwxrwxrwx 1 root root 10 Mar 10 09:58 53f2fa3d-698f-4d54-92f9-f728406c79ed -> ../../dm-3
lrwxrwxrwx 1 root root  9 Mar 10 09:58 878067a0-dcd2-43b8-8fc0-982436480166 -> ../../md1
lrwxrwxrwx 1 root root 10 Mar 10 09:58 abdfa577-4b7b-4458-bee6-3659e6f7c5cc -> ../../dm-5
lrwxrwxrwx 1 root root 10 Mar 10 09:58 b3524cab-e52c-4465-bc22-a78485fc7abb -> ../../dm-2
lrwxrwxrwx 1 root root 10 Mar 10 09:58 c499bb58-7a7e-4ab6-beb8-89876c44ecb0 -> ../../dm-4
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-4-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]  1.5.75
ii  grub-common            2.04-16
ii  grub-pc-bin            2.04-16
ii  grub2-common           2.04-16
ii  ucf                    3.0043

grub-pc recommends no packages.

grub-pc suggests no packages.

-- debconf information:
* grub2/device_map_regenerated:
  grub2/force_efi_extra_removable: false
  grub-pc/install_devices_failed_upgrade: true
  grub2/kfreebsd_cmdline_default: quiet
  grub2/kfreebsd_cmdline:
  grub-pc/timeout: 5
  grub-pc/kopt_extracted: true
* grub-pc/mixed_legacy_and_grub2: true
* grub2/linux_cmdline: console=tty0
* grub-pc/install_devices_failed: true
  grub-pc/postrm_purge_boot_grub: false
* grub-pc/install_devices: /dev/disk/by-id/ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F2J3F4, /dev/disk/by-id/ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F3KFHN
  grub-pc/hidden_timeout: false
* grub-pc/chainload_from_menu.lst: true
  grub2/update_nvram: true
* grub2/linux_cmdline_default: quiet
  grub-pc/disk_description:
  grub-pc/partition_description:
  grub-pc/install_devices_empty: false
* grub-pc/install_devices_disks_changed: /dev/disk/by-id/ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F2J3F4, /dev/disk/by-id/ata-WDC_WD10EZEX-00WN4A0_WD-WMC6Y0F3KFHN



More information about the Pkg-grub-devel mailing list