Bug#984760: grub-efi-amd64: Upgrade worked here

Rainer Dorsch ml at bokomoko.de
Sun Mar 14 11:23:20 GMT 2021


Package: grub-efi-amd64
Followup-For: Bug #984760

Dear Maintainer,

just wanted to report that the upgrade worked here flawless.

If any additional information is needed, let me know.


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/nvme0n1p4_crypt / btrfs rw,relatime,ssd,space_cache,subvolid=5,subvol=/ 0 0
/dev/nvme0n1p2 /boot ext2 rw,relatime 0 0
/dev/nvme0n1p1 /boot/efi vfat rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro 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 btrfs
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root  d486a599-e1eb-4e9f-9f0d-8578e9276bfb
else
  search --no-floppy --fs-uuid --set=root d486a599-e1eb-4e9f-9f0d-8578e9276bfb
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=de_DE
  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 btrfs
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root  d486a599-e1eb-4e9f-9f0d-8578e9276bfb
else
  search --no-floppy --fs-uuid --set=root d486a599-e1eb-4e9f-9f0d-8578e9276bfb
fi
insmod png
if background_image /usr/share/desktop-base/homeworld-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' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-d486a599-e1eb-4e9f-9f0d-8578e9276bfb' {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_gpt
	insmod ext2
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root  52ce073f-68fd-44c6-9d29-e9d040ae76ac
	else
	  search --no-floppy --fs-uuid --set=root 52ce073f-68fd-44c6-9d29-e9d040ae76ac
	fi
	echo	'Loading Linux 5.10.0-4-amd64 ...'
	linux	/vmlinuz-5.10.0-4-amd64 root=UUID=d486a599-e1eb-4e9f-9f0d-8578e9276bfb ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-5.10.0-4-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-d486a599-e1eb-4e9f-9f0d-8578e9276bfb' {
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-4-amd64-advanced-d486a599-e1eb-4e9f-9f0d-8578e9276bfb' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  52ce073f-68fd-44c6-9d29-e9d040ae76ac
		else
		  search --no-floppy --fs-uuid --set=root 52ce073f-68fd-44c6-9d29-e9d040ae76ac
		fi
		echo	'Loading Linux 5.10.0-4-amd64 ...'
		linux	/vmlinuz-5.10.0-4-amd64 root=UUID=d486a599-e1eb-4e9f-9f0d-8578e9276bfb ro  quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-4-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-4-amd64-recovery-d486a599-e1eb-4e9f-9f0d-8578e9276bfb' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  52ce073f-68fd-44c6-9d29-e9d040ae76ac
		else
		  search --no-floppy --fs-uuid --set=root 52ce073f-68fd-44c6-9d29-e9d040ae76ac
		fi
		echo	'Loading Linux 5.10.0-4-amd64 ...'
		linux	/vmlinuz-5.10.0-4-amd64 root=UUID=d486a599-e1eb-4e9f-9f0d-8578e9276bfb ro single 
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-4-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-3-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-3-amd64-advanced-d486a599-e1eb-4e9f-9f0d-8578e9276bfb' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  52ce073f-68fd-44c6-9d29-e9d040ae76ac
		else
		  search --no-floppy --fs-uuid --set=root 52ce073f-68fd-44c6-9d29-e9d040ae76ac
		fi
		echo	'Loading Linux 5.10.0-3-amd64 ...'
		linux	/vmlinuz-5.10.0-3-amd64 root=UUID=d486a599-e1eb-4e9f-9f0d-8578e9276bfb ro  quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-3-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-3-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-3-amd64-recovery-d486a599-e1eb-4e9f-9f0d-8578e9276bfb' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  52ce073f-68fd-44c6-9d29-e9d040ae76ac
		else
		  search --no-floppy --fs-uuid --set=root 52ce073f-68fd-44c6-9d29-e9d040ae76ac
		fi
		echo	'Loading Linux 5.10.0-3-amd64 ...'
		linux	/vmlinuz-5.10.0-3-amd64 root=UUID=d486a599-e1eb-4e9f-9f0d-8578e9276bfb ro single 
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-3-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-2-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-2-amd64-advanced-d486a599-e1eb-4e9f-9f0d-8578e9276bfb' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  52ce073f-68fd-44c6-9d29-e9d040ae76ac
		else
		  search --no-floppy --fs-uuid --set=root 52ce073f-68fd-44c6-9d29-e9d040ae76ac
		fi
		echo	'Loading Linux 5.10.0-2-amd64 ...'
		linux	/vmlinuz-5.10.0-2-amd64 root=UUID=d486a599-e1eb-4e9f-9f0d-8578e9276bfb ro  quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-2-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 5.10.0-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.10.0-2-amd64-recovery-d486a599-e1eb-4e9f-9f0d-8578e9276bfb' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root  52ce073f-68fd-44c6-9d29-e9d040ae76ac
		else
		  search --no-floppy --fs-uuid --set=root 52ce073f-68fd-44c6-9d29-e9d040ae76ac
		fi
		echo	'Loading Linux 5.10.0-2-amd64 ...'
		linux	/vmlinuz-5.10.0-2-amd64 root=UUID=d486a599-e1eb-4e9f-9f0d-8578e9276bfb ro single 
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-5.10.0-2-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 ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
	fwsetup
}
### 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 /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 10 Mar 14 12:06 dm-name-nvme0n1p3_crypt -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 14 12:06 dm-name-nvme0n1p4_crypt -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 14 12:06 dm-uuid-CRYPT-LUKS2-085e1c293b21471d81e3ef606c8fd708-nvme0n1p3_crypt -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 14 12:06 dm-uuid-CRYPT-LUKS2-fe04ada5a4fb43a18358ee1b94d93a44-nvme0n1p4_crypt -> ../../dm-0
lrwxrwxrwx 1 root root 13 Mar 14 12:06 nvme-Samsung_SSD_970_EVO_Plus_500GB_S4EVNX0N909199B -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Mar 14 12:06 nvme-Samsung_SSD_970_EVO_Plus_500GB_S4EVNX0N909199B-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Mar 14 12:06 nvme-Samsung_SSD_970_EVO_Plus_500GB_S4EVNX0N909199B-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Mar 14 12:06 nvme-Samsung_SSD_970_EVO_Plus_500GB_S4EVNX0N909199B-part3 -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 15 Mar 14 12:06 nvme-Samsung_SSD_970_EVO_Plus_500GB_S4EVNX0N909199B-part4 -> ../../nvme0n1p4
lrwxrwxrwx 1 root root 13 Mar 14 12:06 nvme-eui.0025385901b023ef -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Mar 14 12:06 nvme-eui.0025385901b023ef-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Mar 14 12:06 nvme-eui.0025385901b023ef-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 15 Mar 14 12:06 nvme-eui.0025385901b023ef-part3 -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 15 Mar 14 12:06 nvme-eui.0025385901b023ef-part4 -> ../../nvme0n1p4
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 15 Mar 14 12:06 085e1c29-3b21-471d-81e3-ef606c8fd708 -> ../../nvme0n1p3
lrwxrwxrwx 1 root root 15 Mar 14 12:06 52ce073f-68fd-44c6-9d29-e9d040ae76ac -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 10 Mar 14 12:06 73694809-3750-4eaf-b7eb-032ce53d59de -> ../../dm-1
lrwxrwxrwx 1 root root 15 Mar 14 12:06 C94F-1FF3 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 10 Mar 14 12:06 d486a599-e1eb-4e9f-9f0d-8578e9276bfb -> ../../dm-0
lrwxrwxrwx 1 root root 15 Mar 14 12:06 fe04ada5-a4fb-43a1-8358-ee1b94d93a44 -> ../../nvme0n1p4
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-4-amd64 (SMP w/8 CPU threads)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de:en_US
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.75
ii  grub-common            2.04-16
ii  grub-efi-amd64-bin     2.04-16
ii  grub2-common           2.04-16
ii  ucf                    3.0043

grub-efi-amd64 recommends no packages.

grub-efi-amd64 suggests no packages.

-- debconf information:
* grub2/linux_cmdline_default: quiet
  grub2/update_nvram: true
  grub2/kfreebsd_cmdline_default: quiet
  grub2/force_efi_extra_removable: false
* grub2/linux_cmdline:
  grub2/kfreebsd_cmdline:



More information about the Pkg-grub-devel mailing list