Bug#749571: grub-pc: "aptitude install" reports "post-installation script returned error exit status 30"

Paul paulusm at telstra.com
Wed May 28 07:34:34 UTC 2014


Package: grub-pc
Version: 2.02~beta2-10
Severity: important

Installing the current version of grub-pc fails:

    paul at shift:~$ sudo aptitude install
    The following partially installed packages will be configured:
      grub-pc 
    No packages will be installed, upgraded, or removed.
    0 packages upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
    Need to get 0 B of archives. After unpacking 0 B will be used.
    Setting up grub-pc (2.02~beta2-10) ...
    dpkg: error processing package grub-pc (--configure):
     subprocess installed post-installation script returned error exit status 30
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    Failed to perform requested operation on package.  Trying to recover:
    Setting up grub-pc (2.02~beta2-10) ...
    dpkg: error processing package grub-pc (--configure):
     subprocess installed post-installation script returned error exit status 30
    Errors were encountered while processing:
     grub-pc

"post-installation script returned error exit status 30" is profoundly
lacking in detail!

Per instructions given by reportbug, prior to submitting this report I
ensured my installed GRUB was up-to-date by:

    paul at shift:~$ sudo grub-install /dev/sda
    Installing for i386-pc platform.
    Installation finished. No error reported.


reportbug report follows...


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/filez-system / ext4 rw,noatime,errors=remount-ro,data=ordered 0 0
/dev/sda1 /boot ext4 rw,noatime,data=ordered 0 0
/dev/mapper/filez-usr /usr ext4 rw,noatime,data=ordered 0 0
/dev/mapper/shifty-home--jeff /home/jeff reiserfs rw,relatime 0 0
/dev/mapper/shifty-home--paul /home/paul ext4 rw,relatime,data=ordered 0 0
/dev/mapper/shifty-extra /opt/extra ext4 rw,relatime,data=ordered 0 0
/dev/mapper/shifty-extra /var ext4 rw,relatime,data=ordered 0 0
/dev/mapper/_dev_sdd6 /media/ballarat ext4 rw,nosuid,nodev,noexec,relatime,errors=remount-ro,data=ordered 0 0
/dev/mapper/_dev_sdd6 /var/cache/apt/archives ext4 rw,nosuid,nodev,noexec,relatime,errors=remount-ro,data=ordered 0 0
*********************** END /proc/mounts

*********************** 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_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 lvm
insmod ext2
set root='lvmid/4zZhtC-ZXUG-HtMz-7TcF-a5q9-fUHv-4PjZ2a/HiqxNB-AJfm-3cvm-WZ21-XLOS-ReJC-T4YDON'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvmid/4zZhtC-ZXUG-HtMz-7TcF-a5q9-fUHv-4PjZ2a/HiqxNB-AJfm-3cvm-WZ21-XLOS-ReJC-T4YDON'  b2661173-fd12-4bbc-a2fe-66b5ce54b801
else
  search --no-floppy --fs-uuid --set=root b2661173-fd12-4bbc-a2fe-66b5ce54b801
fi
    font="/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_AU
  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=5
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=5
  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/4zZhtC-ZXUG-HtMz-7TcF-a5q9-fUHv-4PjZ2a/HiqxNB-AJfm-3cvm-WZ21-XLOS-ReJC-T4YDON'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvmid/4zZhtC-ZXUG-HtMz-7TcF-a5q9-fUHv-4PjZ2a/HiqxNB-AJfm-3cvm-WZ21-XLOS-ReJC-T4YDON'  b2661173-fd12-4bbc-a2fe-66b5ce54b801
else
  search --no-floppy --fs-uuid --set=root b2661173-fd12-4bbc-a2fe-66b5ce54b801
