Bug#741342: grub-pc: Additional problems with initramfs integration hooks

Dejan Petronijevic dpetroni at botpet.net
Mon Mar 17 14:47:30 UTC 2014


Package: grub-pc
Followup-For: Bug #741342

Dear Maintainer,

   * What led up to the situation?
I upgraded my Sid to grub-pc 2.02~beta2-7 and after restart, lvm volume
groups
did not start so I could not boot (/ on lvm volume). It also reported 4 or
5
modules not being available (I can't remember all of them but one was usb
hid)
so my rescue console was unusable - i could not type (usb keyboard). My
initramfs.conf has MODULES=dep, and it used to work without a problem in
2.00-22.
   * What exactly did you do (or not do) that was effective (or
     ineffective)?
I booted another kernel/initrd changed to MODULES=most and updated
initramfs.
This time it still failed to boot, but at least I had the console working
and
I activated volume groups and was able to continue boot successfully. Then
I
downgraded to 2.00-22
   * What was the outcome of this action?
   * What outcome did you expect instead?



-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/intel-disk0 / ext4
rw,relatime,errors=remount-ro,stripe=256,data=ordered 0 0
/dev/mapper/intel-disk1 /mnt/kubuntu ext4
rw,relatime,stripe=256,data=ordered 0 0
/dev/sdd4 /mnt/media ext4 rw,relatime,data=ordered 0 0
/dev/sdd1 /mnt/standby ext4 rw,relatime,data=ordered 0 0
/dev/sde2 /mnt/Windows fuseblk
rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0) /dev/disk/by-id/ata-INTEL_SSDSA2M080G2GN_CVPO002501R8080BGN
(hd1) /dev/disk/by-id/ata-INTEL_SSDSA2M080G2GC_CVPO005103TG080BGN
(hd2) /dev/disk/by-id/ata-ST31000524AS_5VP82RJC
(hd3) /dev/disk/by-id/ata-ST3320620AS_3QF12W6F
*********************** 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 ###
insmod lvm2
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
}

terminal_input console
terminal_output console
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 ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### 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-12d9b569-800b-4ed5-b1a7-622b5be4abfe' {
load_video
insmod gzio
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvm/intel-disk0'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/intel-disk0'
 12d9b569-800b-4ed5-b1a7-622b5be4abfe
else
  search --no-floppy --fs-uuid --set=root
