Your message dated Sun, 10 Feb 2019 19:19:46 +0000
with message-id <e1gsudm-000hvo...@fasolo.debian.org>
and subject line Bug#741464: fixed in grub2 2.02+dfsg1-11
has caused the Debian Bug report #741464,
regarding grub-pc-bin: freezes after "terminal_input at_keyboard"
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 ow...@bugs.debian.org
immediately.)


-- 
741464: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741464
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: grub-pc-bin
Version: 2.02~beta2-7
Severity: critical

After upgrading the grub packages and rebooting my laptop, grub
displayed the boot menu and then was hung.  The countdown before
booting the default kernel was not started and grub did not accept any
keyboard input.

I had to boot a rescue system from a USB stick, chroot into my
installation and downgrade to 2.00-22 to get back to a working system.


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/sda5 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda1 /boot ext2 rw,nosuid,nodev,relatime 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-HTS541060G9AT00_MPB3PAXGKN2KZG
*********************** END /boot/grub/device.map

*********************** BEGIN /boot/grub/grub.cfg
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
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 {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

terminal_input console
terminal_output console
set timeout=10
### END /etc/grub.d/00_header ###

set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue

insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux (Kernel 3.13.6-kms)' {
        echo    'Loading Linux 3.13.6-kms ...'
        linux   /vmlinuz-3.13.6-kms root=/dev/sda5 ro quiet init=/bin/systemd
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.13.6-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.13.6-kms, Sysvinit)' {
        echo    'Loading Linux 3.13.6-kms ...'
        linux   /vmlinuz-3.13.6-kms root=/dev/sda5 ro quiet init 2
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.13.6-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.14.0-rc6-kms)' {
        echo    'Loading Linux 3.14.0-rc6-kms ...'
        linux   /vmlinuz-3.14.0-rc6-kms root=/dev/sda5 ro quiet 
init=/bin/systemd
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.14.0-rc6-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.14.0-rc6-kms, Sysvinit)' {
        echo    'Loading Linux 3.14.0-rc6-kms ...'
        linux   /vmlinuz-3.14.0-rc6-kms root=/dev/sda5 ro quiet init 2
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.14.0-rc6-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.12.14-kms)' {
        echo    'Loading Linux 3.12.14-kms ...'
        linux   /vmlinuz-3.12.14-kms root=/dev/sda5 ro quiet init=/bin/systemd
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.12.14-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.12.14-kms, Sysvinit)' {
        echo    'Loading Linux 3.12.14-kms ...'
        linux   /vmlinuz-3.12.14-kms root=/dev/sda5 ro quiet init 2
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.12.14-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.10.33-kms)' {
        echo    'Loading Linux 3.10.33-kms ...'
        linux   /vmlinuz-3.10.33-kms root=/dev/sda5 ro quiet init=/bin/systemd
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.10.33-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.10.33-kms, Sysvinit)' {
        echo    'Loading Linux 3.10.33-kms ...'
        linux   /vmlinuz-3.10.33-kms root=/dev/sda5 ro quiet init 2
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.10.33-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.4.83-kms)' {
        echo    'Loading Linux 3.4.83-kms ...'
        linux   /vmlinuz-3.4.83-kms root=/dev/sda5 ro quiet init=/bin/systemd
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.4.83-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.4.83-kms, Sysvinit)' {
        echo    'Loading Linux 3.4.83-kms ...'
        linux   /vmlinuz-3.4.83-kms root=/dev/sda5 ro quiet init 2
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.4.83-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.2.55-kms)' {
        echo    'Loading Linux 3.2.55-kms ...'
        linux   /vmlinuz-3.2.55-kms root=/dev/sda5 ro quiet init=/bin/systemd
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.2.55-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.2.55-kms, Sysvinit)' {
        echo    'Loading Linux 3.2.55-kms ...'
        linux   /vmlinuz-3.2.55-kms root=/dev/sda5 ro quiet init 2
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.2.55-kms
}

menuentry 'Debian GNU/Linux (Kernel 3.13-1-686-pae)' {
        echo    'Loading Linux 3.13-1-686-pae ...'
        linux   /vmlinuz-3.13-1-686-pae root=/dev/sda5 ro quiet 
init=/bin/systemd
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.13-1-686-pae
}

