Bug#662874: grub-setup: error: cannot read `/grub/core.img' correctly

Bob Proulx bob at proulx.com
Tue Mar 6 22:10:09 UTC 2012


Package: grub-pc
Version: 1.99-15
Severity: normal

Although I looked through the bug logs I find it hard to believe this
won't be a duplicate of some other bug but was unable to find a
suitable one.

Today during the routine apt-get upgrade of my system the following
dialog box was presented.

  Configuring grub-pc
  GRUB failed to install to the following devices:
  /dev/sda /dev/sdb
  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 the grub related output from the apt-get upgrade:

  Setting up grub-common (1.99-15) ...
  Installing new version of config file /etc/grub.d/00_header ...
  Installing new version of config file /etc/grub.d/10_linux ...
  Installing new version of config file /etc/grub.d/20_linux_xen ...
  Installing new version of config file /etc/grub.d/30_os-prober ...
  Installing new version of config file /etc/bash_completion.d/grub ...
  Setting up grub2-common (1.99-15) ...
  Setting up grub-pc-bin (1.99-15) ...
  Setting up grub-pc (1.99-15) ...
  /usr/sbin/grub-setup: warn: Your core.img is unusually large.  It won't fit in the embedding area..
  /usr/sbin/grub-setup: error: embedding is not possible, but this is required for cross-disk install.
  /usr/sbin/grub-setup: warn: Your core.img is unusually large.  It won't fit in the embedding area..
  /usr/sbin/grub-setup: warn: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
  /usr/sbin/grub-setup: error: cannot read `/grub/core.img' correctly.
  Generating grub.cfg ...
  Found background image: /usr/share/images/desktop-base/desktop-grub.png
  Found linux image: /boot/vmlinuz-3.2.0-1-amd64
  Found initrd image: /boot/initrd.img-3.2.0-1-amd64
  Found linux image: /boot/vmlinuz-3.1.0-1-amd64
  Found initrd image: /boot/initrd.img-3.1.0-1-amd64
  Found linux image: /boot/vmlinuz-3.0.0-2-amd64
  Found initrd image: /boot/initrd.img-3.0.0-2-amd64
  Found linux image: /boot/vmlinuz-2.6.39-2-amd64
  Found initrd image: /boot/initrd.img-2.6.39-2-amd64
  Found memtest86+ image: /memtest86+.bin
  Found memtest86+ multiboot image: /memtest86+_multiboot.bin
  done

Manually running grub-install emits the same errors.

  # grub-install /dev/sda
  /usr/sbin/grub-setup: warn: Your core.img is unusually large.  It won't fit in the embedding area..
  /usr/sbin/grub-setup: warn: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  However, blocklists are UNRELIABLE and their use is discouraged..
  /usr/sbin/grub-setup: error: will not proceed with blocklists.

To ensure that I had a working and bootable system I downloaded the
previous version of the packages.

  grub-common_1.99-14_amd64.deb
  grub-pc-bin_1.99-14_amd64.deb
  grub-pc_1.99-14_amd64.deb
  grub2-common_1.99-14_amd64.deb

I then used 'dpkg --remove' to remove the 1.99-15 version of all and
then 'dpkg -i' to install the previous version.  The installation of
1.99-14 was clean without errors.

  Preconfiguring packages ...
  Selecting previously unselected package grub-common.
  (Reading database ... 446282 files and directories currently installed.)
  Unpacking grub-common (from .../grub-common_1.99-14_amd64.deb) ...
  Selecting previously unselected package grub2-common.
  Unpacking grub2-common (from .../grub2-common_1.99-14_amd64.deb) ...
  Selecting previously unselected package grub-pc-bin.
  Unpacking grub-pc-bin (from .../grub-pc-bin_1.99-14_amd64.deb) ...
  Selecting previously unselected package grub-pc.
  Unpacking grub-pc (from .../grub-pc_1.99-14_amd64.deb) ...
  Processing triggers for man-db ...
  Processing triggers for install-info ...
  Setting up grub-common (1.99-14) ...
  Installing new version of config file /etc/grub.d/00_header ...
  Installing new version of config file /etc/grub.d/10_linux ...
  Installing new version of config file /etc/grub.d/20_linux_xen ...
  Installing new version of config file /etc/grub.d/30_os-prober ...
  Installing new version of config file /etc/bash_completion.d/grub ...
  Setting up grub2-common (1.99-14) ...
  Setting up grub-pc-bin (1.99-14) ...
  Setting up grub-pc (1.99-14) ...
  Installation finished. No error reported.
  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.2.0-2-amd64
  Found initrd image: /boot/initrd.img-3.2.0-2-amd64
  Found linux image: /boot/vmlinuz-3.2.0-1-amd64
  Found initrd image: /boot/initrd.img-3.2.0-1-amd64
  Found linux image: /boot/vmlinuz-3.1.0-1-amd64
  Found initrd image: /boot/initrd.img-3.1.0-1-amd64
  Found linux image: /boot/vmlinuz-3.0.0-2-amd64
  Found initrd image: /boot/initrd.img-3.0.0-2-amd64
  Found linux image: /boot/vmlinuz-2.6.39-2-amd64
  Found initrd image: /boot/initrd.img-2.6.39-2-amd64
  Found memtest86+ image: /memtest86+.bin
  Found memtest86+ multiboot image: /memtest86+_multiboot.bin
  grep: input file `/boot/grub/grub.cfg.new' is also the output
  done

