Bug#911784: grub: Couldn't find physical volume `(null)'. Some modules may be missing from core image..

Thorsten Glaser tg at mirbsd.de
Sat Aug 26 00:27:10 BST 2023


Package: grub-common
Version: 2.06-3~deb11u5
Followup-For: Bug #911784
X-Debbugs-Cc: tg at mirbsd.de

I just wanted to report this bug, only to find out that I had
already reported it…

-----BEGIN cutting here may damage your screen surface-----
$ sudo cleanenv / update-grub
Generating grub configuration file ...
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
/usr/sbin/grub-probe: warning: Couldn't find physical volume `(null)'. Some modules may be missing from core image..
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-5.10.0-25-amd64
Found initrd image: /boot/initrd.img-5.10.0-25-amd64
Found linux image: /boot/vmlinuz-5.10.0-23-amd64
Found initrd image: /boot/initrd.img-5.10.0-23-amd64
Found iPXE image: /boot/ipxe.lkrn
Found memtest86+ image: /memtest86+.bin
Found memtest86+ multiboot image: /memtest86+_multiboot.bin
Found Grml ISO image: /boot/grml/grml96-full_2020.06.iso
done
-----END cutting here may damage your screen surface-----

How can I find out what cannot be found and what may or may not be missing?

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/vg--tglase-lv--tglase / ext4 rw,relatime 0 0
/dev/md1 /boot ext4 rw,noatime 0 0
/dev/mapper/vg--tglase-lv--tglase /run/schroot/mount/buster ext4 rw,relatime 0 0
/dev/mapper/vg--tglase-lv--tglase /run/schroot/mount/buster/home ext4 rw,relatime 0 0
/dev/mapper/vg--tglase-lv--tglase /run/schroot/mount/buster/git ext4 rw,relatime 0 0
/dev/mapper/vg--tglase-lv--tglase /run/schroot/mount/buster/scmrepos ext4 rw,relatime 0 0
/dev/mapper/vg--tglase-lv--tglase /run/schroot/mount/buster/var/anoncvs ext4 ro,relatime 0 0
/dev/mapper/vg--tglase-lv--tglase /run/schroot/mount/kde ext4 rw,relatime 0 0
/dev/mapper/vg--tglase-lv--tglase /run/schroot/mount/kde/home ext4 rw,relatime 0 0
/dev/mapper/vg--tglase-lv--tglase /run/schroot/mount/stretch ext4 rw,relatime 0 0
/dev/mapper/vg--tglase-lv--tglase /run/schroot/mount/stretch/home ext4 rw,relatime 0 0
/dev/mapper/vg--tglase-lv--tglase /run/schroot/mount/vncsess ext4 rw,relatime 0 0
/dev/mapper/vg--tglase-lv--tglase /run/schroot/mount/vncsess/home ext4 rw,relatime 0 0
/dev/mapper/vg--tglase-lv--tglase /run/schroot/mount/vncsess/var/cache/pbuilder/result 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
}

insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod raid6rec
insmod lvm
insmod ext2
set root='lvmid/qDLMsR-gVmh-Gqgx-r086-DTsY-3t1W-k5pd2r/yfyLBo-eBFf-C4Tg-kvwG-KBCb-UFmx-kuEZry'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvmid/qDLMsR-gVmh-Gqgx-r086-DTsY-3t1W-k5pd2r/yfyLBo-eBFf-C4Tg-kvwG-KBCb-UFmx-kuEZry'  7a639cc0-061e-429d-9381-0c2e4660da54
else
  search --no-floppy --fs-uuid --set=root 7a639cc0-061e-429d-9381-0c2e4660da54
fi
if loadfont /usr/share/consolefonts/FixedMisc18.pf2 ; then
  set gfxmode=1280x1024
  load_video
  insmod gfxterm
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=4
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=4
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod raid6rec
insmod lvm
insmod ext2
set root='lvmid/qDLMsR-gVmh-Gqgx-r086-DTsY-3t1W-k5pd2r/yfyLBo-eBFf-C4Tg-kvwG-KBCb-UFmx-kuEZry'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvmid/qDLMsR-gVmh-Gqgx-r086-DTsY-3t1W-k5pd2r/yfyLBo-eBFf-C4Tg-kvwG-KBCb-UFmx-kuEZry'  7a639cc0-061e-429d-9381-0c2e4660da54
else
  search --no-floppy --fs-uuid --set=root 7a639cc0-061e-429d-9381-0c2e4660da54
