Package: grub-pc
Version: 2.00-22
Followup-For: Bug #724756

 I am having the same problem after a regular apt-get upgrade, which rendered 
 my system unbootable. The solution was to reformat my hard disk..

 Following the discussion before I report the size of my core.img

-rw-r--r-- 1 root root 33114 ene 19 13:36 /boot/grub/i386-pc/core.img

 Let me know if you need more information regarding my setup.

 Best regards


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/vg_laptop1-lv_root_debian / ext4 
rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/mapper/vg_laptop1-lv_boot_debian /boot ext2 rw,relatime 0 0
/dev/mapper/vg_laptop1-lv_home /home ext4 rw,relatime,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-FUJITSU_MHV2100AH_NT23T622B1R4
*********************** 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_msdos
insmod part_msdos
insmod part_msdos
insmod lvm
insmod ext2
set root='lvm/vg_laptop1-lv_root_debian'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root 
--hint='lvm/vg_laptop1-lv_root_debian'  4d3a591b-882f-428c-be58-b0c8eefe55c5
else
  search --no-floppy --fs-uuid --set=root 4d3a591b-882f-428c-be58-b0c8eefe55c5
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
  set timeout=5
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod lvm
insmod ext2
set root='lvm/vg_laptop1-lv_root_debian'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root 
--hint='lvm/vg_laptop1-lv_root_debian'  4d3a591b-882f-428c-be58-b0c8eefe55c5
else
  search --no-floppy --fs-uuid --set=root 4d3a591b-882f-428c-be58-b0c8eefe55c5
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-4d3a591b-882f-428c-be58-b0c8eefe55c5' {
        load_video
        insmod gzio
        insmod part_msdos
        insmod part_msdos
        insmod part_msdos
        insmod lvm
        insmod ext2
        set root='lvm/vg_laptop1-lv_boot_debian'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root 
--hint='lvm/vg_laptop1-lv_boot_debian'  03a9e0fb-2312-43bb-bd98-de29d342af9d
        else
          search --no-floppy --fs-uuid --set=root 
03a9e0fb-2312-43bb-bd98-de29d342af9d
        fi
        echo    'Loading Linux 3.12-1-686-pae ...'
        linux   /vmlinuz-3.12-1-686-pae 
root=/dev/mapper/vg_laptop1-lv_root_debian ro  quiet
        echo    'Loading initial ramdisk ...'
        initrd  /initrd.img-3.12-1-686-pae
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 
'gnulinux-advanced-4d3a591b-882f-428c-be58-b0c8eefe55c5' {
        menuentry 'Debian GNU/Linux, with Linux 3.12-1-686-pae' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.12-1-686-pae-advanced-4d3a591b-882f-428c-be58-b0c8eefe55c5' {
                load_video
                insmod gzio
                insmod part_msdos
                insmod part_msdos
                insmod part_msdos
                insmod lvm
                insmod ext2
                set root='lvm/vg_laptop1-lv_boot_debian'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint='lvm/vg_laptop1-lv_boot_debian'  03a9e0fb-2312-43bb-bd98-de29d342af9d
                else
                  search --no-floppy --fs-uuid --set=root 
03a9e0fb-2312-43bb-bd98-de29d342af9d
                fi
                echo    'Loading Linux 3.12-1-686-pae ...'
                linux   /vmlinuz-3.12-1-686-pae 
root=/dev/mapper/vg_laptop1-lv_root_debian ro  quiet
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-3.12-1-686-pae
        }
        menuentry 'Debian GNU/Linux, with Linux 3.12-1-686-pae (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.12-1-686-pae-recovery-4d3a591b-882f-428c-be58-b0c8eefe55c5' {
                load_video
                insmod gzio
                insmod part_msdos
                insmod part_msdos
                insmod part_msdos
                insmod lvm
                insmod ext2
                set root='lvm/vg_laptop1-lv_boot_debian'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint='lvm/vg_laptop1-lv_boot_debian'  03a9e0fb-2312-43bb-bd98-de29d342af9d
                else
                  search --no-floppy --fs-uuid --set=root 
03a9e0fb-2312-43bb-bd98-de29d342af9d
                fi
                echo    'Loading Linux 3.12-1-686-pae ...'
                linux   /vmlinuz-3.12-1-686-pae 
root=/dev/mapper/vg_laptop1-lv_root_debian ro single 
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-3.12-1-686-pae
        }
        menuentry 'Debian GNU/Linux, with Linux 3.11-2-686-pae' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.11-2-686-pae-advanced-4d3a591b-882f-428c-be58-b0c8eefe55c5' {
                load_video
                insmod gzio
                insmod part_msdos
                insmod part_msdos
                insmod part_msdos
                insmod lvm
                insmod ext2
                set root='lvm/vg_laptop1-lv_boot_debian'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint='lvm/vg_laptop1-lv_boot_debian'  03a9e0fb-2312-43bb-bd98-de29d342af9d
                else
                  search --no-floppy --fs-uuid --set=root 
