Bug#626231: syntax error

Brian Minton brian at minton.name
Fri May 20 10:53:01 UTC 2011


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

-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160


fixed in 1.99-4

- -- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/root-root_vol / ext3 rw,relatime,errors=continue,commit=5,barrier=0,data=ordered 0 0
/dev/sdi3 /home ext3 rw,relatime,errors=continue,commit=5,barrier=0,data=ordered 0 0
/dev/md1 /mnt/large_vol xfs rw,relatime,attr2,noquota 0 0
/dev/sdj1 /mnt/multimedia xfs rw,relatime,noquota 0 0
/dev/sda3 /mnt/scratch xfs rw,relatime,logbufs=8,noquota 0 0
/dev/sdi2 /mnt/backup ext3 rw,relatime,errors=continue,commit=5,barrier=0,data=ordered 0 0
/dev/sda1 /boot ext2 rw,relatime,errors=continue 0 0
/dev/mapper/root-root_vol /run ext3 rw,relatime,errors=continue,commit=5,barrier=0,data=ordered 0 0
/dev/mapper/root-root_vol /run/lock ext3 rw,relatime,errors=continue,commit=5,barrier=0,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(fd0)	/dev/fd0
(hd0)	/dev/disk/by-id/ata-ST3400832AS_4NF0KHJ0
(hd1)	/dev/disk/by-id/ata-ST31500341AS_9VS0LFWG
(hd2)	/dev/disk/by-id/ata-ST31500341AS_9VS0GCXD
(hd3)	/dev/disk/by-id/ata-ST3120022A_3JT3EK0P
(hd4)	/dev/disk/by-id/ata-MAXTOR_STM3200820A_5QE14FS3
(hd5)	/dev/disk/by-id/ata-ST3400832A_3NF0E05R
(hd6)	/dev/disk/by-id/ata-ST340810A_5FBCCJWY
*********************** 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 lvm
insmod part_msdos
insmod ext2
set root='(root-root_vol)'
search --no-floppy --fs-uuid --set=root fb2a30b8-5de0-4c7c-9860-35dd1421baea
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod lvm
insmod part_msdos
insmod ext2
set root='(root-root_vol)'
search --no-floppy --fs-uuid --set=root fb2a30b8-5de0-4c7c-9860-35dd1421baea
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_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.35.5' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.35.5 ...'
	linux	/vmlinuz-2.6.35.5 root=/dev/mapper/root-root_vol ro  
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.35.5
}
menuentry 'Debian GNU/Linux, with Linux 2.6.35.5 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.35.5 ...'
	linux	/vmlinuz-2.6.35.5 root=/dev/mapper/root-root_vol ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.35.5
}
menuentry 'Debian GNU/Linux, with Linux 2.6.35.5.old' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.35.5.old ...'
	linux	/vmlinuz-2.6.35.5.old root=/dev/mapper/root-root_vol ro  
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.35.5
}
menuentry 'Debian GNU/Linux, with Linux 2.6.35.5.old (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.35.5.old ...'
	linux	/vmlinuz-2.6.35.5.old root=/dev/mapper/root-root_vol ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.35.5
}
menuentry 'Debian GNU/Linux, with Linux 2.6.31.5' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.31.5 ...'
	linux	/vmlinuz-2.6.31.5 root=/dev/mapper/root-root_vol ro  
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.31.5
}
menuentry 'Debian GNU/Linux, with Linux 2.6.31.5 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.31.5 ...'
	linux	/vmlinuz-2.6.31.5 root=/dev/mapper/root-root_vol ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.31.5
}
menuentry 'Debian GNU/Linux, with Linux 2.6.31.4' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.31.4 ...'
	linux	/vmlinuz-2.6.31.4 root=/dev/mapper/root-root_vol ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.31.4 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.31.4 ...'
	linux	/vmlinuz-2.6.31.4 root=/dev/mapper/root-root_vol ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.31' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.31 ...'
	linux	/vmlinuz-2.6.31 root=/dev/mapper/root-root_vol ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.31 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.31 ...'
	linux	/vmlinuz-2.6.31 root=/dev/mapper/root-root_vol ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.31-trunk-686-bigmem' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.31-trunk-686-bigmem ...'
	linux	/vmlinuz-2.6.31-trunk-686-bigmem root=/dev/mapper/root-root_vol ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.31-trunk-686-bigmem (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.31-trunk-686-bigmem ...'
	linux	/vmlinuz-2.6.31-trunk-686-bigmem root=/dev/mapper/root-root_vol ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.31-trunk-amd64' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.31-trunk-amd64 ...'
	linux	/vmlinuz-2.6.31-trunk-amd64 root=/dev/mapper/root-root_vol ro  
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.31-trunk-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.31-trunk-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.31-trunk-amd64 ...'
	linux	/vmlinuz-2.6.31-trunk-amd64 root=/dev/mapper/root-root_vol ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.31-trunk-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.31-trunk-686' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.31-trunk-686 ...'
	linux	/vmlinuz-2.6.31-trunk-686 root=/dev/mapper/root-root_vol ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.31-trunk-686 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	echo	'Loading Linux 2.6.31-trunk-686 ...'
	linux	/vmlinuz-2.6.31-trunk-686 root=/dev/mapper/root-root_vol 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 part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	linux16	/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	linux16	/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	multiboot	/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root fc256528-8f51-4687-a71a-1389c53e7ddf
	multiboot	/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

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

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg

*********************** BEGIN /proc/mdstat
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4] 
md1 : active raid1 sdc[0] sdb[1]
      1465138496 blocks [2/2] [UU]
      
unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN LVM
  --- Volume group ---
  VG Name               root
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               110.78 GiB
  PE Size               32.00 MiB
  Total PE              3545
  Alloc PE / Size       3545 / 110.78 GiB
  Free  PE / Size       0 / 0   
  VG UUID               Wf2P6l-7KY8-WUUq-x2Vm-37Qi-WdDI-r4FoXH
   
  --- Physical volume ---
  PV Name               /dev/sdh2
  VG Name               root
  PV Size               110.78 GiB / not usable 3.37 MiB
  Allocatable           yes (but full)
  PE Size               32.00 MiB
  Total PE              3545
  Free PE               0
  Allocated PE          3545
  PV UUID               rF4Gti-ap1e-tvZ2-nocz-EEkZ-dWgW-23iPbK
   
  --- Logical volume ---
  LV Name                /dev/root/root_vol
  VG Name                root
  LV UUID                ycqnZF-X6Ex-NCNZ-Lrms-KIQc-2e8a-bfPTwN
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                110.78 GiB
  Current LE             3545
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           252:0
   
*********************** END LVM

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 May  9 23:08 ata-ATAPI_iHAS124_Y -> ../../sr0
lrwxrwxrwx 1 root root  9 May 20 06:47 ata-MAXTOR_STM3200820A_5QE14FS3 -> ../../sdi
lrwxrwxrwx 1 root root 10 May  9 23:08 ata-MAXTOR_STM3200820A_5QE14FS3-part1 -> ../../sdi1
lrwxrwxrwx 1 root root 10 May  9 23:08 ata-MAXTOR_STM3200820A_5QE14FS3-part2 -> ../../sdi2
lrwxrwxrwx 1 root root 10 May  9 23:08 ata-MAXTOR_STM3200820A_5QE14FS3-part3 -> ../../sdi3
lrwxrwxrwx 1 root root  9 May 20 06:47 ata-ST3120022A_3JT3EK0P -> ../../sdh
lrwxrwxrwx 1 root root 10 May  9 23:08 ata-ST3120022A_3JT3EK0P-part1 -> ../../sdh1
lrwxrwxrwx 1 root root 10 May  9 23:08 ata-ST3120022A_3JT3EK0P-part2 -> ../../sdh2
lrwxrwxrwx 1 root root  9 May  9 23:08 ata-ST31500341AS_9VS0GCXD -> ../../sdc
lrwxrwxrwx 1 root root  9 May  9 23:08 ata-ST31500341AS_9VS0LFWG -> ../../sdb
lrwxrwxrwx 1 root root  9 May 20 06:47 ata-ST3400832AS_4NF0KHJ0 -> ../../sda
lrwxrwxrwx 1 root root 10 May 11 08:13 ata-ST3400832AS_4NF0KHJ0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May  9 23:08 ata-ST3400832AS_4NF0KHJ0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May  9 23:08 ata-ST3400832AS_4NF0KHJ0-part3 -> ../../sda3
lrwxrwxrwx 1 root root  9 May 20 06:47 ata-ST3400832A_3NF0E05R -> ../../sdj
lrwxrwxrwx 1 root root 10 May  9 23:08 ata-ST3400832A_3NF0E05R-part1 -> ../../sdj1
lrwxrwxrwx 1 root root  9 May 20 06:47 ata-ST340810A_5FBCCJWY -> ../../sdk
lrwxrwxrwx 1 root root 10 May  9 23:08 ata-ST340810A_5FBCCJWY-part1 -> ../../sdk1
lrwxrwxrwx 1 root root 10 May  9 23:07 dm-name-root-root_vol -> ../../dm-0
lrwxrwxrwx 1 root root 10 May  9 23:07 dm-uuid-LVM-Wf2P6l7KY8WUUqx2Vm37QiWdDIr4FoXHycqnZFX6ExNCNZLrmsKIQc2e8abfPTwN -> ../../dm-0
lrwxrwxrwx 1 root root  9 May  9 23:08 md-uuid-bfa46bf0:67d6e997:e473ac2a:9f2b3a7b -> ../../md1
lrwxrwxrwx 1 root root  9 May 20 06:47 scsi-SATA_MAXTOR_STM32008_5QE14FS3 -> ../../sdi
lrwxrwxrwx 1 root root 10 May  9 23:08 scsi-SATA_MAXTOR_STM32008_5QE14FS3-part1 -> ../../sdi1
lrwxrwxrwx 1 root root 10 May  9 23:08 scsi-SATA_MAXTOR_STM32008_5QE14FS3-part2 -> ../../sdi2
lrwxrwxrwx 1 root root 10 May  9 23:08 scsi-SATA_MAXTOR_STM32008_5QE14FS3-part3 -> ../../sdi3
lrwxrwxrwx 1 root root  9 May 20 06:47 scsi-SATA_ST3120022A_3JT3EK0P -> ../../sdh
lrwxrwxrwx 1 root root 10 May  9 23:08 scsi-SATA_ST3120022A_3JT3EK0P-part1 -> ../../sdh1
lrwxrwxrwx 1 root root 10 May  9 23:08 scsi-SATA_ST3120022A_3JT3EK0P-part2 -> ../../sdh2
lrwxrwxrwx 1 root root  9 May  9 23:08 scsi-SATA_ST31500341AS_9VS0GCXD -> ../../sdc
lrwxrwxrwx 1 root root  9 May  9 23:08 scsi-SATA_ST31500341AS_9VS0LFWG -> ../../sdb
lrwxrwxrwx 1 root root  9 May 20 06:47 scsi-SATA_ST3400832AS_4NF0KHJ0 -> ../../sda
lrwxrwxrwx 1 root root 10 May 11 08:13 scsi-SATA_ST3400832AS_4NF0KHJ0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 May  9 23:08 scsi-SATA_ST3400832AS_4NF0KHJ0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 May  9 23:08 scsi-SATA_ST3400832AS_4NF0KHJ0-part3 -> ../../sda3
lrwxrwxrwx 1 root root  9 May 20 06:47 scsi-SATA_ST3400832A_3NF0E05R -> ../../sdj
lrwxrwxrwx 1 root root 10 May  9 23:08 scsi-SATA_ST3400832A_3NF0E05R-part1 -> ../../sdj1
lrwxrwxrwx 1 root root  9 May 20 06:47 scsi-SATA_ST340810A_5FBCCJWY -> ../../sdk
lrwxrwxrwx 1 root root 10 May  9 23:08 scsi-SATA_ST340810A_5FBCCJWY-part1 -> ../../sdk1
lrwxrwxrwx 1 root root  9 May  9 23:08 usb-Y-E_DATA_CF_Card_Reader_0000000B8C27-0:0 -> ../../sdd
lrwxrwxrwx 1 root root  9 May  9 23:08 usb-Y-E_DATA_MS_Card_Reader_0000000B8C27-0:2 -> ../../sdf
lrwxrwxrwx 1 root root  9 May  9 23:08 usb-Y-E_DATA_SD_Card_Reader_0000000B8C27-0:3 -> ../../sdg
lrwxrwxrwx 1 root root  9 May  9 23:08 usb-Y-E_DATA_SM_Card_Reader_0000000B8C27-0:1 -> ../../sde
lrwxrwxrwx 1 root root  9 May  9 23:08 wwn-0x5000c5001075ffda -> ../../sdc
lrwxrwxrwx 1 root root  9 May  9 23:08 wwn-0x5000c5001085fbd2 -> ../../sdb
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 May  9 23:08 0503960b-617b-43ac-a4fb-f640b01fff7c -> ../../sdk1
lrwxrwxrwx 1 root root 10 May  9 23:08 25515923-b8c8-474b-9346-18a414681328 -> ../../sdi1
lrwxrwxrwx 1 root root 10 May  9 23:08 48ade80d-2e3c-4acd-9576-7c495ebe4d92 -> ../../sdi2
lrwxrwxrwx 1 root root 10 May  9 23:08 57152560-f389-4203-8f04-deaa07f9367b -> ../../ram3
lrwxrwxrwx 1 root root 10 May  9 23:08 609d7b8b-e4d5-4383-9e88-c62b2e725298 -> ../../sdi3
lrwxrwxrwx 1 root root  9 May  9 23:08 69e4b4bc-fdf3-4036-9511-4946401499a2 -> ../../md1
lrwxrwxrwx 1 root root 10 May  9 23:08 8444c3bf-13f4-9cb5-b58f-5312308d3098 -> ../../sda3
lrwxrwxrwx 1 root root 10 May  9 23:08 8b1810e6-5383-4daa-a727-68aa83d89550 -> ../../sda2
lrwxrwxrwx 1 root root 10 May  9 23:08 9f849f43-d645-4a66-bef7-5dd5a7975614 -> ../../sdj1
lrwxrwxrwx 1 root root 10 May  9 23:08 be26bd13-2b88-4684-9e89-36ef9ee21018 -> ../../sdh1
lrwxrwxrwx 1 root root 10 May  9 23:07 fb2a30b8-5de0-4c7c-9860-35dd1421baea -> ../../dm-0
lrwxrwxrwx 1 root root 10 May 11 08:13 fc256528-8f51-4687-a71a-1389c53e7ddf -> ../../sda1
*********************** END /dev/disk/by-uuid

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

