Bug#934190: grub-pc tells the user that there have been failures: confusing
Paolo Benvenuto
paolobenve at gmail.com
Wed Aug 7 22:36:28 BST 2019
Package: grub-pc
Version: 2.02+dfsg1-20
Severity: normal
Dear Maintainer,
I was upgrading from stretch to buster a server with 2 disks raid1.
I got a dialog from grub-pc, telling me that installation of grub had failed for /dev/md1 and /dev/md2. I remained confused, and I got a panic, with the fear that
I couldn't reboot the system.
The dialog didn't tell me (I discovered it later) that, notwidthstanding,
grub had been installed correctly on /dev/sda and /dev/sdb.
I think the message should include the partition where installation was ok.
*** 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/md2 / ext4 rw,relatime 0 0
/dev/md3 /home ext4 rw,relatime 0 0
/dev/md1 /boot ext3 rw,relatime 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-WDC_WD3000FYYZ-01UL1B2_WD-WCC130NF3UD6
(hd1) /dev/disk/by-id/ata-ST3000DM001-1CH166_Z1F0N587
*********************** 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 part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/b10a14d6f1f27ecaf5aa94d15fef0f34'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/b10a14d6f1f27ecaf5aa94d15fef0f34' a68e1736-bf37-4cf6-ae68-fb7f92ed8363
else
search --no-floppy --fs-uuid --set=root a68e1736-bf37-4cf6-ae68-fb7f92ed8363
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=it_IT
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=1
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=1
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/b10a14d6f1f27ecaf5aa94d15fef0f34'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/b10a14d6f1f27ecaf5aa94d15fef0f34' a68e1736-bf37-4cf6-ae68-fb7f92ed8363
else
search --no-floppy --fs-uuid --set=root a68e1736-bf37-4cf6-ae68-fb7f92ed8363
fi
insmod png
if background_image /usr/share/desktop-base/futureprototype-theme/grub/grub-4x3.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-a68e1736-bf37-4cf6-ae68-fb7f92ed8363' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/a905093824d70acbaf28ce1a807fdbcb'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/a905093824d70acbaf28ce1a807fdbcb' 7d404614-c782-4489-9c0d-8b60fb519d97
else
search --no-floppy --fs-uuid --set=root 7d404614-c782-4489-9c0d-8b60fb519d97
fi
echo 'Caricamento Linux 4.19.0-5-amd64...'
linux /vmlinuz-4.19.0-5-amd64 root=UUID=a68e1736-bf37-4cf6-ae68-fb7f92ed8363 ro
echo 'Caricamento ramdisk iniziale...'
initrd /initrd.img-4.19.0-5-amd64
}
submenu 'Opzioni avanzate per Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-a68e1736-bf37-4cf6-ae68-fb7f92ed8363' {
menuentry 'Debian GNU/Linux, con Linux 4.19.0-5-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-5-amd64-advanced-a68e1736-bf37-4cf6-ae68-fb7f92ed8363' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/a905093824d70acbaf28ce1a807fdbcb'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/a905093824d70acbaf28ce1a807fdbcb' 7d404614-c782-4489-9c0d-8b60fb519d97
else
search --no-floppy --fs-uuid --set=root 7d404614-c782-4489-9c0d-8b60fb519d97
fi
echo 'Caricamento Linux 4.19.0-5-amd64...'
linux /vmlinuz-4.19.0-5-amd64 root=UUID=a68e1736-bf37-4cf6-ae68-fb7f92ed8363 ro
echo 'Caricamento ramdisk iniziale...'
initrd /initrd.img-4.19.0-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.19.0-5-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-5-amd64-init-sysvinit-a68e1736-bf37-4cf6-ae68-fb7f92ed8363' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/a905093824d70acbaf28ce1a807fdbcb'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/a905093824d70acbaf28ce1a807fdbcb' 7d404614-c782-4489-9c0d-8b60fb519d97
else
search --no-floppy --fs-uuid --set=root 7d404614-c782-4489-9c0d-8b60fb519d97
fi
echo 'Caricamento Linux 4.19.0-5-amd64...'
linux /vmlinuz-4.19.0-5-amd64 root=UUID=a68e1736-bf37-4cf6-ae68-fb7f92ed8363 ro init=/lib/sysvinit/init
echo 'Caricamento ramdisk iniziale...'
initrd /initrd.img-4.19.0-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.19.0-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.19.0-5-amd64-recovery-a68e1736-bf37-4cf6-ae68-fb7f92ed8363' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/a905093824d70acbaf28ce1a807fdbcb'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/a905093824d70acbaf28ce1a807fdbcb' 7d404614-c782-4489-9c0d-8b60fb519d97
else
search --no-floppy --fs-uuid --set=root 7d404614-c782-4489-9c0d-8b60fb519d97
fi
echo 'Caricamento Linux 4.19.0-5-amd64...'
linux /vmlinuz-4.19.0-5-amd64 root=UUID=a68e1736-bf37-4cf6-ae68-fb7f92ed8363 ro single
echo 'Caricamento ramdisk iniziale...'
initrd /initrd.img-4.19.0-5-amd64
}
menuentry 'Debian GNU/Linux, con Linux 4.9.0-9-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-9-amd64-advanced-a68e1736-bf37-4cf6-ae68-fb7f92ed8363' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/a905093824d70acbaf28ce1a807fdbcb'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/a905093824d70acbaf28ce1a807fdbcb' 7d404614-c782-4489-9c0d-8b60fb519d97
else
search --no-floppy --fs-uuid --set=root 7d404614-c782-4489-9c0d-8b60fb519d97
fi
echo 'Caricamento Linux 4.9.0-9-amd64...'
linux /vmlinuz-4.9.0-9-amd64 root=UUID=a68e1736-bf37-4cf6-ae68-fb7f92ed8363 ro
echo 'Caricamento ramdisk iniziale...'
initrd /initrd.img-4.9.0-9-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.9.0-9-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-9-amd64-init-sysvinit-a68e1736-bf37-4cf6-ae68-fb7f92ed8363' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/a905093824d70acbaf28ce1a807fdbcb'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/a905093824d70acbaf28ce1a807fdbcb' 7d404614-c782-4489-9c0d-8b60fb519d97
else
search --no-floppy --fs-uuid --set=root 7d404614-c782-4489-9c0d-8b60fb519d97
fi
echo 'Caricamento Linux 4.9.0-9-amd64...'
linux /vmlinuz-4.9.0-9-amd64 root=UUID=a68e1736-bf37-4cf6-ae68-fb7f92ed8363 ro init=/lib/sysvinit/init
echo 'Caricamento ramdisk iniziale...'
initrd /initrd.img-4.9.0-9-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.9.0-9-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-9-amd64-recovery-a68e1736-bf37-4cf6-ae68-fb7f92ed8363' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/a905093824d70acbaf28ce1a807fdbcb'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/a905093824d70acbaf28ce1a807fdbcb' 7d404614-c782-4489-9c0d-8b60fb519d97
else
search --no-floppy --fs-uuid --set=root 7d404614-c782-4489-9c0d-8b60fb519d97
fi
echo 'Caricamento Linux 4.9.0-9-amd64...'
linux /vmlinuz-4.9.0-9-amd64 root=UUID=a68e1736-bf37-4cf6-ae68-fb7f92ed8363 ro single
echo 'Caricamento ramdisk iniziale...'
initrd /initrd.img-4.9.0-9-amd64
}
menuentry 'Debian GNU/Linux, con Linux 3.16.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-advanced-a68e1736-bf37-4cf6-ae68-fb7f92ed8363' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/a905093824d70acbaf28ce1a807fdbcb'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/a905093824d70acbaf28ce1a807fdbcb' 7d404614-c782-4489-9c0d-8b60fb519d97
else
search --no-floppy --fs-uuid --set=root 7d404614-c782-4489-9c0d-8b60fb519d97
fi
echo 'Caricamento Linux 3.16.0-4-amd64...'
linux /vmlinuz-3.16.0-4-amd64 root=UUID=a68e1736-bf37-4cf6-ae68-fb7f92ed8363 ro
echo 'Caricamento ramdisk iniziale...'
initrd /initrd.img-3.16.0-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64 (sysvinit)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-init-sysvinit-a68e1736-bf37-4cf6-ae68-fb7f92ed8363' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/a905093824d70acbaf28ce1a807fdbcb'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/a905093824d70acbaf28ce1a807fdbcb' 7d404614-c782-4489-9c0d-8b60fb519d97
else
search --no-floppy --fs-uuid --set=root 7d404614-c782-4489-9c0d-8b60fb519d97
fi
echo 'Caricamento Linux 3.16.0-4-amd64...'
linux /vmlinuz-3.16.0-4-amd64 root=UUID=a68e1736-bf37-4cf6-ae68-fb7f92ed8363 ro init=/lib/sysvinit/init
echo 'Caricamento ramdisk iniziale...'
initrd /initrd.img-3.16.0-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-recovery-a68e1736-bf37-4cf6-ae68-fb7f92ed8363' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod part_gpt
insmod diskfilter
insmod mdraid1x
insmod ext2
set root='mduuid/a905093824d70acbaf28ce1a807fdbcb'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='mduuid/a905093824d70acbaf28ce1a807fdbcb' 7d404614-c782-4489-9c0d-8b60fb519d97
else
search --no-floppy --fs-uuid --set=root 7d404614-c782-4489-9c0d-8b60fb519d97
fi
echo 'Caricamento Linux 3.16.0-4-amd64...'
linux /vmlinuz-3.16.0-4-amd64 root=UUID=a68e1736-bf37-4cf6-ae68-fb7f92ed8363 ro single
echo 'Caricamento ramdisk iniziale...'
initrd /initrd.img-3.16.0-4-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 ###
### 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
Personalities : [raid1] [raid0] [raid6] [raid5] [raid4] [raid10] [linear] [multipath]
md0 : active (auto-read-only) raid1 sdb1[3] sda1[2]
33553336 blocks super 1.2 [2/2] [UU]
md1 : active raid1 sdb2[3] sda2[2]
524276 blocks super 1.2 [2/2] [UU]
md2 : active raid1 sdb3[3] sda3[2]
1073740664 blocks super 1.2 [2/2] [UU]
md3 : active raid1 sdb4[3] sda4[2]
1822442815 blocks super 1.2 [2/2] [UU]
unused devices: <none>
*********************** END /proc/mdstat
*********************** BEGIN LVM
*********************** END LVM
*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root 9 Aug 7 23:29 ata-ST33000650NS_Z2914QWW -> ../../sdb
lrwxrwxrwx 1 root root 10 Aug 7 23:29 ata-ST33000650NS_Z2914QWW-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Aug 7 23:29 ata-ST33000650NS_Z2914QWW-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Aug 7 23:29 ata-ST33000650NS_Z2914QWW-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Aug 7 23:29 ata-ST33000650NS_Z2914QWW-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Aug 7 23:29 ata-ST33000650NS_Z2914QWW-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 9 Aug 7 23:29 ata-TOSHIBA_DT01ACA300_782UVP8AS -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 7 23:29 ata-TOSHIBA_DT01ACA300_782UVP8AS-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 7 23:29 ata-TOSHIBA_DT01ACA300_782UVP8AS-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 7 23:29 ata-TOSHIBA_DT01ACA300_782UVP8AS-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug 7 23:29 ata-TOSHIBA_DT01ACA300_782UVP8AS-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Aug 7 23:29 ata-TOSHIBA_DT01ACA300_782UVP8AS-part5 -> ../../sda5
lrwxrwxrwx 1 root root 9 Aug 7 21:49 md-name-rescue:0 -> ../../md0
lrwxrwxrwx 1 root root 9 Aug 7 21:49 md-name-rescue:1 -> ../../md1
lrwxrwxrwx 1 root root 9 Aug 7 21:49 md-name-rescue:2 -> ../../md2
lrwxrwxrwx 1 root root 9 Aug 7 21:49 md-name-rescue:3 -> ../../md3
lrwxrwxrwx 1 root root 9 Aug 7 21:49 md-uuid-a9050938:24d70acb:af28ce1a:807fdbcb -> ../../md1
lrwxrwxrwx 1 root root 9 Aug 7 21:49 md-uuid-b10a14d6:f1f27eca:f5aa94d1:5fef0f34 -> ../../md2
lrwxrwxrwx 1 root root 9 Aug 7 21:49 md-uuid-e2dfb873:ed34a686:611529d0:3d73dd25 -> ../../md3
lrwxrwxrwx 1 root root 9 Aug 7 21:49 md-uuid-e8abc6a3:1f46f10e:4a074812:3871f56b -> ../../md0
lrwxrwxrwx 1 root root 9 Aug 7 23:29 wwn-0x5000039fe6e7f076 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 7 23:29 wwn-0x5000039fe6e7f076-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 7 23:29 wwn-0x5000039fe6e7f076-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 7 23:29 wwn-0x5000039fe6e7f076-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug 7 23:29 wwn-0x5000039fe6e7f076-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Aug 7 23:29 wwn-0x5000039fe6e7f076-part5 -> ../../sda5
lrwxrwxrwx 1 root root 9 Aug 7 23:29 wwn-0x5000c5003f1bb420 -> ../../sdb
lrwxrwxrwx 1 root root 10 Aug 7 23:29 wwn-0x5000c5003f1bb420-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Aug 7 23:29 wwn-0x5000c5003f1bb420-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Aug 7 23:29 wwn-0x5000c5003f1bb420-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Aug 7 23:29 wwn-0x5000c5003f1bb420-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Aug 7 23:29 wwn-0x5000c5003f1bb420-part5 -> ../../sdb5
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 9 Aug 7 21:49 7d404614-c782-4489-9c0d-8b60fb519d97 -> ../../md1
lrwxrwxrwx 1 root root 9 Aug 7 21:49 9082cfde-37d6-4c76-a2f7-2d1a0ab5cf35 -> ../../md0
lrwxrwxrwx 1 root root 9 Aug 7 21:49 a68e1736-bf37-4cf6-ae68-fb7f92ed8363 -> ../../md2
lrwxrwxrwx 1 root root 9 Aug 7 21:49 f6ae6626-8b19-49ff-9388-d44fca7984a5 -> ../../md3
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: 10.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-5-amd64 (SMP w/12 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /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.71
ii grub-common 2.02+dfsg1-20
ii grub-pc-bin 2.02+dfsg1-20
ii grub2-common 2.02+dfsg1-20
ii ucf 3.0038+nmu1
grub-pc recommends no packages.
grub-pc suggests no packages.
-- debconf information:
grub-pc/install_devices_empty: false
grub-pc/timeout: 1
grub-pc/install_devices_failed_upgrade: true
grub-pc/postrm_purge_boot_grub: false
grub-pc/partition_description:
grub2/force_efi_extra_removable: false
grub-pc/disk_description:
* grub2/linux_cmdline:
* grub-pc/install_devices_failed: true
grub2/update_nvram: true
grub-pc/mixed_legacy_and_grub2: true
* grub-pc/install_devices: /dev/disk/by-id/ata-TOSHIBA_DT01ACA300_782UVP8AS, /dev/disk/by-id/ata-ST33000650NS_Z2914QWW, /dev/disk/by-id/md-name-rescue:1, /dev/disk/by-id/md-name-rescue:2
grub2/kfreebsd_cmdline:
grub-pc/chainload_from_menu.lst: true
grub2/kfreebsd_cmdline_default: quiet
grub-pc/kopt_extracted: false
grub2/device_map_regenerated:
grub-pc/hidden_timeout: false
* grub2/linux_cmdline_default:
* grub-pc/install_devices_disks_changed: /dev/disk/by-id/ata-TOSHIBA_DT01ACA300_782UVP8AS, /dev/disk/by-id/ata-ST33000650NS_Z2914QWW, /dev/disk/by-id/md-name-rescue:1, /dev/disk/by-id/md-name-rescue:2
More information about the Pkg-grub-devel
mailing list