03a9e0fb-2312-43bb-bd98-de29d342af9d
                fi
                echo    'Loading Linux 3.11-2-686-pae ...'
                linux   /vmlinuz-3.11-2-686-pae 
root=/dev/mapper/vg_laptop1-lv_root_debian ro  quiet
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-3.11-2-686-pae
        }
        menuentry 'Debian GNU/Linux, with Linux 3.11-2-686-pae (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.11-2-686-pae-recovery-4d3a591b-882f-428c-be58-b0c8eefe55c5' {
                load_video
                insmod gzio
                insmod part_msdos
                insmod part_msdos
                insmod part_msdos
                insmod lvm
                insmod ext2
                set root='lvm/vg_laptop1-lv_boot_debian'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint='lvm/vg_laptop1-lv_boot_debian'  03a9e0fb-2312-43bb-bd98-de29d342af9d
                else
                  search --no-floppy --fs-uuid --set=root 
03a9e0fb-2312-43bb-bd98-de29d342af9d
                fi
                echo    'Loading Linux 3.11-2-686-pae ...'
                linux   /vmlinuz-3.11-2-686-pae 
root=/dev/mapper/vg_laptop1-lv_root_debian ro single 
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-3.11-2-686-pae
        }
        menuentry 'Debian GNU/Linux, with Linux 3.10-3-686-pae' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.10-3-686-pae-advanced-4d3a591b-882f-428c-be58-b0c8eefe55c5' {
                load_video
                insmod gzio
                insmod part_msdos
                insmod part_msdos
                insmod part_msdos
                insmod lvm
                insmod ext2
                set root='lvm/vg_laptop1-lv_boot_debian'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint='lvm/vg_laptop1-lv_boot_debian'  03a9e0fb-2312-43bb-bd98-de29d342af9d
                else
                  search --no-floppy --fs-uuid --set=root 
03a9e0fb-2312-43bb-bd98-de29d342af9d
                fi
                echo    'Loading Linux 3.10-3-686-pae ...'
                linux   /vmlinuz-3.10-3-686-pae 
root=/dev/mapper/vg_laptop1-lv_root_debian ro  quiet
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-3.10-3-686-pae
        }
        menuentry 'Debian GNU/Linux, with Linux 3.10-3-686-pae (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.10-3-686-pae-recovery-4d3a591b-882f-428c-be58-b0c8eefe55c5' {
                load_video
                insmod gzio
                insmod part_msdos
                insmod part_msdos
                insmod part_msdos
                insmod lvm
                insmod ext2
                set root='lvm/vg_laptop1-lv_boot_debian'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint='lvm/vg_laptop1-lv_boot_debian'  03a9e0fb-2312-43bb-bd98-de29d342af9d
                else
                  search --no-floppy --fs-uuid --set=root 
03a9e0fb-2312-43bb-bd98-de29d342af9d
                fi
                echo    'Loading Linux 3.10-3-686-pae ...'
                linux   /vmlinuz-3.10-3-686-pae 
root=/dev/mapper/vg_laptop1-lv_root_debian ro single 
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-3.10-3-686-pae
        }
        menuentry 'Debian GNU/Linux, with Linux 3.10-2-686-pae' --class debian 