fi
insmod png
if background_image /usr/share/desktop-base/spacefun-theme/grub/grub-4x3.png; then
  set color_normal=light-gray/black
  set color_highlight=white/black
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, with Linux 5.10.0-25-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-25-amd64-advanced-7a639cc0-061e-429d-9381-0c2e4660da54' {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod diskfilter
	insmod mdraid1x
	insmod ext2
	set root='mduuid/5853acc41dec2552fcc47db68c268d89'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/5853acc41dec2552fcc47db68c268d89'  534b200f-36b8-465b-95b0-cfa3fc5d8048
	else
	  search --no-floppy --fs-uuid --set=root 534b200f-36b8-465b-95b0-cfa3fc5d8048
	fi
	echo	'Loading Linux 5.10.0-25-amd64 ...'
	linux	/vmlinuz-5.10.0-25-amd64 root=/dev/mapper/vg--tglase-lv--tglase ro rootdelay=5 net.ifnames=0 syscall.x32=y vsyscall=emulate kaslr l1tf=flush,nosmt 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-5.10.0-25-amd64
}
menuentry 'Debian GNU/Linux, with Linux 5.10.0-25-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-25-amd64-recovery-7a639cc0-061e-429d-9381-0c2e4660da54' {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod diskfilter
	insmod mdraid1x
	insmod ext2
	set root='mduuid/5853acc41dec2552fcc47db68c268d89'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/5853acc41dec2552fcc47db68c268d89'  534b200f-36b8-465b-95b0-cfa3fc5d8048
	else
	  search --no-floppy --fs-uuid --set=root 534b200f-36b8-465b-95b0-cfa3fc5d8048
	fi
	echo	'Loading Linux 5.10.0-25-amd64 ...'
	linux	/vmlinuz-5.10.0-25-amd64 root=/dev/mapper/vg--tglase-lv--tglase ro single rootdelay=5 net.ifnames=0 syscall.x32=y vsyscall=emulate kaslr l1tf=flush,nosmt
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-5.10.0-25-amd64
}
menuentry 'Debian GNU/Linux, with Linux 5.10.0-23-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-23-amd64-advanced-7a639cc0-061e-429d-9381-0c2e4660da54' {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod diskfilter
	insmod mdraid1x
	insmod ext2
	set root='mduuid/5853acc41dec2552fcc47db68c268d89'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/5853acc41dec2552fcc47db68c268d89'  534b200f-36b8-465b-95b0-cfa3fc5d8048
	else
	  search --no-floppy --fs-uuid --set=root 534b200f-36b8-465b-95b0-cfa3fc5d8048
	fi
	echo	'Loading Linux 5.10.0-23-amd64 ...'
	linux	/vmlinuz-5.10.0-23-amd64 root=/dev/mapper/vg--tglase-lv--tglase ro rootdelay=5 net.ifnames=0 syscall.x32=y vsyscall=emulate kaslr l1tf=flush,nosmt 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-5.10.0-23-amd64
}
menuentry 'Debian GNU/Linux, with Linux 5.10.0-23-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-23-amd64-recovery-7a639cc0-061e-429d-9381-0c2e4660da54' {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod diskfilter
	insmod mdraid1x
	insmod ext2
	set root='mduuid/5853acc41dec2552fcc47db68c268d89'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/5853acc41dec2552fcc47db68c268d89'  534b200f-36b8-465b-95b0-cfa3fc5d8048
	else
	  search --no-floppy --fs-uuid --set=root 534b200f-36b8-465b-95b0-cfa3fc5d8048
	fi
	echo	'Loading Linux 5.10.0-23-amd64 ...'
	linux	/vmlinuz-5.10.0-23-amd64 root=/dev/mapper/vg--tglase-lv--tglase ro single rootdelay=5 net.ifnames=0 syscall.x32=y vsyscall=emulate kaslr l1tf=flush,nosmt
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-5.10.0-23-amd64
}

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

