Bug#1063803: grub-pc: Regression from Debian 11.8 to 11.9, boot disk must be first in bios boot sequence

Karl O. Pinc kop at karlpinc.com
Mon Feb 12 20:46:03 GMT 2024


Package: grub-pc
Version: 2.06-3~deb11u6
Severity: important

Hi,

Upgrading from Debian 11.8 to 11.9, the system froze at boot.  After
grub prints the "loading initramfs..." (or some such) line, the
screen cleared and an underscore appeared in the upper left.
After that the system did not respond to ctrl-alt-del.

What seemed to fix the problem was to put the boot disk first
in the bios boot sequence.

Other information:

I did plug in an unplugged drive.  And I also unplugged the
dvd drive and used it's sata cable to plug in the boot drive.
(The boot drive being the only drive used.  All other have
I'm not sure what on them.)  After doing this, the system
remained broken, the freeze behavior did not change.
I then changed the boot order in the bios setup, and was able
to boot.

So, changing the cable on the boot/root drive may have changed
the controller but this does not seem to matter.

The upgrade installed a new kernel.  After upgrade neither the
old nor the new kernel (5.10.0-27-686-pae and 5.10.0-28-686-pae)
would boot.  "Freeze behavior" was the same with both.
This is why I believe the problem is in grub, not the kernel.

After changing the boot order in bios and booting, I rebuilt
the 5.10.0-28-686-pae initramfs.  Rebooting with the new
initramfs worked.  This is why I believe the problem is
not with mkinitramfs.

UEFI boot disabled.  (Enabling did nothing).

Note that the hardware & arch are mis-matched, and the
hardware is strange.  There's at least one hardware raid
card (I think), none of which I use.  I had an old i686
box break and I just dropped the drive into new hardware;
the old drive is _slow_, and a spinning disk.  It's been
running fine for at least a year, through various point
releases, and has always worked in the past.  (I'm pretty
sure I'm using only a fraction of the box's ram.)

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/vg00-root / ext3 rw,relatime,errors=remount-ro 0 0
/dev/sdf2 /boot ext2 rw,relatime,stripe=4 0 0
/dev/mapper/vg00-apt--cacher /var/cache/apt-cacher ext3 rw,noatime 0 0
/dev/mapper/vg00-debian /srv/debian ext4 rw,noatime,stripe=32742 0 0
/dev/mapper/vg00-debian /home/ftp/debian ext4 ro,noatime,stripe=32742 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(fd0)	/dev/fd0
(hd0)	/dev/disk/by-id/ata-WDC_WD20EZRX-00D8PB0_WD-WMC4M0E0X336
*********************** 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 part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 --hint='hd0,gpt2'  015e8b4d-a62b-4017-91e0-90ad0cbad794
else
  search --no-floppy --fs-uuid --set=root 015e8b4d-a62b-4017-91e0-90ad0cbad794
fi
    font="/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=C
  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-76969129-3e22-4188-9907-3eb9a0c172ce' {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 --hint='hd0,gpt2'  015e8b4d-a62b-4017-91e0-90ad0cbad794
	else
	  search --no-floppy --fs-uuid --set=root 015e8b4d-a62b-4017-91e0-90ad0cbad794
	fi
	echo	'Loading Linux 5.10.0-28-686-pae ...'
	linux	/vmlinuz-5.10.0-28-686-pae root=/dev/mapper/vg00-root ro ip=192.168.2.3::192.168.2.1:255.255.255.0::eno1:off quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-5.10.0-28-686-pae
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-76969129-3e22-4188-9907-3eb9a0c172ce' {
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-28-686-pae' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-28-686-pae-advanced-76969129-3e22-4188-9907-3eb9a0c172ce' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 --hint='hd0,gpt2'  015e8b4d-a62b-4017-91e0-90ad0cbad794
		else
		  search --no-floppy --fs-uuid --set=root 015e8b4d-a62b-4017-91e0-90ad0cbad794
		fi
		echo	'Loading Linux 5.10.0-28-686-pae ...'
		linux	/vmlinuz-5.10.0-28-686-pae root=/dev/mapper/vg00-root ro ip=192.168.2.3::192.168.2.1:255.255.255.0::eno1:off quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-28-686-pae
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-28-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-28-686-pae-recovery-76969129-3e22-4188-9907-3eb9a0c172ce' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 --hint='hd0,gpt2'  015e8b4d-a62b-4017-91e0-90ad0cbad794
		else
		  search --no-floppy --fs-uuid --set=root 015e8b4d-a62b-4017-91e0-90ad0cbad794
		fi
		echo	'Loading Linux 5.10.0-28-686-pae ...'
		linux	/vmlinuz-5.10.0-28-686-pae root=/dev/mapper/vg00-root ro single ip=192.168.2.3::192.168.2.1:255.255.255.0::eno1:off
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-28-686-pae
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-27-686-pae' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-27-686-pae-advanced-76969129-3e22-4188-9907-3eb9a0c172ce' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 --hint='hd0,gpt2'  015e8b4d-a62b-4017-91e0-90ad0cbad794
		else
		  search --no-floppy --fs-uuid --set=root 015e8b4d-a62b-4017-91e0-90ad0cbad794
		fi
		echo	'Loading Linux 5.10.0-27-686-pae ...'
		linux	/vmlinuz-5.10.0-27-686-pae root=/dev/mapper/vg00-root ro ip=192.168.2.3::192.168.2.1:255.255.255.0::eno1:off quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-27-686-pae
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-27-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-27-686-pae-recovery-76969129-3e22-4188-9907-3eb9a0c172ce' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		set root='hd0,gpt2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 --hint='hd0,gpt2'  015e8b4d-a62b-4017-91e0-90ad0cbad794
		else
		  search --no-floppy --fs-uuid --set=root 015e8b4d-a62b-4017-91e0-90ad0cbad794
		fi
		echo	'Loading Linux 5.10.0-27-686-pae ...'
		linux	/vmlinuz-5.10.0-27-686-pae root=/dev/mapper/vg00-root ro single ip=192.168.2.3::192.168.2.1:255.255.255.0::eno1:off
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-27-686-pae
	}
}