And grub-install using that version is also clean.

  # grub-install /dev/sda
  Installation finished. No error reported.
  # grub-install /dev/sdb
  Installation finished. No error reported.

Note for others reading the archive: I have placed grub-pc on hold to
prevent it from being a candidate for upgrades pending understanding
this problem.

  # echo grub-pc hold | dpkg --set-selections

I have no idea where to begin looking to debug this problem.

Bob


-- Package-specific info:

*********************** WARNING grub-setup left core.img in filesystem

*********************** BEGIN /proc/mounts
/dev/mapper/v1-root / ext3 rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0
/dev/md0 /boot ext2 rw,relatime,errors=continue 0 0
/dev/mapper/v1-var /var ext3 rw,relatime,errors=continue,barrier=1,data=ordered 0 0
/dev/mapper/v1-srv /srv ext3 rw,relatime,errors=continue,barrier=1,data=ordered 0 0
/dev/mapper/v1-lcl /usr/local ext3 rw,relatime,errors=continue,barrier=1,data=ordered 0 0
/dev/mapper/v1-lcl2 /var/local ext3 rw,relatime,errors=continue,barrier=1,data=ordered 0 0
/dev/mapper/v1-home /home ext3 rw,relatime,errors=continue,barrier=1,data=ordered 0 0
...I have a large number of bind mounts to chroots and I trimmed all of them from this report...
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-Hitachi_HDS721010CLA332_JP2911HQ1WGRMA
(hd1)	/dev/disk/by-id/ata-Hitachi_HDS721010CLA332_JP2911HQ1WEKZA
*********************** 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 raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(v1-root)'
search --no-floppy --fs-uuid --set=root 2917d38d-439b-4fa7-87a2-52e0923d8cd8
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
  insmod raid
  insmod mdraid09
  insmod part_msdos
  insmod part_msdos
  insmod ext2
  set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
  search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
  set locale_dir=($root)/grub/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod raid