--class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.10-2-686-pae-advanced-4d3a591b-882f-428c-be58-b0c8eefe55c5' {
                load_video
                insmod gzio
                insmod part_msdos
                insmod part_msdos
                insmod part_msdos
                insmod lvm
                insmod ext2
                set root='lvm/vg_laptop1-lv_boot_debian'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint='lvm/vg_laptop1-lv_boot_debian'  03a9e0fb-2312-43bb-bd98-de29d342af9d
                else
                  search --no-floppy --fs-uuid --set=root 
03a9e0fb-2312-43bb-bd98-de29d342af9d
                fi
                echo    'Loading Linux 3.10-2-686-pae ...'
                linux   /vmlinuz-3.10-2-686-pae 
root=/dev/mapper/vg_laptop1-lv_root_debian ro  quiet
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-3.10-2-686-pae
        }
        menuentry 'Debian GNU/Linux, with Linux 3.10-2-686-pae (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os $menuentry_id_option 
'gnulinux-3.10-2-686-pae-recovery-4d3a591b-882f-428c-be58-b0c8eefe55c5' {
                load_video
                insmod gzio
                insmod part_msdos
                insmod part_msdos
                insmod part_msdos
                insmod lvm
                insmod ext2
                set root='lvm/vg_laptop1-lv_boot_debian'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint='lvm/vg_laptop1-lv_boot_debian'  03a9e0fb-2312-43bb-bd98-de29d342af9d
                else
                  search --no-floppy --fs-uuid --set=root 
03a9e0fb-2312-43bb-bd98-de29d342af9d
                fi
                echo    'Loading Linux 3.10-2-686-pae ...'
                linux   /vmlinuz-3.10-2-686-pae 
root=/dev/mapper/vg_laptop1-lv_root_debian ro single 
                echo    'Loading initial ramdisk ...'
                initrd  /initrd.img-3.10-2-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/30_os-prober ###
menuentry 'Fedora release 18 (Spherical Cow)' --class gnu-linux --class gnu 
--class os $menuentry_id_option 
'osprober-gnulinux-simple-b840a704-efdb-42d2-a126-2ceacdde441b' {
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos3'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 
--hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 --hint='hd0,msdos3'  
0b6bfa7f-9a8d-4ca6-9917-18c032d99238
        else
          search --no-floppy --fs-uuid --set=root 
0b6bfa7f-9a8d-4ca6-9917-18c032d99238
        fi
        linux /vmlinuz-3.7.4-204.fc18.i686.PAE ro 
root=/dev/mapper/vg_laptop1-lv_root rd_LVM_LV=vg_laptop1/lv_root 
rd_LVM_LV=vg_laptop1/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 
SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
        initrd /initramfs-3.7.4-204.fc18.i686.PAE.img
}
submenu 'Advanced options for Fedora release 18 (Spherical Cow)' 
$menuentry_id_option 
'osprober-gnulinux-advanced-b840a704-efdb-42d2-a126-2ceacdde441b' {
        menuentry 'Fedora (3.7.4-204.fc18.i686.PAE) (on 
/dev/mapper/vg_laptop1-lv_root)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/vmlinuz-3.7.4-204.fc18.i686.PAE--b840a704-efdb-42d2-a126-2ceacdde441b'
 {
                insmod part_msdos
                insmod ext2
                set root='hd0,msdos3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 
--hint='hd0,msdos3'  0b6bfa7f-9a8d-4ca6-9917-18c032d99238
                else
                  search --no-floppy --fs-uuid --set=root 
0b6bfa7f-9a8d-4ca6-9917-18c032d99238
                fi
                linux /vmlinuz-3.7.4-204.fc18.i686.PAE ro 
root=/dev/mapper/vg_laptop1-lv_root rd_LVM_LV=vg_laptop1/lv_root 
rd_LVM_LV=vg_laptop1/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 
SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
                initrd /initramfs-3.7.4-204.fc18.i686.PAE.img
        }
        menuentry 'Fedora (3.7.3-101.fc17.i686.PAE) (on 
/dev/mapper/vg_laptop1-lv_root)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/vmlinuz-3.7.3-101.fc17.i686.PAE--b840a704-efdb-42d2-a126-2ceacdde441b'
 {
                insmod part_msdos
                insmod ext2
                set root='hd0,msdos3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 
--hint='hd0,msdos3'  0b6bfa7f-9a8d-4ca6-9917-18c032d99238
                else
                  search --no-floppy --fs-uuid --set=root 
0b6bfa7f-9a8d-4ca6-9917-18c032d99238
                fi
                linux /vmlinuz-3.7.3-101.fc17.i686.PAE ro 
root=/dev/mapper/vg_laptop1-lv_root rd_LVM_LV=vg_laptop1/lv_root 
rd_LVM_LV=vg_laptop1/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 
SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
                initrd /initramfs-3.7.3-101.fc17.i686.PAE.img
        }
        menuentry 'Fedora (3.6.2-4.fc17.i686.PAE) (on 
