Bug#748173: grub-efi-amd64: Boot failure after upgrade to 2.02~beta2-10

Ryan Davis iconoclasmandheresy at gmail.com
Thu May 15 01:48:08 UTC 2014


Package: grub-efi-amd64
Version: 2.02~beta2-10
Severity: critical
Justification: breaks the whole system

Dear Maintainer,

Clevo/Sager 15s UEFI laptop.
Used 'Aptitude' to upgrade GURB-EFI-AMD64 to 2.02~beta2-10.
Upgrade completes without error.
Upon reboot, EFI fails to find GRUB binary and requests proper boot media.
Booted to 'rescue' mode, downgraded to previous versions, created EFI entry.
Reboot and GRUB loads.

If I again upgrade to current TESTING version, the problem reccurs.

If there is anything you would like me to do to provide more info, please let me know.

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/c08d2fd0-b9d4-4d46-9907-777d7dc6adc3 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda1 /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-WDC_WD7500BPKT-22PK4T0_WD-WXV1E53VLT86
(hd1)	/dev/disk/by-id/usb-Lexar_USB_Flash_Drive_201305180305264063A6-0:0
*********************** 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
set default="0"

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 --hint='hd0,gpt2'  c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
else
  search --no-floppy --fs-uuid --set=root c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
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=C
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=-1
else
  set timeout=5
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 --hint='hd0,gpt2'  c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
else
  search --no-floppy --fs-uuid --set=root c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
fi
insmod png
if background_image /usr/share/images/desktop-base/joy-grub.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-c08d2fd0-b9d4-4d46-9907-777d7dc6adc3' {
	load_video
	insmod gzio
	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 --hint='hd0,gpt2'  c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
	else
	  search --no-floppy --fs-uuid --set=root c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
	fi
	echo	'Loading Linux 3.14-1-amd64 ...'
	linux	/boot/vmlinuz-3.14-1-amd64 root=UUID=c08d2fd0-b9d4-4d46-9907-777d7dc6adc3 ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.14-1-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-c08d2fd0-b9d4-4d46-9907-777d7dc6adc3' {
	menuentry 'Debian GNU/Linux, with Linux 3.14-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-amd64-advanced-c08d2fd0-b9d4-4d46-9907-777d7dc6adc3' {
		load_video
		insmod gzio
		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 --hint='hd0,gpt2'  c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
		else
		  search --no-floppy --fs-uuid --set=root c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
		fi
		echo	'Loading Linux 3.14-1-amd64 ...'
		linux	/boot/vmlinuz-3.14-1-amd64 root=UUID=c08d2fd0-b9d4-4d46-9907-777d7dc6adc3 ro  quiet
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.14-1-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 3.14-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-amd64-recovery-c08d2fd0-b9d4-4d46-9907-777d7dc6adc3' {
		load_video
		insmod gzio
		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 --hint='hd0,gpt2'  c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
		else
		  search --no-floppy --fs-uuid --set=root c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
		fi
		echo	'Loading Linux 3.14-1-amd64 ...'
		linux	/boot/vmlinuz-3.14-1-amd64 root=UUID=c08d2fd0-b9d4-4d46-9907-777d7dc6adc3 ro single 
		echo	'Loading initial ramdisk ...'
		initrd	/boot/initrd.img-3.14-1-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/20_memtest86 ###
### 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 ###
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 ###

### BEGIN /etc/grub.d/42_grml ###
### END /etc/grub.d/42_grml ###

### BEGIN /etc/grub.d/60_grub-imageboot ###
menuentry "Bootable ISO Image: debian-7.4.0-amd64-xfce-CD-1" {
	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 --hint='hd0,gpt2'  c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
	else
	  search --no-floppy --fs-uuid --set=root c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
	fi
	linux16 /boot/memdisk iso
	initrd16 /boot/images/debian-7.4.0-amd64-xfce-CD-1.iso
}
menuentry "Bootable ISO Image: gparted-live-0.18.0-1-amd64" {
	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 --hint='hd0,gpt2'  c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
	else
	  search --no-floppy --fs-uuid --set=root c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
	fi
	linux16 /boot/memdisk iso
	initrd16 /boot/images/gparted-live-0.18.0-1-amd64.iso
}
menuentry "Bootable ISO Image: systemrescuecd-x86-4.1.0" {
	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 --hint='hd0,gpt2'  c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
	else
	  search --no-floppy --fs-uuid --set=root c08d2fd0-b9d4-4d46-9907-777d7dc6adc3
	fi
	linux16 /boot/memdisk iso
	initrd16 /boot/images/systemrescuecd-x86-4.1.0.iso
}
### END /etc/grub.d/60_grub-imageboot ###
*********************** 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 May 14 12:59 ata-TSSTcorp_CDDVDW_SN-208DB_R8XW6YKD600LAD -> ../../sr0
lrwxrwxrwx 1 root root  9 May 14 12:59 ata-WDC_WD7500BPKT-22PK4T0_WD-WXV1E53VLT86 -> ../../sda
lrwxrwxrwx 1 root root 10 May 14 12:59 ata-WDC_WD7500BPKT-22PK4T0_WD-WXV1E53VLT86-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 14 12:59 ata-WDC_WD7500BPKT-22PK4T0_WD-WXV1E53VLT86-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May 14 12:59 ata-WDC_WD7500BPKT-22PK4T0_WD-WXV1E53VLT86-part3 -> ../../sda3
lrwxrwxrwx 1 root root  9 May 14 12:59 wwn-0x50014ee603d3d97d -> ../../sda
lrwxrwxrwx 1 root root 10 May 14 12:59 wwn-0x50014ee603d3d97d-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 14 12:59 wwn-0x50014ee603d3d97d-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May 14 12:59 wwn-0x50014ee603d3d97d-part3 -> ../../sda3
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 May 14 12:59 3E62-3ACF -> ../../sda1
lrwxrwxrwx 1 root root 10 May 14 12:59 5cb985f3-f357-40a6-9e73-758511066fe8 -> ../../sda3
lrwxrwxrwx 1 root root 10 May 14 12:59 c08d2fd0-b9d4-4d46-9907-777d7dc6adc3 -> ../../sda2
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-efi-amd64 depends on:
ii  debconf [debconf-2.0]  1.5.53
ii  grub-common            2.00-22
ii  grub-efi-amd64-bin     2.00-22
ii  grub2-common           2.00-22
ii  ucf                    3.0028

grub-efi-amd64 recommends no packages.

grub-efi-amd64 suggests no packages.

-- debconf information excluded



More information about the Pkg-grub-devel mailing list