Bug#637254: grub-pc: "unknown LVM metadata header" on mdadm raid1 + lvm

Yaroslav Leonov alximik43 at gmail.com
Tue Aug 9 22:51:44 UTC 2011


Package: grub-pc
Version: 1.99-11
Severity: normal
Tags: sid

Hi,

I got error in %subj% upon upgrading from old grub-pc (1.98+20100804-14) to new (1.99-11)

=====
alzgrinew:~# grub-probe -t abstraction /dev/mapper/mirror0-lvroot 
error: unknown LVM metadata header.
grub-probe: error: cannot find a device for /dev/mapper/mirror0-lvroot (is /dev mounted?).
alzgrinew:~#
=====

old grub-pc worked just fine.

Looks like most similar bug to my case is #598576, except that it's about raid6.

i'll attach ' hd -n65536 /dev/md127 ' output



P.S. sorry if this is a duplicate report, there are many report about lvm and raid and i may have 
missed one.

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/mirror0-lvroot / ext4 rw,relatime,errors=remount-ro,user_xattr,acl,barrier=1,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-ST3500418AS_5VMCLN21
(hd1)	/dev/disk/by-id/ata-ST3500418AS_5VMCYDHE
*********************** 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='(mirror0-lvroot)'
search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
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='(mirror0-lvroot)'
  search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
  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 ###
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 ###
menuentry 'Debian GNU/Linux, with Linux 3.0.0-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='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	echo	'Loading Linux 3.0.0-1-amd64 ...'
	linux	/boot/vmlinuz-3.0.0-1-amd64 root=/dev/mapper/mirror0-lvroot ro  
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.0.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 3.0.0-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='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	echo	'Loading Linux 3.0.0-1-amd64 ...'
	linux	/boot/vmlinuz-3.0.0-1-amd64 root=/dev/mapper/mirror0-lvroot ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-3.0.0-1-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 lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	echo	'Loading Linux 2.6.39-2-amd64 ...'
	linux	/boot/vmlinuz-2.6.39-2-amd64 root=/dev/mapper/mirror0-lvroot ro  
	echo	'Loading initial ramdisk ...'
	initrd	/boot/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 lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	echo	'Loading Linux 2.6.39-2-amd64 ...'
	linux	/boot/vmlinuz-2.6.39-2-amd64 root=/dev/mapper/mirror0-lvroot ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.39-2-amd64
}
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='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	echo	'Loading Linux 2.6.39-1-amd64 ...'
	linux	/boot/vmlinuz-2.6.39-1-amd64 root=/dev/mapper/mirror0-lvroot ro  
	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='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	echo	'Loading Linux 2.6.39-1-amd64 ...'
	linux	/boot/vmlinuz-2.6.39-1-amd64 root=/dev/mapper/mirror0-lvroot ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.39-1-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='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	echo	'Loading Linux 2.6.32-5-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/mirror0-lvroot ro  
	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='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	echo	'Loading Linux 2.6.32-5-amd64 ...'
	linux	/boot/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/mirror0-lvroot ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/boot/initrd.img-2.6.32-5-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.24.4-al1' --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='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	echo	'Loading Linux 2.6.24.4-al1 ...'
	linux	/boot/vmlinuz-2.6.24.4-al1 root=/dev/mapper/mirror0-lvroot ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.24.4-al1 (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='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	echo	'Loading Linux 2.6.24.4-al1 ...'
	linux	/boot/vmlinuz-2.6.24.4-al1 root=/dev/mapper/mirror0-lvroot ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.24.4-al1.old' --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='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	echo	'Loading Linux 2.6.24.4-al1.old ...'
	linux	/boot/vmlinuz-2.6.24.4-al1.old root=/dev/mapper/mirror0-lvroot ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.24.4-al1.old (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='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	echo	'Loading Linux 2.6.24.4-al1.old ...'
	linux	/boot/vmlinuz-2.6.24.4-al1.old root=/dev/mapper/mirror0-lvroot ro single 
}
### 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 lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	multiboot	/boot/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
	insmod raid
	insmod mdraid09
	insmod lvm
	insmod part_msdos
	insmod part_msdos
	insmod ext2
	set root='(mirror0-lvroot)'
	search --no-floppy --fs-uuid --set=root b5a39a59-e236-4048-83d3-446d2300c65b
	multiboot	/boot/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] 
md127 : active raid1 sda1[0] sdb1[1]
      439449920 blocks [2/2] [UU]
      
unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN LVM
  --- Volume group ---
  VG Name               mirror0
  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               419.09 GiB
  PE Size               4.00 MiB
  Total PE              107287
  Alloc PE / Size       107285 / 419.08 GiB
  Free  PE / Size       2 / 8.00 MiB
  VG UUID               6yxPG9-geY0-NaJM-BFWj-RILm-jo2p-i4NXcc
   
  --- Physical volume ---
  PV Name               /dev/md127
  VG Name               mirror0
  PV Size               419.09 GiB / not usable 2.31 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              107287
  Free PE               2
  Allocated PE          107285
  PV UUID               2eX9Ol-eCAn-ekvW-ZWaw-Pi4A-D8Po-CPOC6q
   
  --- Logical volume ---
  LV Name                /dev/mirror0/lvswap
  VG Name                mirror0
  LV UUID                xq2Yoc-icp5-jE6R-QiwB-OMJO-Ohda-U3jdLh
  LV Write Access        read/write
  LV Status              available
  # open                 2
  LV Size                2.00 GiB
  Current LE             512
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:1
   
  --- Logical volume ---
  LV Name                /dev/mirror0/lvroot
  VG Name                mirror0
  LV UUID                ytfp8d-DOkz-gype-tW9l-8AIt-vuzH-Cjxyb2
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                417.08 GiB
  Current LE             106773
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0
   
*********************** END LVM

