Package: grub-pc Version: 2.02~beta2-22 Severity: important
When I upgraded this system to from wheezy to jessie, I got a dialog box something like this:
┌───────────────────────────────┤ Configuring grub-pc ├────────────────────────────────┐ │ │ │ GRUB failed to install to the following devices: │ │ │ │ /dev/sda │ │ │ │ Do you want to continue anyway? If you do, your computer may not start up properly. │ │ │ │ Writing GRUB to boot device failed - continue? │ │ │ │ <Yes> <No> │ │ │ └──────────────────────────────────────────────────────────────────────────────────────┘
This was kind of frustrating, especially in view of the fact that it seemed to be concealing the actual output of grub-install. (It was.)
So I decided to investigate this later, when I could do the install in a way that would permit me to actually see the output. Unfortunately, I forgot, so my system ended up with an old core.img that couldn't find the new modules, and didn't expose all the symbols they needed anyway. But I've fixed it now, and this is what grub-install had to say:
Installing for i386-pc platform. File descriptor 3 (pipe:[9604753]) leaked on vgs invocation. Parent PID 5250: grub-install Configuration setting "activation/thin_check_executable" unknown. File descriptor 3 (pipe:[9604753]) leaked on vgs invocation. Parent PID 5250: grub-install Configuration setting "activation/thin_check_executable" unknown. File descriptor 3 (pipe:[9604753]) leaked on vgs invocation. Parent PID 5250: grub-install Configuration setting "activation/thin_check_executable" unknown. File descriptor 3 (pipe:[9604753]) leaked on vgs invocation. Parent PID 5250: grub-install Configuration setting "activation/thin_check_executable" unknown. File descriptor 3 (pipe:[9604753]) leaked on vgs invocation. Parent PID 5250: grub-install Configuration setting "activation/thin_check_executable" unknown. File descriptor 3 (pipe:[9604753]) leaked on vgs invocation. Parent PID 5250: grub-install Configuration setting "activation/thin_check_executable" unknown. grub-install: warning: your core.img is unusually large. It won't fit in the embedding area. grub-install: error: embedding is not possible, but this is required for RAID and LVM install.
(At the time, my first partition began at sector 63. I've since shrunk it to start at 1MiB.) Here are my core.img files:
core.img
Description: Wheezy core.img
core.img
Description: Jessie core.img
-- Package-specific info:
*********************** BEGIN /proc/mounts /dev/dm-1 / ext3 rw,relatime,errors=remount-ro,data=ordered 0 0 /dev/mapper/Group1-ROOT_snapshot /mnt ext3 rw,relatime,data=ordered 0 0 *********************** END /proc/mounts
*********************** BEGIN /boot/grub/device.map (hd0) /dev/disk/by-id/ata-TOSHIBA_MQ01ABF050_24EPTRJFT *********************** 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_optionif [ "${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_msdos insmod lvm insmod ext2 set root='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' 58a6702a-6c10-45bb-81c0-f769f06b1a41 else search --no-floppy --fs-uuid --set=root 58a6702a-6c10-45bb-81c0-f769f06b1a41 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=en_US insmod gettext fi terminal_output gfxterm if [ "${recordfail}" = 1 ] ; then set timeout=-1 else if [ x$feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=15 # Fallback normal timeout code in case the timeout_style feature is # unavailable. else set timeout=15 fi fi ### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ### insmod part_msdos insmod lvm insmod ext2 set root='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' 58a6702a-6c10-45bb-81c0-f769f06b1a41 else search --no-floppy --fs-uuid --set=root 58a6702a-6c10-45bb-81c0-f769f06b1a41 fi insmod png if background_image /usr/share/images/desktop-base/lines-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-58a6702a-6c10-45bb-81c0-f769f06b1a41' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod lvm insmod ext2 set root='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' 58a6702a-6c10-45bb-81c0-f769f06b1a41 else search --no-floppy --fs-uuid --set=root 58a6702a-6c10-45bb-81c0-f769f06b1a41 fi echo 'Loading Linux 3.16.0-4-amd64 ...' linux /boot/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/Group1-ROOT ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.16.0-4-amd64 } submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-58a6702a-6c10-45bb-81c0-f769f06b1a41' { menuentry 'Debian GNU/Linux, with 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-58a6702a-6c10-45bb-81c0-f769f06b1a41' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod lvm insmod ext2 set root='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' 58a6702a-6c10-45bb-81c0-f769f06b1a41 else search --no-floppy --fs-uuid --set=root 58a6702a-6c10-45bb-81c0-f769f06b1a41 fi echo 'Loading Linux 3.16.0-4-amd64 ...' linux /boot/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/Group1-ROOT ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.16.0-4-amd64 } menuentry 'Debian GNU/Linux, with Linux 3.16.0-4-amd64 (systemd)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.16.0-4-amd64-init-systemd-58a6702a-6c10-45bb-81c0-f769f06b1a41' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod lvm insmod ext2 set root='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' 58a6702a-6c10-45bb-81c0-f769f06b1a41 else search --no-floppy --fs-uuid --set=root 58a6702a-6c10-45bb-81c0-f769f06b1a41 fi echo 'Loading Linux 3.16.0-4-amd64 ...' linux /boot/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/Group1-ROOT ro quiet init=/lib/systemd/systemd echo 'Loading initial ramdisk ...' initrd /boot/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-58a6702a-6c10-45bb-81c0-f769f06b1a41' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod lvm insmod ext2 set root='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' 58a6702a-6c10-45bb-81c0-f769f06b1a41 else search --no-floppy --fs-uuid --set=root 58a6702a-6c10-45bb-81c0-f769f06b1a41 fi echo 'Loading Linux 3.16.0-4-amd64 ...' linux /boot/vmlinuz-3.16.0-4-amd64 root=/dev/mapper/Group1-ROOT ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.16.0-4-amd64 } menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-4-amd64-advanced-58a6702a-6c10-45bb-81c0-f769f06b1a41' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod lvm insmod ext2 set root='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' 58a6702a-6c10-45bb-81c0-f769f06b1a41 else search --no-floppy --fs-uuid --set=root 58a6702a-6c10-45bb-81c0-f769f06b1a41 fi echo 'Loading Linux 3.2.0-4-amd64 ...' linux /boot/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/Group1-ROOT ro quiet echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.2.0-4-amd64 } menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (systemd)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-4-amd64-init-systemd-58a6702a-6c10-45bb-81c0-f769f06b1a41' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod lvm insmod ext2 set root='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' 58a6702a-6c10-45bb-81c0-f769f06b1a41 else search --no-floppy --fs-uuid --set=root 58a6702a-6c10-45bb-81c0-f769f06b1a41 fi echo 'Loading Linux 3.2.0-4-amd64 ...' linux /boot/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/Group1-ROOT ro quiet init=/lib/systemd/systemd echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.2.0-4-amd64 } menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.2.0-4-amd64-recovery-58a6702a-6c10-45bb-81c0-f769f06b1a41' { load_video insmod gzio if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi insmod part_msdos insmod lvm insmod ext2 set root='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint='lvmid/SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF/j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn' 58a6702a-6c10-45bb-81c0-f769f06b1a41 else search --no-floppy --fs-uuid --set=root 58a6702a-6c10-45bb-81c0-f769f06b1a41 fi echo 'Loading Linux 3.2.0-4-amd64 ...' linux /boot/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/Group1-ROOT ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-3.2.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 ### menuentry 'Windows 7 (loader) (on /dev/sda2)' --class windows --class os $menuentry_id_option 'osprober-chain-8A6C78126C77F773' { insmod part_msdos insmod ntfs set root='hd0,msdos2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 --hint='hd0,msdos2' 8A6C78126C77F773 else search --no-floppy --fs-uuid --set=root 8A6C78126C77F773 fi parttool ${root} hidden- chainloader +1 } menuentry 'Debian GNU/Linux (7.8) (on /dev/mapper/Group1-ROOT_snapshot)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-/dev/mapper/Group1-ROOT_snapshot' { insmod part_msdos insmod lvm linux /boot/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/Group1-ROOT ro quiet initrd /boot/initrd.img-3.2.0-4-amd64 } submenu 'Advanced options for Debian GNU/Linux (7.8) (on /dev/mapper/Group1-ROOT_snapshot)' $menuentry_id_option 'osprober-gnulinux-advanced-/dev/mapper/Group1-ROOT_snapshot' { menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (on /dev/mapper/Group1-ROOT_snapshot)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.2.0-4-amd64--/dev/mapper/Group1-ROOT_snapshot' { insmod part_msdos insmod lvm linux /boot/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/Group1-ROOT ro quiet initrd /boot/initrd.img-3.2.0-4-amd64 } menuentry 'Debian GNU/Linux, with Linux 3.2.0-4-amd64 (recovery mode) (on /dev/mapper/Group1-ROOT_snapshot)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-3.2.0-4-amd64-root=/dev/mapper/Group1-ROOT ro single-/dev/mapper/Group1-ROOT_snapshot' { insmod part_msdos insmod lvm linux /boot/vmlinuz-3.2.0-4-amd64 root=/dev/mapper/Group1-ROOT ro single initrd /boot/initrd.img-3.2.0-4-amd64 } }
### 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 cat: /proc/mdstat: No such file or directory *********************** END /proc/mdstat
*********************** BEGIN LVM [Note: I'm not sure I *have* password access to root on this system.] --- Volume group --- VG Name Group1 System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 17 VG Access read/write VG Status resizable MAX LV 0 Cur LV 3 Open LV 3 Max PV 0 Cur PV 1 Act PV 1 VG Size 119.21 GiB PE Size 4.00 MiB Total PE 30517 Alloc PE / Size 9216 / 36.00 GiB Free PE / Size 21301 / 83.21 GiB VG UUID SxNWx3-LcN9-cRde-4fyY-HnWC-10Fz-jp7NJF --- Physical volume --- PV Name /dev/sda5 VG Name Group1 PV Size 119.21 GiB / not usable 0 Allocatable yes PE Size 4.00 MiB Total PE 30517 Free PE 21301 Allocated PE 9216 PV UUID aG9lW3-CtCi-B5SW-zN7F-hvAo-cW5D-p6865Z --- Logical volume --- LV Path /dev/Group1/ROOT LV Name ROOT VG Name Group1 LV UUID j4wG7c-d9GP-5qFw-wmCv-FkiA-ke9f-4yDmSn LV Write Access read/write LV Creation host, time Sam-laptop, 2014-08-21 17:25:19 -0400 LV snapshot status source of ROOT_snapshot [active] LV Status available # open 1 LV Size 20.00 GiB Current LE 5120 Segments 2 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 254:1 --- Logical volume --- LV Path /dev/Group1/SWAP LV Name SWAP VG Name Group1 LV UUID Yzo01m-2l60-wbkj-1dfF-jDST-uGLV-A1lbet LV Write Access read/write LV Creation host, time Sam-laptop, 2014-08-21 17:28:09 -0400 LV Status available # open 2 LV Size 4.00 GiB Current LE 1024 Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 254:4 --- Logical volume --- LV Path /dev/Group1/ROOT_snapshot LV Name ROOT_snapshot VG Name Group1 LV UUID HSB9DX-gkzL-RO9L-67Fx-V0PH-pro2-Cer05S LV Write Access read/write LV Creation host, time Sam-laptop, 2015-04-25 17:33:10 -0400 LV snapshot status active destination for ROOT LV Status available # open 1 LV Size 20.00 GiB Current LE 5120 COW-table size 12.00 GiB COW-table LE 3072 Allocated to snapshot 77.53% Snapshot chunk size 4.00 KiB Segments 1 Allocation inherit Read ahead sectors auto - currently set to 256 Block device 254:3 *********************** END LVM
*********************** BEGIN /dev/disk/by-id total 0 lrwxrwxrwx 1 root root 9 Apr 30 03:26 ata-PLDS_DVD+_-RW_DU-8A5HH_TTYK07363942M5CJXA03 -> ../../sr0 lrwxrwxrwx 1 root root 9 Apr 30 13:05 ata-TOSHIBA_MQ01ABF050_24EPTRJFT -> ../../sda lrwxrwxrwx 1 root root 10 Apr 30 13:05 ata-TOSHIBA_MQ01ABF050_24EPTRJFT-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Apr 30 13:05 ata-TOSHIBA_MQ01ABF050_24EPTRJFT-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Apr 30 13:05 ata-TOSHIBA_MQ01ABF050_24EPTRJFT-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Apr 30 13:05 ata-TOSHIBA_MQ01ABF050_24EPTRJFT-part4 -> ../../sda4 lrwxrwxrwx 1 root root 10 Apr 30 13:05 ata-TOSHIBA_MQ01ABF050_24EPTRJFT-part5 -> ../../sda5 lrwxrwxrwx 1 root root 10 Apr 27 23:16 dm-name-Group1-ROOT -> ../../dm-1 lrwxrwxrwx 1 root root 10 Apr 27 23:16 dm-name-Group1-ROOT_snapshot -> ../../dm-3 lrwxrwxrwx 1 root root 10 Apr 26 15:43 dm-name-Group1-SWAP -> ../../dm-4 lrwxrwxrwx 1 root root 10 Apr 27 23:16 dm-uuid-LVM-SxNWx3LcN9cRde4fyYHnWC10Fzjp7NJFHSB9DXgkzLRO9L67FxV0PHpro2Cer05S -> ../../dm-3 lrwxrwxrwx 1 root root 10 Apr 27 23:16 dm-uuid-LVM-SxNWx3LcN9cRde4fyYHnWC10Fzjp7NJFj4wG7cd9GP5qFwwmCvFkiAke9f4yDmSn -> ../../dm-1 lrwxrwxrwx 1 root root 10 Apr 26 15:43 dm-uuid-LVM-SxNWx3LcN9cRde4fyYHnWC10Fzjp7NJFYzo01m2l60wbkj1dfFjDSTuGLVA1lbet -> ../../dm-4 lrwxrwxrwx 1 root root 10 Apr 30 13:05 lvm-pv-uuid-aG9lW3-CtCi-B5SW-zN7F-hvAo-cW5D-p6865Z -> ../../sda5 lrwxrwxrwx 1 root root 9 Apr 30 13:05 wwn-0x5000039551c056e9 -> ../../sda lrwxrwxrwx 1 root root 10 Apr 30 13:05 wwn-0x5000039551c056e9-part1 -> ../../sda1 lrwxrwxrwx 1 root root 10 Apr 30 13:05 wwn-0x5000039551c056e9-part2 -> ../../sda2 lrwxrwxrwx 1 root root 10 Apr 30 13:05 wwn-0x5000039551c056e9-part3 -> ../../sda3 lrwxrwxrwx 1 root root 10 Apr 30 13:05 wwn-0x5000039551c056e9-part4 -> ../../sda4 lrwxrwxrwx 1 root root 10 Apr 30 13:05 wwn-0x5000039551c056e9-part5 -> ../../sda5 *********************** END /dev/disk/by-id
*********************** BEGIN /dev/disk/by-uuid total 0 lrwxrwxrwx 1 root root 9 Apr 30 03:26 2015-03-23-16-23-38-00 -> ../../sr0 lrwxrwxrwx 1 root root 10 Apr 30 13:05 5450-4444 -> ../../sda1 lrwxrwxrwx 1 root root 10 Apr 30 13:05 56147AE1147AC391 -> ../../sda3 lrwxrwxrwx 1 root root 10 Apr 27 23:16 58a6702a-6c10-45bb-81c0-f769f06b1a41 -> ../../dm-1 lrwxrwxrwx 1 root root 10 Apr 30 13:05 8A6C78126C77F773 -> ../../sda2 lrwxrwxrwx 1 root root 10 Apr 26 15:43 e63a3ace-cc97-4c0c-a959-b235b633ad45 -> ../../dm-4 *********************** END /dev/disk/by-uuid
-- System Information: Debian Release: 8.0 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: sysvinit (via /sbin/init)
Versions of packages grub-pc depends on: ii debconf [debconf-2.0] 1.5.56 ii grub-common 2.02~beta2-22 ii grub-pc-bin 2.02~beta2-22 ii grub2-common 2.02~beta2-22 ii ucf 3.0030
grub-pc recommends no packages. grub-pc suggests no packages.-- debconf information: * grub-pc/install_devices: /dev/disk/by-id/ata-TOSHIBA_MQ01ABF050_24EPTRJFT grub-pc/install_devices_disks_changed: * grub-pc/install_devices_failed: true grub2/linux_cmdline: grub-pc/hidden_timeout: false grub-pc/partition_description: grub2/kfreebsd_cmdline_default: quiet grub-pc/chainload_from_menu.lst: true grub2/device_map_regenerated: grub-pc/postrm_purge_boot_grub: false grub-pc/kopt_extracted: false grub2/kfreebsd_cmdline: grub-pc/timeout: 15 grub-pc/mixed_legacy_and_grub2: true * grub2/linux_cmdline_default: quiet grub-pc/disk_description: grub-pc/install_devices_failed_upgrade: true grub-pc/install_devices_empty: false grub2/force_efi_extra_removable: false