### 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+ ###
menuentry "Memory test (memtest86+)" {
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 --hint='hd0,gpt2'  015e8b4d-a62b-4017-91e0-90ad0cbad794
	else
	  search --no-floppy --fs-uuid --set=root 015e8b4d-a62b-4017-91e0-90ad0cbad794
	fi
	linux16	/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 --hint='hd0,gpt2'  015e8b4d-a62b-4017-91e0-90ad0cbad794
	else
	  search --no-floppy --fs-uuid --set=root 015e8b4d-a62b-4017-91e0-90ad0cbad794
	fi
	linux16	/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 --hint='hd0,gpt2'  015e8b4d-a62b-4017-91e0-90ad0cbad794
	else
	  search --no-floppy --fs-uuid --set=root 015e8b4d-a62b-4017-91e0-90ad0cbad794
	fi
	multiboot	/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
	insmod part_gpt
	insmod ext2
	set root='hd0,gpt2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 --hint='hd0,gpt2'  015e8b4d-a62b-4017-91e0-90ad0cbad794
	else
	  search --no-floppy --fs-uuid --set=root 015e8b4d-a62b-4017-91e0-90ad0cbad794
	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 ###
*********************** END /boot/grub/grub.cfg

*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat

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

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Feb 10 16:12 ata-OCZ-REVODRIVE350_A22GY061533000208 -> ../../sdm
lrwxrwxrwx 1 root root  9 Feb 10 16:12 ata-OCZ-REVODRIVE350_OCZ-070UU593UV749A45 -> ../../sdo
lrwxrwxrwx 1 root root  9 Feb 10 16:12 ata-OCZ-REVODRIVE350_OCZ-19YM388P6853W63G -> ../../sdn
lrwxrwxrwx 1 root root  9 Feb 10 16:12 ata-OCZ-REVODRIVE350_OCZ-2TYA88W53B29GDB3 -> ../../sdp
lrwxrwxrwx 1 root root  9 Feb 10 16:12 ata-PIONEER_BD-RW_BDR-208D -> ../../sr0
lrwxrwxrwx 1 root root  9 Feb 10 16:12 ata-PLEXTOR_PX-256M6Pro_P02441194908 -> ../../sdc
lrwxrwxrwx 1 root root 10 Feb 10 16:12 ata-PLEXTOR_PX-256M6Pro_P02441194908-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Feb 10 16:12 ata-PLEXTOR_PX-512M6Pro_P02441193942 -> ../../sda
lrwxrwxrwx 1 root root  9 Feb 12 07:37 ata-SAMSUNG_MZHPV256HDGL-00000_S1X2NYAGB07810 -> ../../sdg
lrwxrwxrwx 1 root root 10 Feb 12 07:37 ata-SAMSUNG_MZHPV256HDGL-00000_S1X2NYAGB07810-part1 -> ../../sdg1
lrwxrwxrwx 1 root root 10 Feb 12 07:37 ata-SAMSUNG_MZHPV256HDGL-00000_S1X2NYAGB07810-part2 -> ../../sdg2
lrwxrwxrwx 1 root root 10 Feb 12 07:37 ata-SAMSUNG_MZHPV256HDGL-00000_S1X2NYAGB07810-part3 -> ../../sdg3
lrwxrwxrwx 1 root root 10 Feb 12 07:37 ata-SAMSUNG_MZHPV256HDGL-00000_S1X2NYAGB07810-part4 -> ../../sdg4
lrwxrwxrwx 1 root root  9 Feb 12 07:37 ata-ST500LM021-1KJ152_W624NJRF -> ../../sdb
lrwxrwxrwx 1 root root 10 Feb 12 07:37 ata-ST500LM021-1KJ152_W624NJRF-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Feb 10 16:12 ata-Samsung_SSD_850_EVO_250GB_S21NNXAG817053E -> ../../sde
lrwxrwxrwx 1 root root  9 Feb 10 16:12 ata-Samsung_SSD_850_EVO_250GB_S21NNXBGA02743Z -> ../../sdd
lrwxrwxrwx 1 root root  9 Feb 12 07:37 ata-WDC_WD20EZRX-00D8PB0_WD-WMC4M0E0X336 -> ../../sdf
lrwxrwxrwx 1 root root 10 Feb 12 07:37 ata-WDC_WD20EZRX-00D8PB0_WD-WMC4M0E0X336-part1 -> ../../sdf1
lrwxrwxrwx 1 root root 10 Feb 12 07:37 ata-WDC_WD20EZRX-00D8PB0_WD-WMC4M0E0X336-part2 -> ../../sdf2
lrwxrwxrwx 1 root root 10 Feb 12 07:37 ata-WDC_WD20EZRX-00D8PB0_WD-WMC4M0E0X336-part3 -> ../../sdf3
lrwxrwxrwx 1 root root 10 Feb 10 16:12 dm-name-janus_pv0_crypt -> ../../dm-0
lrwxrwxrwx 1 root root 10 Feb 10 16:12 dm-name-vg00-apt--cacher -> ../../dm-1
lrwxrwxrwx 1 root root 10 Feb 10 16:12 dm-name-vg00-debian -> ../../dm-4
lrwxrwxrwx 1 root root 10 Feb 10 16:12 dm-name-vg00-root -> ../../dm-2
lrwxrwxrwx 1 root root 10 Feb 10 16:12 dm-name-vg00-swap2 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Feb 10 16:12 dm-uuid-CRYPT-LUKS1-29cdb574da0e4a938cf3cd97b9cfeb4e-janus_pv0_crypt -> ../../dm-0
lrwxrwxrwx 1 root root 10 Feb 10 16:12 dm-uuid-LVM-DQRkbL5DOY470c6bW5DlCv21EBFOnQcsGSdUCq2J6j104X0O3eCtlx4Dt76mg89q -> ../../dm-1
lrwxrwxrwx 1 root root 10 Feb 10 16:12 dm-uuid-LVM-DQRkbL5DOY470c6bW5DlCv21EBFOnQcsLbHe8iOqMbbTpxPuPX00jQV20wtLrGgI -> ../../dm-4
lrwxrwxrwx 1 root root 10 Feb 10 16:12 dm-uuid-LVM-DQRkbL5DOY470c6bW5DlCv21EBFOnQcso2W5u8BoFJbt6P38rWiJBHi5YhQsx9jK -> ../../dm-3
lrwxrwxrwx 1 root root 10 Feb 10 16:12 dm-uuid-LVM-DQRkbL5DOY470c6bW5DlCv21EBFOnQcstC1PsGlO6FpOgsy6Lb12ISRm8QbQ5xNP -> ../../dm-2
lrwxrwxrwx 1 root root 10 Feb 10 16:12 lvm-pv-uuid-9paB6N-Fn6W-vVgi-fEVY-rdxe-f2Zl-P0FSYT -> ../../dm-0
lrwxrwxrwx 1 root root  9 Feb 10 16:12 usb-Generic-_Compact_Flash_20060413092100000-0:0 -> ../../sdh
lrwxrwxrwx 1 root root  9 Feb 10 16:12 usb-Generic-_MS_MS-Pro_HG_20060413092100000-0:3 -> ../../sdk
lrwxrwxrwx 1 root root  9 Feb 10 16:12 usb-Generic-_SD_MMC_20060413092100000-0:2 -> ../../sdj
lrwxrwxrwx 1 root root  9 Feb 10 16:12 usb-Generic-_SD_MMC_MS_MSPRO_20060413092100000-0:4 -> ../../sdl
lrwxrwxrwx 1 root root  9 Feb 10 16:12 usb-Generic-_SM_xD-Picture_20060413092100000-0:1 -> ../../sdi
lrwxrwxrwx 1 root root  9 Feb 12 07:37 wwn-0x5000c50089e8823b -> ../../sdb
lrwxrwxrwx 1 root root 10 Feb 12 07:37 wwn-0x5000c50089e8823b-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Feb 12 07:37 wwn-0x50014ee6afc8dbc7 -> ../../sdf
lrwxrwxrwx 1 root root 10 Feb 12 07:37 wwn-0x50014ee6afc8dbc7-part1 -> ../../sdf1
lrwxrwxrwx 1 root root 10 Feb 12 07:37 wwn-0x50014ee6afc8dbc7-part2 -> ../../sdf2
lrwxrwxrwx 1 root root 10 Feb 12 07:37 wwn-0x50014ee6afc8dbc7-part3 -> ../../sdf3
lrwxrwxrwx 1 root root  9 Feb 10 16:12 wwn-0x50023031002f766b -> ../../sdc
lrwxrwxrwx 1 root root 10 Feb 10 16:12 wwn-0x50023031002f766b-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Feb 10 16:12 wwn-0x50023031002f78f7 -> ../../sda
lrwxrwxrwx 1 root root  9 Feb 12 07:37 wwn-0x5002538900046436 -> ../../sdg
lrwxrwxrwx 1 root root 10 Feb 12 07:37 wwn-0x5002538900046436-part1 -> ../../sdg1
lrwxrwxrwx 1 root root 10 Feb 12 07:37 wwn-0x5002538900046436-part2 -> ../../sdg2
lrwxrwxrwx 1 root root 10 Feb 12 07:37 wwn-0x5002538900046436-part3 -> ../../sdg3
lrwxrwxrwx 1 root root 10 Feb 12 07:37 wwn-0x5002538900046436-part4 -> ../../sdg4
lrwxrwxrwx 1 root root  9 Feb 10 16:12 wwn-0x5002538d403c4366 -> ../../sde
lrwxrwxrwx 1 root root  9 Feb 10 16:12 wwn-0x5002538d406ec41b -> ../../sdd
lrwxrwxrwx 1 root root  9 Feb 10 16:12 wwn-0x5e83a9710008679b -> ../../sdm
lrwxrwxrwx 1 root root  9 Feb 10 16:12 wwn-0x5e83a9751b20a20d -> ../../sdp
lrwxrwxrwx 1 root root  9 Feb 10 16:12 wwn-0x5e83a97884362c8f -> ../../sdo
lrwxrwxrwx 1 root root  9 Feb 10 16:12 wwn-0x5e83a978e729ccd7 -> ../../sdn
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Feb 12 07:37 015e8b4d-a62b-4017-91e0-90ad0cbad794 -> ../../sdf2
lrwxrwxrwx 1 root root 10 Feb 12 07:37 18CA6366CA633F5E -> ../../sdb1
lrwxrwxrwx 1 root root 10 Feb 10 16:12 25c3bc34-c41a-4b86-a42e-70d3ca3cb371 -> ../../dm-4
lrwxrwxrwx 1 root root 10 Feb 12 07:37 29cdb574-da0e-4a93-8cf3-cd97b9cfeb4e -> ../../sdf3
lrwxrwxrwx 1 root root 10 Feb 12 07:37 501C-CA09 -> ../../sdg1
lrwxrwxrwx 1 root root 10 Feb 12 07:37 66201FE4201FBA4F -> ../../sdg3
lrwxrwxrwx 1 root root 10 Feb 10 16:12 76969129-3e22-4188-9907-3eb9a0c172ce -> ../../dm-2
lrwxrwxrwx 1 root root 10 Feb 10 16:12 97c68cf3-1887-4178-8684-69ec740b644d -> ../../dm-3
lrwxrwxrwx 1 root root 10 Feb 12 07:37 9806383E06381FA4 -> ../../sdg4
lrwxrwxrwx 1 root root 10 Feb 10 16:12 dad67bdb-4ac9-49b0-a133-a37d2700e960 -> ../../dm-1
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: 11.9
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable-security'), (500, 'oldstable')
Architecture: i386 (i686)

Kernel: Linux 5.10.0-28-686-pae (SMP w/16 CPU threads)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/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.77
ii  grub-common            2.06-3~deb11u6
ii  grub-pc-bin            2.06-3~deb11u6
ii  grub2-common           2.06-3~deb11u6
ii  ucf                    3.0043

grub-pc recommends no packages.

grub-pc suggests no packages.

-- debconf information:
* grub2/linux_cmdline_default: quiet
  grub-pc/timeout: 5
  grub-pc/install_devices_empty: false
  grub-pc/partition_description:
  grub-pc/install_devices_failed: false
  grub-pc/mixed_legacy_and_grub2: true
  grub2/force_efi_extra_removable: false
* grub-pc/install_devices_disks_changed: /dev/disk/by-id/ata-WDC_WD20EZRX-00D8PB0_WD-WMC4M0E0X336, /dev/disk/by-id/ata-WDC_WD20EZRX-00D8PB0_WD-WMC4M0E0X336-part2
* grub2/linux_cmdline: ip=192.168.2.3::192.168.2.1:255.255.255.0::eno1:off
  grub2/update_nvram: true
  grub-pc/hidden_timeout: false
  grub-pc/install_devices_failed_upgrade: true
  grub-pc/disk_description:
  grub-pc/kopt_extracted: false
  grub-pc/postrm_purge_boot_grub: false
  grub2/device_map_regenerated:
  grub2/kfreebsd_cmdline:
* grub-pc/install_devices: /dev/disk/by-id/ata-WDC_WD20EZRX-00D8PB0_WD-WMC4M0E0X336, /dev/disk/by-id/ata-WDC_WD20EZRX-00D8PB0_WD-WMC4M0E0X336-part2
  grub-pc/chainload_from_menu.lst: true
  grub2/kfreebsd_cmdline_default: quiet



More information about the Pkg-grub-devel mailing list