*********************** BEGIN /dev/disk/by-id
total 0K
lrwxrwxrwx 1 root root  9 Aug 10 00:28 ata-ST3500418AS_5VMCLN21 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug  9 23:30 ata-ST3500418AS_5VMCLN21-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug  9 23:30 ata-ST3500418AS_5VMCLN21-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 Aug 10 00:28 ata-ST3500418AS_5VMCYDHE -> ../../sdb
lrwxrwxrwx 1 root root 10 Aug  9 23:30 ata-ST3500418AS_5VMCYDHE-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Aug  9 23:30 ata-ST3500418AS_5VMCYDHE-part2 -> ../../sdb2
lrwxrwxrwx 1 root root  9 Aug  9 23:30 ata-_NEC_DVD_RW_ND-3550A -> ../../sr0
lrwxrwxrwx 1 root root 10 Aug 10  2011 dm-name-mirror0-lvroot -> ../../dm-0
lrwxrwxrwx 1 root root 10 Aug  9 23:30 dm-name-mirror0-lvswap -> ../../dm-1
lrwxrwxrwx 1 root root 10 Aug  9 23:30 dm-uuid-LVM-6yxPG9geY0NaJMBFWjRILmjo2pi4NXccxq2Yocicp5jE6RQiwBOMJOOhdaU3jdLh -> ../../dm-1
lrwxrwxrwx 1 root root 10 Aug 10  2011 dm-uuid-LVM-6yxPG9geY0NaJMBFWjRILmjo2pi4NXccytfp8dDOkzgypetW9l8AItvuzHCjxyb2 -> ../../dm-0
lrwxrwxrwx 1 root root 11 Aug  9 23:30 md-uuid-e57050d9:ae138625:518a376f:9b4aee48 -> ../../md127
lrwxrwxrwx 1 root root  9 Aug 10 00:28 scsi-SATA_ST3500418AS_5VMCLN21 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug  9 23:30 scsi-SATA_ST3500418AS_5VMCLN21-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug  9 23:30 scsi-SATA_ST3500418AS_5VMCLN21-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 Aug 10 00:28 scsi-SATA_ST3500418AS_5VMCYDHE -> ../../sdb
lrwxrwxrwx 1 root root 10 Aug  9 23:30 scsi-SATA_ST3500418AS_5VMCYDHE-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Aug  9 23:30 scsi-SATA_ST3500418AS_5VMCYDHE-part2 -> ../../sdb2
lrwxrwxrwx 1 root root  9 Aug 10 00:28 wwn-0x5000c500252d9f69 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug  9 23:30 wwn-0x5000c500252d9f69-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug  9 23:30 wwn-0x5000c500252d9f69-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 Aug 10 00:28 wwn-0x5000c500252dca91 -> ../../sdb
lrwxrwxrwx 1 root root 10 Aug  9 23:30 wwn-0x5000c500252dca91-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Aug  9 23:30 wwn-0x5000c500252dca91-part2 -> ../../sdb2
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0K
lrwxrwxrwx 1 root root 10 Aug  9 23:30 672f6544-d149-4256-a51e-1078b863f854 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Aug 10  2011 b5a39a59-e236-4048-83d3-446d2300c65b -> ../../dm-0
*********************** END /dev/disk/by-uuid

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

Kernel: Linux 3.0.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/bash

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

grub-pc recommends no packages.

grub-pc suggests no packages.

-- Configuration Files:
/etc/grub.d/05_debian_theme changed:
set -e
.. /usr/lib/grub/grub-mkconfig_lib
test -d "${GRUB_PREFIX}"; cd "${GRUB_PREFIX}"
BACKGROUND_CACHE=".background_cache"
set_default_theme(){
	# Set the traditional Debian blue theme.
	echo "${1}set menu_color_normal=cyan/blue"
	echo "${1}set menu_color_highlight=white/blue"
}
set_background_image(){
	# Step #1: Search all available output modes ...
	local output
	for output in ${GRUB_TERMINAL_OUTPUT}; do
		if [ "x$output" = "xgfxterm" ]; then
			break
		fi
	done
	# ... and check if we are able to display a background image at all.
	if ! [ "x${output}" = "xgfxterm" ]; then
		return 1
	fi
	# Step #2: Check if the specified background image exists.
	if ! [ -f "${1}" ]; then
		return 2
	fi
	# Step #3: Search the correct GRUB module for our background image.
	local reader
	case "${1}" in
		*.jpg|*.JPG|*.jpeg|*.JPEG) reader="jpeg";;
		*.png|*.PNG) reader="png";;
		*.tga|*.TGA) reader="tga";;
		*) return 3;; # Unknown image type.
	esac
	# Step #4: Check if the necessary GRUB module is available.
	if ! [ -f "${reader}.mod" ]; then
		return 4
	fi
	# Step #5: Check if GRUB can read the background image directly.
	# If so, we can remove the cache file (if any). Otherwise the backgound
	# image needs to be cached under /boot/grub/.
	if is_path_readable_by_grub "${1}"; then
		rm --force "${BACKGROUND_CACHE}.jpeg" \
			"${BACKGROUND_CACHE}.png" "${BACKGROUND_CACHE}.tga"
	elif cp "${1}" "${BACKGROUND_CACHE}.${reader}"; then
		set -- "${BACKGROUND_CACHE}.${reader}" "${2}" "${3}"
	else
		return 5
	fi
	# Step #6: Prepare GRUB to read the background image.
	if ! prepare_grub_to_access_device "`${grub_probe} --target=device "${1}"`"; then
		return 6
	fi
	# Step #7: Everything went fine, print out a message to stderr ...
	echo "Found background image: ${1}" >&2
	# ... and write our configuration snippet to stdout. Use the colors
	# desktop-base specified. If we're using a user-defined background, use
	# the default colors since we've got no idea how the image looks like.
	# If loading the background image fails, use the default theme.
	echo "insmod ${reader}"
	echo "if background_image `make_system_path_relative_to_its_root "${1}"`; then"
	if [ -n "${2}" ]; then
		echo "  set color_normal=${2}"
	fi
	if [ -n "${3}" ]; then
		echo "  set color_highlight=${3}"
	fi
	if [ -z "${2}" ] && [ -z "${3}" ]; then
		echo "  true"
	fi
	echo "else"
	set_default_theme "  "
	echo "fi"
}
while read checksum background; do
	if [ -f "${background}" ] && [ "x`sha1sum "${background}"`" = "x${checksum}  ${background}" ]; then
		echo "Removing old background image: ${background}" >&2
		rm "${background}"
	fi