Kernel: Linux 2.6.35.5 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

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.

- -- Configuration Files:
/etc/default/grub changed:
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX=""


- -- debconf information:
  grub2/kfreebsd_cmdline:
* grub2/linux_cmdline:
  grub-pc/install_devices_failed: false
* grub-pc/chainload_from_menu.lst: true
* grub-pc/linux_cmdline:
  grub-pc/kopt_extracted: true
  grub-pc/install_devices_empty: false
* grub-pc/install_devices_disks_changed: /dev/disk/by-id/ata-ST3400832AS_4NF0KHJ0, /dev/disk/by-id/ata-ST31500341AS_9VS0GCXD, /dev/disk/by-id/ata-ST3120022A_3JT3EK0P, /dev/disk/by-id/ata-MAXTOR_STM3200820A_5QE14FS3, /dev/disk/by-id/ata-ST3400832A_3NF0E05R, /dev/disk/by-id/ata-ST340810A_5FBCCJWY
* grub-pc/mixed_legacy_and_grub2: true
  grub-pc/postrm_purge_boot_grub: false
  grub2/kfreebsd_cmdline_default: quiet
* grub2/linux_cmdline_default:
* grub-pc/install_devices: /dev/disk/by-id/ata-ST3400832AS_4NF0KHJ0, /dev/disk/by-id/ata-ST3120022A_3JT3EK0P, /dev/disk/by-id/ata-MAXTOR_STM3200820A_5QE14FS3, /dev/disk/by-id/ata-ST3400832A_3NF0E05R, /dev/disk/by-id/ata-ST340810A_5FBCCJWY
  grub-pc/partition_description:
* grub2/device_map_regenerated:
  grub-pc/disk_description:
  grub-pc/install_devices_failed_upgrade: true

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEAREDAAYFAk3WSAkACgkQ2/alund99If1owCfTuO0g7bY+NBCihUmF6tWOYI6
sh8An0y78UoGnpQ7pd5BlWBCl2K79XcM
=H6hT
-----END PGP SIGNATURE-----





More information about the Pkg-grub-devel mailing list