insmod mdraid09
insmod lvm
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod part_msdos
insmod ext2
set root='(v1-root)'
search --no-floppy --fs-uuid --set=root 2917d38d-439b-4fa7-87a2-52e0923d8cd8
insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  set color_normal=light-gray/black
  set color_highlight=white/black
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.2.0-2-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	echo	'Loading Linux 3.2.0-2-amd64 ...'
	linux	/vmlinuz-3.2.0-2-amd64 root=/dev/mapper/v1-root ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	echo	'Loading Linux 3.2.0-2-amd64 ...'
	linux	/vmlinuz-3.2.0-2-amd64 root=/dev/mapper/v1-root ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.2.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-1-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	echo	'Loading Linux 3.2.0-1-amd64 ...'
	linux	/vmlinuz-3.2.0-1-amd64 root=/dev/mapper/v1-root ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.2.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.2.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	echo	'Loading Linux 3.2.0-1-amd64 ...'
	linux	/vmlinuz-3.2.0-1-amd64 root=/dev/mapper/v1-root ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.2.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.1.0-1-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	echo	'Loading Linux 3.1.0-1-amd64 ...'
	linux	/vmlinuz-3.1.0-1-amd64 root=/dev/mapper/v1-root ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.1.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.1.0-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	echo	'Loading Linux 3.1.0-1-amd64 ...'
	linux	/vmlinuz-3.1.0-1-amd64 root=/dev/mapper/v1-root ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.1.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.0.0-2-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	echo	'Loading Linux 3.0.0-2-amd64 ...'
	linux	/vmlinuz-3.0.0-2-amd64 root=/dev/mapper/v1-root ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.0.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.0.0-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	echo	'Loading Linux 3.0.0-2-amd64 ...'
	linux	/vmlinuz-3.0.0-2-amd64 root=/dev/mapper/v1-root ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.0.0-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.39-2-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	echo	'Loading Linux 2.6.39-2-amd64 ...'
	linux	/vmlinuz-2.6.39-2-amd64 root=/dev/mapper/v1-root ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.39-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.39-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	echo	'Loading Linux 2.6.39-2-amd64 ...'
	linux	/vmlinuz-2.6.39-2-amd64 root=/dev/mapper/v1-root ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.39-2-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+ ###
menuentry "Memory test (memtest86+)" {
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	linux16	/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	linux16	/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	multiboot	/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
	insmod raid
	insmod mdraid09
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mduuid/b83eb4b1b3cd766492de4c59171eb348)'
	search --no-floppy --fs-uuid --set=root 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880
	multiboot	/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
Personalities : [raid1] 
md3 : active raid1 sda7[0] sdb7[1]
      419625728 blocks [2/2] [UU]
      bitmap: 2/4 pages [8KB], 65536KB chunk

md2 : active raid1 sda6[0] sdb6[1]
      312496256 blocks [2/2] [UU]
      bitmap: 0/3 pages [0KB], 65536KB chunk

md1 : active raid1 sda5[0] sdb5[1]
      244139648 blocks [2/2] [UU]
      bitmap: 0/2 pages [0KB], 65536KB chunk

md0 : active raid1 sda1[0] sdb1[1]
      497856 blocks [2/2] [UU]
      
unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN LVM
  --- Volume group ---
  VG Name               v1
  System ID             
  Format                lvm2
  Metadata Areas        3
  Metadata Sequence No  19
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                9
  Open LV               8
  Max PV                0
  Cur PV                3
  Act PV                3
  VG Size               931.03 GiB
  PE Size               4.00 MiB
  Total PE              238343
  Alloc PE / Size       180087 / 703.46 GiB
  Free  PE / Size       58256 / 227.56 GiB
  VG UUID               6wCiWm-K6nd-GA4A-L1Yk-EbRg-HU9v-7d9f6Q
   
  --- Physical volume ---
  PV Name               /dev/md1
  VG Name               v1
  PV Size               232.83 GiB / not usable 1.62 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              59604
  Free PE               2304
  Allocated PE          57300
  PV UUID               Rh2aRI-Y5Ga-1epS-uT03-fFl8-eSTg-gxPEPa
   
  --- Physical volume ---
  PV Name               /dev/md2
  VG Name               v1
  PV Size               298.02 GiB / not usable 4.12 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              76292
  Free PE               11843
  Allocated PE          64449
  PV UUID               2UTbaa-0Vcy-IeIy-MHVJ-7hf9-VPG1-tnCcLm
   
  --- Physical volume ---
  PV Name               /dev/md3
  VG Name               v1
  PV Size               400.19 GiB / not usable 2.75 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              102447
  Free PE               44109
  Allocated PE          58338
  PV UUID               FWMSAG-qfTt-8VrA-xNnA-rCQ0-du7O-1bNR4M
   
  --- Logical volume ---
  LV Name                /dev/v1/swap
  VG Name                v1
  LV UUID                8d2q6U-YeYc-Uz2s-BFfI-kyQv-oqFc-Cg6UPh
  LV Write Access        read/write
  LV Status              available
  # open                 2
  LV Size                7.45 GiB
  Current LE             1907
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:1
   
  --- Logical volume ---
  LV Name                /dev/v1/root
  VG Name                v1
  LV UUID                FtNPli-89Qg-0RoL-U7uX-CPxE-T7m7-Un3vsp
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                12.59 GiB
  Current LE             3222
  Segments               3
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0
   
  --- Logical volume ---
  LV Name                /dev/v1/var
  VG Name                v1
  LV UUID                1nX922-50Iz-vxls-ZRAp-5yZr-Jodv-2wBR0M
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                5.59 GiB
  Current LE             1430
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:2
   
  --- Logical volume ---
  LV Name                /dev/v1/home
  VG Name                v1
  LV UUID                ehBYIe-CFgn-T6WM-TjHj-wzHD-kKLy-5CytD1
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                202.26 GiB
  Current LE             51779
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:3
   
  --- Logical volume ---
  LV Name                /dev/v1/srv
  VG Name                v1
  LV UUID                PaAO4U-yzoj-t20U-L3E1-7orn-hD6g-GVYus4
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                18.62 GiB
  Current LE             4768
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:4
   
  --- Logical volume ---
  LV Name                /dev/v1/lcl
  VG Name                v1
  LV UUID                de76pE-uGBg-qN13-HIV9-L1DA-j1DL-0fXHIA
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                93.13 GiB
  Current LE             23841
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:5
   
  --- Logical volume ---
  LV Name                /dev/v1/lcl2
  VG Name                v1
  LV UUID                7eI3p0-bB0K-FxVo-rhTq-d93o-wpMT-sKKJWU
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                123.83 GiB
  Current LE             31700
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:6
   
  --- Logical volume ---
  LV Name                /dev/v1/bak1
  VG Name                v1
  LV UUID                6ZUUP6-7UA0-YUIn-9uy4-5aZ7-o9un-mElK7N
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                140.00 GiB
  Current LE             35840
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:7
   
  --- Logical volume ---
  LV Name                /dev/v1/audio
  VG Name                v1
  LV UUID                YDpta4-LmkR-dXj1-qcVP-rudD-Zgf0-oqXrvK
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                100.00 GiB
  Current LE             25600
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:8
   
