Bug#721016: grub-pc: on using mbr from second SSD: error: disk ', gpt2' not found

Martin Steigerwald Martin at Lichtvoll.de
Tue Aug 27 08:21:26 UTC 2013


Package: grub-pc
Version: 2.00-18
Severity: important

Dear Maintainer,

I added a 30 GB mSATA SSD to my system some time ago and yesterday moved my
Debian GNU/Linux Sid installation to it.

First I tried UEFI which failed like in 720513. I will add my findings there.

Then I told gdisk to make a hybrid MBR, then deleted the GPT partition and
well redid all other partitions so the start from partition one and told
gdisk to zap all GPT structures.

Then I installed grub-pc 2.00-17 from chroot for both /dev/sda and /dev/sdb.

On reboot I got:

Welcome to GRUB!
error: disk ',gpt2' not found.
Entering rescue mode...
grub rescue> help
Unknown command 'help'
grub rescue> insmod help
error: disk ',gpt2' not found.

At this point I consider its not worth trying anything else to get the
system to boot.

I booted into GRML 2013.2 64-Bit and reinstalled GRUB. I also remade
device.map once via grub-mkdevicemap I think. I grepped to ,gpt2 in
grub configuration – all to no avail.

Finally I disabled the new mSATA SSD in BIOS.

Then it booted from the MBR of the old Intel SSD 320 and it used my new
GRUB configuration from the system I copied to the mSATA SSD.

Today I upgraded to 2.00-18. And I made sure its on both disks:

merkaba:~> grub-install /dev/sda
installation beendet. Keine Fehler aufgetreten.
merkaba:~> grub-install /dev/sdb
installation beendet. Keine Fehler aufgetreten.
merkaba:~> grub-install "(hd0)" 
/usr/sbin/grub-bios-setup: Fehler: Laufwerk »hd0« wurde nicht gefunden..
merkaba:~#1> grub-mkdevicemap 
merkaba:~> grub-install /dev/sda
installation beendet. Keine Fehler aufgetreten.
merkaba:~> grub-install /dev/sdb
installation beendet. Keine Fehler aufgetreten.
merkaba:~> grub-install "(hd0)" 
installation beendet. Keine Fehler aufgetreten.
merkaba:~> grub-install "(hd1)"
installation beendet. Keine Fehler aufgetreten.
merkaba:~>


martin at merkaba:~> cat /boot/grub/device.map 
(hd0)   /dev/disk/by-id/ata-INTEL_SSDSA2CW300G3_SERIAL-OF-INTEL-SSD-320
(hd1)   /dev/disk/by-id/ata-INTEL_SSDMCEAC030B3_SERIAL-OF-MSATA-SSD

hd0 is old Intel SSD 320 (300 GB)
hd1 is new Intel mSATA SSD (30 GB)


Result:

GRUB doesn´t boot if mSATA SSD appears before old Intel SSD 320 in boot
order. Its fails with aforementioned error message.


Expected result:

GRUB just boots. No matter which MBR the BIOS will take.


Any idea?

I just use LVM on the Intel SSD 320. On the mSATA SSD I just use partitions.

merkaba:~> lsblk
NAME                      MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda                         8:0    0 279,5G  0 disk 
├─sda1                      8:1    0     4M  0 part 
├─sda2                      8:2    0   191M  0 part 
├─sda3                      8:3    0   286M  0 part 
└─sda4                      8:4    0   279G  0 part 
  ├─merkaba-swap (dm-0)   254:0    0    12G  0 lvm  [SWAP]
  ├─merkaba-debian (dm-1) 254:1    0  18,6G  0 lvm  
  └─merkaba-home (dm-2)   254:2    0 243,5G  0 lvm  
sdb                         8:16   0    28G  0 disk 
├─sdb1                      8:17   0   200M  0 part 
├─sdb2                      8:18   0   300M  0 part /boot
└─sdb3                      8:19   0    20G  0 part 
sr0                        11:0    1  1024M  0 rom 


merkaba:~> fdisk -l /dev/sdb

Disk /dev/sdb: 30.0 GB, 30016659456 bytes
255 heads, 63 sectors/track, 3649 cylinders, total 58626288 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048      411647      204800   ef  EFI (FAT-12/16/32)
/dev/sdb2          411648     1026047      307200   83  Linux
/dev/sdb3         1026048    42969087    20971520   83  Linux


