Bug#708016: grub-pc: Unable to update to grub-pc 2.00-14 successfully
Toyota4Runner
curiousgeorge77 at gmail.com
Sun May 12 15:50:19 UTC 2013
Package: grub-pc
Version: 2.00-14
Severity: important
Dear Maintainer,
* What led up to the situation?
Performed a system update.
* What exactly did you do (or not do) that was effective (or
ineffective)?
apt-get dist-upgrade
* What was the outcome of this action?
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up grub-pc (2.00-14) ...
Installation finished. No error reported.
Generating grub.cfg ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-3.8-1-686-pae
Found initrd image: /boot/initrd.img-3.8-1-686-pae
Found linux image: /boot/vmlinuz-3.2.0-4-686-pae
Found initrd image: /boot/initrd.img-3.2.0-4-686-pae
Found linux image: /boot/vmlinuz-3.2.0-3-686-pae
Found initrd image: /boot/initrd.img-3.2.0-3-686-pae
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
/usr/sbin/grub-probe: error: failed to get canonical path of .
/usr/sbin/grub-probe: error: cannot find a GRUB drive for . Check your
device.map.
dpkg: error processing grub-pc (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
grub-pc
E: Sub-process /usr/bin/dpkg returned an error code (1)
* What outcome did you expect instead?
Successfully install and configure grub-pc 2.00-14
-- Package-specific info:
*********************** BEGIN /proc/mounts
/dev/disk/by-uuid/3e522a42-fd7f-4991-ac06-6c5364e19501 / ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sdb1 /media/MediaCentre xfs rw,nosuid,nodev,relatime,attr2,inode64,noquota 0 0
/dev/disk/by-uuid/3e522a42-fd7f-4991-ac06-6c5364e19501 /export/Documents ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/disk/by-uuid/3e522a42-fd7f-4991-ac06-6c5364e19501 /export/Pictures ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/disk/by-uuid/3e522a42-fd7f-4991-ac06-6c5364e19501 /export/Music ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/disk/by-uuid/3e522a42-fd7f-4991-ac06-6c5364e19501 /export/Videos ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
*********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map
(fd0) /dev/fd0
(hd0) /dev/disk/by-id/ata-ST3250624A_5ND3HVZD
(hd1) /dev/disk/by-id/ata-ST31000528AS_6VP4GS95
*********************** 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
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
}
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=1024x768x32
set gfxpayload=keep
load_video
insmod gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
set locale_dir=($root)/boot/grub/locale
set lang=en_CA
insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
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 ###
menuentry 'Debian GNU/Linux, with Linux 3.8-1-686-pae' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
echo 'Loading Linux 3.8-1-686-pae ...'
linux /boot/vmlinuz-3.8-1-686-pae root=UUID=3e522a42-fd7f-4991-ac06-6c5364e19501 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.8-1-686-pae
}
menuentry 'Debian GNU/Linux, with Linux 3.8-1-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
echo 'Loading Linux 3.8-1-686-pae ...'
linux /boot/vmlinuz-3.8-1-686-pae root=UUID=3e522a42-fd7f-4991-ac06-6c5364e19501 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.8-1-686-pae
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-686-pae' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
echo 'Loading Linux 3.2.0-4-686-pae ...'
linux /boot/vmlinuz-3.2.0-4-686-pae root=UUID=3e522a42-fd7f-4991-ac06-6c5364e19501 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.2.0-4-686-pae
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
echo 'Loading Linux 3.2.0-4-686-pae ...'
linux /boot/vmlinuz-3.2.0-4-686-pae root=UUID=3e522a42-fd7f-4991-ac06-6c5364e19501 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.2.0-4-686-pae
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-3-686-pae' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
echo 'Loading Linux 3.2.0-3-686-pae ...'
linux /boot/vmlinuz-3.2.0-3-686-pae root=UUID=3e522a42-fd7f-4991-ac06-6c5364e19501 ro quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.2.0-3-686-pae
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-3-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
load_video
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
echo 'Loading Linux 3.2.0-3-686-pae ...'
linux /boot/vmlinuz-3.2.0-3-686-pae root=UUID=3e522a42-fd7f-4991-ac06-6c5364e19501 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.2.0-3-686-pae
}
### 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+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
multiboot /boot/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root 3e522a42-fd7f-4991-ac06-6c5364e19501
multiboot /boot/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### 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 $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 May 9 09:35 ata-CRD-8482B -> ../../sr1
lrwxrwxrwx 1 root root 9 May 9 09:35 ata-ST31000528AS_6VP4GS95 -> ../../sdb
lrwxrwxrwx 1 root root 10 May 9 09:35 ata-ST31000528AS_6VP4GS95-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 May 12 11:40 ata-ST3250624A_5ND3HVZD -> ../../sda
lrwxrwxrwx 1 root root 10 May 9 09:35 ata-ST3250624A_5ND3HVZD-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 9 09:35 ata-ST3250624A_5ND3HVZD-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May 9 09:35 ata-ST3250624A_5ND3HVZD-part5 -> ../../sda5
lrwxrwxrwx 1 root root 9 May 9 09:35 ata-_NEC_DVD_RW_ND-3550A -> ../../sr0
lrwxrwxrwx 1 root root 9 May 12 11:40 scsi-SATA_ST3250624A_5ND3HVZD -> ../../sda
lrwxrwxrwx 1 root root 10 May 9 09:35 scsi-SATA_ST3250624A_5ND3HVZD-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 9 09:35 scsi-SATA_ST3250624A_5ND3HVZD-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May 9 09:35 scsi-SATA_ST3250624A_5ND3HVZD-part5 -> ../../sda5
lrwxrwxrwx 1 root root 9 May 9 09:35 scsi-SSeagate_Desktop_2GHLWT4G -> ../../sdb
lrwxrwxrwx 1 root root 10 May 9 09:35 scsi-SSeagate_Desktop_2GHLWT4G-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 May 9 09:35 usb-Generic_STORAGE_DEVICE_A90008-0:0 -> ../../sdc
lrwxrwxrwx 1 root root 9 May 9 09:35 usb-Generic_STORAGE_DEVICE_A90008-0:1 -> ../../sdd
lrwxrwxrwx 1 root root 9 May 9 09:35 usb-Generic_STORAGE_DEVICE_A90008-0:2 -> ../../sde
lrwxrwxrwx 1 root root 9 May 9 09:35 usb-Generic_STORAGE_DEVICE_A90008-0:3 -> ../../sdf
lrwxrwxrwx 1 root root 9 May 9 09:35 wwn-0x5000c50022db331f -> ../../sdb
lrwxrwxrwx 1 root root 10 May 9 09:35 wwn-0x5000c50022db331f-part1 -> ../../sdb1
*********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 May 9 09:35 3e522a42-fd7f-4991-ac06-6c5364e19501 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 9 09:35 b23bfa0f-edfe-45d9-9dce-122450d30824 -> ../../sdb1
lrwxrwxrwx 1 root root 10 May 9 09:35 ca9f6cc5-911c-40e1-bcf3-b51d536eae57 -> ../../sda5
*********************** END /dev/disk/by-uuid
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 3.8-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages grub-pc depends on:
ii debconf [debconf-2.0] 1.5.50
ii grub-common 2.00-14
ii grub-pc-bin 2.00-14
ii grub2-common 2.00-14
ii ucf 3.0025+nmu3
grub-pc recommends no packages.
grub-pc suggests no packages.
-- debconf information:
grub2/kfreebsd_cmdline:
grub2/device_map_regenerated:
* grub2/linux_cmdline:
grub-pc/install_devices_empty: false
grub-pc/install_devices_failed: false
grub-pc/chainload_from_menu.lst: true
grub-pc/kopt_extracted: false
* grub-pc/install_devices: /dev/disk/by-id/ata-ST3250624A_5ND3HVZD
grub-pc/postrm_purge_boot_grub: false
grub-pc/install_devices_failed_upgrade: true
grub-pc/disk_description:
grub2/kfreebsd_cmdline_default: quiet
grub-pc/partition_description:
grub-pc/install_devices_disks_changed:
* grub2/linux_cmdline_default: quiet
grub-pc/mixed_legacy_and_grub2: true
More information about the Pkg-grub-devel
mailing list