Bug#984488: grub-install: error: embedding is not possible w/ grub-pc_2.02-deb10u4

Gerd Aschemann gerd at aschemann.net
Thu Mar 4 06:36:15 GMT 2021


Package: grub-pc
Version: 2.02+dfsg1-20+deb10u4
Severity: important

Dear Maintainer,

   * What led up to the situation?

     (Automatic) update to grub-pc_2.02-deb10u4

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

     apt update && apt dist-upgrade

   * What was the outcome of this action?

     grub-install: error: embedding is not possible, but this is required for RAID and LVM install.

   * What outcome did you expect instead?

     Smoothless installation of Grub

Falling back to 2.02+dfsg1-20+deb10u3 solved the problem.
Note: The error might be a problem of one of the other grub packages (grub-pc-bin, grub-common, ...)


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/ga20141221-wheezy / ext4 rw,relatime,errors=remount-ro 0 0
/dev/md127 /boot ext4 rw,relatime,stripe=4 0 0
/dev/mapper/ga20141221-isos /isos ext4 rw,relatime 0 0
/dev/mapper/ga20141221-lvarchive /archive ext4 rw,relatime 0 0
/dev/mapper/ga20141221-lvpublic /public ext4 rw,relatime 0 0
/dev/mapper/ga20140303-lvbackup /backup ext4 rw,relatime 0 0
/dev/mapper/ga20141221-wheezy /var/lib/docker/aufs ext4 rw,relatime,errors=remount-ro 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/lvm-pv-uuid-gEVjjc-kbQE-SqvN-SzUk-bodU-0Tpc-nMC7Ry
(hd1)	/dev/disk/by-id/lvm-pv-uuid-dgfBl3-uXZv-C4ZB-3SzU-covO-TLfr-NDVCVR
(hd2)	/dev/disk/by-id/ata-HGST_HTS541010A9E680_JA10001029G5WR
(hd3)	/dev/disk/by-id/ata-HGST_HTS541010A9E680_JA10001029GANR
(hd4)	/dev/disk/by-id/ata-WDC_WD30EZRX-00D8PB0_WD-WMC4N1908988
(hd5)	/dev/disk/by-id/ata-WDC_WD30EZRX-00D8PB0_WD-WMC4N1865131
(hd6)	/dev/disk/by-id/ata-ST9500325AS_6VE0F0X6
*********************** 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/z8arYE-CVx2-Obzw-75fA-o6jm-9l8c-eKgpQP/SxcJSl-tCPq-iLJw-s2qR-OsQ2-T83e-DqhUlo'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvmid/z8arYE-CVx2-Obzw-75fA-o6jm-9l8c-eKgpQP/SxcJSl-tCPq-iLJw-s2qR-OsQ2-T83e-DqhUlo'  95d18c99-d334-47ed-a4e9-fa9f77928351
else
  search --no-floppy --fs-uuid --set=root 95d18c99-d334-47ed-a4e9-fa9f77928351
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_US
  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-95d18c99-d334-47ed-a4e9-fa9f77928351' {
	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/84c9d30fadd349dcc5ddbb41b045ce54'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/84c9d30fadd349dcc5ddbb41b045ce54'  7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
	else
	  search --no-floppy --fs-uuid --set=root 7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
	fi
	echo	'Loading Linux 4.19.0-14-amd64 ...'
	linux	/vmlinuz-4.19.0-14-amd64 root=/dev/mapper/ga20141221-wheezy ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-4.19.0-14-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-95d18c99-d334-47ed-a4e9-fa9f77928351' {
	menuentry 'Debian GNU/Linux, with Linux 4.19.0-14-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-14-amd64-advanced-95d18c99-d334-47ed-a4e9-fa9f77928351' {
		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/84c9d30fadd349dcc5ddbb41b045ce54'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='mduuid/84c9d30fadd349dcc5ddbb41b045ce54'  7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
		else
		  search --no-floppy --fs-uuid --set=root 7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
		fi
		echo	'Loading Linux 4.19.0-14-amd64 ...'
		linux	/vmlinuz-4.19.0-14-amd64 root=/dev/mapper/ga20141221-wheezy ro  quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-4.19.0-14-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 4.19.0-14-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-14-amd64-init-sysvinit-95d18c99-d334-47ed-a4e9-fa9f77928351' {
		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/84c9d30fadd349dcc5ddbb41b045ce54'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='mduuid/84c9d30fadd349dcc5ddbb41b045ce54'  7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
		else
		  search --no-floppy --fs-uuid --set=root 7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
		fi
		echo	'Loading Linux 4.19.0-14-amd64 ...'
		linux	/vmlinuz-4.19.0-14-amd64 root=/dev/mapper/ga20141221-wheezy ro  quiet init=/lib/sysvinit/init
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-4.19.0-14-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 4.19.0-14-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-14-amd64-recovery-95d18c99-d334-47ed-a4e9-fa9f77928351' {
		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/84c9d30fadd349dcc5ddbb41b045ce54'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='mduuid/84c9d30fadd349dcc5ddbb41b045ce54'  7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
		else
		  search --no-floppy --fs-uuid --set=root 7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
		fi
		echo	'Loading Linux 4.19.0-14-amd64 ...'
		linux	/vmlinuz-4.19.0-14-amd64 root=/dev/mapper/ga20141221-wheezy ro single 
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-4.19.0-14-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 4.19.0-13-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-13-amd64-advanced-95d18c99-d334-47ed-a4e9-fa9f77928351' {
		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/84c9d30fadd349dcc5ddbb41b045ce54'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='mduuid/84c9d30fadd349dcc5ddbb41b045ce54'  7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
		else
		  search --no-floppy --fs-uuid --set=root 7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
		fi
		echo	'Loading Linux 4.19.0-13-amd64 ...'
		linux	/vmlinuz-4.19.0-13-amd64 root=/dev/mapper/ga20141221-wheezy ro  quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-4.19.0-13-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 4.19.0-13-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-13-amd64-init-sysvinit-95d18c99-d334-47ed-a4e9-fa9f77928351' {
		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/84c9d30fadd349dcc5ddbb41b045ce54'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='mduuid/84c9d30fadd349dcc5ddbb41b045ce54'  7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
		else
		  search --no-floppy --fs-uuid --set=root 7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
		fi
		echo	'Loading Linux 4.19.0-13-amd64 ...'
		linux	/vmlinuz-4.19.0-13-amd64 root=/dev/mapper/ga20141221-wheezy ro  quiet init=/lib/sysvinit/init
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-4.19.0-13-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 4.19.0-13-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-13-amd64-recovery-95d18c99-d334-47ed-a4e9-fa9f77928351' {
		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/84c9d30fadd349dcc5ddbb41b045ce54'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint='mduuid/84c9d30fadd349dcc5ddbb41b045ce54'  7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
		else
		  search --no-floppy --fs-uuid --set=root 7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6
		fi
		echo	'Loading Linux 4.19.0-13-amd64 ...'
		linux	/vmlinuz-4.19.0-13-amd64 root=/dev/mapper/ga20141221-wheezy ro single 
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-4.19.0-13-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 ###


### 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] 
md0 : active raid1 sdd1[1] sdc1[0]
      2930134272 blocks super 1.2 [2/2] [UU]
      
md1 : active raid1 sda4[0] sdb4[1]
      906296192 blocks super 1.2 [2/2] [UU]
      
md127 : active raid1 sda1[0] sdb1[1]
      489856 blocks [2/2] [UU]
      
unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN LVM
  --- Volume group ---
  VG Name               ga20141221
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  16
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                8
  Open LV               4
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               <864.31 GiB
  PE Size               4.00 MiB
  Total PE              221263
  Alloc PE / Size       216602 / 846.10 GiB
  Free  PE / Size       4661 / <18.21 GiB
  VG UUID               z8arYE-CVx2-Obzw-75fA-o6jm-9l8c-eKgpQP
   
  --- Volume group ---
  VG Name               ga20140303
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  13
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                2
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               <2.73 TiB
  PE Size               4.00 MiB
  Total PE              715364
  Alloc PE / Size       563200 / <2.15 TiB
  Free  PE / Size       152164 / 594.39 GiB
  VG UUID               SrFJ5P-Wv22-v3vv-x067-HZsS-P3KF-jSBbIE
   
  --- Physical volume ---
  PV Name               /dev/md1
  VG Name               ga20141221
  PV Size               864.31 GiB / not usable <2.88 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              221263
  Free PE               4661
  Allocated PE          216602
  PV UUID               dgfBl3-uXZv-C4ZB-3SzU-covO-TLfr-NDVCVR
   
  --- Physical volume ---
  PV Name               /dev/md0
  VG Name               ga20140303
  PV Size               <2.73 TiB / not usable 3.25 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              715364
  Free PE               152164
  Allocated PE          563200
  PV UUID               gEVjjc-kbQE-SqvN-SzUk-bodU-0Tpc-nMC7Ry
   
  --- Logical volume ---
  LV Path                /dev/ga20141221/wheezy
  LV Name                wheezy
  VG Name                ga20141221
  LV UUID                SxcJSl-tCPq-iLJw-s2qR-OsQ2-T83e-DqhUlo
  LV Write Access        read/write
  LV Creation host, time ga0host, 2014-12-21 13:15:15 +0100
  LV Status              available
  # open                 1
  LV Size                79.60 GiB
  Current LE             20378
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0
   
  --- Logical volume ---
  LV Path                /dev/ga20141221/isos
  LV Name                isos
  VG Name                ga20141221
  LV UUID                nC1wxj-XQP4-izGJ-1nXf-lDOS-qlcA-jRjCvz
  LV Write Access        read/write
  LV Creation host, time ga0host, 2014-12-21 17:16:42 +0100
  LV Status              available
  # open                 1
  LV Size                8.00 GiB
  Current LE             2048
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:1
   
  --- Logical volume ---
  LV Path                /dev/ga20141221/kvm_ga0v0
  LV Name                kvm_ga0v0
  VG Name                ga20141221
  LV UUID                zMBgYN-j6lt-AJ0X-Rpun-M78M-jOc1-Ym6O5A
  LV Write Access        read/write
  LV Creation host, time ga0host, 2014-12-21 18:31:18 +0100
  LV Status              available
  # open                 0
  LV Size                32.00 GiB
  Current LE             8192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:2
   
  --- Logical volume ---
  LV Path                /dev/ga20141221/kvm_ga0v1
  LV Name                kvm_ga0v1
  VG Name                ga20141221
  LV UUID                YN9ZLk-y6lb-6spC-GFuD-ConT-gfuQ-gsctcI
  LV Write Access        read/write
  LV Creation host, time ga0host, 2014-12-21 19:40:09 +0100
  LV Status              available
  # open                 0
  LV Size                32.00 GiB
  Current LE             8192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:3
   
  --- Logical volume ---
  LV Path                /dev/ga20141221/kvm_ga0v-master
  LV Name                kvm_ga0v-master
  VG Name                ga20141221
  LV UUID                Ru1YnX-35IX-2a9S-oZMF-ZOB1-7ktv-wFJip2
  LV Write Access        read/write
  LV Creation host, time ga0host, 2014-12-22 08:10:47 +0100
  LV Status              available
  # open                 0
  LV Size                32.00 GiB
  Current LE             8192
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:4
   
  --- Logical volume ---
  LV Path                /dev/ga20141221/ga0win0
  LV Name                ga0win0
  VG Name                ga20141221
  LV UUID                5EbkWI-DNbS-lAzT-9i63-35pu-L2Ec-FxqVlt
  LV Write Access        read/write
  LV Creation host, time ga0host, 2014-12-23 17:57:34 +0100
  LV Status              available
  # open                 0
  LV Size                62.50 GiB
  Current LE             16000
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:5
   
  --- Logical volume ---
  LV Path                /dev/ga20141221/lvarchive
  LV Name                lvarchive
  VG Name                ga20141221
  LV UUID                OIAkJu-J17a-FcTf-L80k-aNNq-I3NE-egYNJs
  LV Write Access        read/write
  LV Creation host, time ga0host, 2021-01-15 11:39:31 +0100
  LV Status              available
  # open                 1
  LV Size                200.00 GiB
  Current LE             51200
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:6
   
  --- Logical volume ---
  LV Path                /dev/ga20141221/lvpublic
  LV Name                lvpublic
  VG Name                ga20141221
  LV UUID                LZdXbs-bQC0-DLwK-cjTC-V8qX-rbxk-LgewHt
  LV Write Access        read/write
  LV Creation host, time ga0host, 2021-01-15 11:44:37 +0100
  LV Status              available
  # open                 1
  LV Size                400.00 GiB
  Current LE             102400
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:7
   
  --- Logical volume ---
  LV Path                /dev/ga20140303/lvarchive
  LV Name                lvarchive
  VG Name                ga20140303
  LV UUID                uLf8gh-Onse-8fqJ-xM3A-mQxP-jTO4-Ys5fBR
  LV Write Access        read/write
  LV Creation host, time ga0host, 2014-03-03 12:48:00 +0100
  LV Status              available
  # open                 0
  LV Size                200.00 GiB
  Current LE             51200
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:8
   
  --- Logical volume ---
  LV Path                /dev/ga20140303/lvbackup
  LV Name                lvbackup
  VG Name                ga20140303
  LV UUID                kT93Ku-jLKE-jKIi-K1w4-R0SU-t1eI-15Mq72
  LV Write Access        read/write
  LV Creation host, time ga0host, 2014-03-03 12:48:17 +0100
  LV Status              available
  # open                 1
  LV Size                1.95 TiB
  Current LE             512000
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:9
   
*********************** END LVM

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Mar  4 07:16 ata-HGST_HTS541010A9E680_JA10001029G5WR -> ../../sda
lrwxrwxrwx 1 root root 10 Mar  4 07:16 ata-HGST_HTS541010A9E680_JA10001029G5WR-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar  4 07:16 ata-HGST_HTS541010A9E680_JA10001029G5WR-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar  4 07:16 ata-HGST_HTS541010A9E680_JA10001029G5WR-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar  4 07:16 ata-HGST_HTS541010A9E680_JA10001029G5WR-part4 -> ../../sda4
lrwxrwxrwx 1 root root  9 Mar  4 07:17 ata-HGST_HTS541010A9E680_JA10001029GANR -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar  4 07:17 ata-HGST_HTS541010A9E680_JA10001029GANR-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar  4 07:17 ata-HGST_HTS541010A9E680_JA10001029GANR-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar  4 07:17 ata-HGST_HTS541010A9E680_JA10001029GANR-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Mar  4 07:17 ata-HGST_HTS541010A9E680_JA10001029GANR-part4 -> ../../sdb4
lrwxrwxrwx 1 root root  9 Jan 15 17:03 ata-HL-DT-ST_DVDRAM_GH24NSB0_KX7D9EI1601 -> ../../sr0
lrwxrwxrwx 1 root root  9 Jan 15 17:03 ata-ST9500325AS_6VE0F0X6 -> ../../sde
lrwxrwxrwx 1 root root  9 Jan 15 17:03 ata-WDC_WD30EZRX-00D8PB0_WD-WMC4N1865131 -> ../../sdd
lrwxrwxrwx 1 root root 10 Jan 15 17:03 ata-WDC_WD30EZRX-00D8PB0_WD-WMC4N1865131-part1 -> ../../sdd1
lrwxrwxrwx 1 root root  9 Jan 15 17:03 ata-WDC_WD30EZRX-00D8PB0_WD-WMC4N1908988 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jan 15 17:03 ata-WDC_WD30EZRX-00D8PB0_WD-WMC4N1908988-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-name-ga20140303-lvarchive -> ../../dm-8
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-name-ga20140303-lvbackup -> ../../dm-9
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-name-ga20141221-ga0win0 -> ../../dm-5
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-name-ga20141221-isos -> ../../dm-1
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-name-ga20141221-kvm_ga0v--master -> ../../dm-4
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-name-ga20141221-kvm_ga0v0 -> ../../dm-2
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-name-ga20141221-kvm_ga0v1 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-name-ga20141221-lvarchive -> ../../dm-6
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-name-ga20141221-lvpublic -> ../../dm-7
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-name-ga20141221-wheezy -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-uuid-LVM-SrFJ5PWv22v3vvx067HZsSP3KFjSBbIEkT93KujLKEjKIiK1w4R0SUt1eI15Mq72 -> ../../dm-9
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-uuid-LVM-SrFJ5PWv22v3vvx067HZsSP3KFjSBbIEuLf8ghOnse8fqJxM3AmQxPjTO4Ys5fBR -> ../../dm-8
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-uuid-LVM-z8arYECVx2Obzw75fAo6jm9l8ceKgpQP5EbkWIDNbSlAzT9i6335puL2EcFxqVlt -> ../../dm-5
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-uuid-LVM-z8arYECVx2Obzw75fAo6jm9l8ceKgpQPLZdXbsbQC0DLwKcjTCV8qXrbxkLgewHt -> ../../dm-7
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-uuid-LVM-z8arYECVx2Obzw75fAo6jm9l8ceKgpQPOIAkJuJ17aFcTfL80kaNNqI3NEegYNJs -> ../../dm-6
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-uuid-LVM-z8arYECVx2Obzw75fAo6jm9l8ceKgpQPRu1YnX35IX2a9SoZMFZOB17ktvwFJip2 -> ../../dm-4
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-uuid-LVM-z8arYECVx2Obzw75fAo6jm9l8ceKgpQPSxcJSltCPqiLJws2qROsQ2T83eDqhUlo -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-uuid-LVM-z8arYECVx2Obzw75fAo6jm9l8ceKgpQPYN9ZLky6lb6spCGFuDConTgfuQgsctcI -> ../../dm-3
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-uuid-LVM-z8arYECVx2Obzw75fAo6jm9l8ceKgpQPnC1wxjXQP4izGJ1nXflDOSqlcAjRjCvz -> ../../dm-1
lrwxrwxrwx 1 root root 10 Jan 15 17:03 dm-uuid-LVM-z8arYECVx2Obzw75fAo6jm9l8ceKgpQPzMBgYNj6ltAJ0XRpunM78MjOc1Ym6O5A -> ../../dm-2
lrwxrwxrwx 1 root root  9 Jan 15 17:03 lvm-pv-uuid-dgfBl3-uXZv-C4ZB-3SzU-covO-TLfr-NDVCVR -> ../../md1
lrwxrwxrwx 1 root root  9 Jan 15 17:03 lvm-pv-uuid-gEVjjc-kbQE-SqvN-SzUk-bodU-0Tpc-nMC7Ry -> ../../md0
lrwxrwxrwx 1 root root  9 Jan 15 17:03 md-name-ga0host:0 -> ../../md0
lrwxrwxrwx 1 root root  9 Jan 15 17:03 md-name-ga0host:1 -> ../../md1
lrwxrwxrwx 1 root root  9 Jan 15 17:03 md-uuid-54da47ad:9842e744:5e62cba6:85b7c3e6 -> ../../md1
lrwxrwxrwx 1 root root 11 Jan 15 17:03 md-uuid-84c9d30f:add349dc:c5ddbb41:b045ce54 -> ../../md127
lrwxrwxrwx 1 root root  9 Jan 15 17:03 md-uuid-95d61792:7031a9c9:55e7fefc:237b728f -> ../../md0
lrwxrwxrwx 1 root root  9 Jan 15 17:03 wwn-0x5000c5001405ef05 -> ../../sde
lrwxrwxrwx 1 root root  9 Mar  4 07:16 wwn-0x5000cca766e07b9d -> ../../sda
lrwxrwxrwx 1 root root 10 Mar  4 07:16 wwn-0x5000cca766e07b9d-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar  4 07:16 wwn-0x5000cca766e07b9d-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar  4 07:16 wwn-0x5000cca766e07b9d-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar  4 07:16 wwn-0x5000cca766e07b9d-part4 -> ../../sda4
lrwxrwxrwx 1 root root  9 Mar  4 07:17 wwn-0x5000cca766e07c31 -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar  4 07:17 wwn-0x5000cca766e07c31-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Mar  4 07:17 wwn-0x5000cca766e07c31-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Mar  4 07:17 wwn-0x5000cca766e07c31-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Mar  4 07:17 wwn-0x5000cca766e07c31-part4 -> ../../sdb4
lrwxrwxrwx 1 root root  9 Jan 15 17:03 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Jan 15 17:03 wwn-0x50014ee6042ef0c9 -> ../../sdd
lrwxrwxrwx 1 root root 10 Jan 15 17:03 wwn-0x50014ee6042ef0c9-part1 -> ../../sdd1
lrwxrwxrwx 1 root root  9 Jan 15 17:03 wwn-0x50014ee659876485 -> ../../sdc
lrwxrwxrwx 1 root root 10 Jan 15 17:03 wwn-0x50014ee659876485-part1 -> ../../sdc1
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Jan 15 17:03 45e88f61-deea-4c70-8c17-a2cea3252adf -> ../../dm-7
lrwxrwxrwx 1 root root 10 Mar  4 07:17 59ed65fa-2201-4c67-aa6c-3ec7715b3cc6 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Jan 15 17:03 757c6187-2b9a-4f5f-a592-fa363bfb5d7f -> ../../dm-6
lrwxrwxrwx 1 root root 10 Mar  4 07:17 7f425805-168d-40ec-b52d-3eecf2f01885 -> ../../sdb3
lrwxrwxrwx 1 root root 11 Jan 15 17:03 7f76fbd3-e2fc-4110-b4fa-d1f33668a8a6 -> ../../md127
lrwxrwxrwx 1 root root 10 Jan 15 17:03 95d18c99-d334-47ed-a4e9-fa9f77928351 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jan 15 17:03 9bb682a9-2134-43a7-b5bb-187d23ac3e92 -> ../../dm-9
lrwxrwxrwx 1 root root  9 Jan 15 17:03 a039a3d6-a658-428e-8a4e-9ec41b842a29 -> ../../sde
lrwxrwxrwx 1 root root 10 Jan 15 17:03 df9909f2-85dd-4db4-90f3-1365a0f33f94 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Jan 15 17:03 e2a94238-2a6a-4552-834e-aaef4389cf8e -> ../../dm-8
lrwxrwxrwx 1 root root 10 Mar  4 07:16 f2f92c77-fedf-4eea-8354-4949ead441a6 -> ../../sda3
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: 10.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-13-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]  1.5.71
ii  grub-common            2.02+dfsg1-20+deb10u3
ii  grub-pc-bin            2.02+dfsg1-20+deb10u3
ii  grub2-common           2.02+dfsg1-20+deb10u3
ii  ucf                    3.0038+nmu1

grub-pc recommends no packages.

grub-pc suggests no packages.

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



More information about the Pkg-grub-devel mailing list