Thanks,
Martin

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/sdb3 / btrfs rw,noatime,compress=lzo,ssd,space_cache 0 0
/dev/sdb2 /boot ext4 rw,noatime,data=ordered 0 0
/dev/mapper/merkaba-home /home btrfs rw,noatime,compress=lzo,ssd,space_cache 0 0
/dev/sdb3 /mnt/debian-zeit btrfs rw,noatime,compress=lzo,ssd,space_cache 0 0
/dev/mapper/merkaba-home /mnt/home-zeit btrfs rw,noatime,compress=lzo,ssd,space_cache 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-INTEL_SSDSA2CW300G3_SERIAL-OF-INTEL-SSD-320
(hd1)	/dev/disk/by-id/ata-INTEL_SSDMCEAC030B3_SERIAL-OF-MSATA-SSD
*********************** 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 [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_msdos
insmod btrfs
set root='hd1,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos3 --hint-efi=hd1,msdos3 --hint-baremetal=ahci1,msdos3  2f5c334d-249b-4c89-95cc-18572f750bd7
else
  search --no-floppy --fs-uuid --set=root 2f5c334d-249b-4c89-95cc-18572f750bd7
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=1920x1080
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=de_DE
  insmod gettext
fi
terminal_output gfxterm
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod btrfs
set root='hd1,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos3 --hint-efi=hd1,msdos3 --hint-baremetal=ahci1,msdos3  2f5c334d-249b-4c89-95cc-18572f750bd7
else
  search --no-floppy --fs-uuid --set=root 2f5c334d-249b-4c89-95cc-18572f750bd7
fi
insmod png
if background_image /usr/share/images/desktop-base/joy-grub.png; then
  set color_normal=white/black
  set color_highlight=black/white
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-2f5c334d-249b-4c89-95cc-18572f750bd7' {
	load_video
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
	else
	  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
	fi
	echo	'Linux 3.11.0-rc6-tp520 wird geladen …'
	linux	/vmlinuz-3.11.0-rc6-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro  threadirqs
	echo	'Initiale Ramdisk wird geladen …'
	initrd	/initrd.img-3.11.0-rc6-tp520
}
submenu 'Erweiterte Optionen für Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-2f5c334d-249b-4c89-95cc-18572f750bd7' {
	menuentry 'Debian GNU/Linux, mit Linux 3.11.0-rc6-tp520' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-rc6-tp520-advanced-2f5c334d-249b-4c89-95cc-18572f750bd7' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		echo	'Linux 3.11.0-rc6-tp520 wird geladen …'
		linux	/vmlinuz-3.11.0-rc6-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro  threadirqs
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/initrd.img-3.11.0-rc6-tp520
	}
	menuentry 'Debian GNU/Linux, mit Linux 3.11.0-rc6-tp520 (Wiederherstellungsmodus)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-rc6-tp520-recovery-2f5c334d-249b-4c89-95cc-18572f750bd7' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		echo	'Linux 3.11.0-rc6-tp520 wird geladen …'
		linux	/vmlinuz-3.11.0-rc6-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single 
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/initrd.img-3.11.0-rc6-tp520
	}
	menuentry 'Debian GNU/Linux, mit Linux 3.11.0-rc4-tp520' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-rc4-tp520-advanced-2f5c334d-249b-4c89-95cc-18572f750bd7' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		echo	'Linux 3.11.0-rc4-tp520 wird geladen …'
		linux	/vmlinuz-3.11.0-rc4-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro  threadirqs
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/initrd.img-3.11.0-rc4-tp520
	}
	menuentry 'Debian GNU/Linux, mit Linux 3.11.0-rc4-tp520 (Wiederherstellungsmodus)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-rc4-tp520-recovery-2f5c334d-249b-4c89-95cc-18572f750bd7' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		echo	'Linux 3.11.0-rc4-tp520 wird geladen …'
		linux	/vmlinuz-3.11.0-rc4-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single 
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/initrd.img-3.11.0-rc4-tp520
	}
	menuentry 'Debian GNU/Linux, mit Linux 3.11.0-rc3-tp520' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-rc3-tp520-advanced-2f5c334d-249b-4c89-95cc-18572f750bd7' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		echo	'Linux 3.11.0-rc3-tp520 wird geladen …'
		linux	/vmlinuz-3.11.0-rc3-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro  threadirqs
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/initrd.img-3.11.0-rc3-tp520
	}
	menuentry 'Debian GNU/Linux, mit Linux 3.11.0-rc3-tp520 (Wiederherstellungsmodus)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.11.0-rc3-tp520-recovery-2f5c334d-249b-4c89-95cc-18572f750bd7' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		echo	'Linux 3.11.0-rc3-tp520 wird geladen …'
		linux	/vmlinuz-3.11.0-rc3-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single 
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/initrd.img-3.11.0-rc3-tp520
	}
	menuentry 'Debian GNU/Linux, mit Linux 3.10.0-tp520' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10.0-tp520-advanced-2f5c334d-249b-4c89-95cc-18572f750bd7' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		echo	'Linux 3.10.0-tp520 wird geladen …'
		linux	/vmlinuz-3.10.0-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro  threadirqs
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/initrd.img-3.10.0-tp520
	}
	menuentry 'Debian GNU/Linux, mit Linux 3.10.0-tp520 (Wiederherstellungsmodus)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10.0-tp520-recovery-2f5c334d-249b-4c89-95cc-18572f750bd7' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		echo	'Linux 3.10.0-tp520 wird geladen …'
		linux	/vmlinuz-3.10.0-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single 
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/initrd.img-3.10.0-tp520
	}
	menuentry 'Debian GNU/Linux, mit Linux 3.10-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10-1-amd64-advanced-2f5c334d-249b-4c89-95cc-18572f750bd7' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		echo	'Linux 3.10-1-amd64 wird geladen …'
		linux	/vmlinuz-3.10-1-amd64 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro  threadirqs
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/initrd.img-3.10-1-amd64
	}
	menuentry 'Debian GNU/Linux, mit Linux 3.10-1-amd64 (Wiederherstellungsmodus)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.10-1-amd64-recovery-2f5c334d-249b-4c89-95cc-18572f750bd7' {
		load_video
		insmod gzio
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		echo	'Linux 3.10-1-amd64 wird geladen …'
		linux	/vmlinuz-3.10-1-amd64 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single 
		echo	'Initiale Ramdisk wird geladen …'
		initrd	/initrd.img-3.10-1-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/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
	else
	  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
	fi
	linux16	/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
	else
	  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
	fi
	linux16	/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
	else
	  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
	fi
	multiboot	/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
	else
	  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
	fi
	multiboot	/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Debian GNU/Linux (jessie/sid)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-1f345038-7b1d-4a1b-a2d3-ce1336819131' {
	insmod part_msdos
	insmod ext2
	set root='hd1,msdos2'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
	else
	  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
	fi
	linux /vmlinuz-3.11.0-rc6-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro threadirqs
	initrd /initrd.img-3.11.0-rc6-tp520
}
submenu 'Erweiterte Optionen für Debian GNU/Linux (jessie/sid)' $menuentry_id_option 'osprober-gnulinux-advanced-1f345038-7b1d-4a1b-a2d3-ce1336819131' {
	menuentry 'Debian GNU/Linux (auf /dev/mapper/merkaba-debian)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.11.0-rc6-tp520--1f345038-7b1d-4a1b-a2d3-ce1336819131' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		linux /vmlinuz-3.11.0-rc6-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro threadirqs
		initrd /initrd.img-3.11.0-rc6-tp520
	}
	menuentry 'Debian GNU/Linux, with Linux 3.11.0-rc6-tp520 (auf /dev/mapper/merkaba-debian)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.11.0-rc6-tp520--1f345038-7b1d-4a1b-a2d3-ce1336819131' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		linux /vmlinuz-3.11.0-rc6-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro threadirqs
		initrd /initrd.img-3.11.0-rc6-tp520
	}
	menuentry 'Debian GNU/Linux, with Linux 3.11.0-rc6-tp520 (recovery mode) (auf /dev/mapper/merkaba-debian)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.11.0-rc6-tp520-root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single-1f345038-7b1d-4a1b-a2d3-ce1336819131' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		linux /vmlinuz-3.11.0-rc6-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single
		initrd /initrd.img-3.11.0-rc6-tp520
	}
	menuentry 'Debian GNU/Linux, with Linux 3.11.0-rc4-tp520 (auf /dev/mapper/merkaba-debian)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.11.0-rc4-tp520--1f345038-7b1d-4a1b-a2d3-ce1336819131' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		linux /vmlinuz-3.11.0-rc4-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro threadirqs
		initrd /initrd.img-3.11.0-rc4-tp520
	}
	menuentry 'Debian GNU/Linux, with Linux 3.11.0-rc4-tp520 (recovery mode) (auf /dev/mapper/merkaba-debian)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.11.0-rc4-tp520-root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single-1f345038-7b1d-4a1b-a2d3-ce1336819131' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		linux /vmlinuz-3.11.0-rc4-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single
		initrd /initrd.img-3.11.0-rc4-tp520
	}
	menuentry 'Debian GNU/Linux, with Linux 3.11.0-rc3-tp520 (auf /dev/mapper/merkaba-debian)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.11.0-rc3-tp520--1f345038-7b1d-4a1b-a2d3-ce1336819131' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		linux /vmlinuz-3.11.0-rc3-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro threadirqs
		initrd /initrd.img-3.11.0-rc3-tp520
	}
	menuentry 'Debian GNU/Linux, with Linux 3.11.0-rc3-tp520 (recovery mode) (auf /dev/mapper/merkaba-debian)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.11.0-rc3-tp520-root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single-1f345038-7b1d-4a1b-a2d3-ce1336819131' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		linux /vmlinuz-3.11.0-rc3-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single
		initrd /initrd.img-3.11.0-rc3-tp520
	}
	menuentry 'Debian GNU/Linux, with Linux 3.10.0-tp520 (auf /dev/mapper/merkaba-debian)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.10.0-tp520--1f345038-7b1d-4a1b-a2d3-ce1336819131' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		linux /vmlinuz-3.10.0-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro threadirqs
		initrd /initrd.img-3.10.0-tp520
	}
	menuentry 'Debian GNU/Linux, with Linux 3.10.0-tp520 (recovery mode) (auf /dev/mapper/merkaba-debian)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.10.0-tp520-root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single-1f345038-7b1d-4a1b-a2d3-ce1336819131' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		linux /vmlinuz-3.10.0-tp520 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single
		initrd /initrd.img-3.10.0-tp520
	}
	menuentry 'Debian GNU/Linux, with Linux 3.10-1-amd64 (auf /dev/mapper/merkaba-debian)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.10-1-amd64--1f345038-7b1d-4a1b-a2d3-ce1336819131' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		linux /vmlinuz-3.10-1-amd64 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro threadirqs
		initrd /initrd.img-3.10-1-amd64
	}
	menuentry 'Debian GNU/Linux, with Linux 3.10-1-amd64 (recovery mode) (auf /dev/mapper/merkaba-debian)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/vmlinuz-3.10-1-amd64-root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single-1f345038-7b1d-4a1b-a2d3-ce1336819131' {
		insmod part_msdos
		insmod ext2
		set root='hd1,msdos2'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2  6a056634-21c5-4997-8cb2-5649afc8f122
		else
		  search --no-floppy --fs-uuid --set=root 6a056634-21c5-4997-8cb2-5649afc8f122
		fi
		linux /vmlinuz-3.10-1-amd64 root=UUID=2f5c334d-249b-4c89-95cc-18572f750bd7 ro single
		initrd /initrd.img-3.10-1-amd64
	}
}