done <<EOF
648ee65dd0c157a69b019a5372cbcfea4fc754a5  debian-blueish-wallpaper-640x480.png
0431e97a6c661084c59676c4baeeb8c2f602edb8  debian-blueish-wallpaper-640x480.png
968ecf6696c5638cfe80e8e70aba239526270864  debian-blueish-wallpaper-640x480.tga
11143e8c92a073401de0b0fd42d0c052af4ccd9b  moreblue-orbit-grub.png
d00d5e505ab63f2d53fa880bfac447e2d3bb197c  moreblue-orbit-grub.png
f5b12c1009ec0a3b029185f6b66cd0d7e5611019  moreblue-orbit-grub.png
EOF
if [ -f "/usr/share/desktop-base/grub_background.sh" ]; then
	. "/usr/share/desktop-base/grub_background.sh"
fi
if [ -n "${GRUB_BACKGROUND+x}" ]; then
	set_background_image "${GRUB_BACKGROUND}" || set_default_theme
	exit 0
fi
for background in *.jpg *.JPG *.jpeg *.JPEG *.png *.PNG *.tga *.TGA; do
	if set_background_image "${background}"; then
		exit 0
	fi
done
if set_background_image "${WALLPAPER}" "${COLOR_NORMAL}" "${COLOR_HIGHLIGHT}"; then
	exit 0
fi
if set_background_image "/usr/share/images/desktop-base/desktop-grub.png"; then
	exit 0
fi
set_default_theme


-- debconf information:
  grub2/kfreebsd_cmdline:
  grub2/device_map_regenerated:
* grub2/linux_cmdline:
* grub-pc/install_devices_failed: true
  grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: false
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/disk_description:
  grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default:
  grub-pc/install_devices_empty: false
* grub-pc/install_devices: /dev/disk/by-id/ata-ST3500418AS_5VMCLN21, /dev/disk/by-id/ata-ST3500418AS_5VMCYDHE
  grub-pc/install_devices_failed_upgrade: true
  grub-pc/partition_description:
* grub-pc/install_devices_disks_changed: /dev/disk/by-id/ata-ST3500418AS_5VMCLN21, /dev/disk/by-id/ata-ST3500418AS_5VMCYDHE
  grub-pc/mixed_legacy_and_grub2: true
