Your message dated Sun, 5 Mar 2017 18:21:16 +0100
with message-id <[email protected]>
and subject line Re: grub-efi-amd64: Updating grub-efi-amd64:amd64 to 
2.02~beta3-5 is aborted with half-installed package and reboot
has caused the Debian Bug report #856416,
regarding grub-efi-amd64: Updating grub-efi-amd64:amd64 to 2.02~beta3-5 is 
aborted with half-installed package and reboot
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
856416: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856416
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-efi-amd64
Version: 2.02~beta3-5
Severity: critical
Justification: breaks the whole system

Running apt-get again to complete the update, is aborted with the hint to use 
'dpkg --configure -a'.
But doing so, the update is also not completed, again a reboot is done.
Finally, this leaves the system in a half-installed mode, without no automatic 
exit.


On the next day I have tried again: first running apt-get update and then 
apt-get -d upgrade.
This time the "dpkg --configure -a" command could be successfully completed. 
Very strange.

E: Der dpkg-Prozess wurde unterbrochen; Sie müssen manuell »dpkg --configure 
-a« ausführen, um das Problem zu beheben.                                       
                                                       
E: Der dpkg-Prozess wurde unterbrochen; Sie müssen manuell »dpkg --configure 
-a« ausführen, um das Problem zu beheben.                                       
                                                       
root@cicero:~# apt-get -n upgrade                                               
                                                                                
                                                    
E: Command line option 'n' [from -n] is not understood in combination with the 
other options.                                                                  
                                                     
root@cicero:~# apt-get -d upgrade                                               
                                                                                
                                                    
E: Der dpkg-Prozess wurde unterbrochen; Sie müssen manuell »dpkg --configure 
-a« ausführen, um das Problem zu beheben.                                       
                                                       
root@cicero:~# dpkg --configure -a                                              
                                                                                
                                                    
grub-efi-amd64 (2.02~beta3-5) wird eingerichtet ...                             
                                                                                
                                                    
(...)

Thanks for any improvement.


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/sda2 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda3 /mnt/root2a ext4 rw,relatime,data=ordered 0 0
/dev/sda4 /home ext4 rw,relatime,data=ordered 0 0
/dev/sda5 /mnt/home2a ext4 rw,relatime,data=ordered 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/sdb2 /mnt/root1b ext4 rw,relatime,data=ordered 0 0
/dev/sdc5 /mnt/home2c ext4 rw,relatime,data=ordered 0 0
/dev/sdb3 /mnt/root2b ext4 rw,relatime,data=ordered 0 0
/dev/sdc3 /mnt/root2c ext4 rw,relatime,data=ordered 0 0
/dev/sdc4 /mnt/home1c ext4 rw,relatime,data=ordered 0 0
/dev/sdb5 /mnt/home2b ext4 rw,relatime,data=ordered 0 0
/dev/sdb4 /mnt/home1b ext4 rw,relatime,data=ordered 0 0
/dev/sdb7 /mnt/work1b ext4 rw,relatime,data=ordered 0 0
/dev/sdc2 /mnt/root1c ext4 rw,relatime,data=ordered 0 0
/dev/sdc7 /mnt/work1c ext4 rw,relatime,data=ordered 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 ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 
--hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  
fb8eb514-03c9-4290-afc0-e95c5dec7d92
else
  search --no-floppy --fs-uuid --set=root fb8eb514-03c9-4290-afc0-e95c5dec7d92
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 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=hd0,gpt2 
--hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  
fb8eb514-03c9-4290-afc0-e95c5dec7d92
else
  search --no-floppy --fs-uuid --set=root fb8eb514-03c9-4290-afc0-e95c5dec7d92
fi
insmod png
if background_image /usr/share/desktop-base/softwaves-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-fb8eb514-03c9-4290-afc0-e95c5dec7d92' {
        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=hd0,gpt2 
--hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  
fb8eb514-03c9-4290-afc0-e95c5dec7d92
        else
          search --no-floppy --fs-uuid --set=root 
fb8eb514-03c9-4290-afc0-e95c5dec7d92
        fi
        echo    'Linux 4.9.0-1-amd64 wird geladen …'
        linux   /boot/vmlinuz-4.9.0-1-amd64 