fi
insmod png
if background_image /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-2b478884-bd2a-42ed-83b1-682eb8667658' {
	load_video
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos1'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
	else
	  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
	fi
	echo	'Loading Linux 3.14-1-686-pae ...'
	linux	/vmlinuz-3.14-1-686-pae root=/dev/mapper/filez-system ro quiet quiet
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-3.14-1-686-pae
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-2b478884-bd2a-42ed-83b1-682eb8667658' {
	menuentry 'Debian GNU/Linux, with Linux 3.14-1-686-pae' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-686-pae-advanced-2b478884-bd2a-42ed-83b1-682eb8667658' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
		else
		  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
		fi
		echo	'Loading Linux 3.14-1-686-pae ...'
		linux	/vmlinuz-3.14-1-686-pae root=/dev/mapper/filez-system ro quiet quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-3.14-1-686-pae
	}
	menuentry 'Debian GNU/Linux, with Linux 3.14-1-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.14-1-686-pae-recovery-2b478884-bd2a-42ed-83b1-682eb8667658' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
		else
		  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
		fi
		echo	'Loading Linux 3.14-1-686-pae ...'
		linux	/vmlinuz-3.14-1-686-pae root=/dev/mapper/filez-system ro single quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-3.14-1-686-pae
	}
	menuentry 'Debian GNU/Linux, with Linux 3.13-1-686-pae' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13-1-686-pae-advanced-2b478884-bd2a-42ed-83b1-682eb8667658' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
		else
		  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
		fi
		echo	'Loading Linux 3.13-1-686-pae ...'
		linux	/vmlinuz-3.13-1-686-pae root=/dev/mapper/filez-system ro quiet quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-3.13-1-686-pae
	}
	menuentry 'Debian GNU/Linux, with Linux 3.13-1-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13-1-686-pae-recovery-2b478884-bd2a-42ed-83b1-682eb8667658' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
		else
		  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
		fi
		echo	'Loading Linux 3.13-1-686-pae ...'
		linux	/vmlinuz-3.13-1-686-pae root=/dev/mapper/filez-system ro single quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-3.13-1-686-pae
	}
	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-2b478884-bd2a-42ed-83b1-682eb8667658' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
		else
		  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
		fi
		echo	'Loading Linux 3.12-1-686-pae ...'
		linux	/vmlinuz-3.12-1-686-pae root=/dev/mapper/filez-system ro quiet 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-2b478884-bd2a-42ed-83b1-682eb8667658' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
		else
		  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
		fi
		echo	'Loading Linux 3.12-1-686-pae ...'
		linux	/vmlinuz-3.12-1-686-pae root=/dev/mapper/filez-system ro single quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-3.12-1-686-pae
	}
	menuentry 'Debian GNU/Linux, with Linux 3.11-1-686-pae' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11-1-686-pae-advanced-2b478884-bd2a-42ed-83b1-682eb8667658' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
		else
		  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
		fi
		echo	'Loading Linux 3.11-1-686-pae ...'
		linux	/vmlinuz-3.11-1-686-pae root=/dev/mapper/filez-system ro quiet quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-3.11-1-686-pae
	}
	menuentry 'Debian GNU/Linux, with Linux 3.11-1-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11-1-686-pae-recovery-2b478884-bd2a-42ed-83b1-682eb8667658' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
		else
		  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
		fi
		echo	'Loading Linux 3.11-1-686-pae ...'
		linux	/vmlinuz-3.11-1-686-pae root=/dev/mapper/filez-system ro single quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-3.11-1-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-2b478884-bd2a-42ed-83b1-682eb8667658' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
		else
		  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
		fi
		echo	'Loading Linux 3.10-2-686-pae ...'
		linux	/vmlinuz-3.10-2-686-pae root=/dev/mapper/filez-system ro quiet 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-2b478884-bd2a-42ed-83b1-682eb8667658' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
		else
		  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
		fi
		echo	'Loading Linux 3.10-2-686-pae ...'
		linux	/vmlinuz-3.10-2-686-pae root=/dev/mapper/filez-system ro single quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-3.10-2-686-pae
	}
	menuentry 'Debian GNU/Linux, with Linux 2.6.39-2-686-pae' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.39-2-686-pae-advanced-2b478884-bd2a-42ed-83b1-682eb8667658' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
		else
		  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
		fi
		echo	'Loading Linux 2.6.39-2-686-pae ...'
		linux	/vmlinuz-2.6.39-2-686-pae root=/dev/mapper/filez-system ro quiet quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-2.6.39-2-686-pae
	}
	menuentry 'Debian GNU/Linux, with Linux 2.6.39-2-686-pae (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-2.6.39-2-686-pae-recovery-2b478884-bd2a-42ed-83b1-682eb8667658' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd0,msdos1'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  26d361dd-d0ad-4058-9e7e-075acfd2ac09
		else
		  search --no-floppy --fs-uuid --set=root 26d361dd-d0ad-4058-9e7e-075acfd2ac09
		fi
		echo	'Loading Linux 2.6.39-2-686-pae ...'
		linux	/vmlinuz-2.6.39-2-686-pae root=/dev/mapper/filez-system ro single quiet
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-2.6.39-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/20_memtest86+ ###
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
### 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
  --- Volume group ---
  VG Name               filez
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  4
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                2
  Open LV               2
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               97.65 GiB
  PE Size               4.00 MiB
  Total PE              24999
  Alloc PE / Size       5376 / 21.00 GiB
  Free  PE / Size       19623 / 76.65 GiB
  VG UUID               4zZhtC-ZXUG-HtMz-7TcF-a5q9-fUHv-4PjZ2a
   
  --- Volume group ---
  VG Name               shifty
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  8
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                4
  Open LV               4
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               91.52 GiB
  PE Size               4.00 MiB
  Total PE              23428
  Alloc PE / Size       23296 / 91.00 GiB
  Free  PE / Size       132 / 528.00 MiB
  VG UUID               FjfwYb-F33l-Y8gy-6imL-gjrY-uVjI-uTKe1H
   
  --- Physical volume ---
  PV Name               /dev/sda2
  VG Name               filez
  PV Size               97.66 GiB / not usable 4.00 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              24999
  Free PE               19623
  Allocated PE          5376
  PV UUID               kYNm6l-X6I1-2qYh-oH1x-rtf2-ZOSY-gnZXpH
   
  --- Physical volume ---
  PV Name               /dev/dm-1
  VG Name               shifty
  PV Size               91.52 GiB / not usable 2.11 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              23428
  Free PE               132
  Allocated PE          23296
  PV UUID               l3iiei-70mS-vvbT-8Nam-TOLM-RYwW-N5jY1X
   
  --- Logical volume ---
  LV Path                /dev/filez/usr
  LV Name                usr
  VG Name                filez
  LV UUID                HiqxNB-AJfm-3cvm-WZ21-XLOS-ReJC-T4YDON
  LV Write Access        read/write
  LV Creation host, time shift, 2013-03-07 15:54:05 +1100
  LV Status              available
  # open                 1
  LV Size                20.00 GiB
  Current LE             5120
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:2
   
  --- Logical volume ---
  LV Path                /dev/filez/system
  LV Name                system
  VG Name                filez
  LV UUID                13xDlC-tpbS-zXoL-uKwp-DXRs-h2Bp-rY51OR
  LV Write Access        read/write
  LV Creation host, time shift, 2013-03-07 17:27:14 +1100
  LV Status              available
  # open                 1
  LV Size                1.00 GiB
  Current LE             256
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:0
   
  --- Logical volume ---
  LV Path                /dev/shifty/swap
  LV Name                swap
  VG Name                shifty
  LV UUID                i5uAHP-pNBV-Swy9-43uV-b3hV-Tpm2-jcj1Bx
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 2
  LV Size                5.00 GiB
  Current LE             1280
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:3
   
  --- Logical volume ---
  LV Path                /dev/shifty/home-paul
  LV Name                home-paul
  VG Name                shifty
  LV UUID                YFo9rN-vw4N-hfao-miQr-wxSB-zj4G-5hEt2K
  LV Write Access        read/write
  LV Creation host, time shift, 2013-03-08 21:23:12 +1100
  LV Status              available
  # open                 1
  LV Size                50.00 GiB
  Current LE             12800
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:4
   
  --- Logical volume ---
  LV Path                /dev/shifty/home-jeff
  LV Name                home-jeff
  VG Name                shifty
  LV UUID                gOBLdY-NCmX-TmxW-0IV8-yT06-cRs4-oX4VHv
  LV Write Access        read/write
  LV Creation host, time shift, 2013-03-08 21:23:36 +1100
  LV Status              available
  # open                 2
  LV Size                35.00 GiB
  Current LE             8960
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:5
   
  --- Logical volume ---
  LV Path                /dev/shifty/extra
  LV Name                extra
  VG Name                shifty
  LV UUID                xd8viu-ScKN-Y8ad-VWs3-OzVN-LQIN-1rDBLc
  LV Write Access        read/write
  LV Creation host, time shift, 2013-03-08 23:35:58 +1100
  LV Status              available
  # open                 1
  LV Size                1.00 GiB
  Current LE             256
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:6
   