-------------- next part --------------
00000000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000200  4c 41 42 45 4c 4f 4e 45  01 00 00 00 00 00 00 00  |LABELONE........|
00000210  a5 0a c7 9f 20 00 00 00  4c 56 4d 32 20 30 30 31  |.... ...LVM2 001|
00000220  32 65 58 39 4f 6c 65 43  41 6e 65 6b 76 57 5a 57  |2eX9OleCAnekvWZW|
00000230  61 77 50 69 34 41 44 38  50 6f 43 50 4f 43 36 71  |awPi4AD8PoCPOC6q|
00000240  00 00 e5 c5 68 00 00 00  00 00 03 00 00 00 00 00  |....h...........|
00000250  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000260  00 00 00 00 00 00 00 00  00 10 00 00 00 00 00 00  |................|
00000270  00 f0 02 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000280  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00001000  45 3b 54 c8 20 4c 56 4d  32 20 78 5b 35 41 25 72  |E;T. LVM2 x[5A%r|
00001010  30 4e 2a 3e 01 00 00 00  00 10 00 00 00 00 00 00  |0N*>............|
00001020  00 f0 02 00 00 00 00 00  00 10 00 00 00 00 00 00  |................|
00001030  8c 04 00 00 00 00 00 00  48 5e 96 bf 00 00 00 00  |........H^......|
00001040  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00001200  6d 69 72 72 6f 72 30 20  7b 0a 69 64 20 3d 20 22  |mirror0 {.id = "|
00001210  36 79 78 50 47 39 2d 67  65 59 30 2d 4e 61 4a 4d  |6yxPG9-geY0-NaJM|
00001220  2d 42 46 57 6a 2d 52 49  4c 6d 2d 6a 6f 32 70 2d  |-BFWj-RILm-jo2p-|
00001230  69 34 4e 58 63 63 22 0a  73 65 71 6e 6f 20 3d 20  |i4NXcc".seqno = |
00001240  31 0a 73 74 61 74 75 73  20 3d 20 5b 22 52 45 53  |1.status = ["RES|
00001250  49 5a 45 41 42 4c 45 22  2c 20 22 52 45 41 44 22  |IZEABLE", "READ"|
00001260  2c 20 22 57 52 49 54 45  22 5d 0a 66 6c 61 67 73  |, "WRITE"].flags|
00001270  20 3d 20 5b 5d 0a 65 78  74 65 6e 74 5f 73 69 7a  | = [].extent_siz|
00001280  65 20 3d 20 38 31 39 32  0a 6d 61 78 5f 6c 76 20  |e = 8192.max_lv |
00001290  3d 20 30 0a 6d 61 78 5f  70 76 20 3d 20 30 0a 0a  |= 0.max_pv = 0..|
000012a0  70 68 79 73 69 63 61 6c  5f 76 6f 6c 75 6d 65 73  |physical_volumes|
000012b0  20 7b 0a 0a 70 76 30 20  7b 0a 69 64 20 3d 20 22  | {..pv0 {.id = "|
000012c0  32 65 58 39 4f 6c 2d 65  43 41 6e 2d 65 6b 76 57  |2eX9Ol-eCAn-ekvW|
000012d0  2d 5a 57 61 77 2d 50 69  34 41 2d 44 38 50 6f 2d  |-ZWaw-Pi4A-D8Po-|
000012e0  43 50 4f 43 36 71 22 0a  64 65 76 69 63 65 20 3d  |CPOC6q".device =|
000012f0  20 22 2f 64 65 76 2f 6d  64 30 22 0a 0a 73 74 61  | "/dev/md0"..sta|
00001300  74 75 73 20 3d 20 5b 22  41 4c 4c 4f 43 41 54 41  |tus = ["ALLOCATA|
00001310  42 4c 45 22 5d 0a 66 6c  61 67 73 20 3d 20 5b 5d  |BLE"].flags = []|
00001320  0a 64 65 76 5f 73 69 7a  65 20 3d 20 38 37 38 38  |.dev_size = 8788|
00001330  39 39 38 34 30 0a 70 65  5f 73 74 61 72 74 20 3d  |99840.pe_start =|
00001340  20 33 38 34 0a 70 65 5f  63 6f 75 6e 74 20 3d 20  | 384.pe_count = |
00001350  31 30 37 32 38 37 0a 7d  0a 7d 0a 0a 7d 0a 23 20  |107287.}.}..}.# |
00001360  47 65 6e 65 72 61 74 65  64 20 62 79 20 4c 56 4d  |Generated by LVM|
00001370  32 20 76 65 72 73 69 6f  6e 20 32 2e 30 32 2e 36  |2 version 2.02.6|
00001380  36 28 32 29 20 28 32 30  31 30 2d 30 35 2d 32 30  |6(2) (2010-05-20|
00001390  29 3a 20 54 68 75 20 4a  75 6c 20 20 31 20 32 33  |): Thu Jul  1 23|
000013a0  3a 31 38 3a 35 39 20 32  30 31 30 0a 0a 63 6f 6e  |:18:59 2010..con|
000013b0  74 65 6e 74 73 20 3d 20  22 54 65 78 74 20 46 6f  |tents = "Text Fo|
000013c0  72 6d 61 74 20 56 6f 6c  75 6d 65 20 47 72 6f 75  |rmat Volume Grou|
000013d0  70 22 0a 76 65 72 73 69  6f 6e 20 3d 20 31 0a 0a  |p".version = 1..|
000013e0  64 65 73 63 72 69 70 74  69 6f 6e 20 3d 20 22 22  |description = ""|
000013f0  0a 0a 63 72 65 61 74 69  6f 6e 5f 68 6f 73 74 20  |..creation_host |
00001400  3d 20 22 61 6c 7a 67 72  69 6e 65 77 22 09 23 20  |= "alzgrinew".# |
00001410  4c 69 6e 75 78 20 61 6c  7a 67 72 69 6e 65 77 20  |Linux alzgrinew |
00001420  32 2e 36 2e 33 32 2d 32  2d 61 6d 64 36 34 20 23  |2.6.32-2-amd64 #|
00001430  31 20 53 4d 50 20 46 72  69 20 46 65 62 20 31 32  |1 SMP Fri Feb 12|
00001440  20 30 30 3a 30 31 3a 34  37 20 55 54 43 20 32 30  | 00:01:47 UTC 20|
00001450  31 30 20 78 38 36 5f 36  34 0a 63 72 65 61 74 69  |10 x86_64.creati|
00001460  6f 6e 5f 74 69 6d 65 20  3d 20 31 32 37 38 30 31  |on_time = 127801|
00001470  31 39 33 39 09 23 20 54  68 75 20 4a 75 6c 20 20  |1939.# Thu Jul  |
00001480  31 20 32 33 3a 31 38 3a  35 39 20 32 30 31 30 0a  |1 23:18:59 2010.|
00001490  0a 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
000014a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00001600  6d 69 72 72 6f 72 30 20  7b 0a 69 64 20 3d 20 22  |mirror0 {.id = "|
00001610  36 79 78 50 47 39 2d 67  65 59 30 2d 4e 61 4a 4d  |6yxPG9-geY0-NaJM|
00001620  2d 42 46 57 6a 2d 52 49  4c 6d 2d 6a 6f 32 70 2d  |-BFWj-RILm-jo2p-|
00001630  69 34 4e 58 63 63 22 0a  73 65 71 6e 6f 20 3d 20  |i4NXcc".seqno = |
00001640  32 0a 73 74 61 74 75 73  20 3d 20 5b 22 52 45 53  |2.status = ["RES|
00001650  49 5a 45 41 42 4c 45 22  2c 20 22 52 45 41 44 22  |IZEABLE", "READ"|
00001660  2c 20 22 57 52 49 54 45  22 5d 0a 66 6c 61 67 73  |, "WRITE"].flags|
00001670  20 3d 20 5b 5d 0a 65 78  74 65 6e 74 5f 73 69 7a  | = [].extent_siz|
00001680  65 20 3d 20 38 31 39 32  0a 6d 61 78 5f 6c 76 20  |e = 8192.max_lv |
00001690  3d 20 30 0a 6d 61 78 5f  70 76 20 3d 20 30 0a 0a  |= 0.max_pv = 0..|
000016a0  70 68 79 73 69 63 61 6c  5f 76 6f 6c 75 6d 65 73  |physical_volumes|
000016b0  20 7b 0a 0a 70 76 30 20  7b 0a 69 64 20 3d 20 22  | {..pv0 {.id = "|
000016c0  32 65 58 39 4f 6c 2d 65  43 41 6e 2d 65 6b 76 57  |2eX9Ol-eCAn-ekvW|
000016d0  2d 5a 57 61 77 2d 50 69  34 41 2d 44 38 50 6f 2d  |-ZWaw-Pi4A-D8Po-|
000016e0  43 50 4f 43 36 71 22 0a  64 65 76 69 63 65 20 3d  |CPOC6q".device =|
000016f0  20 22 2f 64 65 76 2f 6d  64 30 22 0a 0a 73 74 61  | "/dev/md0"..sta|
00001700  74 75 73 20 3d 20 5b 22  41 4c 4c 4f 43 41 54 41  |tus = ["ALLOCATA|
00001710  42 4c 45 22 5d 0a 66 6c  61 67 73 20 3d 20 5b 5d  |BLE"].flags = []|
00001720  0a 64 65 76 5f 73 69 7a  65 20 3d 20 38 37 38 38  |.dev_size = 8788|
00001730  39 39 38 34 30 0a 70 65  5f 73 74 61 72 74 20 3d  |99840.pe_start =|
00001740  20 33 38 34 0a 70 65 5f  63 6f 75 6e 74 20 3d 20  | 384.pe_count = |
00001750  31 30 37 32 38 37 0a 7d  0a 7d 0a 0a 6c 6f 67 69  |107287.}.}..logi|
00001760  63 61 6c 5f 76 6f 6c 75  6d 65 73 20 7b 0a 0a 6c  |cal_volumes {..l|
00001770  76 73 77 61 70 20 7b 0a  69 64 20 3d 20 22 78 71  |vswap {.id = "xq|
00001780  32 59 6f 63 2d 69 63 70  35 2d 6a 45 36 52 2d 51  |2Yoc-icp5-jE6R-Q|
00001790  69 77 42 2d 4f 4d 4a 4f  2d 4f 68 64 61 2d 55 33  |iwB-OMJO-Ohda-U3|
000017a0  6a 64 4c 68 22 0a 73 74  61 74 75 73 20 3d 20 5b  |jdLh".status = [|
000017b0  22 52 45 41 44 22 2c 20  22 57 52 49 54 45 22 2c  |"READ", "WRITE",|
000017c0  20 22 56 49 53 49 42 4c  45 22 5d 0a 66 6c 61 67  | "VISIBLE"].flag|
000017d0  73 20 3d 20 5b 5d 0a 73  65 67 6d 65 6e 74 5f 63  |s = [].segment_c|
000017e0  6f 75 6e 74 20 3d 20 31  0a 0a 73 65 67 6d 65 6e  |ount = 1..segmen|
000017f0  74 31 20 7b 0a 73 74 61  72 74 5f 65 78 74 65 6e  |t1 {.start_exten|
00001800  74 20 3d 20 30 0a 65 78  74 65 6e 74 5f 63 6f 75  |t = 0.extent_cou|
00001810  6e 74 20 3d 20 35 31 32  0a 0a 74 79 70 65 20 3d  |nt = 512..type =|
00001820  20 22 73 74 72 69 70 65  64 22 0a 73 74 72 69 70  | "striped".strip|
00001830  65 5f 63 6f 75 6e 74 20  3d 20 31 09 23 20 6c 69  |e_count = 1.# li|
00001840  6e 65 61 72 0a 0a 73 74  72 69 70 65 73 20 3d 20  |near..stripes = |
00001850  5b 0a 22 70 76 30 22 2c  20 30 0a 5d 0a 7d 0a 7d  |[."pv0", 0.].}.}|
00001860  0a 7d 0a 7d 0a 23 20 47  65 6e 65 72 61 74 65 64  |.}.}.# Generated|
00001870  20 62 79 20 4c 56 4d 32  20 76 65 72 73 69 6f 6e  | by LVM2 version|
00001880  20 32 2e 30 32 2e 36 36  28 32 29 20 28 32 30 31  | 2.02.66(2) (201|
00001890  30 2d 30 35 2d 32 30 29  3a 20 54 68 75 20 4a 75  |0-05-20): Thu Ju|
000018a0  6c 20 20 31 20 32 33 3a  32 31 3a 31 31 20 32 30  |l  1 23:21:11 20|
000018b0  31 30 0a 0a 63 6f 6e 74  65 6e 74 73 20 3d 20 22  |10..contents = "|
000018c0  54 65 78 74 20 46 6f 72  6d 61 74 20 56 6f 6c 75  |Text Format Volu|
000018d0  6d 65 20 47 72 6f 75 70  22 0a 76 65 72 73 69 6f  |me Group".versio|
000018e0  6e 20 3d 20 31 0a 0a 64  65 73 63 72 69 70 74 69  |n = 1..descripti|
000018f0  6f 6e 20 3d 20 22 22 0a  0a 63 72 65 61 74 69 6f  |on = ""..creatio|
00001900  6e 5f 68 6f 73 74 20 3d  20 22 61 6c 7a 67 72 69  |n_host = "alzgri|
00001910  6e 65 77 22 09 23 20 4c  69 6e 75 78 20 61 6c 7a  |new".# Linux alz|
00001920  67 72 69 6e 65 77 20 32  2e 36 2e 33 32 2d 32 2d  |grinew 2.6.32-2-|
00001930  61 6d 64 36 34 20 23 31  20 53 4d 50 20 46 72 69  |amd64 #1 SMP Fri|
00001940  20 46 65 62 20 31 32 20  30 30 3a 30 31 3a 34 37  | Feb 12 00:01:47|
00001950  20 55 54 43 20 32 30 31  30 20 78 38 36 5f 36 34  | UTC 2010 x86_64|
00001960  0a 63 72 65 61 74 69 6f  6e 5f 74 69 6d 65 20 3d  |.creation_time =|
00001970  20 31 32 37 38 30 31 32  30 37 31 09 23 20 54 68  | 1278012071.# Th|
00001980  75 20 4a 75 6c 20 20 31  20 32 33 3a 32 31 3a 31  |u Jul  1 23:21:1|
00001990  31 20 32 30 31 30 0a 0a  00 00 00 00 00 00 00 00  |1 2010..........|
000019a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00001a00  6d 69 72 72 6f 72 30 20  7b 0a 69 64 20 3d 20 22  |mirror0 {.id = "|
00001a10  36 79 78 50 47 39 2d 67  65 59 30 2d 4e 61 4a 4d  |6yxPG9-geY0-NaJM|
00001a20  2d 42 46 57 6a 2d 52 49  4c 6d 2d 6a 6f 32 70 2d  |-BFWj-RILm-jo2p-|
00001a30  69 34 4e 58 63 63 22 0a  73 65 71 6e 6f 20 3d 20  |i4NXcc".seqno = |
00001a40  33 0a 73 74 61 74 75 73  20 3d 20 5b 22 52 45 53  |3.status = ["RES|
00001a50  49 5a 45 41 42 4c 45 22  2c 20 22 52 45 41 44 22  |IZEABLE", "READ"|
00001a60  2c 20 22 57 52 49 54 45  22 5d 0a 66 6c 61 67 73  |, "WRITE"].flags|
00001a70  20 3d 20 5b 5d 0a 65 78  74 65 6e 74 5f 73 69 7a  | = [].extent_siz|
00001a80  65 20 3d 20 38 31 39 32  0a 6d 61 78 5f 6c 76 20  |e = 8192.max_lv |
00001a90  3d 20 30 0a 6d 61 78 5f  70 76 20 3d 20 30 0a 0a  |= 0.max_pv = 0..|
00001aa0  70 68 79 73 69 63 61 6c  5f 76 6f 6c 75 6d 65 73  |physical_volumes|
00001ab0  20 7b 0a 0a 70 76 30 20  7b 0a 69 64 20 3d 20 22  | {..pv0 {.id = "|
00001ac0  32 65 58 39 4f 6c 2d 65  43 41 6e 2d 65 6b 76 57  |2eX9Ol-eCAn-ekvW|
00001ad0  2d 5a 57 61 77 2d 50 69  34 41 2d 44 38 50 6f 2d  |-ZWaw-Pi4A-D8Po-|
00001ae0  43 50 4f 43 36 71 22 0a  64 65 76 69 63 65 20 3d  |CPOC6q".device =|
00001af0  20 22 2f 64 65 76 2f 6d  64 30 22 0a 0a 73 74 61  | "/dev/md0"..sta|
00001b00  74 75 73 20 3d 20 5b 22  41 4c 4c 4f 43 41 54 41  |tus = ["ALLOCATA|
00001b10  42 4c 45 22 5d 0a 66 6c  61 67 73 20 3d 20 5b 5d  |BLE"].flags = []|
00001b20  0a 64 65 76 5f 73 69 7a  65 20 3d 20 38 37 38 38  |.dev_size = 8788|
00001b30  39 39 38 34 30 0a 70 65  5f 73 74 61 72 74 20 3d  |99840.pe_start =|
00001b40  20 33 38 34 0a 70 65 5f  63 6f 75 6e 74 20 3d 20  | 384.pe_count = |
00001b50  31 30 37 32 38 37 0a 7d  0a 7d 0a 0a 6c 6f 67 69  |107287.}.}..logi|
00001b60  63 61 6c 5f 76 6f 6c 75  6d 65 73 20 7b 0a 0a 6c  |cal_volumes {..l|
00001b70  76 73 77 61 70 20 7b 0a  69 64 20 3d 20 22 78 71  |vswap {.id = "xq|
00001b80  32 59 6f 63 2d 69 63 70  35 2d 6a 45 36 52 2d 51  |2Yoc-icp5-jE6R-Q|
00001b90  69 77 42 2d 4f 4d 4a 4f  2d 4f 68 64 61 2d 55 33  |iwB-OMJO-Ohda-U3|
00001ba0  6a 64 4c 68 22 0a 73 74  61 74 75 73 20 3d 20 5b  |jdLh".status = [|
00001bb0  22 52 45 41 44 22 2c 20  22 57 52 49 54 45 22 2c  |"READ", "WRITE",|
00001bc0  20 22 56 49 53 49 42 4c  45 22 5d 0a 66 6c 61 67  | "VISIBLE"].flag|
00001bd0  73 20 3d 20 5b 5d 0a 73  65 67 6d 65 6e 74 5f 63  |s = [].segment_c|
00001be0  6f 75 6e 74 20 3d 20 31  0a 0a 73 65 67 6d 65 6e  |ount = 1..segmen|
00001bf0  74 31 20 7b 0a 73 74 61  72 74 5f 65 78 74 65 6e  |t1 {.start_exten|
00001c00  74 20 3d 20 30 0a 65 78  74 65 6e 74 5f 63 6f 75  |t = 0.extent_cou|
00001c10  6e 74 20 3d 20 35 31 32  0a 0a 74 79 70 65 20 3d  |nt = 512..type =|
00001c20  20 22 73 74 72 69 70 65  64 22 0a 73 74 72 69 70  | "striped".strip|
00001c30  65 5f 63 6f 75 6e 74 20  3d 20 31 09 23 20 6c 69  |e_count = 1.# li|
00001c40  6e 65 61 72 0a 0a 73 74  72 69 70 65 73 20 3d 20  |near..stripes = |
00001c50  5b 0a 22 70 76 30 22 2c  20 30 0a 5d 0a 7d 0a 7d  |[."pv0", 0.].}.}|
00001c60  0a 0a 6c 76 72 6f 6f 74  20 7b 0a 69 64 20 3d 20  |..lvroot {.id = |
00001c70  22 79 74 66 70 38 64 2d  44 4f 6b 7a 2d 67 79 70  |"ytfp8d-DOkz-gyp|
00001c80  65 2d 74 57 39 6c 2d 38  41 49 74 2d 76 75 7a 48  |e-tW9l-8AIt-vuzH|
00001c90  2d 43 6a 78 79 62 32 22  0a 73 74 61 74 75 73 20  |-Cjxyb2".status |
00001ca0  3d 20 5b 22 52 45 41 44  22 2c 20 22 57 52 49 54  |= ["READ", "WRIT|
00001cb0  45 22 2c 20 22 56 49 53  49 42 4c 45 22 5d 0a 66  |E", "VISIBLE"].f|
00001cc0  6c 61 67 73 20 3d 20 5b  5d 0a 73 65 67 6d 65 6e  |lags = [].segmen|
00001cd0  74 5f 63 6f 75 6e 74 20  3d 20 31 0a 0a 73 65 67  |t_count = 1..seg|
00001ce0  6d 65 6e 74 31 20 7b 0a  73 74 61 72 74 5f 65 78  |ment1 {.start_ex|
00001cf0  74 65 6e 74 20 3d 20 30  0a 65 78 74 65 6e 74 5f  |tent = 0.extent_|
00001d00  63 6f 75 6e 74 20 3d 20  37 36 38 30 30 0a 0a 74  |count = 76800..t|
00001d10  79 70 65 20 3d 20 22 73  74 72 69 70 65 64 22 0a  |ype = "striped".|
00001d20  73 74 72 69 70 65 5f 63  6f 75 6e 74 20 3d 20 31  |stripe_count = 1|
00001d30  09 23 20 6c 69 6e 65 61  72 0a 0a 73 74 72 69 70  |.# linear..strip|
00001d40  65 73 20 3d 20 5b 0a 22  70 76 30 22 2c 20 35 31  |es = [."pv0", 51|
00001d50  32 0a 5d 0a 7d 0a 7d 0a  7d 0a 7d 0a 23 20 47 65  |2.].}.}.}.}.# Ge|
00001d60  6e 65 72 61 74 65 64 20  62 79 20 4c 56 4d 32 20  |nerated by LVM2 |
00001d70  76 65 72 73 69 6f 6e 20  32 2e 30 32 2e 36 36 28  |version 2.02.66(|
00001d80  32 29 20 28 32 30 31 30  2d 30 35 2d 32 30 29 3a  |2) (2010-05-20):|
00001d90  20 54 68 75 20 4a 75 6c  20 20 31 20 32 33 3a 32  | Thu Jul  1 23:2|
00001da0  31 3a 34 30 20 32 30 31  30 0a 0a 63 6f 6e 74 65  |1:40 2010..conte|
00001db0  6e 74 73 20 3d 20 22 54  65 78 74 20 46 6f 72 6d  |nts = "Text Form|
00001dc0  61 74 20 56 6f 6c 75 6d  65 20 47 72 6f 75 70 22  |at Volume Group"|
00001dd0  0a 76 65 72 73 69 6f 6e  20 3d 20 31 0a 0a 64 65  |.version = 1..de|
00001de0  73 63 72 69 70 74 69 6f  6e 20 3d 20 22 22 0a 0a  |scription = ""..|
00001df0  63 72 65 61 74 69 6f 6e  5f 68 6f 73 74 20 3d 20  |creation_host = |
00001e00  22 61 6c 7a 67 72 69 6e  65 77 22 09 23 20 4c 69  |"alzgrinew".# Li|
00001e10  6e 75 78 20 61 6c 7a 67  72 69 6e 65 77 20 32 2e  |nux alzgrinew 2.|
00001e20  36 2e 33 32 2d 32 2d 61  6d 64 36 34 20 23 31 20  |6.32-2-amd64 #1 |
00001e30  53 4d 50 20 46 72 69 20  46 65 62 20 31 32 20 30  |SMP Fri Feb 12 0|
00001e40  30 3a 30 31 3a 34 37 20  55 54 43 20 32 30 31 30  |0:01:47 UTC 2010|
00001e50  20 78 38 36 5f 36 34 0a  63 72 65 61 74 69 6f 6e  | x86_64.creation|
00001e60  5f 74 69 6d 65 20 3d 20  31 32 37 38 30 31 32 31  |_time = 12780121|
00001e70  30 30 09 23 20 54 68 75  20 4a 75 6c 20 20 31 20  |00.# Thu Jul  1 |
00001e80  32 33 3a 32 31 3a 34 30  20 32 30 31 30 0a 0a 00  |23:21:40 2010...|
00001e90  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00002000  6d 69 72 72 6f 72 30 20  7b 0a 69 64 20 3d 20 22  |mirror0 {.id = "|
00002010  36 79 78 50 47 39 2d 67  65 59 30 2d 4e 61 4a 4d  |6yxPG9-geY0-NaJM|
00002020  2d 42 46 57 6a 2d 52 49  4c 6d 2d 6a 6f 32 70 2d  |-BFWj-RILm-jo2p-|
00002030  69 34 4e 58 63 63 22 0a  73 65 71 6e 6f 20 3d 20  |i4NXcc".seqno = |
00002040  34 0a 73 74 61 74 75 73  20 3d 20 5b 22 52 45 53  |4.status = ["RES|
00002050  49 5a 45 41 42 4c 45 22  2c 20 22 52 45 41 44 22  |IZEABLE", "READ"|
00002060  2c 20 22 57 52 49 54 45  22 5d 0a 66 6c 61 67 73  |, "WRITE"].flags|
00002070  20 3d 20 5b 5d 0a 65 78  74 65 6e 74 5f 73 69 7a  | = [].extent_siz|
00002080  65 20 3d 20 38 31 39 32  0a 6d 61 78 5f 6c 76 20  |e = 8192.max_lv |
00002090  3d 20 30 0a 6d 61 78 5f  70 76 20 3d 20 30 0a 0a  |= 0.max_pv = 0..|
000020a0  70 68 79 73 69 63 61 6c  5f 76 6f 6c 75 6d 65 73  |physical_volumes|
000020b0  20 7b 0a 0a 70 76 30 20  7b 0a 69 64 20 3d 20 22  | {..pv0 {.id = "|
000020c0  32 65 58 39 4f 6c 2d 65  43 41 6e 2d 65 6b 76 57  |2eX9Ol-eCAn-ekvW|
000020d0  2d 5a 57 61 77 2d 50 69  34 41 2d 44 38 50 6f 2d  |-ZWaw-Pi4A-D8Po-|
000020e0  43 50 4f 43 36 71 22 0a  64 65 76 69 63 65 20 3d  |CPOC6q".device =|
000020f0  20 22 2f 64 65 76 2f 6d  64 31 32 37 22 0a 0a 73  | "/dev/md127"..s|
00002100  74 61 74 75 73 20 3d 20  5b 22 41 4c 4c 4f 43 41  |tatus = ["ALLOCA|
00002110  54 41 42 4c 45 22 5d 0a  66 6c 61 67 73 20 3d 20  |TABLE"].flags = |
00002120  5b 5d 0a 64 65 76 5f 73  69 7a 65 20 3d 20 38 37  |[].dev_size = 87|
00002130  38 38 39 39 38 34 30 0a  70 65 5f 73 74 61 72 74  |8899840.pe_start|
00002140  20 3d 20 33 38 34 0a 70  65 5f 63 6f 75 6e 74 20  | = 384.pe_count |
00002150  3d 20 31 30 37 32 38 37  0a 7d 0a 7d 0a 0a 6c 6f  |= 107287.}.}..lo|
00002160  67 69 63 61 6c 5f 76 6f  6c 75 6d 65 73 20 7b 0a  |gical_volumes {.|
00002170  0a 6c 76 73 77 61 70 20  7b 0a 69 64 20 3d 20 22  |.lvswap {.id = "|
00002180  78 71 32 59 6f 63 2d 69  63 70 35 2d 6a 45 36 52  |xq2Yoc-icp5-jE6R|
00002190  2d 51 69 77 42 2d 4f 4d  4a 4f 2d 4f 68 64 61 2d  |-QiwB-OMJO-Ohda-|
000021a0  55 33 6a 64 4c 68 22 0a  73 74 61 74 75 73 20 3d  |U3jdLh".status =|
000021b0  20 5b 22 52 45 41 44 22  2c 20 22 57 52 49 54 45  | ["READ", "WRITE|
000021c0  22 2c 20 22 56 49 53 49  42 4c 45 22 5d 0a 66 6c  |", "VISIBLE"].fl|
000021d0  61 67 73 20 3d 20 5b 5d  0a 73 65 67 6d 65 6e 74  |ags = [].segment|
000021e0  5f 63 6f 75 6e 74 20 3d  20 31 0a 0a 73 65 67 6d  |_count = 1..segm|
000021f0  65 6e 74 31 20 7b 0a 73  74 61 72 74 5f 65 78 74  |ent1 {.start_ext|
00002200  65 6e 74 20 3d 20 30 0a  65 78 74 65 6e 74 5f 63  |ent = 0.extent_c|
00002210  6f 75 6e 74 20 3d 20 35  31 32 0a 0a 74 79 70 65  |ount = 512..type|
00002220  20 3d 20 22 73 74 72 69  70 65 64 22 0a 73 74 72  | = "striped".str|
00002230  69 70 65 5f 63 6f 75 6e  74 20 3d 20 31 09 23 20  |ipe_count = 1.# |
00002240  6c 69 6e 65 61 72 0a 0a  73 74 72 69 70 65 73 20  |linear..stripes |
00002250  3d 20 5b 0a 22 70 76 30  22 2c 20 30 0a 5d 0a 7d  |= [."pv0", 0.].}|
00002260  0a 7d 0a 0a 6c 76 72 6f  6f 74 20 7b 0a 69 64 20  |.}..lvroot {.id |
00002270  3d 20 22 79 74 66 70 38  64 2d 44 4f 6b 7a 2d 67  |= "ytfp8d-DOkz-g|
00002280  79 70 65 2d 74 57 39 6c  2d 38 41 49 74 2d 76 75  |ype-tW9l-8AIt-vu|
00002290  7a 48 2d 43 6a 78 79 62  32 22 0a 73 74 61 74 75  |zH-Cjxyb2".statu|
000022a0  73 20 3d 20 5b 22 52 45  41 44 22 2c 20 22 57 52  |s = ["READ", "WR|
000022b0  49 54 45 22 2c 20 22 56  49 53 49 42 4c 45 22 5d  |ITE", "VISIBLE"]|
000022c0  0a 66 6c 61 67 73 20 3d  20 5b 5d 0a 73 65 67 6d  |.flags = [].segm|
000022d0  65 6e 74 5f 63 6f 75 6e  74 20 3d 20 31 0a 0a 73  |ent_count = 1..s|
000022e0  65 67 6d 65 6e 74 31 20  7b 0a 73 74 61 72 74 5f  |egment1 {.start_|
000022f0  65 78 74 65 6e 74 20 3d  20 30 0a 65 78 74 65 6e  |extent = 0.exten|
00002300  74 5f 63 6f 75 6e 74 20  3d 20 31 30 36 37 37 33  |t_count = 106773|
00002310  0a 0a 74 79 70 65 20 3d  20 22 73 74 72 69 70 65  |..type = "stripe|
00002320  64 22 0a 73 74 72 69 70  65 5f 63 6f 75 6e 74 20  |d".stripe_count |
00002330  3d 20 31 09 23 20 6c 69  6e 65 61 72 0a 0a 73 74  |= 1.# linear..st|
00002340  72 69 70 65 73 20 3d 20  5b 0a 22 70 76 30 22 2c  |ripes = [."pv0",|
00002350  20 35 31 32 0a 5d 0a 7d  0a 7d 0a 7d 0a 7d 0a 23  | 512.].}.}.}.}.#|
00002360  20 47 65 6e 65 72 61 74  65 64 20 62 79 20 4c 56  | Generated by LV|
00002370  4d 32 20 76 65 72 73 69  6f 6e 20 32 2e 30 32 2e  |M2 version 2.02.|
00002380  36 36 28 32 29 20 28 32  30 31 30 2d 30 35 2d 32  |66(2) (2010-05-2|
00002390  30 29 3a 20 53 61 74 20  4d 61 79 20 32 38 20 31  |0): Sat May 28 1|
000023a0  32 3a 32 38 3a 30 34 20  32 30 31 31 0a 0a 63 6f  |2:28:04 2011..co|
000023b0  6e 74 65 6e 74 73 20 3d  20 22 54 65 78 74 20 46  |ntents = "Text F|
000023c0  6f 72 6d 61 74 20 56 6f  6c 75 6d 65 20 47 72 6f  |ormat Volume Gro|
000023d0  75 70 22 0a 76 65 72 73  69 6f 6e 20 3d 20 31 0a  |up".version = 1.|
000023e0  0a 64 65 73 63 72 69 70  74 69 6f 6e 20 3d 20 22  |.description = "|
000023f0  22 0a 0a 63 72 65 61 74  69 6f 6e 5f 68 6f 73 74  |"..creation_host|
00002400  20 3d 20 22 64 65 62 69  61 6e 22 09 23 20 4c 69  | = "debian".# Li|
00002410  6e 75 78 20 64 65 62 69  61 6e 20 32 2e 36 2e 33  |nux debian 2.6.3|
00002420  32 2d 35 2d 61 6d 64 36  34 20 23 31 20 53 4d 50  |2-5-amd64 #1 SMP|
00002430  20 4d 6f 6e 20 4d 61 72  20 37 20 32 31 3a 33 35  | Mon Mar 7 21:35|
00002440  3a 32 32 20 55 54 43 20  32 30 31 31 20 78 38 36  |:22 UTC 2011 x86|
00002450  5f 36 34 0a 63 72 65 61  74 69 6f 6e 5f 74 69 6d  |_64.creation_tim|
00002460  65 20 3d 20 31 33 30 36  35 38 35 36 38 34 09 23  |e = 1306585684.#|
00002470  20 53 61 74 20 4d 61 79  20 32 38 20 31 32 3a 32  | Sat May 28 12:2|
00002480  38 3a 30 34 20 32 30 31  31 0a 0a 00 00 00 00 00  |8:04 2011.......|
00002490  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00010000


More information about the Pkg-grub-devel mailing list