Bug#627581: grub-pc: core.img doesn't fit anymore

Alexander Wirt formorer at debian.org
Sun May 22 07:09:23 UTC 2011


Package: grub-pc
Version: 1.99-4
Severity: important

Hi, 

I'm using grub2 on my root in lvm on raid setup for some time now.
With the latest version I got the following problem: 

 grub-setup /dev/sda 
 grub-setup: warn: Your embedding area is unusually small.  core.img
 won't fit in it..
 grub-setup: error: embedding is not possible, but this is required
 when the root device is on a RAID array or LVM volume.

The partition layout is a default one:

parted /dev/sda unit s print free
Model: ATA WDC WD4000AAJS-6 (scsi)
Disk /dev/sda: 781422768s
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start       End         Size        Type     File system
Flags
 1      63s         781417664s  781417602s  primary               raid
         781417665s  781422767s  5103s                Free Space


If core.img doesn't fit into that layout anymore I guess we have a
serious problem. 

Alex

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/vg0-system / ext4 rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0
/dev/mapper/vg0-schroot /srv/chroot btrfs rw,relatime 0 0
/dev/mapper/vg0-home /home ext4 rw,relatime,user_xattr,barrier=1,data=ordered 0 0
/dev/mapper/vg0-system /run ext4 rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0
/dev/mapper/vg0-system /run/lock ext4 rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0
/dev/pts /var/cache/pbuilder/build/cow.25758/dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
/dev/mapper/vg0-system /var/cache/pbuilder/build/cow.25758/var/cache/pbuilder/ccache ext4 rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-SAMSUNG_HD103UJ_S13PJ1KQ201718
(hd1)	/dev/disk/by-id/ata-WDC_WD4000AAJS-65YFA0_WD-WCAS81955886
(hd2)	/dev/disk/by-id/ata-WDC_WD4000AAJS-65YFA0_WD-WCAS82428180
*********************** 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 ext2
set root='(vg0-system)'
search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
  insmod raid
  insmod mdraid09
  insmod lvm
  insmod part_msdos
  insmod part_msdos
  insmod ext2
  set root='(vg0-system)'
  search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
  set locale_dir=($root)/boot/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 ext2
set root='(vg0-system)'
search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
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 2.6.39-1-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(vg0-system)'
	search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
	echo	'Loading Linux 2.6.39-1-amd64 ...'
	linux	/boot/vmlinuz-2.6.39-1-amd64 root=/dev/mapper/vg0-system ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.39-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.39-1-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(vg0-system)'
	search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
	echo	'Loading Linux 2.6.39-1-amd64 ...'
	linux	/boot/vmlinuz-2.6.39-1-amd64 root=/dev/mapper/vg0-system ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.39-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38-2-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(vg0-system)'
	search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
	echo	'Loading Linux 2.6.38-2-amd64 ...'
	linux	/boot/vmlinuz-2.6.38-2-amd64 root=/dev/mapper/vg0-system ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.38-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(vg0-system)'
	search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
	echo	'Loading Linux 2.6.38-2-amd64 ...'
	linux	/boot/vmlinuz-2.6.38-2-amd64 root=/dev/mapper/vg0-system ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.38-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.37-2-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(vg0-system)'
	search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
	echo	'Loading Linux 2.6.37-2-amd64 ...'
	linux	/boot/vmlinuz-2.6.37-2-amd64 root=/dev/mapper/vg0-system ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.37-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.37-2-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(vg0-system)'
	search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
	echo	'Loading Linux 2.6.37-2-amd64 ...'
	linux	/boot/vmlinuz-2.6.37-2-amd64 root=/dev/mapper/vg0-system ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.37-2-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(vg0-system)'
	search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
	echo	'Loading Linux 2.6.32-5-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/vg0-system ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(vg0-system)'
	search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
	echo	'Loading Linux 2.6.32-5-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/vg0-system ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-4-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(vg0-system)'
	search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
	echo	'Loading Linux 2.6.32-4-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-4-amd64 root=/dev/mapper/vg0-system ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-4-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(vg0-system)'
	search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
	echo	'Loading Linux 2.6.32-4-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-4-amd64 root=/dev/mapper/vg0-system ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-4-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-3-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(vg0-system)'
	search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
	echo	'Loading Linux 2.6.32-3-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-3-amd64 root=/dev/mapper/vg0-system ro  quiet
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-3-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-3-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(vg0-system)'
	search --no-floppy --fs-uuid --set=root bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83
	echo	'Loading Linux 2.6.32-3-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-3-amd64 root=/dev/mapper/vg0-system ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-3-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows 7 (loader) (on /dev/sdc1)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root B802DEEC02DEAE9E
	chainloader +1
}
### 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] 
md0 : active raid1 sda1[0] sdb1[1]
      390708736 blocks [2/2] [UU]
      
unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN LVM
  --- Volume group ---
  VG Name               vg0
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  34
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                6
  Open LV               4
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               372.61 GiB
  PE Size               4.00 MiB
  Total PE              95387
  Alloc PE / Size       89662 / 350.24 GiB
  Free  PE / Size       5725 / 22.36 GiB
  VG UUID               DjDFrJ-YmWF-e0Ue-ciy9-vNDZ-MlR9-5MSqoA
   
  --- Physical volume ---
  PV Name               /dev/md0
  VG Name               vg0
  PV Size               372.61 GiB / not usable 3.50 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              95387
  Free PE               5725
  Allocated PE          89662
  PV UUID               xHzhrN-g9ml-eXOL-GhZx-phDC-ob9A-iegobv
   
  --- Logical volume ---
  LV Name                /dev/vg0/system
  VG Name                vg0
  LV UUID                0eGDw2-axXi-Nd98-qScg-qx6b-MQB1-sOvjJ5
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                30.59 GiB
  Current LE             7830
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0
   
  --- Logical volume ---
  LV Name                /dev/vg0/swap
  VG Name                vg0
  LV UUID                pdBSqP-hVvO-ZzNL-imcF-VySU-hJWh-1WshSS
  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/vg0/home
  VG Name                vg0
  LV UUID                lOq9xQ-YdDK-Vqf8-uWPQ-LuC5-jhhQ-OfSI5K
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                279.39 GiB
  Current LE             71525
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:2
   
  --- Logical volume ---
  LV Name                /dev/vg0/schroot
  VG Name                vg0
  LV UUID                1e04cL-NBQd-hjir-LEUJ-8yD0-7gWU-jVNdkV
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                25.00 GiB
  Current LE             6400
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:3
   
  --- Logical volume ---
  LV Name                /dev/vg0/lenny
  VG Name                vg0
  LV UUID                Ygfbbe-Zzdq-8e9k-CV1R-T3cM-LGM6-eCU2te
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                3.91 GiB
  Current LE             1000
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:4
   
  --- Logical volume ---
  LV Name                /dev/vg0/squeeze32
  VG Name                vg0
  LV UUID                rYXPVu-xbfg-0sVk-zXQ6-TExO-nOJO-l0LrEd
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                3.91 GiB
  Current LE             1000
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:5
   