12d9b569-800b-4ed5-b1a7-622b5be4abfe
fi
echo 'Loading Linux 3.13-1-amd64 ...'
linux /boot/vmlinuz-3.13-1-amd64 root=/dev/mapper/intel-disk0 ro  quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.13-1-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option
'gnulinux-advanced-12d9b569-800b-4ed5-b1a7-622b5be4abfe' {
menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64' --class debian
--class gnu-linux --class gnu --class os $menuentry_id_option
'gnulinux-3.13-1-amd64-advanced-12d9b569-800b-4ed5-b1a7-622b5be4abfe' {
load_video
insmod gzio
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvm/intel-disk0'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/intel-disk0'
 12d9b569-800b-4ed5-b1a7-622b5be4abfe
else
  search --no-floppy --fs-uuid --set=root
12d9b569-800b-4ed5-b1a7-622b5be4abfe
fi
echo 'Loading Linux 3.13-1-amd64 ...'
linux /boot/vmlinuz-3.13-1-amd64 root=/dev/mapper/intel-disk0 ro  quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.13-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.13-1-amd64 (recovery mode)'
--class debian --class gnu-linux --class gnu --class os
$menuentry_id_option
'gnulinux-3.13-1-amd64-recovery-12d9b569-800b-4ed5-b1a7-622b5be4abfe' {
load_video
insmod gzio
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvm/intel-disk0'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/intel-disk0'
 12d9b569-800b-4ed5-b1a7-622b5be4abfe
else
  search --no-floppy --fs-uuid --set=root
12d9b569-800b-4ed5-b1a7-622b5be4abfe
fi
echo 'Loading Linux 3.13-1-amd64 ...'
linux /boot/vmlinuz-3.13-1-amd64 root=/dev/mapper/intel-disk0 ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.13-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.11.0-14-lowlatency' --class
debian --class gnu-linux --class gnu --class os $menuentry_id_option
'gnulinux-3.11.0-14-lowlatency-advanced-12d9b569-800b-4ed5-b1a7-622b5be4abfe'
{
load_video
insmod gzio
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvm/intel-disk0'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/intel-disk0'
 12d9b569-800b-4ed5-b1a7-622b5be4abfe
else
  search --no-floppy --fs-uuid --set=root
12d9b569-800b-4ed5-b1a7-622b5be4abfe
fi
echo 'Loading Linux 3.11.0-14-lowlatency ...'
linux /boot/vmlinuz-3.11.0-14-lowlatency root=/dev/mapper/intel-disk0 ro
 quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.11.0-14-lowlatency
}
menuentry 'Debian GNU/Linux, with Linux 3.11.0-14-lowlatency (recovery
mode)' --class debian --class gnu-linux --class gnu --class os
$menuentry_id_option
'gnulinux-3.11.0-14-lowlatency-recovery-12d9b569-800b-4ed5-b1a7-622b5be4abfe'
{
load_video
insmod gzio
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvm/intel-disk0'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/intel-disk0'
 12d9b569-800b-4ed5-b1a7-622b5be4abfe
else
  search --no-floppy --fs-uuid --set=root
12d9b569-800b-4ed5-b1a7-622b5be4abfe
fi
echo 'Loading Linux 3.11.0-14-lowlatency ...'
linux /boot/vmlinuz-3.11.0-14-lowlatency root=/dev/mapper/intel-disk0 ro
single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-3.11.0-14-lowlatency
}
}

### 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/sde1)' --class windows --class os
$menuentry_id_option 'osprober-chain-2854A64954A61A18' {
insmod part_msdos
insmod ntfs
set root='hd3,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1
--hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint='hd3,msdos1'
 2854A64954A61A18
else
  search --no-floppy --fs-uuid --set=root 2854A64954A61A18
fi
chainloader +1
}
menuentry 'Ubuntu 13.10 (13.10)' --class gnu-linux --class gnu --class os
$menuentry_id_option
'osprober-gnulinux-simple-7afa4e77-667d-4b8c-bcb8-03e076529e11' {
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvm/intel-disk1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/intel-disk1'
 7afa4e77-667d-4b8c-bcb8-03e076529e11
else
  search --no-floppy --fs-uuid --set=root
7afa4e77-667d-4b8c-bcb8-03e076529e11
fi
linux /boot/vmlinuz-3.11.0-18-lowlatency root=/dev/mapper/intel-disk1 ro
quiet splash $vt_handoff
initrd /boot/initrd.img-3.11.0-18-lowlatency
}
submenu 'Advanced options for Ubuntu 13.10 (13.10)' $menuentry_id_option
'osprober-gnulinux-advanced-7afa4e77-667d-4b8c-bcb8-03e076529e11' {
menuentry 'Kubuntu (on /dev/mapper/intel-disk1)' --class gnu-linux --class
gnu --class os $menuentry_id_option
'osprober-gnulinux-/boot/vmlinuz-3.11.0-18-lowlatency--7afa4e77-667d-4b8c-bcb8-03e076529e11'
{
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvm/intel-disk1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/intel-disk1'
 7afa4e77-667d-4b8c-bcb8-03e076529e11
else
  search --no-floppy --fs-uuid --set=root
7afa4e77-667d-4b8c-bcb8-03e076529e11
fi
linux /boot/vmlinuz-3.11.0-18-lowlatency root=/dev/mapper/intel-disk1 ro
quiet splash $vt_handoff
initrd /boot/initrd.img-3.11.0-18-lowlatency
}
menuentry 'Kubuntu, with Linux 3.11.0-18-lowlatency (on
/dev/mapper/intel-disk1)' --class gnu-linux --class gnu --class os
$menuentry_id_option
'osprober-gnulinux-/boot/vmlinuz-3.11.0-18-lowlatency--7afa4e77-667d-4b8c-bcb8-03e076529e11'
{
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvm/intel-disk1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/intel-disk1'
 7afa4e77-667d-4b8c-bcb8-03e076529e11
else
  search --no-floppy --fs-uuid --set=root
7afa4e77-667d-4b8c-bcb8-03e076529e11
fi
linux /boot/vmlinuz-3.11.0-18-lowlatency root=/dev/mapper/intel-disk1 ro
quiet splash $vt_handoff
initrd /boot/initrd.img-3.11.0-18-lowlatency
}
menuentry 'Kubuntu, with Linux 3.11.0-18-lowlatency (recovery mode) (on
/dev/mapper/intel-disk1)' --class gnu-linux --class gnu --class os
$menuentry_id_option
'osprober-gnulinux-/boot/vmlinuz-3.11.0-18-lowlatency-root=/dev/mapper/intel-disk1
ro recovery nomodeset-7afa4e77-667d-4b8c-bcb8-03e076529e11' {
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvm/intel-disk1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/intel-disk1'
 7afa4e77-667d-4b8c-bcb8-03e076529e11
