Bug#1101092: grub-efi-amd64: manual cryptomount from GRUB shell always required
Sean Whitton
spwhitton at spwhitton.name
Sun Mar 23 05:12:31 GMT 2025
Package: grub-efi-amd64
Version: 2.12-7
Severity: important
X-Debbugs-Cc: debian-amd64 at lists.debian.org
User: debian-amd64 at lists.debian.org
Usertags: amd64
Hello,
I have GRUB_ENABLE_CRYPTODISK=y in /etc/default/grub. I.e. this is the setup
where even /boot is within LVM-on-LUKS. I used '--type luks1' when setting it
up for GRUB compatibility, and everything worked fine on bookworm.
I upgraded to trixie this week, and now the initial prompt to unlock the disk
always fails. When I land at the grub> prompt, I do
cryptomount -a
insmod normal
normal
and then everything works fine.
I would have thought that if the initial prompt couldn't unlock the disk, then
the grub> shell wouldn't be able to, either. But that seems not to be the
case. How can I debug this? Could I perhaps turn on keyboard input echoing,
in case there is somehow a different map being used for the initial prompt?
Thanks.
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/mapper/vg_melete-lv_melete_root / ext4 rw,relatime 0 0
/dev/nvme0n1p1 /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/mapper/vg_melete-lv_melete_root /var/lib/schroot/union/underlay/python3.9 ext4 rw,relatime 0 0
/dev/pts /run/schroot/mount/python3.9/dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=666 0 0
/dev/mapper/vg_melete-lv_melete_root /run/schroot/mount/python3.9/home ext4 rw,relatime 0 0
/dev/mapper/vg_melete-lv_melete_root /run/schroot/mount/python3.9/var/lib/dbus ext4 rw,relatime 0 0
/dev/mapper/vg_melete-lv_melete_root /run/schroot/mount/python3.9/mnt 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 cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
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 ###
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
insmod png
if background_image /usr/share/desktop-base/emerald-theme/grub/grub-16x9.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 GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-a642db63-a9a9-4609-8c9f-75274c597fa4' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
echo 'Loading Linux 6.12.19-amd64 ...'
linux /boot/vmlinuz-6.12.19-amd64 root=/dev/mapper/vg_melete-lv_melete_root ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.12.19-amd64
}
submenu 'Advanced options for Debian GNU/Linux GNU/Linux' $menuentry_id_option 'gnulinux-advanced-a642db63-a9a9-4609-8c9f-75274c597fa4' {
menuentry 'Debian GNU/Linux GNU/Linux, with Linux 6.12.19-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.12.19-amd64-advanced-a642db63-a9a9-4609-8c9f-75274c597fa4' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
echo 'Loading Linux 6.12.19-amd64 ...'
linux /boot/vmlinuz-6.12.19-amd64 root=/dev/mapper/vg_melete-lv_melete_root ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.12.19-amd64
}
menuentry 'Debian GNU/Linux GNU/Linux, with Linux 6.12.19-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.12.19-amd64-recovery-a642db63-a9a9-4609-8c9f-75274c597fa4' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
echo 'Loading Linux 6.12.19-amd64 ...'
linux /boot/vmlinuz-6.12.19-amd64 root=/dev/mapper/vg_melete-lv_melete_root ro single dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.12.19-amd64
}
menuentry 'Debian GNU/Linux GNU/Linux, with Linux 6.12.17-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.12.17-amd64-advanced-a642db63-a9a9-4609-8c9f-75274c597fa4' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
echo 'Loading Linux 6.12.17-amd64 ...'
linux /boot/vmlinuz-6.12.17-amd64 root=/dev/mapper/vg_melete-lv_melete_root ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.12.17-amd64
}
menuentry 'Debian GNU/Linux GNU/Linux, with Linux 6.12.17-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.12.17-amd64-recovery-a642db63-a9a9-4609-8c9f-75274c597fa4' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
echo 'Loading Linux 6.12.17-amd64 ...'
linux /boot/vmlinuz-6.12.17-amd64 root=/dev/mapper/vg_melete-lv_melete_root ro single dis_ucode_ldr
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-6.12.17-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/20_memtest86+ ###
if [ "$grub_platform" = efi -a "$grub_cpu" = x86_64 ]; then
menuentry "Memory test (memtest86+x64.efi)" --class memtest $menuentry_id_option "memtest86+" {
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
linux /boot/memtest86+x64.efi
}
menuentry "Memory test (memtest86+x64.efi, serial console)" --class memtest $menuentry_id_option "memtest86+-serial" {
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
linux /boot/memtest86+x64.efi console=ttyS0,115200
}
fi
if [ "$grub_platform" = efi -a "$grub_cpu" = i386 ]; then
menuentry "Memory test (memtest86+ia32.efi)" --class memtest $menuentry_id_option "memtest86+" {
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
linux /boot/memtest86+ia32.efi
}
menuentry "Memory test (memtest86+ia32.efi, serial console)" --class memtest $menuentry_id_option "memtest86+-serial" {
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
linux /boot/memtest86+ia32.efi console=ttyS0,115200
}
fi
if [ "$grub_platform" = pc ]; then if cpuid -l ; then
menuentry "Memory test (memtest86+x64.bin)" --class memtest $menuentry_id_option "memtest86+" {
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
linux /boot/memtest86+x64.bin
}
menuentry "Memory test (memtest86+x64.bin, serial console)" --class memtest $menuentry_id_option "memtest86+-serial" {
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
linux /boot/memtest86+x64.bin console=ttyS0,115200
}
fi ; fi
if [ "$grub_platform" = pc ]; then if ! cpuid -l ; then
menuentry "Memory test (memtest86+ia32.bin)" --class memtest $menuentry_id_option "memtest86+" {
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
linux /boot/memtest86+ia32.bin
}
menuentry "Memory test (memtest86+ia32.bin, serial console)" --class memtest $menuentry_id_option "memtest86+-serial" {
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha256
insmod lvm
insmod ext2
cryptomount -u c2fc5c86-78b9-4856-91a9-240e422f44ec
set root='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/lhHDwf-Rozu-S2N9-YGVK-8VBK-UJEU-zQhP85/V0aOY0-1Z8g-g5DR-cUUd-lAIk-yOcJ-pqzz7Q' a642db63-a9a9-4609-8c9f-75274c597fa4
else
search --no-floppy --fs-uuid --set=root a642db63-a9a9-4609-8c9f-75274c597fa4
fi
linux /boot/memtest86+ia32.bin console=ttyS0,115200
}
fi ; fi
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/25_bli ###
if [ "$grub_platform" = "efi" ]; then
insmod bli
fi
### END /etc/grub.d/25_bli ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
if [ "$grub_platform" = "efi" ]; then
fwsetup --is-supported
if [ "$?" = 0 ]; then
menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
fi
fi
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/35_fwupd ###
### END /etc/grub.d/35_fwupd ###
### 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 : [raid0] [raid1] [raid6] [raid5] [raid4] [raid10]
unused devices: <none>
*********************** END /proc/mdstat
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-name-nvme0n1p2_crypt -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-name-vg_melete-lv_melete_bullseye -> ../../dm-6
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-name-vg_melete-lv_melete_buster -> ../../dm-3
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-name-vg_melete-lv_melete_jessie -> ../../dm-5
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-name-vg_melete-lv_melete_root -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-name-vg_melete-lv_melete_stretch -> ../../dm-4
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-name-vg_melete-lv_melete_win10 -> ../../dm-2
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-uuid-CRYPT-LUKS1-c2fc5c8678b9485691a9240e422f44ec-nvme0n1p2_crypt -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-uuid-LVM-lhHDwfRozuS2N9YGVK8VBKUJEUzQhP85JbcXxo5CvNU3VQBxNbdMVe50ZHn2rN3T -> ../../dm-5
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-uuid-LVM-lhHDwfRozuS2N9YGVK8VBKUJEUzQhP85Q1yoSPXFOjh4GS6JQTdHv7SFMkJZQt6i -> ../../dm-4
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-uuid-LVM-lhHDwfRozuS2N9YGVK8VBKUJEUzQhP85V0aOY01Z8gg5DRcUUdlAIkyOcJpqzz7Q -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-uuid-LVM-lhHDwfRozuS2N9YGVK8VBKUJEUzQhP85xHvTdFlUT75Fso7o91qwtdKpQX43gBly -> ../../dm-2
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-uuid-LVM-lhHDwfRozuS2N9YGVK8VBKUJEUzQhP85yP1385EyMzChTh9iItUv3BcXAISX2hqg -> ../../dm-6
lrwxrwxrwx 1 root root 10 Mar 23 12:53 dm-uuid-LVM-lhHDwfRozuS2N9YGVK8VBKUJEUzQhP85zR9qX7P4CB8kTfQPo4idIpQetVFHuIg7 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Mar 23 12:53 lvm-pv-uuid-gKBKLB-Q7dh-DkEX-FJE7-Ps7n-OmfQ-kGZ7Hx -> ../../dm-0
lrwxrwxrwx 1 root root 13 Mar 23 12:53 nvme-Samsung_SSD_970_EVO_Plus_2TB_S4J4NX0W408820A -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Mar 23 12:53 nvme-Samsung_SSD_970_EVO_Plus_2TB_S4J4NX0W408820A-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Mar 23 12:53 nvme-Samsung_SSD_970_EVO_Plus_2TB_S4J4NX0W408820A-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 13 Mar 23 12:53 nvme-Samsung_SSD_970_EVO_Plus_2TB_S4J4NX0W408820A_1 -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Mar 23 12:53 nvme-Samsung_SSD_970_EVO_Plus_2TB_S4J4NX0W408820A_1-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Mar 23 12:53 nvme-Samsung_SSD_970_EVO_Plus_2TB_S4J4NX0W408820A_1-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 13 Mar 23 12:53 nvme-eui.0025385431b19248 -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Mar 23 12:53 nvme-eui.0025385431b19248-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Mar 23 12:53 nvme-eui.0025385431b19248-part2 -> ../../nvme0n1p2
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 15 Mar 23 12:53 35AB-25FE -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 10 Mar 23 12:53 a642db63-a9a9-4609-8c9f-75274c597fa4 -> ../../dm-1
lrwxrwxrwx 1 root root 15 Mar 23 12:53 c2fc5c86-78b9-4856-91a9-240e422f44ec -> ../../nvme0n1p2
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: trixie/sid
APT prefers oldstable-security
APT policy: (500, 'oldstable-security'), (500, 'testing'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 6.12.19-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB.UTF-8
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages grub-efi-amd64 depends on:
ii debconf [debconf-2.0] 1.5.91
ii grub-efi-amd64-bin 2.12-7
ii grub2-common 2.12-7
ii ucf 3.0050
grub-efi-amd64 recommends no packages.
grub-efi-amd64 suggests no packages.
-- debconf information:
grub2/enable_os_prober: false
grub2/kfreebsd_cmdline:
grub2/kfreebsd_cmdline_default: quiet
grub2/force_efi_extra_removable: false
grub2/linux_cmdline:
grub2/linux_cmdline_default: quiet
grub2/update_nvram: true
--
Sean Whitton
-------------- 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/20250323/5cc68c58/attachment-0001.sig>
More information about the Pkg-grub-devel
mailing list