### 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 : 
unused devices: <none>
*********************** END /proc/mdstat

*********************** BEGIN LVM
  --- Volume group ---
  VG Name               merkaba
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  18
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                3
  Open LV               2
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               278.99 GiB
  PE Size               4.00 MiB
  Total PE              71421
  Alloc PE / Size       70180 / 274.14 GiB
  Free  PE / Size       1241 / 4.85 GiB
  VG UUID               2v42d3-vHdl-ld11-SjUa-3yHG-WNaD-yRkXai
   
  --- Physical volume ---
  PV Name               /dev/sda4
  VG Name               merkaba
  PV Size               278.99 GiB / not usable 2.00 MiB
  Allocatable           yes 
  PE Size               4.00 MiB
  Total PE              71421
  Free PE               1241
  Allocated PE          70180
  PV UUID               hFbNjl-Sf1i-tJnb-7VlB-CHFm-qP7y-Q2aMBn
   
  --- Logical volume ---
  LV Path                /dev/merkaba/debian
  LV Name                debian
  VG Name                merkaba
  LV UUID                c84KVp-eSRm-wGID-GAEn-JJPI-SYm7-QR31ER
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 0
  LV Size                18.62 GiB
  Current LE             4768
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:1
   
  --- Logical volume ---
  LV Path                /dev/merkaba/home
  LV Name                home
  VG Name                merkaba
  LV UUID                Ltx5KD-5AJR-HAA8-11Za-eFrG-TEtk-OaH6JV
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 1
  LV Size                243.52 GiB
  Current LE             62340
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:2
   
  --- Logical volume ---
  LV Path                /dev/merkaba/swap
  LV Name                swap
  VG Name                merkaba
  LV UUID                mnM6wo-K91m-lTIU-zCas-nvkS-c7di-yzIUr8
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 2
  LV Size                12.00 GiB
  Current LE             3072
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           254:0
   