else
  search --no-floppy --fs-uuid --set=root
7afa4e77-667d-4b8c-bcb8-03e076529e11
fi
linux /boot/vmlinuz-3.11.0-18-lowlatency root=/dev/mapper/intel-disk1 ro
recovery nomodeset
initrd /boot/initrd.img-3.11.0-18-lowlatency
}
menuentry 'Kubuntu, with Linux 3.11.0-14-lowlatency (on
/dev/mapper/intel-disk1)' --class gnu-linux --class gnu --class os
$menuentry_id_option
'osprober-gnulinux-/boot/vmlinuz-3.11.0-14-lowlatency--7afa4e77-667d-4b8c-bcb8-03e076529e11'
{
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvm/intel-disk1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/intel-disk1'
 7afa4e77-667d-4b8c-bcb8-03e076529e11
else
  search --no-floppy --fs-uuid --set=root
7afa4e77-667d-4b8c-bcb8-03e076529e11
fi
linux /boot/vmlinuz-3.11.0-14-lowlatency root=/dev/mapper/intel-disk1 ro
quiet splash $vt_handoff
initrd /boot/initrd.img-3.11.0-14-lowlatency
}
menuentry 'Kubuntu, with Linux 3.11.0-14-lowlatency (recovery mode) (on
/dev/mapper/intel-disk1)' --class gnu-linux --class gnu --class os
$menuentry_id_option
'osprober-gnulinux-/boot/vmlinuz-3.11.0-14-lowlatency-root=/dev/mapper/intel-disk1
ro recovery nomodeset-7afa4e77-667d-4b8c-bcb8-03e076529e11' {
insmod part_msdos
insmod part_msdos
insmod diskfilter
insmod mdraid1x
insmod lvm
insmod ext2
set root='lvm/intel-disk1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint='lvm/intel-disk1'
 7afa4e77-667d-4b8c-bcb8-03e076529e11
else
  search --no-floppy --fs-uuid --set=root
7afa4e77-667d-4b8c-bcb8-03e076529e11
fi
linux /boot/vmlinuz-3.11.0-14-lowlatency root=/dev/mapper/intel-disk1 ro
recovery nomodeset
initrd /boot/initrd.img-3.11.0-14-lowlatency
}
}

### 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 : [raid0]
md0 : active raid0 sdb1[0] sdc1[1]
      156296192 blocks super 1.2 512k chunks

unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN LVM
  --- Volume group ---
  VG Name               intel
  System ID
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  3
  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               149.05 GiB
  PE Size               4.00 MiB
  Total PE              38158
  Alloc PE / Size       38158 / 149.05 GiB
  Free  PE / Size       0 / 0
  VG UUID               fVoF3O-1vjI-6NVL-CGe1-MrLR-OtzP-H9P69d

  --- Physical volume ---
  PV Name               /dev/md0
  VG Name               intel
  PV Size               149.06 GiB / not usable 0
  Allocatable           yes (but full)
  PE Size               4.00 MiB
  Total PE              38158
  Free PE               0
  Allocated PE          38158
  PV UUID               o3q8jO-2lSM-72ym-Z7s3-qa8W-DnzX-EKY38g

  --- Logical volume ---
  LV Path                /dev/intel/disk0
  LV Name                disk0
  VG Name                intel
  LV UUID                yNGBiB-d0BF-Fo1A-ZTn1-t9Fp-6YV1-dWgBrd
  LV Write Access        read/write
  LV Creation host, time dejan, 2013-11-28 22:11:26 -0500
  LV Status              available
  # open                 1
  LV Size                130.43 GiB
  Current LE             33389
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     4096
  Block device           253:0

  --- Logical volume ---
  LV Path                /dev/intel/disk1
  LV Name                disk1
  VG Name                intel
  LV UUID                jPSlaO-7KU1-ywVn-Bsb7-tqQL-NeuV-xNpV6L
  LV Write Access        read/write
  LV Creation host, time dejan, 2013-11-28 22:11:36 -0500
  LV Status              available
  # open                 1
  LV Size                18.63 GiB
  Current LE             4769
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     4096
  Block device           253:1