menuentry 'Debian GNU/Linux (Kernel 3.13-1-686-pae, Sysvinit)' {
        echo    'Loading Linux 3.13-1-686-pae ...'
        linux   /vmlinuz-3.13-1-686-pae root=/dev/sda5 ro quiet init 2
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.13-1-686-pae
}

menuentry 'Debian GNU/Linux (Kernel 2.6.32.61-kms)' {
        echo    'Loading Linux 2.6.32.61-kms ...'
        linux   /vmlinuz-2.6.32.61-kms root=/dev/sda5 ro quiet
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-2.6.32.61-kms
}

menuentry 'Debian GNU/Linux (Kernel 2.6.32.61-kms, Textmodus)' {
        echo    'Loading Linux 2.6.32.61-kms ...'
        linux   /vmlinuz-2.6.32.61-kms root=/dev/sda5 ro quiet init 2
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-2.6.32.61-kms
}
### END /etc/grub.d/10_linux ###

if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
*********************** END /boot/grub/grub.cfg

*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: Datei oder Verzeichnis nicht gefunden
*********************** END /proc/mdstat

*********************** BEGIN /dev/disk/by-id
insgesamt 0
lrwxrwxrwx 1 root root  9 Mär 12 17:32 ata-HL-DT-ST_DVDRAM_GSA-T10N_K046A525255 
-> ../../sr0
lrwxrwxrwx 1 root root  9 Mär 12 17:57 ata-HTS541060G9AT00_MPB3PAXGKN2KZG -> 
../../sda
lrwxrwxrwx 1 root root 10 Mär 12 17:58 ata-HTS541060G9AT00_MPB3PAXGKN2KZG-part1 
-> ../../sda1
lrwxrwxrwx 1 root root 10 Mär 12 17:32 ata-HTS541060G9AT00_MPB3PAXGKN2KZG-part4 
-> ../../sda4
lrwxrwxrwx 1 root root 10 Mär 12 17:32 ata-HTS541060G9AT00_MPB3PAXGKN2KZG-part5 
-> ../../sda5
lrwxrwxrwx 1 root root 10 Mär 12 17:32 ata-HTS541060G9AT00_MPB3PAXGKN2KZG-part6 
-> ../../sda6
lrwxrwxrwx 1 root root  9 Mär 12 17:57 scsi-SATA_HTS541060G9AT00_MPB3PAXGKN2KZG 
-> ../../sda
lrwxrwxrwx 1 root root 10 Mär 12 17:58 
scsi-SATA_HTS541060G9AT00_MPB3PAXGKN2KZG-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mär 12 17:32 
scsi-SATA_HTS541060G9AT00_MPB3PAXGKN2KZG-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Mär 12 17:32 
scsi-SATA_HTS541060G9AT00_MPB3PAXGKN2KZG-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Mär 12 17:32 
scsi-SATA_HTS541060G9AT00_MPB3PAXGKN2KZG-part6 -> ../../sda6
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
insgesamt 0
lrwxrwxrwx 1 root root 10 Mär 12 17:32 61b2046c-ca90-4b14-a667-cdae78d2f155 -> 
../../sda5
lrwxrwxrwx 1 root root 10 Mär 12 17:58 9970afe2-e965-4e26-b71c-711f8b3d801f -> 
../../sda1
lrwxrwxrwx 1 root root 10 Mär 12 17:32 b8ca1268-bf09-477f-9548-85a34bef0e8f -> 
../../sda6
*********************** END /dev/disk/by-uuid


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.13.6-kms
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc-bin depends on:
ii  grub-common         2.02~beta2-7
ii  libc6               2.18-4
ii  libdevmapper1.02.1  2:1.02.83-2

grub-pc-bin recommends no packages.

Versions of packages grub-pc-bin suggests:
pn  desktop-base  <none>

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: grub2
Source-Version: 2.02+dfsg1-11

