Bug#1100486: grub-efi-amd64: Fails to start after upgrade.
Christian Lamparter
chunkeey at gmail.com
Sat Mar 15 10:36:06 GMT 2025
Package: grub-efi-amd64
Version: 2.12-6
Followup-For: Bug #1100486
X-Debbugs-Cc: debian-amd64 at lists.debian.org
User: debian-amd64 at lists.debian.org
Usertags: amd64
Dear Maintainer,
I'm in the same situation. grub 2.12-6 no longer booted and I was
stuck at the black screen / bios logo.
Using the debug grub, I pretty much got the same screen.
it hung at:
---
...
kern/fs.c:79:fs: error: not a XFS filesystem.
kern/fs.c:80:fs: xfs detection failed.
kern/fs.c:56:fs: Detecting squash4...
kern/fs.c:79:fs: error: not a squash4.
kern/fs.c:80:fs: squash4 detection failed.
kern/fs.c:56:fs: Detecting ntfs...
disk/efi/efidisk.c:603:efidisk: reading 0x40 sectors at the sector 0x3d0d9540
from hd4
---
Reading the bug-grub, this could be the reason:
https://lists.gnu.org/archive/html/bug-grub/2025-02/msg00011.html
which blames:
"commit 067b6d225d482280abad03944f04e30abcbdafa1 fs/ntfs: Implement attribute
verification" as the reason for the endless loop.
https://savannah.gnu.org/bugs/index.php?66855
and this seems to be the patch that fixes it.
https://lists.gnu.org/archive/html/grub-devel/2025-02/msg00179.html
(I'll test this and report back)
Regards,
Christian
*** Reporter, please consider answering these questions, where appropriate ***
* What led up to the situation?
* What exactly did you do (or not do) that was effective (or
ineffective)?
* What was the outcome of this action?
* What outcome did you expect instead?
*** End of the template - remove these template lines ***
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/mapper/shift.daheim-disk2_crypt / btrfs rw,relatime,ssd,discard=async,space_cache=v2,subvolid=256,subvol=/@rootfs 0 0
/dev/nvme0n1p2 /boot ext4 rw,relatime,discard 0 0
/dev/loop0 /snap/bare/5 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/loop4 /snap/snapd/23771 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/loop1 /snap/gtk-common-themes/1535 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/loop2 /snap/gnome-3-38-2004/143 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/loop3 /snap/core20/2496 squashfs ro,nodev,relatime,errors=continue 0 0
/dev/sda1 /boot/efi vfat rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 0 0
/dev/nvme1n1p1 /mnt/scratch xfs rw,relatime,attr2,discard,inode64,logbufs=8,logbsize=32k,noquota 0 0
/dev/mapper/newhome_crypt /home 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
}
terminal_input console
terminal_output console
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
play 480 440 1
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/00_tuned ###
set tuned_params=""
set tuned_initrd=""
### END /etc/grub.d/00_tuned ###
### 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 GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-6940fe71-5aac-45a3-a275-bef04779e159' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
echo 'Loading Linux 6.14.0-rc5-wt+ ...'
linux /vmlinuz-6.14.0-rc5-wt+ root=/dev/mapper/shift.daheim-disk2_crypt ro rootflags=subvol=@rootfs roottimeout=900 panic=90 quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-6.14.0-rc5-wt+
}
submenu 'Advanced options for Debian GNU/Linux GNU/Linux' $menuentry_id_option 'gnulinux-advanced-6940fe71-5aac-45a3-a275-bef04779e159' {
menuentry 'Debian GNU/Linux GNU/Linux, with Linux 6.14.0-rc5-wt+' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.14.0-rc5-wt+-advanced-6940fe71-5aac-45a3-a275-bef04779e159' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
echo 'Loading Linux 6.14.0-rc5-wt+ ...'
linux /vmlinuz-6.14.0-rc5-wt+ root=/dev/mapper/shift.daheim-disk2_crypt ro rootflags=subvol=@rootfs roottimeout=900 panic=90 quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-6.14.0-rc5-wt+
}
menuentry 'Debian GNU/Linux GNU/Linux, with Linux 6.14.0-rc3-wt+' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.14.0-rc3-wt+-advanced-6940fe71-5aac-45a3-a275-bef04779e159' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
echo 'Loading Linux 6.14.0-rc3-wt+ ...'
linux /vmlinuz-6.14.0-rc3-wt+ root=/dev/mapper/shift.daheim-disk2_crypt ro rootflags=subvol=@rootfs roottimeout=900 panic=90 quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-6.14.0-rc3-wt+
}
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-6940fe71-5aac-45a3-a275-bef04779e159' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
echo 'Loading Linux 6.12.17-amd64 ...'
linux /vmlinuz-6.12.17-amd64 root=/dev/mapper/shift.daheim-disk2_crypt ro rootflags=subvol=@rootfs roottimeout=900 panic=90 quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-6.12.17-amd64
}
menuentry 'Debian GNU/Linux GNU/Linux, with Linux 6.1.0-31-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-6.1.0-31-amd64-advanced-6940fe71-5aac-45a3-a275-bef04779e159' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
echo 'Loading Linux 6.1.0-31-amd64 ...'
linux /vmlinuz-6.1.0-31-amd64 root=/dev/mapper/shift.daheim-disk2_crypt ro rootflags=subvol=@rootfs roottimeout=900 panic=90 quiet
echo 'Loading initial ramdisk ...'
initrd /initrd.img-6.1.0-31-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/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 ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
linux /memtest86+x64.efi
}
menuentry "Memory test (memtest86+x64.efi, serial console)" --class memtest $menuentry_id_option "memtest86+-serial" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
linux /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 ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
linux /memtest86+ia32.efi
}
menuentry "Memory test (memtest86+ia32.efi, serial console)" --class memtest $menuentry_id_option "memtest86+-serial" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
linux /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 ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
linux /memtest86+x64.bin
}
menuentry "Memory test (memtest86+x64.bin, serial console)" --class memtest $menuentry_id_option "memtest86+-serial" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
linux /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 ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
linux /memtest86+ia32.bin
}
menuentry "Memory test (memtest86+ia32.bin, serial console)" --class memtest $menuentry_id_option "memtest86+-serial" {
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 79fa1b9d-3252-4782-a21d-9de41a0e7874
linux /memtest86+ia32.bin console=ttyS0,115200
}
fi ; fi
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/20_netbootxyz ###
### END /etc/grub.d/20_netbootxyz ###
### 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 ###
menuentry 'Windows Boot Manager (on /dev/sda1)' --class windows --class os $menuentry_id_option 'osprober-efi-1C93-A338' {
insmod part_gpt
insmod fat
set root='hd0,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt1 --hint-efi=hd0,gpt1 --hint-baremetal=ahci0,gpt1 1C93-A338
else
search --no-floppy --fs-uuid --set=root 1C93-A338
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
### 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 ###
### BEGIN /etc/grub.d/60_grub-imageboot ###
### END /etc/grub.d/60_grub-imageboot ###
*********************** END /boot/grub/grub.cfg
*********************** BEGIN /proc/mdstat
Personalities : [raid1] [linear] [raid0] [raid6] [raid5] [raid4] [raid10]
md0 : active raid1 sdc1[0] sdb1[1]
3906881856 blocks super 1.2 [2/2] [UU]
bitmap: 6/30 pages [24KB], 65536KB chunk
unused devices: <none>
*********************** END /proc/mdstat
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Mar 15 2025 ata-ST4000NE001-2MA101_WJG20XFK -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 15 2025 ata-ST4000NE001-2MA101_WJG20XFK-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Mar 15 2025 ata-ST4000NE001-2MA101_WJG20YKD -> ../../sdc
lrwxrwxrwx 1 root root 10 Mar 15 2025 ata-ST4000NE001-2MA101_WJG20YKD-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Mar 15 2025 ata-Samsung_SSD_870_EVO_2TB_S6PPNX0W316941W -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 15 2025 ata-Samsung_SSD_870_EVO_2TB_S6PPNX0W316941W-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 15 2025 ata-Samsung_SSD_870_EVO_2TB_S6PPNX0W316941W-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 15 2025 ata-Samsung_SSD_870_EVO_2TB_S6PPNX0W316941W-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar 15 2025 ata-Samsung_SSD_870_EVO_2TB_S6PPNX0W316941W-part4 -> ../../sda4
lrwxrwxrwx 1 root root 9 Mar 15 2025 ata-Samsung_SSD_870_QVO_8TB_S5SSNF0T902515A -> ../../sde
lrwxrwxrwx 1 root root 10 Mar 15 2025 ata-Samsung_SSD_870_QVO_8TB_S5SSNF0T902515A-part1 -> ../../sde1
lrwxrwxrwx 1 root root 9 Mar 15 2025 ata-WDC_WD60EFZX-68B3FN0_WD-CA0JEDMK -> ../../sdd
lrwxrwxrwx 1 root root 10 Mar 15 2025 ata-WDC_WD60EFZX-68B3FN0_WD-CA0JEDMK-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Mar 15 2025 ata-WDC_WD60EFZX-68B3FN0_WD-CA0JEDMK-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 Mar 15 11:04 dm-name-newhome_crypt -> ../../dm-4
lrwxrwxrwx 1 root root 10 Mar 15 2025 dm-name-shift.daheim-disk1 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 15 11:04 dm-name-shift.daheim-disk1_crypt -> ../../dm-3
lrwxrwxrwx 1 root root 10 Mar 15 2025 dm-name-shift.daheim-disk2 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 15 2025 dm-name-shift.daheim-disk2_crypt -> ../../dm-2
lrwxrwxrwx 1 root root 10 Mar 15 11:04 dm-uuid-CRYPT-LUKS2-258b120302234102a50d04a86448694d-shift.daheim-disk1_crypt -> ../../dm-3
lrwxrwxrwx 1 root root 10 Mar 15 11:04 dm-uuid-CRYPT-LUKS2-70d58d392b814c7194eacbc6d44bb6f6-newhome_crypt -> ../../dm-4
lrwxrwxrwx 1 root root 10 Mar 15 2025 dm-uuid-CRYPT-LUKS2-caeb11af3c3a43169165cd9c1453848a-shift.daheim-disk2_crypt -> ../../dm-2
lrwxrwxrwx 1 root root 10 Mar 15 2025 dm-uuid-LVM-QluCzer2LjObhTFrPj6kRnRz9GB2ADdGTkGiKAeUe5zDT77mkElc06v3v8DcFFIa -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 15 2025 dm-uuid-LVM-QluCzer2LjObhTFrPj6kRnRz9GB2ADdGo4K8f79GtTAldAoNKn6HpdNA93CDQHgQ -> ../../dm-1
lrwxrwxrwx 1 root root 15 Mar 15 2025 lvm-pv-uuid-i10Nhb-C98a-Eged-103s-QuZF-OsOW-RVZPxl -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 9 Mar 15 2025 md-name-debian64:0 -> ../../md0
lrwxrwxrwx 1 root root 9 Mar 15 2025 md-uuid-4d612c89:12af8364:f118f9c9:ed81da19 -> ../../md0
lrwxrwxrwx 1 root root 13 Mar 15 2025 nvme-KIOXIA-EXCERIA_PRO_SSD_635A40BSKMX6 -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Mar 15 2025 nvme-KIOXIA-EXCERIA_PRO_SSD_635A40BSKMX6-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Mar 15 2025 nvme-KIOXIA-EXCERIA_PRO_SSD_635A40BSKMX6-part3 -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 13 Mar 15 2025 nvme-KIOXIA-EXCERIA_PRO_SSD_635A40BSKMX6_1 -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Mar 15 2025 nvme-KIOXIA-EXCERIA_PRO_SSD_635A40BSKMX6_1-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Mar 15 2025 nvme-KIOXIA-EXCERIA_PRO_SSD_635A40BSKMX6_1-part3 -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 13 Mar 15 2025 nvme-WDC_WDS200T2B0C-00PXH0_21281T444904 -> ../../nvme1n1
lrwxrwxrwx 1 root root 15 Mar 15 2025 nvme-WDC_WDS200T2B0C-00PXH0_21281T444904-part1 -> ../../nvme1n1p1
lrwxrwxrwx 1 root root 13 Mar 15 2025 nvme-WDC_WDS200T2B0C-00PXH0_21281T444904_1 -> ../../nvme1n1
lrwxrwxrwx 1 root root 15 Mar 15 2025 nvme-WDC_WDS200T2B0C-00PXH0_21281T444904_1-part1 -> ../../nvme1n1p1
lrwxrwxrwx 1 root root 13 Mar 15 2025 nvme-eui.8ce38e03008c2c030000000000000000 -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Mar 15 2025 nvme-eui.8ce38e03008c2c030000000000000000-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Mar 15 2025 nvme-eui.8ce38e03008c2c030000000000000000-part3 -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 13 Mar 15 2025 nvme-eui.e8238fa6bf530001001b444a499f09e6 -> ../../nvme1n1
lrwxrwxrwx 1 root root 15 Mar 15 2025 nvme-eui.e8238fa6bf530001001b444a499f09e6-part1 -> ../../nvme1n1p1
lrwxrwxrwx 1 root root 9 Mar 15 2025 usb-Generic-_Compact_Flash_058F63646476-0:1 -> ../../sdg
lrwxrwxrwx 1 root root 9 Mar 15 2025 usb-Generic-_MS_MS-Pro_058F63646476-0:3 -> ../../sdi
lrwxrwxrwx 1 root root 9 Mar 15 2025 usb-Generic-_SD_MMC_058F63646476-0:0 -> ../../sdf
lrwxrwxrwx 1 root root 9 Mar 15 2025 usb-Generic-_SM_xD-Picture_058F63646476-0:2 -> ../../sdh
lrwxrwxrwx 1 root root 9 Mar 15 2025 wwn-0x5000c500d458fefc -> ../../sdc
lrwxrwxrwx 1 root root 10 Mar 15 2025 wwn-0x5000c500d458fefc-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 9 Mar 15 2025 wwn-0x5000c500d4596d3a -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 15 2025 wwn-0x5000c500d4596d3a-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Mar 15 2025 wwn-0x50014ee21465fe90 -> ../../sdd
lrwxrwxrwx 1 root root 10 Mar 15 2025 wwn-0x50014ee21465fe90-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Mar 15 2025 wwn-0x50014ee21465fe90-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 9 Mar 15 2025 wwn-0x5002538f4290b927 -> ../../sde
lrwxrwxrwx 1 root root 10 Mar 15 2025 wwn-0x5002538f4290b927-part1 -> ../../sde1
lrwxrwxrwx 1 root root 9 Mar 15 2025 wwn-0x5002538f433341e9 -> ../../sda
lrwxrwxrwx 1 root root 10 Mar 15 2025 wwn-0x5002538f433341e9-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 15 2025 wwn-0x5002538f433341e9-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 15 2025 wwn-0x5002538f433341e9-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar 15 2025 wwn-0x5002538f433341e9-part4 -> ../../sda4
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Mar 15 11:04 191479e5-ba4b-4023-9f68-d816621604b6 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Mar 15 2025 1C93-A338 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 15 2025 258b1203-0223-4102-a50d-04a86448694d -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 15 2025 2B879BF410CBD19A -> ../../sdd1
lrwxrwxrwx 1 root root 10 Mar 15 2025 40E0314EE0314B82 -> ../../sda4
lrwxrwxrwx 1 root root 10 Mar 15 2025 6940fe71-5aac-45a3-a275-bef04779e159 -> ../../dm-2
lrwxrwxrwx 1 root root 9 Mar 15 2025 70d58d39-2b81-4c71-94ea-cbc6d44bb6f6 -> ../../md0
lrwxrwxrwx 1 root root 15 Mar 15 2025 79fa1b9d-3252-4782-a21d-9de41a0e7874 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 10 Mar 15 2025 C0E6940FE6940834 -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar 15 2025 b2f5384e-85e6-43b4-8450-8530adc4cd4f -> ../../sde1
lrwxrwxrwx 1 root root 10 Mar 15 2025 caeb11af-3c3a-4316-9165-cd9c1453848a -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 15 11:04 cbd6b8a8-66a0-4cf4-bae5-b871e3205c5e -> ../../dm-4
lrwxrwxrwx 1 root root 15 Mar 15 2025 e2e44af2-ac4e-4f3c-84c3-f76c9813cf87 -> ../../nvme1n1p1
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: trixie/sid
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, powerpc
Kernel: Linux 6.14.0-rc5-wt+ (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8), LANGUAGE=en_US:en
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-6
ii grub2-common 2.12-6
ii ucf 3.0050
grub-efi-amd64 recommends no packages.
grub-efi-amd64 suggests no packages.
-- debconf information:
* grub2/linux_cmdline:
grub2/update_nvram: true
grub2/force_efi_extra_removable: false
* grub2/linux_cmdline_default: quiet
grub2/kfreebsd_cmdline:
grub2/kfreebsd_cmdline_default: quiet
* grub2/gnumach_cmdline:
grub2/enable_os_prober: false
More information about the Pkg-grub-devel
mailing list