### BEGIN /etc/grub.d/20_ipxe ###
menuentry "Network boot (iPXE)" --users "" --class network {
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod diskfilter
	insmod mdraid1x
	insmod ext2
	set root='mduuid/5853acc41dec2552fcc47db68c268d89'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/5853acc41dec2552fcc47db68c268d89'  534b200f-36b8-465b-95b0-cfa3fc5d8048
	else
	  search --no-floppy --fs-uuid --set=root 534b200f-36b8-465b-95b0-cfa3fc5d8048
	fi
	linux16 /ipxe.lkrn
}
### END /etc/grub.d/20_ipxe ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod diskfilter
	insmod mdraid1x
	insmod ext2
	set root='mduuid/5853acc41dec2552fcc47db68c268d89'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/5853acc41dec2552fcc47db68c268d89'  534b200f-36b8-465b-95b0-cfa3fc5d8048
	else
	  search --no-floppy --fs-uuid --set=root 534b200f-36b8-465b-95b0-cfa3fc5d8048
	fi
	linux16	/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod diskfilter
	insmod mdraid1x
	insmod ext2
	set root='mduuid/5853acc41dec2552fcc47db68c268d89'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/5853acc41dec2552fcc47db68c268d89'  534b200f-36b8-465b-95b0-cfa3fc5d8048
	else
	  search --no-floppy --fs-uuid --set=root 534b200f-36b8-465b-95b0-cfa3fc5d8048
	fi
	linux16	/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod diskfilter
	insmod mdraid1x
	insmod ext2
	set root='mduuid/5853acc41dec2552fcc47db68c268d89'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/5853acc41dec2552fcc47db68c268d89'  534b200f-36b8-465b-95b0-cfa3fc5d8048
	else
	  search --no-floppy --fs-uuid --set=root 534b200f-36b8-465b-95b0-cfa3fc5d8048
	fi
	multiboot	/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod part_msdos
	insmod diskfilter
	insmod mdraid1x
	insmod ext2
	set root='mduuid/5853acc41dec2552fcc47db68c268d89'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint='mduuid/5853acc41dec2552fcc47db68c268d89'  534b200f-36b8-465b-95b0-cfa3fc5d8048
	else
	  search --no-floppy --fs-uuid --set=root 534b200f-36b8-465b-95b0-cfa3fc5d8048
	fi
	multiboot	/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### 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 ###

### BEGIN /etc/grub.d/42_grml ###
menuentry "Grml Rescue System (grml96-full_2020.06.iso)" {
        insmod part_msdos
        insmod part_msdos
        insmod part_msdos
        insmod part_msdos
        insmod diskfilter
        insmod mdraid1x
        insmod ext2
        set root='mduuid/5853acc41dec2552fcc47db68c268d89'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint='mduuid/5853acc41dec2552fcc47db68c268d89'  534b200f-36b8-465b-95b0-cfa3fc5d8048
        else
          search --no-floppy --fs-uuid --set=root 534b200f-36b8-465b-95b0-cfa3fc5d8048
        fi
        iso_path="/grml/grml96-full_2020.06.iso"
        export iso_path
        kernelopts="  live-media=/dev/sda1,/dev/sdb1,/dev/sdd1,/dev/sde1,/dev/md1 "
        export kernelopts
        # support booting recent GRUB versions on UEFI systems
        rmmod tpm
        loopback loop "/grml/grml96-full_2020.06.iso"
        set root=(loop)
        configfile /boot/grub/loopback.cfg
}
### END /etc/grub.d/42_grml ###
*********************** END /boot/grub/grub.cfg

*********************** BEGIN /proc/mdstat
Personalities : [raid1] [raid6] [raid5] [raid4] [linear] [multipath] [raid0] [raid10] 
md5 : active raid6 sdb2[7] sda2[4] sde2[6] sdd2[5]
      924737472 blocks super 1.2 level 6, 32k chunk, algorithm 2 [5/4] [UUUU_]
      bitmap: 3/3 pages [12KB], 65536KB chunk

