Bug#494589: grub-pc: grub-install fails on GPT volume

Edward Allcutt emallcut at gleim.com
Sun Aug 10 20:22:35 UTC 2008


Package: grub-pc
Version: 1.96+20080724-5
Severity: important

While this bears a superficial resemblence to #489287 the more specific
errors are different.

I'm using a GPT partition table on this disk. /boot is on a separate
ext3 partition:
root at emallcut-x:~# cat /proc/mounts | fgrep boot
/dev/sda1 /boot ext3 rw,sync,nodev,noexec,relatime,errors=continue,data=ordered 0 0

After upgrading to the latest grub in lenny grub-install failed. I'm
not sure when I last ran grub-install but I can give you a previous
version that doesn't fail.

I looked at the changelog for 1.96+20080724-6 from sid but it doesn't
seem to contain anything relevant.

The most recent previous version I could find was 1.96+20080429-1 from
snapshot.debian.net. This version does not exhibit the problem and that's
what I'm reverting to each time to keep my system bootable. (It would
probably be fine after a simple upgrade but I'm not sure if overwriting
core.img during grub-install would mess things up.)

Now for the errors. The basic grub-install invocation:
root at emallcut-x:~# grub-install --no-floppy '(hd0)'
grub-setup: error: Cannot read `/boot/grub/core.img' correctly

I copied grub-install and patched it to get a few more details:
--- grub-install        2008-08-02 20:24:40.000000000 -0400
+++ grub-install-dbg    2008-08-10 15:26:50.143585805 -0400
@@ -259,11 +259,17 @@
     prefix_drive=`$grub_probe --target=drive --device ${grub_device}`
 fi
 
+echo $grub_mkimage --output=${grubdir}/core.img \
+    --prefix=${prefix_drive}`make_system_path_relative_to_its_root ${grubdir}`/ \
+    $modules || exit 1
 $grub_mkimage --output=${grubdir}/core.img \
     --prefix=${prefix_drive}`make_system_path_relative_to_its_root ${grubdir}`/ \
     $modules || exit 1
 
 # Now perform the installation.
+sync
+echo $grub_setup --directory=${grubdir} --device-map=${device_map} \
+    ${install_device} || exit 1
 $grub_setup --directory=${grubdir} --device-map=${device_map} \
     ${install_device} || exit 1
 

root at emallcut-x:/usr/sbin# grub-install-dbg --no-floppy '(hd0)'
/usr/bin/grub-mkimage --output=/boot/grub/core.img --prefix=/grub/ ext2 gpt biosdisk
/usr/sbin/grub-setup --directory=/boot/grub --device-map=/boot/grub/device.map (hd0)
grub-setup: error: Cannot read `/boot/grub/core.img' correctly


core.img looks fairly sane (and recently updated) at this point:
-rw-rw-r-- 1 root root 23966 2008-08-10 16:11 /boot/grub/core.img


Finally I ran grub-setup directly:
root at emallcut-x:~# grub-setup -vv --directory=/boot/grub --device-map=/boot/grub/device.map '(hd0)' >grub-setup.log 2>&1

grub-setup.log is attached.

Of the recent changes, patches/00_strengthen_apple_partmap_check.diff
introduced in 1.96+20080724-3 seems most relevant.

-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/mapper/sda3_crypt / jfs rw,relatime 0 0
/dev/mapper/sda3_crypt /dev/.static/dev jfs rw 0 0
/dev/sda1 /boot ext3 rw,sync,nodev,noexec,relatime,errors=continue,data=ordered 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/device.map
(hd0)	/dev/sda
*********************** END /boot/grub/device.map

*********************** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
terminal console
### 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_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
set root=(hd0,1)
search --fs-uuid --set 467e7421-6c77-48e4-bd3c-d168a2bce001
menuentry "Debian GNU/Linux, linux 2.6.25-2-686" {
	linux	/vmlinuz-2.6.25-2-686 root=/dev/mapper/sda3_crypt ro  
	initrd	/initrd.img-2.6.25-2-686
}
menuentry "Debian GNU/Linux, linux 2.6.25-2-686 (single-user mode)" {
	linux	/vmlinuz-2.6.25-2-686 root=/dev/mapper/sda3_crypt ro single 
	initrd	/initrd.img-2.6.25-2-686
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-686" {
	linux	/vmlinuz-2.6.24-1-686 root=/dev/mapper/sda3_crypt ro  
	initrd	/initrd.img-2.6.24-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-686 (single-user mode)" {
	linux	/vmlinuz-2.6.24-1-686 root=/dev/mapper/sda3_crypt ro single 
	initrd	/initrd.img-2.6.24-1-686
}
### END /etc/grub.d/10_linux ###

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

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###
*********************** END /boot/grub/grub.cfg

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]    1.5.22          Debian configuration management sy
ii  grub-common              1.96+20080724-5 GRand Unified Bootloader, version 
ii  libc6                    2.7-13          GNU C Library: Shared libraries
ii  liblzo2-2                2.03-1          data compression library
ii  libncurses5              5.6+20080713-1  shared libraries for terminal hand