*********************** END LVM

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 May  4 14:55 ata-Hitachi_HTS721010G9SA00_MPCZ12Y0GED34E -> ../../sdb
lrwxrwxrwx 1 root root 10 May  4 14:55 ata-Hitachi_HTS721010G9SA00_MPCZ12Y0GED34E-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 May  4 14:55 ata-Hitachi_HTS721010G9SA00_MPCZ12Y0GED34E-part2 -> ../../sdb2
lrwxrwxrwx 1 root root  9 May 28 17:15 ata-OCZ-VERTEX4_OCZ-8N3FDWP02DBR1JL9 -> ../../sda
lrwxrwxrwx 1 root root 10 May  4 14:55 ata-OCZ-VERTEX4_OCZ-8N3FDWP02DBR1JL9-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May  4 14:55 ata-OCZ-VERTEX4_OCZ-8N3FDWP02DBR1JL9-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 May  9 13:58 ata-ST1000DM000-9TS15E_5YA05CZ0 -> ../../sdd
lrwxrwxrwx 1 root root 10 May  9 13:58 ata-ST1000DM000-9TS15E_5YA05CZ0-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 May  9 13:58 ata-ST1000DM000-9TS15E_5YA05CZ0-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 May  9 13:58 ata-ST1000DM000-9TS15E_5YA05CZ0-part5 -> ../../sdd5
lrwxrwxrwx 1 root root 10 May  9 13:59 ata-ST1000DM000-9TS15E_5YA05CZ0-part6 -> ../../sdd6
lrwxrwxrwx 1 root root 10 May  9 13:59 dm-name-_dev_sdd6 -> ../../dm-7
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-name-filez-system -> ../../dm-0
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-name-filez-usr -> ../../dm-2
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-name-sda2_crypt -> ../../dm-1
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-name-shifty-extra -> ../../dm-6
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-name-shifty-home--jeff -> ../../dm-5
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-name-shifty-home--paul -> ../../dm-4
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-name-shifty-swap -> ../../dm-3
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-uuid-CRYPT-LUKS1-eb4eb8c5df4a4608aa61709c36060453-sda2_crypt -> ../../dm-1
lrwxrwxrwx 1 root root 10 May  9 13:59 dm-uuid-CRYPT-LUKS1-fbad78cf91f2469c8f64b5bcc77bb0c1-_dev_sdd6 -> ../../dm-7
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-uuid-LVM-4zZhtCZXUGHtMz7TcFa5q9fUHv4PjZ2a13xDlCtpbSzXoLuKwpDXRsh2BprY51OR -> ../../dm-0
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-uuid-LVM-4zZhtCZXUGHtMz7TcFa5q9fUHv4PjZ2aHiqxNBAJfm3cvmWZ21XLOSReJCT4YDON -> ../../dm-2
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-uuid-LVM-FjfwYbF33lY8gy6imLgjrYuVjIuTKe1HYFo9rNvw4NhfaomiQrwxSBzj4G5hEt2K -> ../../dm-4
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-uuid-LVM-FjfwYbF33lY8gy6imLgjrYuVjIuTKe1HgOBLdYNCmXTmxW0IV8yT06cRs4oX4VHv -> ../../dm-5
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-uuid-LVM-FjfwYbF33lY8gy6imLgjrYuVjIuTKe1Hi5uAHPpNBVSwy943uVb3hVTpm2jcj1Bx -> ../../dm-3
lrwxrwxrwx 1 root root 10 May  4 14:55 dm-uuid-LVM-FjfwYbF33lY8gy6imLgjrYuVjIuTKe1Hxd8viuScKNY8adVWs3OzVNLQIN1rDBLc -> ../../dm-6
lrwxrwxrwx 1 root root  9 May  9 13:58 wwn-0x5000c5002ac37d13 -> ../../sdd
lrwxrwxrwx 1 root root 10 May  9 13:58 wwn-0x5000c5002ac37d13-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 May  9 13:58 wwn-0x5000c5002ac37d13-part2 -> ../../sdd2
lrwxrwxrwx 1 root root 10 May  9 13:58 wwn-0x5000c5002ac37d13-part5 -> ../../sdd5
lrwxrwxrwx 1 root root 10 May  9 13:59 wwn-0x5000c5002ac37d13-part6 -> ../../sdd6
lrwxrwxrwx 1 root root  9 May 28 17:15 wwn-0x5e83a973527ef6ae -> ../../sda
lrwxrwxrwx 1 root root 10 May  4 14:55 wwn-0x5e83a973527ef6ae-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May  4 14:55 wwn-0x5e83a973527ef6ae-part2 -> ../../sda2
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 May  4 14:55 0c704783-2cf8-4286-a4ec-91ca29ef31fa -> ../../dm-6
lrwxrwxrwx 1 root root 10 May  4 14:55 26d361dd-d0ad-4058-9e7e-075acfd2ac09 -> ../../sda1
lrwxrwxrwx 1 root root 10 May  4 14:55 2b38f5aa-ca83-4d24-a675-96aef50d6dba -> ../../dm-5
lrwxrwxrwx 1 root root 10 May  4 14:55 2b478884-bd2a-42ed-83b1-682eb8667658 -> ../../dm-0
lrwxrwxrwx 1 root root 10 May  9 13:58 5cb6e510-b5ed-4240-b261-6cd4e91f3092 -> ../../sdd5
lrwxrwxrwx 1 root root 10 May  4 14:55 6202f021-d06c-4e0d-a349-894f4a459b94 -> ../../sdb1
lrwxrwxrwx 1 root root 10 May  9 13:59 74bb5a64-fc18-43ea-9c88-a63f71111bfa -> ../../dm-7
lrwxrwxrwx 1 root root 10 May  4 14:55 7cffcf0b-1d12-48bc-a133-26a2565ea980 -> ../../dm-4
lrwxrwxrwx 1 root root 10 May  4 14:55 b2661173-fd12-4bbc-a2fe-66b5ce54b801 -> ../../dm-2
lrwxrwxrwx 1 root root 10 May  4 14:55 eb4eb8c5-df4a-4608-aa61-709c36060453 -> ../../sdb2
lrwxrwxrwx 1 root root 10 May  9 13:58 f89d276a-fca4-420e-8c5c-5790cc588c48 -> ../../sdd1
lrwxrwxrwx 1 root root 10 May  9 13:59 fbad78cf-91f2-469c-8f64-b5bcc77bb0c1 -> ../../sdd6
lrwxrwxrwx 1 root root 10 May  4 14:55 feb892a9-1968-44d9-94ae-d16603b49016 -> ../../dm-3
*********************** END /dev/disk/by-uuid

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

Kernel: Linux 3.13-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.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.53
ii  grub-common            2.02~beta2-10
ii  grub-pc-bin            2.02~beta2-10
ii  grub2-common           2.02~beta2-10
ii  ucf                    3.0029

grub-pc recommends no packages.

grub-pc suggests no packages.

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



More information about the Pkg-grub-devel mailing list