*********************** END LVM

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Mar 16 22:05
ata-HL-DT-ST_BD-RE_BH12LS38_K93B5Q53549 -> ../../sr0
lrwxrwxrwx 1 root root  9 Mar 16 22:05
ata-INTEL_SSDSA2M080G2GC_CVPO005103TG080BGN -> ../../sdc
lrwxrwxrwx 1 root root 10 Mar 16 22:05
ata-INTEL_SSDSA2M080G2GC_CVPO005103TG080BGN-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Mar 16 22:05
ata-INTEL_SSDSA2M080G2GN_CVPO002501R8080BGN -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 16 22:05
ata-INTEL_SSDSA2M080G2GN_CVPO002501R8080BGN-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Mar 16 22:05 ata-ST31000524AS_5VP82RJC ->
../../sdd
lrwxrwxrwx 1 root root 10 Mar 16 22:05 ata-ST31000524AS_5VP82RJC-part1 ->
../../sdd1
lrwxrwxrwx 1 root root 10 Mar 16 22:05 ata-ST31000524AS_5VP82RJC-part4 ->
../../sdd4
lrwxrwxrwx 1 root root  9 Mar 16 22:05 ata-ST3320620AS_3QF12W6F -> ../../sde
lrwxrwxrwx 1 root root 10 Mar 16 22:05 ata-ST3320620AS_3QF12W6F-part1 ->
../../sde1
lrwxrwxrwx 1 root root 10 Mar 16 22:05 ata-ST3320620AS_3QF12W6F-part2 ->
../../sde2
lrwxrwxrwx 1 root root 10 Mar 16 22:05 ata-ST3320620AS_3QF12W6F-part3 ->
../../sde3
lrwxrwxrwx 1 root root 10 Mar 16 22:05 dm-name-intel-disk0 -> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 16 22:05 dm-name-intel-disk1 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 16 22:05
dm-uuid-LVM-fVoF3O1vjI6NVLCGe1MrLROtzPH9P69djPSlaO7KU1ywVnBsb7tqQLNeuVxNpV6L
-> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 16 22:05
dm-uuid-LVM-fVoF3O1vjI6NVLCGe1MrLROtzPH9P69dyNGBiBd0BFFo1AZTn1t9Fp6YV1dWgBrd
-> ../../dm-0
lrwxrwxrwx 1 root root  9 Mar 16 22:05 md-name-dejan:0 -> ../../md0
lrwxrwxrwx 1 root root  9 Mar 16 22:05
md-uuid-c6a7a123:0d91cf6d:c6ae4d37:1b30af7e -> ../../md0
lrwxrwxrwx 1 root root  9 Mar 16 22:05
scsi-SATA_INTEL_SSDSA2M080CVPO002501R8080BGN -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 16 22:05
scsi-SATA_INTEL_SSDSA2M080CVPO002501R8080BGN-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Mar 16 22:05
scsi-SATA_INTEL_SSDSA2M080CVPO005103TG080BGN -> ../../sdc
lrwxrwxrwx 1 root root 10 Mar 16 22:05
scsi-SATA_INTEL_SSDSA2M080CVPO005103TG080BGN-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Mar 16 22:05 scsi-SATA_ST31000524AS_5VP82RJC ->
../../sdd
lrwxrwxrwx 1 root root 10 Mar 16 22:05
scsi-SATA_ST31000524AS_5VP82RJC-part1 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Mar 16 22:05
scsi-SATA_ST31000524AS_5VP82RJC-part4 -> ../../sdd4
lrwxrwxrwx 1 root root  9 Mar 16 22:05 scsi-SATA_ST3320620AS_3QF12W6F ->
../../sde
lrwxrwxrwx 1 root root 10 Mar 16 22:05 scsi-SATA_ST3320620AS_3QF12W6F-part1
-> ../../sde1
lrwxrwxrwx 1 root root 10 Mar 16 22:05 scsi-SATA_ST3320620AS_3QF12W6F-part2
-> ../../sde2
lrwxrwxrwx 1 root root 10 Mar 16 22:05 scsi-SATA_ST3320620AS_3QF12W6F-part3
-> ../../sde3
lrwxrwxrwx 1 root root  9 Mar 16 22:05
usb-Generic_Ultra_HS-SD_MMC_000000264001-0:0 -> ../../sda
lrwxrwxrwx 1 root root  9 Mar 16 22:05 wwn-0x5000c5002fea4efd -> ../../sdd
lrwxrwxrwx 1 root root 10 Mar 16 22:05 wwn-0x5000c5002fea4efd-part1 ->
../../sdd1
lrwxrwxrwx 1 root root 10 Mar 16 22:05 wwn-0x5000c5002fea4efd-part4 ->
../../sdd4
lrwxrwxrwx 1 root root  9 Mar 16 22:05 wwn-0x500151795919dfb0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Mar 16 22:05 wwn-0x500151795919dfb0-part1 ->
../../sdb1
lrwxrwxrwx 1 root root  9 Mar 16 22:05 wwn-0x50015179591bade4 -> ../../sdc
lrwxrwxrwx 1 root root 10 Mar 16 22:05 wwn-0x50015179591bade4-part1 ->
../../sdc1
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Mar 16 22:05 12d9b569-800b-4ed5-b1a7-622b5be4abfe
-> ../../dm-0
lrwxrwxrwx 1 root root 10 Mar 16 22:05 23add982-5251-417f-ba4d-68e9edbabc14
-> ../../sde3
lrwxrwxrwx 1 root root 10 Mar 16 22:05 2854A64954A61A18 -> ../../sde1
lrwxrwxrwx 1 root root 10 Mar 16 22:05 54e040e0-e6f8-4227-84e3-037b60ef952d
-> ../../sdd4
lrwxrwxrwx 1 root root 10 Mar 16 22:05 7afa4e77-667d-4b8c-bcb8-03e076529e11
-> ../../dm-1
lrwxrwxrwx 1 root root 10 Mar 16 22:05 CE26A93026A91B0B -> ../../sde2
lrwxrwxrwx 1 root root 10 Mar 16 22:05 aa3274f7-402a-44ae-8bbf-a90473aed825
-> ../../sdd1
*********************** END /dev/disk/by-uuid

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

Kernel: Linux 3.13-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]  1.5.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:
  grub-pc/install_devices_failed: false
  grub2/device_map_regenerated:
  grub-pc/install_devices_disks_changed:
  grub2/kfreebsd_cmdline:
  grub-pc/install_devices_failed_upgrade: true
  grub-pc/kopt_extracted: false
  grub-pc/install_devices_empty: false
* grub2/linux_cmdline_default: quiet
  grub-pc/timeout: 5
  grub-pc/hidden_timeout: false
* grub-pc/install_devices:
/dev/disk/by-id/ata-INTEL_SSDSA2M080G2GN_CVPO002501R8080BGN
  grub-pc/partition_description:
  grub-pc/disk_description:
  grub-pc/mixed_legacy_and_grub2: true
  grub-pc/postrm_purge_boot_grub: false
* grub2/linux_cmdline:
  grub2/kfreebsd_cmdline_default: quiet
  grub-pc/chainload_from_menu.lst: true

Regards,
Dejan Petronijevic
-- 
_/\_
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20140317/3082381c/attachment-0001.html>


More information about the Pkg-grub-devel mailing list