grub-pc recommends no packages.

Versions of packages grub-pc suggests:
ii  desktop-base                  4.0.7      common files for the Debian Deskto
pn  os-prober                     <none>     (no description available)

-- debconf information:
  grub-pc/linux_cmdline: fillme
  grub-pc/chainload_from_menu.lst: true
-------------- next part --------------
/build/buildd/grub2-1.96+20080724/disk/raid.c:361: Scanning for RAID devices
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
grub-setup: info: opening the device `/dev/sda'
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0'.
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/partition.c:106: Detecting gpt_partition_map...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
grub-setup: info: opening the device `/dev/sda'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/partition.c:117: gpt_partition_map detection succeeded.
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/disk/raid.c:361: Scanning for RAID devices
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0,1'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0,1'.
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 1: start=1000035, length=2929688
/build/buildd/grub2-1.96+20080724/disk/raid.c:361: Scanning for RAID devices
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0,2'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 1: start=1000035, length=2929688
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
grub-setup: info: opening the device `/dev/sda2'
grub-setup: info: opening the device `/dev/sda2'
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0,2'.
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 2: start=3929723, length=152320244
/build/buildd/grub2-1.96+20080724/disk/raid.c:361: Scanning for RAID devices
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0,3'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 1: start=1000035, length=2929688
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 2: start=3929723, length=152320244
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
grub-setup: info: opening the device `/dev/sda3'
grub-setup: info: opening the device `/dev/sda3'
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0,3'.
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
grub-setup: info: opening the device `/dev/sda'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
grub-setup: info: opening the device `/dev/sda'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
grub-setup: info: opening the device `/dev/sda'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
grub-setup: info: opening the device `/dev/sda'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0'.
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0'.
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/partition.c:106: Detecting gpt_partition_map...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/partition.c:117: gpt_partition_map detection succeeded.
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0,1'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0,1'.
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 1: start=1000035, length=2929688
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0,2'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 1: start=1000035, length=2929688
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
grub-setup: info: opening the device `/dev/sda2'
grub-setup: info: opening the device `/dev/sda2'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
grub-setup: info: opening the device `/dev/sda2'
grub-setup: info: opening the device `/dev/sda2'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
grub-setup: info: opening the device `/dev/sda2'
grub-setup: info: opening the device `/dev/sda2'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,2'...
grub-setup: info: opening the device `/dev/sda2'
grub-setup: info: opening the device `/dev/sda2'
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0,2'.
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 2: start=3929723, length=152320244
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0,3'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 1: start=1000035, length=2929688
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 2: start=3929723, length=152320244
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
grub-setup: info: opening the device `/dev/sda3'
grub-setup: info: opening the device `/dev/sda3'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
grub-setup: info: opening the device `/dev/sda3'
grub-setup: info: opening the device `/dev/sda3'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
grub-setup: info: opening the device `/dev/sda3'
grub-setup: info: opening the device `/dev/sda3'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,3'...
grub-setup: info: opening the device `/dev/sda3'
grub-setup: info: opening the device `/dev/sda3'
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0,3'.
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0'.
grub-setup: info: changing current directory to /dev/mapper
grub-setup: info: changing current directory to /dev
grub-setup: info: changing current directory to snd
grub-setup: info: changing current directory to net
grub-setup: info: changing current directory to loop
grub-setup: info: changing current directory to shm
grub-setup: info: changing current directory to pts
grub-setup: info: changing current directory to mapper
grub-setup: info: /dev/sda1 starts from 34
grub-setup: info: opening the device hd0
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/partition.c:106: Detecting gpt_partition_map...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/partition.c:117: gpt_partition_map detection succeeded.
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
grub-setup: info: Partition 0 starts from 34
grub-setup: info: getting the size of /boot/grub/boot.img
grub-setup: info: reading /boot/grub/boot.img
grub-setup: info: getting the size of /boot/grub/boot.img
grub-setup: info: getting the size of /boot/grub/core.img
grub-setup: info: reading /boot/grub/core.img
grub-setup: info: getting the size of /boot/grub/core.img
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0,1'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0'...
grub-setup: info: the size of hd0 is 156250000
grub-setup: info: setting the root device to `hd0,1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
grub-setup: info: dos partition is 0, bsd partition is -1
/build/buildd/grub2-1.96+20080724/kern/partition.c:106: Detecting gpt_partition_map...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/partition.c:117: gpt_partition_map detection succeeded.
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 1: start=1000035, length=2929688
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 2: start=3929723, length=152320244
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0'...
grub-setup: info: will leave the core image on the filesystem
grub-setup: info: attempting to read the core image `/boot/grub/core.img' from GRUB
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0,1'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting afs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: afs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting xfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: xfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ufs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: ufs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting sfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: sfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting reiserfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: reiserfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ntfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: ntfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting minix...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: minix detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting jfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: jfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting udf...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: udf detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting iso9660...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: iso9660 detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting hfsplus...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: hfsplus detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting hfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: hfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting fat...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: fat detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ext2...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0,1'.
grub-setup: info: couldn't open the core image
grub-setup: info: error message = file not found
grub-setup: info: attempting to read the core image `/boot/grub/core.img' from GRUB again
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0,1'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting afs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: afs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting xfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: xfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ufs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: ufs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting sfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: sfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting reiserfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: reiserfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ntfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: ntfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting minix...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: minix detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting jfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: jfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting udf...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: udf detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting iso9660...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: iso9660 detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting hfsplus...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: hfsplus detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting hfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: hfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting fat...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: fat detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ext2...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0,1'.
grub-setup: info: couldn't open the core image
grub-setup: info: error message = file not found
grub-setup: info: attempting to read the core image `/boot/grub/core.img' from GRUB again
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0,1'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting afs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: afs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting xfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: xfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ufs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: ufs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting sfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: sfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting reiserfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: reiserfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ntfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: ntfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting minix...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: minix detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting jfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: jfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting udf...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: udf detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting iso9660...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: iso9660 detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting hfsplus...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: hfsplus detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting hfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: hfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting fat...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: fat detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ext2...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0,1'.
grub-setup: info: couldn't open the core image
grub-setup: info: error message = file not found
grub-setup: info: attempting to read the core image `/boot/grub/core.img' from GRUB again
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0,1'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting afs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: afs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting xfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: xfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ufs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: ufs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting sfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: sfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting reiserfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: reiserfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ntfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: ntfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting minix...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: minix detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting jfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: jfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting udf...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: udf detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting iso9660...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: iso9660 detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting hfsplus...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: hfsplus detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting hfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: hfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting fat...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: fat detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ext2...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0,1'.
grub-setup: info: couldn't open the core image
grub-setup: info: error message = file not found
grub-setup: info: attempting to read the core image `/boot/grub/core.img' from GRUB again
/build/buildd/grub2-1.96+20080724/kern/disk.c:220: Opening `hd0,1'...
grub-setup: info: the size of hd0 is 156250000
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:80: Read a valid GPT header
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/partmap/gpt.c:103: GPT entry 0: start=34, length=1000001
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting afs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: afs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting xfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: xfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ufs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: ufs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting sfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: sfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting reiserfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: reiserfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ntfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: ntfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting minix...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: minix detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting jfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: jfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting udf...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: udf detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting iso9660...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: iso9660 detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting hfsplus...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: hfsplus detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting hfs...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: hfs detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting fat...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/fs.c:89: fat detection failed.
/build/buildd/grub2-1.96+20080724/kern/fs.c:83: Detecting ext2...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
grub-setup: info: opening the device `/dev/sda1'
grub-setup: info: opening the device `/dev/sda1'
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:368: Reading `hd0,1'...
/build/buildd/grub2-1.96+20080724/kern/disk.c:312: Closing `hd0,1'.
grub-setup: info: couldn't open the core image
grub-setup: info: error message = file not found
grub-setup: error: Cannot read `/boot/grub/core.img' correctly


More information about the Pkg-grub-devel mailing list