*********************** END LVM

*********************** BEGIN /dev/disk/by-id
total 0
lrwxrwxrwx 1 root root  9 Aug 27 10:02 ata-HL-DT-STDVDRAM_GT33N_SERIAL-OF-DVD-BURNER -> ../../sr0
lrwxrwxrwx 1 root root  9 Aug 27 10:02 ata-INTEL_SSDMCEAC030B3_SERIAL-OF-MSATA-SSD -> ../../sdb
lrwxrwxrwx 1 root root 10 Aug 27 10:02 ata-INTEL_SSDMCEAC030B3_SERIAL-OF-MSATA-SSD-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Aug 27 10:02 ata-INTEL_SSDMCEAC030B3_SERIAL-OF-MSATA-SSD-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Aug 27 10:02 ata-INTEL_SSDMCEAC030B3_SERIAL-OF-MSATA-SSD-part3 -> ../../sdb3
lrwxrwxrwx 1 root root  9 Aug 27 10:02 ata-INTEL_SSDSA2CW300G3_SERIAL-OF-INTEL-SSD-320 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 27 10:02 ata-INTEL_SSDSA2CW300G3_SERIAL-OF-INTEL-SSD-320-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 27 10:02 ata-INTEL_SSDSA2CW300G3_SERIAL-OF-INTEL-SSD-320-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 27 10:02 ata-INTEL_SSDSA2CW300G3_SERIAL-OF-INTEL-SSD-320-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug 27 10:02 ata-INTEL_SSDSA2CW300G3_SERIAL-OF-INTEL-SSD-320-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Aug 27 10:02 dm-name-merkaba-debian -> ../../dm-1
lrwxrwxrwx 1 root root 10 Aug 27 10:02 dm-name-merkaba-home -> ../../dm-2
lrwxrwxrwx 1 root root 10 Aug 27 10:02 dm-name-merkaba-swap -> ../../dm-0
lrwxrwxrwx 1 root root 10 Aug 27 10:02 dm-uuid-LVM-2v42d3vHdlld11SjUa3yHGWNaDyRkXaiLtx5KD5AJRHAA811ZaeFrGTEtkOaH6JV -> ../../dm-2
lrwxrwxrwx 1 root root 10 Aug 27 10:02 dm-uuid-LVM-2v42d3vHdlld11SjUa3yHGWNaDyRkXaic84KVpeSRmwGIDGAEnJJPISYm7QR31ER -> ../../dm-1
lrwxrwxrwx 1 root root 10 Aug 27 10:02 dm-uuid-LVM-2v42d3vHdlld11SjUa3yHGWNaDyRkXaimnM6woK91mlTIUzCasnvkSc7diyzIUr8 -> ../../dm-0
lrwxrwxrwx 1 root root  9 Aug 27 10:02 scsi-SATA_INTEL_SSDMCEAC03SERIAL-OF-MSATA-SSD -> ../../sdb
lrwxrwxrwx 1 root root 10 Aug 27 10:02 scsi-SATA_INTEL_SSDMCEAC03SERIAL-OF-MSATA-SSD-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Aug 27 10:02 scsi-SATA_INTEL_SSDMCEAC03SERIAL-OF-MSATA-SSD-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Aug 27 10:02 scsi-SATA_INTEL_SSDMCEAC03SERIAL-OF-MSATA-SSD-part3 -> ../../sdb3
lrwxrwxrwx 1 root root  9 Aug 27 10:02 scsi-SATA_INTEL_SSDSA2CW30SERIAL-OF-INTEL-SSD-320 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 27 10:02 scsi-SATA_INTEL_SSDSA2CW30SERIAL-OF-INTEL-SSD-320-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 27 10:02 scsi-SATA_INTEL_SSDSA2CW30SERIAL-OF-INTEL-SSD-320-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 27 10:02 scsi-SATA_INTEL_SSDSA2CW30SERIAL-OF-INTEL-SSD-320-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug 27 10:02 scsi-SATA_INTEL_SSDSA2CW30SERIAL-OF-INTEL-SSD-320-part4 -> ../../sda4
lrwxrwxrwx 1 root root  9 Aug 27 10:02 wwn-0xWWN-OF-INTEL-SSD320 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 27 10:02 wwn-0xWWN-OF-INTEL-SSD320-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 27 10:02 wwn-0xWWN-OF-INTEL-SSD320-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 27 10:02 wwn-0xWWN-OF-INTEL-SSD320-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug 27 10:02 wwn-0xWWN-OF-INTEL-SSD320-part4 -> ../../sda4
lrwxrwxrwx 1 root root  9 Aug 27 10:02 wwn-0xWWN-OF-MSATA-SSD -> ../../sdb
lrwxrwxrwx 1 root root 10 Aug 27 10:02 wwn-0xWWN-OF-MSATA-SSD-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Aug 27 10:02 wwn-0xWWN-OF-MSATA-SSD-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Aug 27 10:02 wwn-0xWWN-OF-MSATA-SSD-part3 -> ../../sdb3
*********************** END /dev/disk/by-id