/dev/mapper/vg_laptop1-lv_root)' --class gnu-linux --class gnu --class os 
$menuentry_id_option 
'osprober-gnulinux-/vmlinuz-3.6.2-4.fc17.i686.PAE--b840a704-efdb-42d2-a126-2ceacdde441b'
 {
                insmod part_msdos
                insmod ext2
                set root='hd0,msdos3'
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root 
--hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 
--hint='hd0,msdos3'  0b6bfa7f-9a8d-4ca6-9917-18c032d99238
                else
                  search --no-floppy --fs-uuid --set=root 
0b6bfa7f-9a8d-4ca6-9917-18c032d99238
                fi
                linux /vmlinuz-3.6.2-4.fc17.i686.PAE ro 
root=/dev/mapper/vg_laptop1-lv_root rd_LVM_LV=vg_laptop1/lv_root 
rd_LVM_LV=vg_laptop1/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 
SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet
                initrd /initramfs-3.6.2-4.fc17.i686.PAE.img
        }
}

### 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
Personalities : 
unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN LVM
  --- Volume group ---
  VG Name               vg_laptop1
  System ID             
  Format                lvm2
  Metadata Areas        2
  Metadata Sequence No  57
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                7
  Open LV               4
  Max PV                0
  Cur PV                2
  Act PV                2
  VG Size               81.56 GiB
  PE Size               32.00 MiB
  Total PE              2610
  Alloc PE / Size       2368 / 74.00 GiB
  Free  PE / Size       242 / 7.56 GiB
  VG UUID               UQQ7Lk-OFUQ-ARcp-CJwA-Yqaa-YsVa-OX392E
   
  --- Physical volume ---
  PV Name               /dev/sda5
  VG Name               vg_laptop1
  PV Size               57.14 GiB / not usable 17.00 MiB
  Allocatable           yes 
  PE Size               32.00 MiB
  Total PE              1828
  Free PE               242
  Allocated PE          1586
  PV UUID               1bba62-Eo92-BiFH-sUM9-ohB4-GKlQ-Wp0tlc
   
  --- Physical volume ---
  PV Name               /dev/sda2
  VG Name               vg_laptop1
  PV Size               24.46 GiB / not usable 22.65 MiB
  Allocatable           yes (but full)
  PE Size               32.00 MiB
  Total PE              782
  Free PE               0
  Allocated PE          782
  PV UUID               GnF2B9-cbvo-UPHo-SwiT-Smy0-bGjq-8G3aoo
   
  --- Logical volume ---
  LV Path                /dev/vg_laptop1/lv_root
  LV Name                lv_root
  VG Name                vg_laptop1
  LV UUID                puiqcz-p7L1-pxrM-pAQn-fzFe-v1Gc-cU8iER
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 0
  LV Size                15.44 GiB
  Current LE             494
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:2
   
  --- Logical volume ---
  LV Path                /dev/vg_laptop1/lv_home
  LV Name                lv_home
  VG Name                vg_laptop1
  LV UUID                6QzlhJ-0KO8-qal7-qWCg-D1B6-B3Sg-IbQnfy
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 1
  LV Size                33.41 GiB
  Current LE             1069
  Segments               8
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:3
   
  --- Logical volume ---
  LV Path                /dev/vg_laptop1/lv_boot
  LV Name                lv_boot
  VG Name                vg_laptop1
  LV UUID                17ZwuE-ezy9-qbPj-ebdG-y7ns-DQ7V-l3K130
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 0
  LV Size                512.00 MiB
  Current LE             16
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:4
   
  --- Logical volume ---
  LV Path                /dev/vg_laptop1/lv_root_debian
  LV Name                lv_root_debian
  VG Name                vg_laptop1
  LV UUID                Fz1AED-zmyZ-Wi10-YNFh-IpBX-6teV-80bzTN
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 1
  LV Size                19.38 GiB
  Current LE             620
  Segments               5
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0
   
  --- Logical volume ---
  LV Path                /dev/vg_laptop1/lv_boot_debian
  LV Name                lv_boot_debian
  VG Name                vg_laptop1
  LV UUID                KpSMc6-Fhk7-6F6p-S5gW-NTQe-4Dil-6uZBSg
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 1
  LV Size                512.00 MiB
  Current LE             16
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:5
   
  --- Logical volume ---
  LV Path                /dev/vg_laptop1/lv_swap_debian
  LV Name                lv_swap_debian
  VG Name                vg_laptop1
  LV UUID                95nzs7-zVzY-j2gp-rPip-n2av-XW8I-lUrFv8
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 2
  LV Size                4.00 GiB
  Current LE             128
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:1
   
  --- Logical volume ---
  LV Path                /dev/vg_laptop1/lv_boot_fedora
  LV Name                lv_boot_fedora
  VG Name                vg_laptop1
  LV UUID                SVLLxC-1kUu-fNlI-qzgT-06ME-u1iL-MeXfPf
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 0
  LV Size                800.00 MiB
  Current LE             25
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:6
   