*********************** END LVM

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Feb 19 17:47 ata-Hitachi_HDS721010CLA332_JP2911HQ1WEKZA -> ../../sdb
lrwxrwxrwx 1 root root 10 Feb 19 17:47 ata-Hitachi_HDS721010CLA332_JP2911HQ1WEKZA-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Feb 19 17:47 ata-Hitachi_HDS721010CLA332_JP2911HQ1WEKZA-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Feb 19 17:47 ata-Hitachi_HDS721010CLA332_JP2911HQ1WEKZA-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 Feb 19 17:47 ata-Hitachi_HDS721010CLA332_JP2911HQ1WEKZA-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 Feb 19 17:47 ata-Hitachi_HDS721010CLA332_JP2911HQ1WEKZA-part7 -> ../../sdb7
lrwxrwxrwx 1 root root  9 Feb 19 17:47 ata-Hitachi_HDS721010CLA332_JP2911HQ1WGRMA -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 19 17:47 ata-Hitachi_HDS721010CLA332_JP2911HQ1WGRMA-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 19 17:47 ata-Hitachi_HDS721010CLA332_JP2911HQ1WGRMA-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Feb 19 17:47 ata-Hitachi_HDS721010CLA332_JP2911HQ1WGRMA-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Feb 19 17:47 ata-Hitachi_HDS721010CLA332_JP2911HQ1WGRMA-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Feb 19 17:47 ata-Hitachi_HDS721010CLA332_JP2911HQ1WGRMA-part7 -> ../../sda7
lrwxrwxrwx 1 root root  9 Feb 23 02:48 ata-TSSTcorp_CDDVDW_SN-S083B_07Y3456789KL4N4P -> ../../sr0
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-name-v1-audio -> ../../dm-8
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-name-v1-bak1 -> ../../dm-7
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-name-v1-home -> ../../dm-3
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-name-v1-lcl -> ../../dm-5
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-name-v1-lcl2 -> ../../dm-6
lrwxrwxrwx 1 root root 10 Feb 19 17:46 dm-name-v1-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-name-v1-srv -> ../../dm-4
lrwxrwxrwx 1 root root 10 Feb 19 17:46 dm-name-v1-swap -> ../../dm-1
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-name-v1-var -> ../../dm-2
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-uuid-LVM-6wCiWmK6ndGA4AL1YkEbRgHU9v7d9f6Q1nX92250IzvxlsZRAp5yZrJodv2wBR0M -> ../../dm-2
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-uuid-LVM-6wCiWmK6ndGA4AL1YkEbRgHU9v7d9f6Q6ZUUP67UA0YUIn9uy45aZ7o9unmElK7N -> ../../dm-7
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-uuid-LVM-6wCiWmK6ndGA4AL1YkEbRgHU9v7d9f6Q7eI3p0bB0KFxVorhTqd93owpMTsKKJWU -> ../../dm-6
lrwxrwxrwx 1 root root 10 Feb 19 17:46 dm-uuid-LVM-6wCiWmK6ndGA4AL1YkEbRgHU9v7d9f6Q8d2q6UYeYcUz2sBFfIkyQvoqFcCg6UPh -> ../../dm-1
lrwxrwxrwx 1 root root 10 Feb 19 17:46 dm-uuid-LVM-6wCiWmK6ndGA4AL1YkEbRgHU9v7d9f6QFtNPli89Qg0RoLU7uXCPxET7m7Un3vsp -> ../../dm-0
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-uuid-LVM-6wCiWmK6ndGA4AL1YkEbRgHU9v7d9f6QPaAO4Uyzojt20UL3E17ornhD6gGVYus4 -> ../../dm-4
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-uuid-LVM-6wCiWmK6ndGA4AL1YkEbRgHU9v7d9f6QYDpta4LmkRdXj1qcVPrudDZgf0oqXrvK -> ../../dm-8
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-uuid-LVM-6wCiWmK6ndGA4AL1YkEbRgHU9v7d9f6Qde76pEuGBgqN13HIV9L1DAj1DL0fXHIA -> ../../dm-5
lrwxrwxrwx 1 root root 10 Feb 19 17:47 dm-uuid-LVM-6wCiWmK6ndGA4AL1YkEbRgHU9v7d9f6QehBYIeCFgnT6WMTjHjwzHDkKLy5CytD1 -> ../../dm-3
lrwxrwxrwx 1 root root  9 Feb 19 17:47 md-uuid-a29d3855:f5821ceb:e683083b:09bfbf48 -> ../../md3
lrwxrwxrwx 1 root root  9 Feb 19 17:47 md-uuid-b2dfa6c5:670c8ba1:9c78214e:3887479c -> ../../md1
lrwxrwxrwx 1 root root  9 Feb 19 17:47 md-uuid-b83eb4b1:b3cd7664:92de4c59:171eb348 -> ../../md0
lrwxrwxrwx 1 root root  9 Feb 19 17:47 md-uuid-c7c71eeb:ee54031a:bee4c713:8bfe3e2c -> ../../md2
lrwxrwxrwx 1 root root  9 Feb 19 17:47 scsi-SATA_Hitachi_HDS7210_JP2911HQ1WEKZA -> ../../sdb
lrwxrwxrwx 1 root root 10 Feb 19 17:47 scsi-SATA_Hitachi_HDS7210_JP2911HQ1WEKZA-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Feb 19 17:47 scsi-SATA_Hitachi_HDS7210_JP2911HQ1WEKZA-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Feb 19 17:47 scsi-SATA_Hitachi_HDS7210_JP2911HQ1WEKZA-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 Feb 19 17:47 scsi-SATA_Hitachi_HDS7210_JP2911HQ1WEKZA-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 Feb 19 17:47 scsi-SATA_Hitachi_HDS7210_JP2911HQ1WEKZA-part7 -> ../../sdb7
lrwxrwxrwx 1 root root  9 Feb 19 17:47 scsi-SATA_Hitachi_HDS7210_JP2911HQ1WGRMA -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 19 17:47 scsi-SATA_Hitachi_HDS7210_JP2911HQ1WGRMA-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 19 17:47 scsi-SATA_Hitachi_HDS7210_JP2911HQ1WGRMA-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Feb 19 17:47 scsi-SATA_Hitachi_HDS7210_JP2911HQ1WGRMA-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Feb 19 17:47 scsi-SATA_Hitachi_HDS7210_JP2911HQ1WGRMA-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Feb 19 17:47 scsi-SATA_Hitachi_HDS7210_JP2911HQ1WGRMA-part7 -> ../../sda7
lrwxrwxrwx 1 root root  9 Feb 19 17:47 usb-Generic_USB_CF_Reader_058F312D81B-0:1 -> ../../sdd
lrwxrwxrwx 1 root root  9 Feb 19 17:47 usb-Generic_USB_MS_Reader_058F312D81B-0:3 -> ../../sdf
lrwxrwxrwx 1 root root  9 Feb 19 17:47 usb-Generic_USB_SD_Reader_058F312D81B-0:0 -> ../../sdc
lrwxrwxrwx 1 root root  9 Feb 19 17:47 usb-Generic_USB_SM_Reader_058F312D81B-0:2 -> ../../sde
lrwxrwxrwx 1 root root  9 Feb 19 17:47 wwn-0x5000cca35dda9080 -> ../../sdb
lrwxrwxrwx 1 root root 10 Feb 19 17:47 wwn-0x5000cca35dda9080-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Feb 19 17:47 wwn-0x5000cca35dda9080-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Feb 19 17:47 wwn-0x5000cca35dda9080-part5 -> ../../sdb5
lrwxrwxrwx 1 root root 10 Feb 19 17:47 wwn-0x5000cca35dda9080-part6 -> ../../sdb6
lrwxrwxrwx 1 root root 10 Feb 19 17:47 wwn-0x5000cca35dda9080-part7 -> ../../sdb7
lrwxrwxrwx 1 root root  9 Feb 19 17:47 wwn-0x5000cca35dda94d1 -> ../../sda
lrwxrwxrwx 1 root root 10 Feb 19 17:47 wwn-0x5000cca35dda94d1-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Feb 19 17:47 wwn-0x5000cca35dda94d1-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Feb 19 17:47 wwn-0x5000cca35dda94d1-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Feb 19 17:47 wwn-0x5000cca35dda94d1-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Feb 19 17:47 wwn-0x5000cca35dda94d1-part7 -> ../../sda7
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Feb 19 17:47 0b59a9d1-7c6f-461d-a557-bce1345ff600 -> ../../dm-8
lrwxrwxrwx 1 root root 10 Feb 19 17:47 12997c63-fc8e-47a1-83af-2d5a56928dce -> ../../dm-2
lrwxrwxrwx 1 root root 10 Feb 19 17:46 2917d38d-439b-4fa7-87a2-52e0923d8cd8 -> ../../dm-0
lrwxrwxrwx 1 root root  9 Feb 19 17:47 4b42ed40-dbfa-4b26-9f67-1e8ad3d25880 -> ../../md0
lrwxrwxrwx 1 root root 10 Feb 19 17:47 5a373c4f-0cc5-4a4b-a94c-4796f449fc49 -> ../../dm-5
lrwxrwxrwx 1 root root 10 Feb 19 17:47 727c84b0-48ac-4a03-a45a-2a38563a5a6a -> ../../dm-4
lrwxrwxrwx 1 root root 10 Feb 19 17:47 9962ff76-1393-4099-a3f8-108ebe830c10 -> ../../dm-3
lrwxrwxrwx 1 root root 10 Feb 19 17:47 d574bcb0-9a32-4b98-b9ab-ec910b3ec741 -> ../../dm-7
lrwxrwxrwx 1 root root 10 Feb 19 17:47 f773f2f8-6c4e-434e-98ae-d43b5437e7d8 -> ../../dm-6
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 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-pc depends on:
ii  debconf [debconf-2.0]  1.5.41
ii  grub-common            1.99-15
ii  grub-pc-bin            1.99-15
ii  grub2-common           1.99-15
ii  ucf                    3.0025+nmu2

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: true
* grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: true
* grub-pc/install_devices: /dev/disk/by-id/ata-Hitachi_HDS721010CLA332_JP2911HQ1WGRMA, /dev/disk/by-id/ata-Hitachi_HDS721010CLA332_JP2911HQ1WEKZA
  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: /dev/disk/by-id/ata-Hitachi_HDS721010CLA332_JP2911HQ1WGRMA, /dev/disk/by-id/ata-Hitachi_HDS721010CLA332_JP2911HQ1WEKZA
  grub2/linux_cmdline_default: quiet
  grub-pc/mixed_legacy_and_grub2: true





More information about the Pkg-grub-devel mailing list