root=UUID=fb8eb514-03c9-4290-afc0-e95c5dec7d92 ro  quiet
        echo    'Initiale Ramdisk wird geladen …'
        initrd  /boot/initrd.img-4.9.0-1-amd64
}
submenu 'Erweiterte Optionen für Debian GNU/Linux' $menuentry_id_option 
'gnulinux-advanced-fb8eb514-03c9-4290-afc0-e95c5dec7d92' {
        menuentry 'Debian GNU/Linux, mit Linux 4.9.0-1-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-4.9.0-1-amd64-advanced-fb8eb514-03c9-4290-afc0-e95c5dec7d92' {
                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=hd0,gpt2 
--hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  
fb8eb514-03c9-4290-afc0-e95c5dec7d92
                else
                  search --no-floppy --fs-uuid --set=root 
fb8eb514-03c9-4290-afc0-e95c5dec7d92
                fi
                echo    'Linux 4.9.0-1-amd64 wird geladen …'
                linux   /boot/vmlinuz-4.9.0-1-amd64 
root=UUID=fb8eb514-03c9-4290-afc0-e95c5dec7d92 ro  quiet
                echo    'Initiale Ramdisk wird geladen …'
                initrd  /boot/initrd.img-4.9.0-1-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 4.9.0-1-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-4.9.0-1-amd64-recovery-fb8eb514-03c9-4290-afc0-e95c5dec7d92' {
                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=hd0,gpt2 
--hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  
fb8eb514-03c9-4290-afc0-e95c5dec7d92
                else
                  search --no-floppy --fs-uuid --set=root 
fb8eb514-03c9-4290-afc0-e95c5dec7d92
                fi
                echo    'Linux 4.9.0-1-amd64 wird geladen …'
                linux   /boot/vmlinuz-4.9.0-1-amd64 
root=UUID=fb8eb514-03c9-4290-afc0-e95c5dec7d92 ro single 
                echo    'Initiale Ramdisk wird geladen …'
                initrd  /boot/initrd.img-4.9.0-1-amd64
        }
        menuentry 'Debian GNU/Linux, mit Linux 4.8.0-2-amd64' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-4.8.0-2-amd64-advanced-fb8eb514-03c9-4290-afc0-e95c5dec7d92' {
                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=hd0,gpt2 
--hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  
fb8eb514-03c9-4290-afc0-e95c5dec7d92
                else
                  search --no-floppy --fs-uuid --set=root 
fb8eb514-03c9-4290-afc0-e95c5dec7d92
                fi
                echo    'Linux 4.8.0-2-amd64 wird geladen …'
                linux   /boot/vmlinuz-4.8.0-2-amd64 
root=UUID=fb8eb514-03c9-4290-afc0-e95c5dec7d92 ro  quiet
                echo    'Initiale Ramdisk wird geladen …'
                initrd  /boot/initrd.img-4.8.0-2-amd64
        }
        menuentry 'Debian GNU/Linux, with Linux 4.8.0-2-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-4.8.0-2-amd64-recovery-fb8eb514-03c9-4290-afc0-e95c5dec7d92' {
                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=hd0,gpt2 
--hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  
fb8eb514-03c9-4290-afc0-e95c5dec7d92
                else
                  search --no-floppy --fs-uuid --set=root 
fb8eb514-03c9-4290-afc0-e95c5dec7d92
                fi
                echo    'Linux 4.8.0-2-amd64 wird geladen …'
                linux   /boot/vmlinuz-4.8.0-2-amd64 
root=UUID=fb8eb514-03c9-4290-afc0-e95c5dec7d92 ro single 
                echo    'Initiale Ramdisk wird geladen …'
                initrd  /boot/initrd.img-4.8.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  9 Feb 28 19:18 ata-HL-DT-ST_DVDRAM_GH24NSD1_K96G7R95153 
-> ../../sr0
lrwxrwxrwx 1 root root  9 Feb 28 19:18 
ata-Samsung_SSD_750_EVO_250GB_S33SNWBH745685M -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-Samsung_SSD_750_EVO_250GB_S33SNWBH745685M-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-Samsung_SSD_750_EVO_250GB_S33SNWBH745685M-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-Samsung_SSD_750_EVO_250GB_S33SNWBH745685M-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-Samsung_SSD_750_EVO_250GB_S33SNWBH745685M-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-Samsung_SSD_750_EVO_250GB_S33SNWBH745685M-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-Samsung_SSD_750_EVO_250GB_S33SNWBH745685M-part6 -> ../../sda6
lrwxrwxrwx 1 root root  9 Feb 28 19:18 ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E2FKFPA2 
-> ../../sdb
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E2FKFPA2-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E2FKFPA2-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E2FKFPA2-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E2FKFPA2-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E2FKFPA2-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E2FKFPA2-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E2FKFPA2-part7 -> ../../sdb7
lrwxrwxrwx 1 root root  9 Feb 28 19:18 ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E4ZAP6R0 
-> ../../sdc
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E4ZAP6R0-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E4ZAP6R0-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E4ZAP6R0-part3 -> ../../sdc3
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E4ZAP6R0-part4 -> ../../sdc4
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E4ZAP6R0-part5 -> ../../sdc5
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E4ZAP6R0-part6 -> ../../sdc6
lrwxrwxrwx 1 root root 10 Feb 28 19:18 
ata-WDC_WD30EZRZ-00WN9B0_WD-WCC4E4ZAP6R0-part7 -> ../../sdc7
lrwxrwxrwx 1 root root  9 Feb 28 19:18 wwn-0x5001480000000000 -> ../../sr0
lrwxrwxrwx 1 root root  9 Feb 28 19:18 wwn-0x50014ee20ccd544d -> ../../sdb
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee20ccd544d-part1 -> 
../../sdb1
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee20ccd544d-part2 -> 
../../sdb2
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee20ccd544d-part3 -> 
../../sdb3
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee20ccd544d-part4 -> 
../../sdb4
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee20ccd544d-part5 -> 
../../sdb5
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee20ccd544d-part6 -> 
../../sdb6
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee20ccd544d-part7 -> 
../../sdb7
lrwxrwxrwx 1 root root  9 Feb 28 19:18 wwn-0x50014ee262219e14 -> ../../sdc
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee262219e14-part1 -> 
../../sdc1
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee262219e14-part2 -> 
../../sdc2
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee262219e14-part3 -> 
../../sdc3
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee262219e14-part4 -> 
../../sdc4
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee262219e14-part5 -> 
../../sdc5
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee262219e14-part6 -> 
../../sdc6
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x50014ee262219e14-part7 -> 
../../sdc7
lrwxrwxrwx 1 root root  9 Feb 28 19:18 wwn-0x5002538d702ecf71 -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x5002538d702ecf71-part1 -> 
../../sda1
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x5002538d702ecf71-part2 -> 
../../sda2
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x5002538d702ecf71-part3 -> 
../../sda3
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x5002538d702ecf71-part4 -> 
../../sda4
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x5002538d702ecf71-part5 -> 
../../sda5
lrwxrwxrwx 1 root root 10 Feb 28 19:18 wwn-0x5002538d702ecf71-part6 -> 
../../sda6
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Feb 28 19:18 01a59c35-b102-4fbb-b5bc-8c4f23ff5cb3 -> 
../../sdb4
lrwxrwxrwx 1 root root 10 Feb 28 19:18 13a2888e-bdc4-4995-9cc2-bc987759561b -> 
../../sdb2
lrwxrwxrwx 1 root root 10 Feb 28 19:18 21690b72-cd74-420b-8888-08285958e4be -> 
../../sda5
lrwxrwxrwx 1 root root 10 Feb 28 19:18 33fb1cc7-ccaa-49d7-ac3a-b0f51de37b6a -> 
../../sdc2
lrwxrwxrwx 1 root root 10 Feb 28 19:18 394307e6-90dd-4c71-9aaf-bb2a452af95d -> 
../../sdb6
lrwxrwxrwx 1 root root 10 Feb 28 19:18 61b14b8f-f53e-4d7e-9656-5a27c08d868d -> 
../../sda6
lrwxrwxrwx 1 root root 10 Feb 28 19:18 69db55ee-36c4-4771-80b6-1bec64265752 -> 
../../sdb5
lrwxrwxrwx 1 root root 10 Feb 28 19:18 6a679478-2601-452e-a48a-30f117e08456 -> 
../../sdc3
lrwxrwxrwx 1 root root 10 Feb 28 19:18 6de759f0-c5ad-4c67-a202-f660fbadda5e -> 
../../sda4
lrwxrwxrwx 1 root root 10 Feb 28 19:18 7cc3de8b-81c5-4171-9993-b1e13d174140 -> 
../../sdc6
lrwxrwxrwx 1 root root 10 Feb 28 19:18 8de59315-3556-4874-bc3d-08c2564590bd -> 
../../sda3
lrwxrwxrwx 1 root root 10 Feb 28 19:18 B480-0982 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 28 19:18 B481-4AD0 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Feb 28 19:18 B482-F79C -> ../../sdc1
lrwxrwxrwx 1 root root 10 Feb 28 19:18 a0b90a8d-1f94-4e83-9384-8df8b513f20e -> 
../../sdc4
lrwxrwxrwx 1 root root 10 Feb 28 19:18 bb8b4da3-fefe-40a5-949d-125b15e642c1 -> 
../../sdb3
lrwxrwxrwx 1 root root 10 Feb 28 19:18 d41fd6e1-8153-4635-a0fe-668006b8a50c -> 
../../sdc7
lrwxrwxrwx 1 root root 10 Feb 28 19:18 d9a88ce0-35a3-4a8c-8d07-54ff448a105b -> 
../../sdc5
lrwxrwxrwx 1 root root 10 Feb 28 19:18 fb8eb514-03c9-4290-afc0-e95c5dec7d92 -> 
../../sda2
lrwxrwxrwx 1 root root 10 Feb 28 19:18 ff0111bd-855d-455b-921a-43085ecc789d -> 
../../sdb7
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: 9.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages grub-efi-amd64 depends on:
ii  debconf [debconf-2.0]  1.5.60
ii  dpkg                   1.18.22
ii  grub-common            2.02~beta3-5
ii  grub-efi-amd64-bin     2.02~beta3-5
ii  grub2-common           2.02~beta3-5
ii  ucf                    3.0036

grub-efi-amd64 recommends no packages.

grub-efi-amd64 suggests no packages.

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

--- End Message ---
--- Begin Message ---
On 03/02/2017 12:36 AM, John Paul Adrian Glaubitz wrote:
>> While running apt-get upgrade, and installing the package, the system 
>> crashed.
> 
> The crash could be completely unrelated to grub2 and possibly an issue with
> your hardware. And if your machine crashes while dpkg is configuring packages,
> it is virtually inevitable not to end up with half-broken packages.
> (...)
>> Please find below an extract from the dpkg.log showing the lines regarding 
>> grub-efi-amd64.
> 
> The log just indicates the fallout from the crash and is something to be
> expected. The actual question is why your machine crashed while dpkg
> was configuring packages and if it's actually reproducible.

I'll assume now that this was indeed a hardware issue or at least not a bug in 
the
grub2 package. I don't think any type of bug in grub2 would trigger the machine
to reboot automatically as you described.

And when the machine crash-reboots while the grub2 package is currently being
configured, it's not surprising that the package ends up half-installed, i.e.
without finishing the configuration process.

I am closing this issue for now because I don't think it makes much sense to
keep this RC bug open unless we have any means of reproducing the issue and
actually determining grub2 as the actual cause.

Please don't interpret this as an ignoring of your issue itself. But I think
it currently makes more sense to discuss the issue on the debian-user mailing
list or any other mailing list/IRC channel FWIW.

If you are able to reproduce this issue reliably, please feel free to reopen
this bug again and set the severity as "serious".

Thanks,

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - [email protected]
`. `'   Freie Universitaet Berlin - [email protected]
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913

--- End Message ---

Reply via email to