Bug#627260: [grub-pc] grub-pc: Fails to detect and install to IDE /boot partition

Chris Knadle Chris.Knadle at coredump.us
Thu May 19 02:00:20 UTC 2011


Package: grub-pc
Version: 1.99-3
Severity: normal

--- Please enter the report below this line. ---

Attempting to upgrade grub-pc 1.99~rc1-13 to 1.99-3 to the /boot
partition (/dev/hde2) fails.  This is an old box with three IDE
disks using EXT2 for /boot and XFS for everything else, as it was
installed prior to Grub gaining XFS support.  The upgrade fails with:

   Setting up grub-pc (1.99-3) ...
   /usr/sbin/grub-setup: warn: Attempting to install GRUB to a partitionless disk or to a partition.  This is a BAD idea..
   /usr/sbin/grub-setup: warn: Embedding is not possible.  GRUB can only be installed in this setup by using blocklists.  
However, blocklists are UNRELIABLE and their use is discouraged..
   /usr/sbin/grub-setup: error: cannot read `/grub/core.img' correctly.

As you'll likely want the output of 'grub-probe -vvv --target=fs /boot',
the output of that is attached.

The output of that is lengthy.  As you'll see from examining it, the disk
in this PC was once (long ago) in a Mac G3, and as such has both an msdos
partition table and an incorrect apple partition table on it from when it
was in the Mac.  grub-probe seems to detect the msdos partition table as
well as the apple partition table, but then concludes that the disk is
partitionless.  :-/

I was able to complete installation of v 1.99-3 by installing Grub into the
MBR of /dev/hde, however the MBR had the GAG bootloader installed before
doing this, but I needed to to have the correct version of Grub installed
to write a correct bug report.  At least on this box, I've yet to have Grub
install to the MBR on top of GAG and result in a booting system, so I'm
writing this bug report before trying a reboot.  I'll report back results
of the reboot.

Thanks in advance.

   -- Chris

-- 

Chris Knadle
Chris.Knadle at coredump.us

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.38.6-686-crk1

Debian Release: wheezy/sid
  500 unstable        www.debian-multimedia.org 
  500 unstable        ftp.us.debian.org 
    1 experimental    ftp.us.debian.org 

--- Package information. ---
Depends          (Version) | Installed
==========================-+-===========
debconf          (>= 0.5)  | 1.5.39
 OR debconf-2.0            | 
grub-common                | 1.99-3
grub-pc-bin     (= 1.99-3) | 1.99-3
ucf                        | 3.0025+nmu2


Package's Recommends field is empty.

Package's Suggests field is empty.


--- Output from package bug script ---

*********************** BEGIN /proc/mounts
/dev/root / xfs rw,noatime,nodiratime,noquota 0 0
/dev/hde2 /boot ext2 rw,nosuid,nodev,noexec,noatime,nodiratime,errors=continue 0 0
/dev/hde6 /home xfs rw,nosuid,nodev,noatime,nodiratime,noquota 0 0
/dev/hdg1 /space1 xfs rw,nosuid,nodev,noexec,noatime,nodiratime,noquota 0 0
/dev/root /run xfs rw,noatime,nodiratime,noquota 0 0
/dev/root /run/lock xfs rw,noatime,nodiratime,noquota 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/disk/by-id/ata-ST3160023A_3JS0Q8BJ
(hd1)	/dev/disk/by-id/ata-ST3500630A_9QG4VXGR
(hd2)	/dev/disk/by-id/ata-ST3500630A_9QG4YXHH
*********************** 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 /grubenv ]; then
  load_env
fi
set default="0"
if [ "" ]; then
  set saved_entry=""
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

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

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

terminal_input console
terminal_output console
set timeout=10
### 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 2.6.38.6-686-crk1' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos2)'
	search --no-floppy --fs-uuid --set=root 4be4195d-aeb1-4511-9295-8a360a1571be
	echo	'Loading Linux 2.6.38.6-686-crk1 ...'
	linux	/vmlinuz-2.6.38.6-686-crk1 root=/dev/hde3 ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.38.6-686-crk1 (recovery mode)' --class debian --class gnu-linux --class gnu --class 
os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos2)'
	search --no-floppy --fs-uuid --set=root 4be4195d-aeb1-4511-9295-8a360a1571be
	echo	'Loading Linux 2.6.38.6-686-crk1 ...'
	linux	/vmlinuz-2.6.38.6-686-crk1 root=/dev/hde3 ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.37.6-686-crk3' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos2)'
	search --no-floppy --fs-uuid --set=root 4be4195d-aeb1-4511-9295-8a360a1571be
	echo	'Loading Linux 2.6.37.6-686-crk3 ...'
	linux	/vmlinuz-2.6.37.6-686-crk3 root=/dev/hde3 ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.37.6-686-crk3 (recovery mode)' --class debian --class gnu-linux --class gnu --class 
os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos2)'
	search --no-floppy --fs-uuid --set=root 4be4195d-aeb1-4511-9295-8a360a1571be
	echo	'Loading Linux 2.6.37.6-686-crk3 ...'
	linux	/vmlinuz-2.6.37.6-686-crk3 root=/dev/hde3 ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.37.4-686-crk2' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos2)'
	search --no-floppy --fs-uuid --set=root 4be4195d-aeb1-4511-9295-8a360a1571be
	echo	'Loading Linux 2.6.37.4-686-crk2 ...'
	linux	/vmlinuz-2.6.37.4-686-crk2 root=/dev/hde3 ro  
}
menuentry 'Debian GNU/Linux, with Linux 2.6.37.4-686-crk2 (recovery mode)' --class debian --class gnu-linux --class gnu --class 
os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos2)'
	search --no-floppy --fs-uuid --set=root 4be4195d-aeb1-4511-9295-8a360a1571be
	echo	'Loading Linux 2.6.37.4-686-crk2 ...'
	linux	/vmlinuz-2.6.37.4-686-crk2 root=/dev/hde3 ro single 
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos2)'
	search --no-floppy --fs-uuid --set=root 4be4195d-aeb1-4511-9295-8a360a1571be
	echo	'Loading Linux 2.6.32-5-686 ...'
	linux	/vmlinuz-2.6.32-5-686 root=UUID=e8ff2ebe-6237-4f9c-a70a-49bbd2aca614 ro  
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.32-5-686
}
menuentry 'Debian GNU/Linux, with Linux 2.6.32-5-686 (recovery mode)' --class debian --class gnu-linux --class gnu --class os {
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='(hd0,msdos2)'
	search --no-floppy --fs-uuid --set=root 4be4195d-aeb1-4511-9295-8a360a1571be
	echo	'Loading Linux 2.6.32-5-686 ...'
	linux	/vmlinuz-2.6.32-5-686 root=UUID=e8ff2ebe-6237-4f9c-a70a-49bbd2aca614 ro single 
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-2.6.32-5-686
}
### 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,msdos2)'
	search --no-floppy --fs-uuid --set=root 4be4195d-aeb1-4511-9295-8a360a1571be
	linux16	/memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Windows NT/2000/XP (loader) (on /dev/hde1)" --class windows --class os {
	insmod part_msdos
	insmod ntfs
	set root='(hd0,msdos1)'
	search --no-floppy --fs-uuid --set=root C0340E8F340E889C
	drivemap -s (hd0) 
	chainloader +1
}
### END /etc/grub.d/30_os-prober ###

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

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

*********************** BEGIN /proc/mdstat
cat: /proc/mdstat: No such file or directory
*********************** END /proc/mdstat

-------------- next part --------------
grub-core/disk/raid.c:740: Scanning for dmraid_nv RAID devices on disk hd0
grub-probe: info: Scanning for dmraid_nv RAID devices on disk hd0.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde' in open_device()
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for dmraid_nv RAID devices on disk hd1
grub-probe: info: Scanning for dmraid_nv RAID devices on disk hd1.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdg' in open_device()
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/disk/raid.c:740: Scanning for dmraid_nv RAID devices on disk hd2
grub-probe: info: Scanning for dmraid_nv RAID devices on disk hd2.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdh' in open_device()
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/kern/disk.c:330: Closing `hd2'.
grub-probe: info: scanning hd0 for LVM.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde' in open_device()
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-probe: info: scanning hd1 for LVM.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdg' in open_device()
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/kern/disk.c:330: Closing `hd1'.
grub-probe: info: scanning hd2 for LVM.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdh' in open_device()
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd0
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd0.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde' in open_device()
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd1
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd1.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdg' in open_device()
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd2
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd2.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdh' in open_device()
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd0
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd0.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde' in open_device()
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde'
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd1
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd1.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdg' in open_device()
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hdg'
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd2
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd2.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdh' in open_device()
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hdh'
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd0
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd0.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde1' in open_device()
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde' in open_device()
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde1' in open_device()
grub-core/partmap/apple.c:123: bad magic (found 0xeb52; wanted 0x4552
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde1'
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde' in open_device()
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde2' in open_device()
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde' in open_device()
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde3' in open_device()
grub-core/partmap/apple.c:123: bad magic (found 0x5846; wanted 0x4552
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde3'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde3'
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde' in open_device()
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde'
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde5' in open_device()
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde5'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde5'
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x5, start 0x7a65cf5, len 0xafb2dcc
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde' in open_device()
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x7a65d34, len 0xafb2d8d
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde'
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde6' in open_device()
grub-core/partmap/apple.c:123: bad magic (found 0x5846; wanted 0x4552
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde6'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde6'
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x5, start 0x7a65cf5, len 0xafb2dcc
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x7a65d34, len 0xafb2d8d
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x5, start 0x7a65cf5, len 0xafb2dcc
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x7a65d34, len 0xafb2d8d
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd0,msdos6
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd0,msdos6.
grub-core/kern/disk.c:245: Opening `hd0,msdos6'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x5, start 0x7a65cf5, len 0xafb2dcc
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x7a65d34, len 0xafb2d8d
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde6' in open_device()
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde6'
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd0,msdos5
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd0,msdos5.
grub-core/kern/disk.c:245: Opening `hd0,msdos5'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde5' in open_device()
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde5'
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd0,msdos3
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd0,msdos3.
grub-core/kern/disk.c:245: Opening `hd0,msdos3'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde3' in open_device()
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde3'
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd0,msdos2
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd0,msdos2.
grub-core/kern/disk.c:245: Opening `hd0,msdos2'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde2' in open_device()
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd0,msdos1
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd0,msdos1.
grub-core/kern/disk.c:245: Opening `hd0,msdos1'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde1' in open_device()
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde1'
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd1
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd1.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdg1' in open_device()
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdg' in open_device()
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdg1' in open_device()
grub-core/partmap/apple.c:123: bad magic (found 0x5846; wanted 0x4552
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hdg1'
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd1,msdos1
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd1,msdos1.
grub-core/kern/disk.c:245: Opening `hd1,msdos1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdg1' in open_device()
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hdg1'
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd2
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd2.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdh1' in open_device()
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdh' in open_device()
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdh1' in open_device()
grub-core/partmap/apple.c:123: bad magic (found 0x5846; wanted 0x4552
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hdh1'
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/disk/raid.c:740: Scanning for mdraid09 RAID devices on disk hd2,msdos1
grub-probe: info: Scanning for mdraid09 RAID devices on disk hd2,msdos1.
grub-core/kern/disk.c:245: Opening `hd2,msdos1'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdh1' in open_device()
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hdh1'
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd0
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd0.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/apple.c:123: bad magic (found 0xeb52; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/apple.c:123: bad magic (found 0x5846; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x5, start 0x7a65cf5, len 0xafb2dcc
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x7a65d34, len 0xafb2d8d
grub-core/partmap/apple.c:123: bad magic (found 0x5846; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x5, start 0x7a65cf5, len 0xafb2dcc
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x7a65d34, len 0xafb2d8d
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x5, start 0x7a65cf5, len 0xafb2dcc
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x7a65d34, len 0xafb2d8d
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd0,msdos6
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd0,msdos6.
grub-core/kern/disk.c:245: Opening `hd0,msdos6'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x5, start 0x7a65cf5, len 0xafb2dcc
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x7a65d34, len 0xafb2d8d
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde6' in open_device()
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd0,msdos5
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd0,msdos5.
grub-core/kern/disk.c:245: Opening `hd0,msdos5'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde5' in open_device()
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd0,msdos3
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd0,msdos3.
grub-core/kern/disk.c:245: Opening `hd0,msdos3'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde3' in open_device()
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd0,msdos2
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd0,msdos2.
grub-core/kern/disk.c:245: Opening `hd0,msdos2'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde2' in open_device()
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd0,msdos1
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd0,msdos1.
grub-core/kern/disk.c:245: Opening `hd0,msdos1'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde1' in open_device()
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd1
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd1.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/apple.c:123: bad magic (found 0x5846; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd1,msdos1
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd1,msdos1.
grub-core/kern/disk.c:245: Opening `hd1,msdos1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdg1' in open_device()
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd2
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd2.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/apple.c:123: bad magic (found 0x5846; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/disk/raid.c:740: Scanning for mdraid1x RAID devices on disk hd2,msdos1
grub-probe: info: Scanning for mdraid1x RAID devices on disk hd2,msdos1.
grub-core/kern/disk.c:245: Opening `hd2,msdos1'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hdh1' in open_device()
grub-core/kern/disk.c:330: Closing `hd2'.
grub-probe: info: scanning hd0 for LVM.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/apple.c:123: bad magic (found 0xeb52; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/apple.c:123: bad magic (found 0x5846; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x5, start 0x7a65cf5, len 0xafb2dcc
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x7a65d34, len 0xafb2d8d
grub-core/partmap/apple.c:123: bad magic (found 0x5846; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x5, start 0x7a65cf5, len 0xafb2dcc
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x7a65d34, len 0xafb2d8d
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x5, start 0x7a65cf5, len 0xafb2dcc
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x7a65d34, len 0xafb2d8d
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x7a65cf5, len 0x0
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552
grub-core/kern/disk.c:330: Closing `hd0'.
grub-probe: info: scanning hd0,msdos6 for LVM.
grub-core/kern/disk.c:245: Opening `hd0,msdos6'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x5, start 0x7a65cf5, len 0xafb2dcc
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x73defcb, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x7a65d34, len 0xafb2d8d
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-probe: info: scanning hd0,msdos5 for LVM.
grub-core/kern/disk.c:245: Opening `hd0,msdos5'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x5, start 0x73defcb, len 0xb639af6
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x82, start 0x73df00a, len 0x686ceb
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-probe: info: scanning hd0,msdos3 for LVM.
grub-core/kern/disk.c:245: Opening `hd0,msdos3'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x83, start 0x4c92c06, len 0x274c3c5
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-probe: info: scanning hd0,msdos2 for LVM.
grub-core/kern/disk.c:245: Opening `hd0,msdos2'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-probe: info: scanning hd0,msdos1 for LVM.
grub-core/kern/disk.c:245: Opening `hd0,msdos1'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd0'.
grub-probe: info: scanning hd1 for LVM.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd1'.
grub-core/kern/disk.c:245: Opening `hd1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/apple.c:123: bad magic (found 0x5846; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552
grub-core/kern/disk.c:330: Closing `hd1'.
grub-probe: info: scanning hd1,msdos1 for LVM.
grub-core/kern/disk.c:245: Opening `hd1,msdos1'...
grub-probe: info: the size of hd1 is 976773168.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd1'.
grub-probe: info: scanning hd2 for LVM.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd2'.
grub-core/kern/disk.c:245: Opening `hd2'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/apple.c:123: bad magic (found 0x5846; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-core/partmap/msdos.c:163: partition 1: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 2: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/msdos.c:163: partition 3: flag 0x0, type 0x0, start 0x0, len 0x0
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552
grub-core/kern/disk.c:330: Closing `hd2'.
grub-probe: info: scanning hd2,msdos1 for LVM.
grub-core/kern/disk.c:245: Opening `hd2,msdos1'...
grub-probe: info: the size of hd2 is 976773168.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x83, start 0x3f, len 0x3a384c02
grub-probe: info: no LVM signature found.
grub-core/kern/disk.c:330: Closing `hd2'.
grub-probe: info: changing current directory to /dev.
grub-probe: info: /dev/hde2 starts from 80084025.
grub-probe: info: opening the device hd0.
grub-core/kern/disk.c:245: Opening `hd0'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-probe: info: Partition 0 starts from 63.
grub-core/partmap/apple.c:123: bad magic (found 0xeb52; wanted 0x4552
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-probe: info: Partition 1 starts from 80084025.
grub-probe: info: opening hd0,msdos2.
grub-core/kern/disk.c:245: Opening `hd0,msdos2'...
grub-probe: info: the size of hd0 is 312581808.
grub-core/partmap/msdos.c:163: partition 0: flag 0x0, type 0x7, start 0x3f, len 0x4c5fbfa
grub-core/partmap/msdos.c:163: partition 1: flag 0x80, type 0x83, start 0x4c5fc39, len 0x32fcd
grub-core/kern/fs.c:54: Detecting zfs...
grub-core/fs/zfs/zfs.c:2014: label 0
grub-core/kern/emu/hostdisk.c:691: opening the device `/dev/hde2' in open_device()
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/fs/zfs/zfs.c:2031: label ok 0
grub-core/fs/zfs/zfs.c:2036: No uberblock found
grub-core/fs/zfs/zfs.c:2014: label 1
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/fs/zfs/zfs.c:2031: label ok 1
grub-core/fs/zfs/zfs.c:2036: No uberblock found
grub-core/fs/zfs/zfs.c:2014: label 2
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/fs/zfs/zfs.c:2031: label ok 2
grub-core/fs/zfs/zfs.c:2036: No uberblock found
grub-core/fs/zfs/zfs.c:2014: label 3
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/fs/zfs/zfs.c:2031: label ok 3
grub-core/fs/zfs/zfs.c:2036: No uberblock found
grub-core/kern/fs.c:60: zfs detection failed.
grub-core/kern/fs.c:54: Detecting xfs...
grub-core/kern/fs.c:60: xfs detection failed.
grub-core/kern/fs.c:54: Detecting ufs2...
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/fs.c:60: ufs2 detection failed.
grub-core/kern/fs.c:54: Detecting ufs1...
grub-core/kern/fs.c:60: ufs1 detection failed.
grub-core/kern/fs.c:54: Detecting udf...
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/fs.c:60: udf detection failed.
grub-core/kern/fs.c:54: Detecting tarfs...
grub-core/kern/fs.c:60: tarfs detection failed.
grub-core/kern/fs.c:54: Detecting squash4...
grub-core/kern/fs.c:60: squash4 detection failed.
grub-core/kern/fs.c:54: Detecting sfs...
grub-core/kern/fs.c:60: sfs detection failed.
grub-core/kern/fs.c:54: Detecting reiserfs...
grub-core/kern/fs.c:60: reiserfs detection failed.
grub-core/kern/fs.c:54: Detecting ntfs...
grub-core/kern/fs.c:60: ntfs detection failed.
grub-core/kern/fs.c:54: Detecting nilfs2...
grub-core/kern/fs.c:60: nilfs2 detection failed.
grub-core/kern/fs.c:54: Detecting minix2...
grub-core/kern/fs.c:60: minix2 detection failed.
grub-core/kern/fs.c:54: Detecting minix...
grub-core/kern/fs.c:60: minix detection failed.
grub-core/kern/fs.c:54: Detecting jfs...
grub-core/kern/emu/hostdisk.c:669: reusing open device `/dev/hde2'
grub-core/kern/fs.c:60: jfs detection failed.
grub-core/kern/fs.c:54: Detecting iso9660...
grub-core/kern/fs.c:60: iso9660 detection failed.
grub-core/kern/fs.c:54: Detecting hfsplus...
grub-core/kern/fs.c:60: hfsplus detection failed.
grub-core/kern/fs.c:54: Detecting hfs...
grub-core/kern/fs.c:60: hfs detection failed.
grub-core/kern/fs.c:54: Detecting fat...
grub-core/kern/fs.c:60: fat detection failed.
grub-core/kern/fs.c:54: Detecting ext2...
ext2
grub-core/kern/disk.c:330: Closing `hd0'.


More information about the Pkg-grub-devel mailing list