*********************** END LVM

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Jan 19 12:41 ata-FUJITSU_MHV2100AH_NT23T622B1R4 -> 
../../sda
lrwxrwxrwx 1 root root 10 Jan 19 12:41 ata-FUJITSU_MHV2100AH_NT23T622B1R4-part2 
-> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 19 12:41 ata-FUJITSU_MHV2100AH_NT23T622B1R4-part3 
-> ../../sda3
lrwxrwxrwx 1 root root 10 Jan 19 12:41 ata-FUJITSU_MHV2100AH_NT23T622B1R4-part4 
-> ../../sda4
lrwxrwxrwx 1 root root 10 Jan 19 12:41 ata-FUJITSU_MHV2100AH_NT23T622B1R4-part5 
-> ../../sda5
lrwxrwxrwx 1 root root  9 Jan 19 12:41 
ata-TSSTcorp_DVD+_-RW_TS-L532B_0020338008 -> ../../sr0
lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-name-vg_laptop1-lv_boot -> ../../dm-4
lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-name-vg_laptop1-lv_boot_debian -> 
../../dm-5
lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-name-vg_laptop1-lv_boot_fedora -> 
../../dm-6
lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-name-vg_laptop1-lv_home -> ../../dm-3
lrwxrwxrwx 1 root root 10 Jan 19 12:41 dm-name-vg_laptop1-lv_root -> ../../dm-2
lrwxrwxrwx 1 root root 10 Jan 19 13:41 dm-name-vg_laptop1-lv_root_debian -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Jan 19 13:41 dm-name-vg_laptop1-lv_swap_debian -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Jan 19 12:41 
dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392E17ZwuEezy9qbPjebdGy7nsDQ7Vl3K130 -> 
../../dm-4
lrwxrwxrwx 1 root root 10 Jan 19 12:41 
dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392E6QzlhJ0KO8qal7qWCgD1B6B3SgIbQnfy -> 
../../dm-3
lrwxrwxrwx 1 root root 10 Jan 19 13:41 
dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392E95nzs7zVzYj2gprPipn2avXW8IlUrFv8 -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Jan 19 13:41 
dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392EFz1AEDzmyZWi10YNFhIpBX6teV80bzTN -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Jan 19 12:41 
dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392EKpSMc6Fhk76F6pS5gWNTQe4Dil6uZBSg -> 
../../dm-5
lrwxrwxrwx 1 root root 10 Jan 19 12:41 
dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392ESVLLxC1kUufNlIqzgT06MEu1iLMeXfPf -> 
../../dm-6
lrwxrwxrwx 1 root root 10 Jan 19 12:41 
dm-uuid-LVM-UQQ7LkOFUQARcpCJwAYqaaYsVaOX392Epuiqczp7L1pxrMpAQnfzFev1GccU8iER -> 
../../dm-2
lrwxrwxrwx 1 root root  9 Jan 19 12:41 scsi-SATA_FUJITSU_MHV2100A_NT23T622B1R4 
-> ../../sda
lrwxrwxrwx 1 root root 10 Jan 19 12:41 
scsi-SATA_FUJITSU_MHV2100A_NT23T622B1R4-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 19 12:41 
scsi-SATA_FUJITSU_MHV2100A_NT23T622B1R4-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jan 19 12:41 
scsi-SATA_FUJITSU_MHV2100A_NT23T622B1R4-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Jan 19 12:41 
scsi-SATA_FUJITSU_MHV2100A_NT23T622B1R4-part5 -> ../../sda5
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Jan 19 12:41 03a9e0fb-2312-43bb-bd98-de29d342af9d -> 
../../dm-5
lrwxrwxrwx 1 root root 10 Jan 19 12:41 0b6bfa7f-9a8d-4ca6-9917-18c032d99238 -> 
../../sda3
lrwxrwxrwx 1 root root 10 Jan 19 13:41 4d3a591b-882f-428c-be58-b0c8eefe55c5 -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Jan 19 12:41 a0141f44-2fcc-4731-a868-7dbaf176103e -> 
../../dm-4
lrwxrwxrwx 1 root root 10 Jan 19 12:41 b840a704-efdb-42d2-a126-2ceacdde441b -> 
../../dm-2
lrwxrwxrwx 1 root root 10 Jan 19 13:41 bc5994eb-2197-42fc-929a-b616e84cad56 -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Jan 19 12:41 e99badf5-7c50-4478-960d-c8e4148f0b6d -> 
../../dm-3
*********************** END /dev/disk/by-uuid

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

Kernel: Linux 3.12-1-686-pae (SMP w/1 CPU core)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.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.52
ii  grub-common            2.00-22
ii  grub-pc-bin            2.00-22
ii  grub2-common           2.00-22
ii  ucf                    3.0027+nmu1

grub-pc recommends no packages.

grub-pc suggests no packages.

-- debconf information:
  grub2/device_map_regenerated:
  grub2/kfreebsd_cmdline:
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/timeout: 5
* grub2/linux_cmdline:
* grub-pc/install_devices: /dev/disk/by-id/ata-FUJITSU_MHV2100AH_NT23T622B1R4
  grub2/kfreebsd_cmdline_default: quiet
  grub-pc/disk_description:
  grub-pc/install_devices_failed_upgrade: true
  grub-pc/install_devices_empty: true
  grub-pc/chainload_from_menu.lst: true
* grub2/linux_cmdline_default: quiet
  grub-pc/hidden_timeout: false
* grub-pc/install_devices_failed: true
  grub-pc/kopt_extracted: false
  grub-pc/partition_description:
  grub-pc/mixed_legacy_and_grub2: true
  grub-pc/install_devices_disks_changed:


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to