*********************** BEGIN /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 Aug 27 10:02 0940bf03-930d-4494-92e0-5f1cdc597f86 -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug 27 10:02 1f345038-7b1d-4a1b-a2d3-ce1336819131 -> ../../dm-1
lrwxrwxrwx 1 root root 10 Aug 27 10:02 2A15-82CC -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 27 10:02 2f5c334d-249b-4c89-95cc-18572f750bd7 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Aug 27 10:02 5e01c810-e6bc-4f46-96cd-619c1303101a -> ../../dm-0
lrwxrwxrwx 1 root root 10 Aug 27 10:02 6a056634-21c5-4997-8cb2-5649afc8f122 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Aug 27 10:02 DE84-81CD -> ../../sdb1
lrwxrwxrwx 1 root root 10 Aug 27 10:02 a653b92e-7224-4538-b619-9a1acfa1e28b -> ../../dm-2
*********************** END /dev/disk/by-uuid

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11.0-rc6-tp520 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.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.51
ii  grub-common            2.00-18
ii  grub-pc-bin            2.00-18
ii  grub2-common           2.00-18
ii  ucf                    3.0027+nmu1

grub-pc recommends no packages.

grub-pc suggests no packages.

-- debconf information:
  grub2/kfreebsd_cmdline:
  grub2/device_map_regenerated:
  grub2/linux_cmdline:
  grub-pc/install_devices_empty: false
  grub-pc/install_devices_failed: false
  grub-pc/chainload_from_menu.lst: true
  grub-pc/kopt_extracted: false
* grub-pc/install_devices: /dev/disk/by-id/ata-INTEL_SSDSA2CW300G3_SERIAL-OF-INTEL-SSD-320, /dev/disk/by-id/ata-INTEL_SSDMCEAC030B3_SERIAL-OF-MSATA-SSD
  grub-pc/postrm_purge_boot_grub: false
  grub-pc/install_devices_failed_upgrade: true
  grub-pc/disk_description:
  grub2/kfreebsd_cmdline_default: quiet
  grub-pc/partition_description:
  grub-pc/install_devices_disks_changed:
  grub2/linux_cmdline_default: threadirqs
  grub-pc/mixed_legacy_and_grub2: true



More information about the Pkg-grub-devel mailing list