md1 : active raid1 sdb1[7] sda1[4] sde1[6] sdd1[5]
      4191232 blocks super 1.2 [4/4] [UUUU]
      bitmap: 0/1 pages [0KB], 65536KB chunk

unused devices: <none>
*********************** END /proc/mdstat

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

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Jun 28 03:20 ata-SAMSUNG_HD502HJ_S20BJ9EB811386 -> ../../sde
lrwxrwxrwx 1 root root 10 Jun 28 03:20 ata-SAMSUNG_HD502HJ_S20BJ9EB811386-part1 -> ../../sde1
lrwxrwxrwx 1 root root 10 Jun 28 03:20 ata-SAMSUNG_HD502HJ_S20BJ9EB811386-part2 -> ../../sde2
lrwxrwxrwx 1 root root  9 Jun 28 03:20 ata-SAMSUNG_HD502HJ_S20BJ9KB913503 -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 28 03:20 ata-SAMSUNG_HD502HJ_S20BJ9KB913503-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 28 03:20 ata-SAMSUNG_HD502HJ_S20BJ9KB913503-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 Jun 28 03:20 ata-ST3500418AS_9VMSF344 -> ../../sdb
lrwxrwxrwx 1 root root 10 Jun 28 03:20 ata-ST3500418AS_9VMSF344-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jun 28 03:20 ata-ST3500418AS_9VMSF344-part2 -> ../../sdb2
lrwxrwxrwx 1 root root  9 Jun 28 03:20 ata-WDC_WD3200AAKS-75B3A0_WD-WCAT14685639 -> ../../sdd
lrwxrwxrwx 1 root root 10 Jun 28 03:20 ata-WDC_WD3200AAKS-75B3A0_WD-WCAT14685639-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Jun 28 03:20 ata-WDC_WD3200AAKS-75B3A0_WD-WCAT14685639-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 Aug  9 04:20 dm-name-cswap -> ../../dm-9
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-name-vg--tglase-ci--busyapps -> ../../dm-6
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-name-vg--tglase-lv--swap -> ../../dm-2
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-name-vg--tglase-lv--tglase -> ../../dm-0
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-name-vg--tglase-mirbsd -> ../../dm-1
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-name-vg--tglase-openbsd -> ../../dm-8
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-name-vg--tglase-rhel7.2 -> ../../dm-5
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-name-vg--tglase-tglase--edge -> ../../dm-7
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-name-vg--tglase-win2k -> ../../dm-3
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-name-vg--tglase-win95 -> ../../dm-4
lrwxrwxrwx 1 root root 10 Aug  9 04:20 dm-uuid-CRYPT-PLAIN-cswap_unformatted -> ../../dm-9
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-uuid-LVM-qDLMsRgVmhGqgxr086DTsY3t1Wk5pd2r4X6nzbnvIiimzTmADxag1i1dzPAtwCYr -> ../../dm-7
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-uuid-LVM-qDLMsRgVmhGqgxr086DTsY3t1Wk5pd2rASMKxEuqr7maen5k1lFSlHSxTZCLo3cS -> ../../dm-2
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-uuid-LVM-qDLMsRgVmhGqgxr086DTsY3t1Wk5pd2rFeDtW0QbXwmaRKPQlUcs5FSsHZnTonU9 -> ../../dm-6
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-uuid-LVM-qDLMsRgVmhGqgxr086DTsY3t1Wk5pd2rcdCfrj8JwrcrEP8J4QkPG29bDH8DpAQF -> ../../dm-5
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-uuid-LVM-qDLMsRgVmhGqgxr086DTsY3t1Wk5pd2rn6anNFlkvQ6PwsPWLphglf6CC4Oy0cZV -> ../../dm-3
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-uuid-LVM-qDLMsRgVmhGqgxr086DTsY3t1Wk5pd2rsjEPtDuRl0NmiO8yvENhB80MU3eebrid -> ../../dm-8
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-uuid-LVM-qDLMsRgVmhGqgxr086DTsY3t1Wk5pd2ru1l6sajvIHfj7Pg7A28ysnzIBuqRhhKz -> ../../dm-4
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-uuid-LVM-qDLMsRgVmhGqgxr086DTsY3t1Wk5pd2rxcWICXcDfLx5CbLVGWojvN6aFJ9yNtDv -> ../../dm-1
lrwxrwxrwx 1 root root 10 Jun 28 03:20 dm-uuid-LVM-qDLMsRgVmhGqgxr086DTsY3t1Wk5pd2ryfyLBoeBFfC4TgkvwGKBCbUFmxkuEZry -> ../../dm-0
lrwxrwxrwx 1 root root  9 Jun 28 03:20 lvm-pv-uuid-In4uTZ-idXV-Z6uf-Xq8l-nzL6-KGBF-HsuPC9 -> ../../md5
lrwxrwxrwx 1 root root  9 Jun 28 03:20 md-name-tglase.lan.tarent.de:mdboot -> ../../md1
lrwxrwxrwx 1 root root  9 Jun 28 03:20 md-name-tglase.lan.tarent.de:mdmain -> ../../md5
lrwxrwxrwx 1 root root  9 Jun 28 03:20 md-uuid-5853acc4:1dec2552:fcc47db6:8c268d89 -> ../../md1
lrwxrwxrwx 1 root root  9 Jun 28 03:20 md-uuid-a9180830:8abadd84:09b733e2:a965bcf3 -> ../../md5
lrwxrwxrwx 1 root root  9 Jun 28 03:20 wwn-0x5000c5002d074e7b -> ../../sdb
lrwxrwxrwx 1 root root 10 Jun 28 03:20 wwn-0x5000c5002d074e7b-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Jun 28 03:20 wwn-0x5000c5002d074e7b-part2 -> ../../sdb2
lrwxrwxrwx 1 root root  9 Jun 28 03:20 wwn-0x50014ee156aa58d8 -> ../../sdd
lrwxrwxrwx 1 root root 10 Jun 28 03:20 wwn-0x50014ee156aa58d8-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Jun 28 03:20 wwn-0x50014ee156aa58d8-part2 -> ../../sdd2
lrwxrwxrwx 1 root root  9 Jun 28 03:20 wwn-0x50024e9205feedb5 -> ../../sde
lrwxrwxrwx 1 root root 10 Jun 28 03:20 wwn-0x50024e9205feedb5-part1 -> ../../sde1
lrwxrwxrwx 1 root root 10 Jun 28 03:20 wwn-0x50024e9205feedb5-part2 -> ../../sde2
lrwxrwxrwx 1 root root  9 Jun 28 03:20 wwn-0x50024e920624ca2b -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 28 03:20 wwn-0x50024e920624ca2b-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 28 03:20 wwn-0x50024e920624ca2b-part2 -> ../../sda2
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root  9 Jun 28 03:20 534b200f-36b8-465b-95b0-cfa3fc5d8048 -> ../../md1
lrwxrwxrwx 1 root root 10 Jun 28 03:20 7a639cc0-061e-429d-9381-0c2e4660da54 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Aug  9 04:20 a09b3a99-fcae-43fd-8632-2efe98cc0859 -> ../../dm-9
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: 11.7
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable-security'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable-updates'), (500, 'oldoldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-23-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/lksh
Init: sysvinit (via /sbin/init)

Versions of packages grub-common depends on:
ii  gettext-base        0.21-4
ii  libc6               2.31-13+deb11u6
ii  libdevmapper1.02.1  2:1.02.175-2.1
ii  libefiboot1         37-6
ii  libefivar1          37-6
ii  libfreetype6        2.10.4+dfsg-1+deb11u1
ii  libfuse2            2.9.9-5
ii  liblzma5            5.2.5-2.1~deb11u1

Versions of packages grub-common recommends:
pn  os-prober  <none>

Versions of packages grub-common suggests:
ii  console-setup  2:20200214
ii  desktop-base   11.0.3
pn  grub-emu       <none>
ii  mtools         4.0.31-1
pn  multiboot-doc  <none>
ii  xorriso        1.5.2-1

-- no debconf information


More information about the Pkg-grub-devel mailing list