*********************** END LVM

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 May 22 08:25 ata-HL-DT-ST_DVDRAM_GSA-4163B_K0253RN1407 -> ../../sr0
lrwxrwxrwx 1 root root  9 May 22 08:25 ata-SAMSUNG_HD103UJ_S13PJ1KQ201718 -> ../../sdc
lrwxrwxrwx 1 root root 10 May 22 08:25 ata-SAMSUNG_HD103UJ_S13PJ1KQ201718-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 May 22 08:25 ata-SAMSUNG_HD103UJ_S13PJ1KQ201718-part2 -> ../../sdc2
lrwxrwxrwx 1 root root  9 May 22 08:25 ata-WDC_WD4000AAJS-65YFA0_WD-WCAS81955886 -> ../../sdb
lrwxrwxrwx 1 root root 10 May 22 08:25 ata-WDC_WD4000AAJS-65YFA0_WD-WCAS81955886-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 May 22 08:25 ata-WDC_WD4000AAJS-65YFA0_WD-WCAS82428180 -> ../../sda
lrwxrwxrwx 1 root root 10 May 22 08:25 ata-WDC_WD4000AAJS-65YFA0_WD-WCAS82428180-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May 22 08:25 dm-name-vg0-home -> ../../dm-2
lrwxrwxrwx 1 root root 10 May 22 08:25 dm-name-vg0-lenny -> ../../dm-4
lrwxrwxrwx 1 root root 10 May 22 08:25 dm-name-vg0-schroot -> ../../dm-3
lrwxrwxrwx 1 root root 10 May 22 08:25 dm-name-vg0-squeeze32 -> ../../dm-5
lrwxrwxrwx 1 root root 10 May 22 08:25 dm-name-vg0-swap -> ../../dm-1
lrwxrwxrwx 1 root root 10 May 22  2011 dm-name-vg0-system -> ../../dm-0
lrwxrwxrwx 1 root root 10 May 22  2011 dm-uuid-LVM-DjDFrJYmWFe0Ueciy9vNDZMlR95MSqoA0eGDw2axXiNd98qScgqx6bMQB1sOvjJ5 -> ../../dm-0
lrwxrwxrwx 1 root root 10 May 22 08:25 dm-uuid-LVM-DjDFrJYmWFe0Ueciy9vNDZMlR95MSqoA1e04cLNBQdhjirLEUJ8yD07gWUjVNdkV -> ../../dm-3
lrwxrwxrwx 1 root root 10 May 22 08:25 dm-uuid-LVM-DjDFrJYmWFe0Ueciy9vNDZMlR95MSqoAYgfbbeZzdq8e9kCV1RT3cMLGM6eCU2te -> ../../dm-4
lrwxrwxrwx 1 root root 10 May 22 08:25 dm-uuid-LVM-DjDFrJYmWFe0Ueciy9vNDZMlR95MSqoAlOq9xQYdDKVqf8uWPQLuC5jhhQOfSI5K -> ../../dm-2
lrwxrwxrwx 1 root root 10 May 22 08:25 dm-uuid-LVM-DjDFrJYmWFe0Ueciy9vNDZMlR95MSqoApdBSqPhVvOZzNLimcFVySUhJWh1WshSS -> ../../dm-1
lrwxrwxrwx 1 root root 10 May 22 08:25 dm-uuid-LVM-DjDFrJYmWFe0Ueciy9vNDZMlR95MSqoArYXPVuxbfg0sVkzXQ6TExOnOJOl0LrEd -> ../../dm-5
lrwxrwxrwx 1 root root  9 May 22 08:25 md-uuid-28bb0cdd:9048c942:c06820a0:3c961686 -> ../../md0
lrwxrwxrwx 1 root root  9 May 22 08:25 scsi-SATA_SAMSUNG_HD103UJS13PJ1KQ201718 -> ../../sdc
lrwxrwxrwx 1 root root 10 May 22 08:25 scsi-SATA_SAMSUNG_HD103UJS13PJ1KQ201718-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 May 22 08:25 scsi-SATA_SAMSUNG_HD103UJS13PJ1KQ201718-part2 -> ../../sdc2
lrwxrwxrwx 1 root root  9 May 22 08:25 scsi-SATA_WDC_WD4000AAJS-_WD-WCAS81955886 -> ../../sdb
lrwxrwxrwx 1 root root 10 May 22 08:25 scsi-SATA_WDC_WD4000AAJS-_WD-WCAS81955886-part1 -> ../../sdb1
lrwxrwxrwx 1 root root  9 May 22 08:25 scsi-SATA_WDC_WD4000AAJS-_WD-WCAS82428180 -> ../../sda
lrwxrwxrwx 1 root root 10 May 22 08:25 scsi-SATA_WDC_WD4000AAJS-_WD-WCAS82428180-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 May 22 08:25 wwn-0x50000f000b027181 -> ../../sdc
lrwxrwxrwx 1 root root 10 May 22 08:25 wwn-0x50000f000b027181-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 May 22 08:25 wwn-0x50000f000b027181-part2 -> ../../sdc2
lrwxrwxrwx 1 root root  9 May 22 08:25 wwn-0x50014ee2560a70a7 -> ../../sda
lrwxrwxrwx 1 root root 10 May 22 08:25 wwn-0x50014ee2560a70a7-part1 -> ../../sda1
lrwxrwxrwx 1 root root  9 May 22 08:25 wwn-0x50014ee2560a743d -> ../../sdb
lrwxrwxrwx 1 root root 10 May 22 08:25 wwn-0x50014ee2560a743d-part1 -> ../../sdb1
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 May 22 08:25 1057FEA325E69451 -> ../../sdc2
lrwxrwxrwx 1 root root 10 May 22 08:25 43e4142b-c79e-4643-949e-9e0526e6ad6a -> ../../dm-1
lrwxrwxrwx 1 root root 10 May 22 08:25 97638141-a85a-46a2-bd01-90ebc4be5077 -> ../../dm-3
lrwxrwxrwx 1 root root 10 May 22 08:25 B802DEEC02DEAE9E -> ../../sdc1
lrwxrwxrwx 1 root root 10 May 22  2011 bf7bcbcf-d7ea-424b-b9c1-a29c2322ec83 -> ../../dm-0
lrwxrwxrwx 1 root root 10 May 22 08:25 ca50c5b9-8c33-4a20-a187-f19d4d058257 -> ../../dm-2
*********************** 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 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]        1.5.39      Debian configuration management sy
ii  grub-common                  1.99-4      GRand Unified Bootloader (common f
ii  grub-pc-bin                  1.99-4      GRand Unified Bootloader, version 
ii  grub2-common                 1.99-4      GRand Unified Bootloader (common f
ii  ucf                          3.0025+nmu2 Update Configuration File: preserv

grub-pc recommends no packages.

grub-pc suggests no packages.

-- debconf-show failed





More information about the Pkg-grub-devel mailing list