We believe that the bug you reported is fixed in the latest version of
grub2, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 741...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <cjwat...@debian.org> (supplier of updated grub2 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 10 Feb 2019 18:53:41 +0000
Source: grub2
Architecture: source
Version: 2.02+dfsg1-11
Distribution: unstable
Urgency: medium
Maintainer: GRUB Maintainers <pkg-grub-de...@alioth-lists.debian.net>
Changed-By: Colin Watson <cjwat...@debian.org>
Closes: 741464 917117 919012 919067 919955 921018 921249 921702
Changes:
 grub2 (2.02+dfsg1-11) unstable; urgency=medium
 .
   [ Colin Watson ]
   * Apply patches from Alexander Graf to set arm64-efi code offset to
     EFI_PAGE_SIZE (closes: #919012, LP: #1812317).
   * Upgrade to debhelper v10.
   * Set Rules-Requires-Root: no.
   * Add help and ls modules to signed UEFI images (closes: #919955).
   * Fix application of answers from dpkg-reconfigure to /etc/default/grub
     (based loosely on a patch by Steve Langasek, for which thanks; closes:
     #921702).
 .
   [ Steve McIntyre ]
   * Make grub-efi-amd64-signed recommend shim-signed (closes: #919067).
 .
   [ Jeroen Dekkers ]
   * Initialize keyboard in at_keyboard module init if keyboard is ready
     (closes: #741464).
 .
   [ John Paul Adrian Glaubitz ]
   * Include a.out header in assembly of sparc64 boot loader (closes:
     #921249).
 .
   [ Hervé Werner ]
   * Fix setup on Secure Boot systems where cryptodisk is in use (closes:
     #917117).
 .
   [ Debconf translations ]
   * [de] German (Helge Kreutzmann and Holger Wansing; closes: #921018).
Checksums-Sha1:
 5c7deb14f9c8a0adc283756b6d65b6fdc973582d 6691 grub2_2.02+dfsg1-11.dsc
 56bbc611465bccfc6353235d9cf9f9b21913ad2b 1123332 
grub2_2.02+dfsg1-11.debian.tar.xz
 1190feaba38a04fe4f381eb7341c454dfc5b83f9 15043 
grub2_2.02+dfsg1-11_source.buildinfo
Checksums-Sha256:
 4beb037156e6f3c483df7ef6a7cc3330a0874baab08b66409395483a8a0d2e07 6691 
grub2_2.02+dfsg1-11.dsc
 b408945db47932c1a31fc28bef7c9cb2509b72f2e62da223b132f2a824e07b7e 1123332 
grub2_2.02+dfsg1-11.debian.tar.xz
 cc54c62484c6cf4dd538469038a77aff2f2ceba7bc3b6a5642d946f936390c2b 15043 
grub2_2.02+dfsg1-11_source.buildinfo
Files:
 1eb1dac9f4561840fd0d361f99aa3e8b 6691 admin optional grub2_2.02+dfsg1-11.dsc
 0a1ae849ea3fa84eb77e3f860e3666d7 1123332 admin optional 
grub2_2.02+dfsg1-11.debian.tar.xz
 724a61cb110eaa549016f812fa4ba77b 15043 admin optional 
grub2_2.02+dfsg1-11_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEErApP8SYRtvzPAcEROTWH2X2GUAsFAlxgc6UACgkQOTWH2X2G
UAvxAhAApC4yre1mlinXDCV6mWGX+x48XORbmY1mVtMvQVgHaDW1PCvgbWw7V37z
P7wYlbGtvEWOS/VqbByPEK4kARPT1+kE/uVZ0LhB6iZ3xL9S7y8IvIwCZv4M+29B
gK2+YWBmMZIG2pf8jOkXaiqSYUYy0tY1JqulPqdAyJdAYFwkEay5m7jUBd9CbIra
AqS1bAEw3yu1l4dDty3fjgqaJcCVVgZ7K+HEA7HDX2XiPoGw+1dAdbA+plb/zg9u
iwPvBmXwa19olHOOWG+Da/8jzLpmtV2asd2nRp5HUlxJMfnQI2UVMtddWEcn8Lt1
C9CzQuid4jHhFbuYGORTNh7wTTWC6K+NIZWOGs7u6PmtbAuquWnN5BqLGjpTh9fD
FKSVCbX04twOLIFnFUjhMzCVrbrlAqTaPgO3RHMszdJFFJnnbvbzk9sdmza+Ax/6
F8dwPHVAa40ukNObq2gMzyAwpS3eR7/ZpOQHicH6daeFQ1OATjQMB+s4EVAMp+wI
bcBXR05fpnAUnaqoF7PIVmoonG29HZ8dkYShAhCLEIbMoaG+rexMDyUsB6DvVkIQ
V+e6EOHj0NzFyJvWL+InB2IxvWXYAWfHWVXy94vmBowPGdiBc8CuUFtQhtiS+cyZ
sHAi7gpc+R4/Rkn4h8XOQdBLWBG1otZLo9ZZzldTqZyAsqAv4bg=
=Qqny
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to