All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ZFS: Ignore replacing-* devices
@ 2019-02-02 23:06 Richard Laager
  2019-02-06 11:39 ` Daniel Kiper
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Laager @ 2019-02-02 23:06 UTC (permalink / raw)
  To: grub-devel

[-- Attachment #1: Type: text/plain, Size: 2179 bytes --]

I submitted this patch to Ubuntu some time ago, but apparently never
submitted it directly to the GRUB project.

I have copied the information from my Ubuntu bug report (including
attachments) into this email. If you wish to see the original bug
report, it is available here:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1639209:

Replace a drive in a pool.
zpool replace grape1 sdg1 sdf1

Note that this creates a replacing-0 line in the zpool status output:

root@grape:~# zpool status
  pool: grape1
 state: ONLINE
status: One or more devices is currently being resilvered. The pool will
 continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
  scan: resilver in progress since Fri Nov 4 04:58:55 2016
    37.4G scanned out of 4.06T at 17.6M/s, 66h42m to go
    5.26G resilvered, 0.90% done
config:

 NAME STATE READ WRITE CKSUM
 grape1 ONLINE 0 0 0
   raidz3-0 ONLINE 0 0 0
     replacing-0 ONLINE 0 0 0
       sdg1 ONLINE 0 0 0
       sdf1 ONLINE 0 0 0 (resilvering)
     sdd1 ONLINE 0 0 0
     sdc1 ONLINE 0 0 0
     sdb1 ONLINE 0 0 0
     sdh1 ONLINE 0 0 0
     sde1 ONLINE 0 0 0
     sda1 ONLINE 0 0 0

errors: No known data errors

Then try to install GRUB to that drive:

root@grape:~# grub-install /dev/sdf
Installing for i386-pc platform.
grub-install: error: failed to get canonical path of `/dev/replacing-0'.

The attached patch fixes this.

Unfortunately, then I get this:

root@grape:~# grub-install /dev/sdf
Installing for i386-pc platform.
grub-install: error: unknown filesystem.

----

Once the resilver completed, I was able to grub-install successfully.
Looking at the grub-install debug output, it seems that GRUB looks
primarily at the first device. I have a hunch that my patch would fix
the case where the first device is not the one being resilvered. But we
still need to fix the case where the first device is being resilvered.

----

grub-install.txt is "The debug output from grub-install."

----

grub-install2.txt is "The debug output from grub-install after
`zpool offline grape1 sdg1`.

----

0001-ZFS-Ignore-replacing-devices.patch is the patch against the latest
GRUB git master.

-- 
Richard

[-- Attachment #2: 0001-ZFS-Ignore-replacing-devices.patch --]
[-- Type: text/x-patch, Size: 1116 bytes --]

From 15167b12729e95328679752a71c507edecc768bf Mon Sep 17 00:00:00 2001
From: Richard Laager <rlaager@wiktel.com>
Date: Sat, 2 Feb 2019 15:54:39 -0600
Subject: [PATCH] ZFS: Ignore replacing-* devices

When replacing a drive in a zpool, grub-install fails, at least
partially due to the "replacing-0" in the zpool status output:

  # grub-install /dev/sdf
  Installing for i386-pc platform.
  grub-install: error: failed to get canonical path of `/dev/replacing-0'.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
---
 grub-core/osdep/unix/getroot.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/grub-core/osdep/unix/getroot.c b/grub-core/osdep/unix/getroot.c
index 3046e22cc..451268275 100644
--- a/grub-core/osdep/unix/getroot.c
+++ b/grub-core/osdep/unix/getroot.c
@@ -292,6 +292,7 @@ grub_util_find_root_devices_from_poolname (char *poolname)
 		&& !sscanf (name, "raidz1%u", &dummy)
 		&& !sscanf (name, "raidz2%u", &dummy)
 		&& !sscanf (name, "raidz3%u", &dummy)
+		&& !sscanf (name, "replacing-%u", &dummy)
 		&& !strcmp (state, "ONLINE"))
 	      {
 		if (ndevices >= devices_allocated)
-- 
2.17.1


[-- Attachment #3: grub-install.txt --]
[-- Type: text/plain, Size: 167040 bytes --]

grub-install: info: executing modprobe efivars 2>/dev/null.
grub-install: info: Looking for /sys/firmware/efi ...
grub-install: info: ... not found. Looking for /proc/device-tree ...
grub-install: info: ... not found.
Installing for i386-pc platform.
grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
grub-install: info: copying `/usr/lib/grub/i386-pc/lspci.mod' -> `/boot/grub/i386-pc/lspci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gfxmenu.mod' -> `/boot/grub/i386-pc/gfxmenu.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/bfs.mod' -> `/boot/grub/i386-pc/bfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ntfscomp.mod' -> `/boot/grub/i386-pc/ntfscomp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_apple.mod' -> `/boot/grub/i386-pc/part_apple.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/btrfs.mod' -> `/boot/grub/i386-pc/btrfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/file.mod' -> `/boot/grub/i386-pc/file.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usbms.mod' -> `/boot/grub/i386-pc/usbms.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/multiboot2.mod' -> `/boot/grub/i386-pc/multiboot2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/jpeg.mod' -> `/boot/grub/i386-pc/jpeg.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/elf.mod' -> `/boot/grub/i386-pc/elf.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/syslinuxcfg.mod' -> `/boot/grub/i386-pc/syslinuxcfg.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/fshelp.mod' -> `/boot/grub/i386-pc/fshelp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gptsync.mod' -> `/boot/grub/i386-pc/gptsync.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hashsum.mod' -> `/boot/grub/i386-pc/hashsum.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/zfs.mod' -> `/boot/grub/i386-pc/zfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/mda_text.mod' -> `/boot/grub/i386-pc/mda_text.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/newc.mod' -> `/boot/grub/i386-pc/newc.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/memdisk.mod' -> `/boot/grub/i386-pc/memdisk.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minix3_be.mod' -> `/boot/grub/i386-pc/minix3_be.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/at_keyboard.mod' -> `/boot/grub/i386-pc/at_keyboard.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_des.mod' -> `/boot/grub/i386-pc/gcry_des.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_arcfour.mod' -> `/boot/grub/i386-pc/gcry_arcfour.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/http.mod' -> `/boot/grub/i386-pc/http.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/play.mod' -> `/boot/grub/i386-pc/play.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/video_cirrus.mod' -> `/boot/grub/i386-pc/video_cirrus.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/tga.mod' -> `/boot/grub/i386-pc/tga.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/videotest.mod' -> `/boot/grub/i386-pc/videotest.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/loopback.mod' -> `/boot/grub/i386-pc/loopback.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usbtest.mod' -> `/boot/grub/i386-pc/usbtest.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/terminfo.mod' -> `/boot/grub/i386-pc/terminfo.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/relocator.mod' -> `/boot/grub/i386-pc/relocator.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ldm.mod' -> `/boot/grub/i386-pc/ldm.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/xnu.mod' -> `/boot/grub/i386-pc/xnu.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cpio_be.mod' -> `/boot/grub/i386-pc/cpio_be.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/procfs.mod' -> `/boot/grub/i386-pc/procfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/progress.mod' -> `/boot/grub/i386-pc/progress.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rfc2268.mod' -> `/boot/grub/i386-pc/gcry_rfc2268.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/trig.mod' -> `/boot/grub/i386-pc/trig.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_camellia.mod' -> `/boot/grub/i386-pc/gcry_camellia.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/legacycfg.mod' -> `/boot/grub/i386-pc/legacycfg.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/chain.mod' -> `/boot/grub/i386-pc/chain.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_pl2303.mod' -> `/boot/grub/i386-pc/usbserial_pl2303.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/xzio.mod' -> `/boot/grub/i386-pc/xzio.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/regexp.mod' -> `/boot/grub/i386-pc/regexp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/spkmodem.mod' -> `/boot/grub/i386-pc/spkmodem.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/crc64.mod' -> `/boot/grub/i386-pc/crc64.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cs5536.mod' -> `/boot/grub/i386-pc/cs5536.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/raid6rec.mod' -> `/boot/grub/i386-pc/raid6rec.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/dm_nv.mod' -> `/boot/grub/i386-pc/dm_nv.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_serpent.mod' -> `/boot/grub/i386-pc/gcry_serpent.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ntfs.mod' -> `/boot/grub/i386-pc/ntfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ufs1_be.mod' -> `/boot/grub/i386-pc/ufs1_be.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/truecrypt.mod' -> `/boot/grub/i386-pc/truecrypt.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/crypto.mod' -> `/boot/grub/i386-pc/crypto.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/keylayouts.mod' -> `/boot/grub/i386-pc/keylayouts.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/romfs.mod' -> `/boot/grub/i386-pc/romfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/fat.mod' -> `/boot/grub/i386-pc/fat.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cpio.mod' -> `/boot/grub/i386-pc/cpio.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hexdump.mod' -> `/boot/grub/i386-pc/hexdump.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_twofish.mod' -> `/boot/grub/i386-pc/gcry_twofish.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ohci.mod' -> `/boot/grub/i386-pc/ohci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/bufio.mod' -> `/boot/grub/i386-pc/bufio.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ntldr.mod' -> `/boot/grub/i386-pc/ntldr.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/odc.mod' -> `/boot/grub/i386-pc/odc.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/915resolution.mod' -> `/boot/grub/i386-pc/915resolution.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cbmemc.mod' -> `/boot/grub/i386-pc/cbmemc.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cmp.mod' -> `/boot/grub/i386-pc/cmp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/sleep_test.mod' -> `/boot/grub/i386-pc/sleep_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/video.mod' -> `/boot/grub/i386-pc/video.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minicmd.mod' -> `/boot/grub/i386-pc/minicmd.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_seed.mod' -> `/boot/grub/i386-pc/gcry_seed.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/eval.mod' -> `/boot/grub/i386-pc/eval.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/iorw.mod' -> `/boot/grub/i386-pc/iorw.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/uhci.mod' -> `/boot/grub/i386-pc/uhci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ufs2.mod' -> `/boot/grub/i386-pc/ufs2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pbkdf2_test.mod' -> `/boot/grub/i386-pc/pbkdf2_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/serial.mod' -> `/boot/grub/i386-pc/serial.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/macbless.mod' -> `/boot/grub/i386-pc/macbless.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/videoinfo.mod' -> `/boot/grub/i386-pc/videoinfo.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_usbdebug.mod' -> `/boot/grub/i386-pc/usbserial_usbdebug.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rmd160.mod' -> `/boot/grub/i386-pc/gcry_rmd160.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/xfs.mod' -> `/boot/grub/i386-pc/xfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hfsplus.mod' -> `/boot/grub/i386-pc/hfsplus.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/search.mod' -> `/boot/grub/i386-pc/search.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/reboot.mod' -> `/boot/grub/i386-pc/reboot.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/luks.mod' -> `/boot/grub/i386-pc/luks.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/afs.mod' -> `/boot/grub/i386-pc/afs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/vga.mod' -> `/boot/grub/i386-pc/vga.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cbfs.mod' -> `/boot/grub/i386-pc/cbfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_plan.mod' -> `/boot/grub/i386-pc/part_plan.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/legacy_password_test.mod' -> `/boot/grub/i386-pc/legacy_password_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/sleep.mod' -> `/boot/grub/i386-pc/sleep.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_sha256.mod' -> `/boot/grub/i386-pc/gcry_sha256.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/all_video.mod' -> `/boot/grub/i386-pc/all_video.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_bsd.mod' -> `/boot/grub/i386-pc/part_bsd.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_dvh.mod' -> `/boot/grub/i386-pc/part_dvh.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/biosdisk.mod' -> `/boot/grub/i386-pc/biosdisk.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/mdraid09_be.mod' -> `/boot/grub/i386-pc/mdraid09_be.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/freedos.mod' -> `/boot/grub/i386-pc/freedos.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/video_bochs.mod' -> `/boot/grub/i386-pc/video_bochs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hwmatch.mod' -> `/boot/grub/i386-pc/hwmatch.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/setjmp_test.mod' -> `/boot/grub/i386-pc/setjmp_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/geli.mod' -> `/boot/grub/i386-pc/geli.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/videotest_checksum.mod' -> `/boot/grub/i386-pc/videotest_checksum.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/nativedisk.mod' -> `/boot/grub/i386-pc/nativedisk.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/signature_test.mod' -> `/boot/grub/i386-pc/signature_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/search_fs_file.mod' -> `/boot/grub/i386-pc/search_fs_file.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/terminal.mod' -> `/boot/grub/i386-pc/terminal.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cryptodisk.mod' -> `/boot/grub/i386-pc/cryptodisk.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gfxterm.mod' -> `/boot/grub/i386-pc/gfxterm.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/setpci.mod' -> `/boot/grub/i386-pc/setpci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_sha512.mod' -> `/boot/grub/i386-pc/gcry_sha512.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_sha1.mod' -> `/boot/grub/i386-pc/gcry_sha1.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/setjmp.mod' -> `/boot/grub/i386-pc/setjmp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/verify.mod' -> `/boot/grub/i386-pc/verify.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_blowfish.mod' -> `/boot/grub/i386-pc/gcry_blowfish.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/jfs.mod' -> `/boot/grub/i386-pc/jfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/test_blockarg.mod' -> `/boot/grub/i386-pc/test_blockarg.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_crc.mod' -> `/boot/grub/i386-pc/gcry_crc.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pxe.mod' -> `/boot/grub/i386-pc/pxe.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pxechain.mod' -> `/boot/grub/i386-pc/pxechain.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/memrw.mod' -> `/boot/grub/i386-pc/memrw.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pcidump.mod' -> `/boot/grub/i386-pc/pcidump.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/password.mod' -> `/boot/grub/i386-pc/password.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/tftp.mod' -> `/boot/grub/i386-pc/tftp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cmosdump.mod' -> `/boot/grub/i386-pc/cmosdump.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/multiboot.mod' -> `/boot/grub/i386-pc/multiboot.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/efiemu.mod' -> `/boot/grub/i386-pc/efiemu.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/bsd.mod' -> `/boot/grub/i386-pc/bsd.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_whirlpool.mod' -> `/boot/grub/i386-pc/gcry_whirlpool.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/halt.mod' -> `/boot/grub/i386-pc/halt.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cmdline_cat_test.mod' -> `/boot/grub/i386-pc/cmdline_cat_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/scsi.mod' -> `/boot/grub/i386-pc/scsi.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/xnu_uuid.mod' -> `/boot/grub/i386-pc/xnu_uuid.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cbls.mod' -> `/boot/grub/i386-pc/cbls.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/zfsinfo.mod' -> `/boot/grub/i386-pc/zfsinfo.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minix2.mod' -> `/boot/grub/i386-pc/minix2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_ftdi.mod' -> `/boot/grub/i386-pc/usbserial_ftdi.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/search_fs_uuid.mod' -> `/boot/grub/i386-pc/search_fs_uuid.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gfxterm_menu.mod' -> `/boot/grub/i386-pc/gfxterm_menu.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rijndael.mod' -> `/boot/grub/i386-pc/gcry_rijndael.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hello.mod' -> `/boot/grub/i386-pc/hello.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/offsetio.mod' -> `/boot/grub/i386-pc/offsetio.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cat.mod' -> `/boot/grub/i386-pc/cat.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/aout.mod' -> `/boot/grub/i386-pc/aout.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/msdospart.mod' -> `/boot/grub/i386-pc/msdospart.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/backtrace.mod' -> `/boot/grub/i386-pc/backtrace.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ext2.mod' -> `/boot/grub/i386-pc/ext2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usb_keyboard.mod' -> `/boot/grub/i386-pc/usb_keyboard.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gdb.mod' -> `/boot/grub/i386-pc/gdb.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/udf.mod' -> `/boot/grub/i386-pc/udf.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/nilfs2.mod' -> `/boot/grub/i386-pc/nilfs2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/password_pbkdf2.mod' -> `/boot/grub/i386-pc/password_pbkdf2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/adler32.mod' -> `/boot/grub/i386-pc/adler32.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/testload.mod' -> `/boot/grub/i386-pc/testload.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usb.mod' -> `/boot/grub/i386-pc/usb.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/priority_queue.mod' -> `/boot/grub/i386-pc/priority_queue.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/acpi.mod' -> `/boot/grub/i386-pc/acpi.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cbtable.mod' -> `/boot/grub/i386-pc/cbtable.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/lsapm.mod' -> `/boot/grub/i386-pc/lsapm.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hfspluscomp.mod' -> `/boot/grub/i386-pc/hfspluscomp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/mmap.mod' -> `/boot/grub/i386-pc/mmap.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/mpi.mod' -> `/boot/grub/i386-pc/mpi.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/bitmap.mod' -> `/boot/grub/i386-pc/bitmap.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/squash4.mod' -> `/boot/grub/i386-pc/squash4.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_tiger.mod' -> `/boot/grub/i386-pc/gcry_tiger.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/net.mod' -> `/boot/grub/i386-pc/net.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gzio.mod' -> `/boot/grub/i386-pc/gzio.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_acorn.mod' -> `/boot/grub/i386-pc/part_acorn.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/linux.mod' -> `/boot/grub/i386-pc/linux.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hdparm.mod' -> `/boot/grub/i386-pc/hdparm.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ufs1.mod' -> `/boot/grub/i386-pc/ufs1.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_cast5.mod' -> `/boot/grub/i386-pc/gcry_cast5.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_dfly.mod' -> `/boot/grub/i386-pc/part_dfly.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_msdos.mod' -> `/boot/grub/i386-pc/part_msdos.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ahci.mod' -> `/boot/grub/i386-pc/ahci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_dsa.mod' -> `/boot/grub/i386-pc/gcry_dsa.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/search_label.mod' -> `/boot/grub/i386-pc/search_label.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/test.mod' -> `/boot/grub/i386-pc/test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/video_colors.mod' -> `/boot/grub/i386-pc/video_colors.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/tar.mod' -> `/boot/grub/i386-pc/tar.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/morse.mod' -> `/boot/grub/i386-pc/morse.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/drivemap.mod' -> `/boot/grub/i386-pc/drivemap.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minix.mod' -> `/boot/grub/i386-pc/minix.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/sendkey.mod' -> `/boot/grub/i386-pc/sendkey.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_sunpc.mod' -> `/boot/grub/i386-pc/part_sunpc.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/video_fb.mod' -> `/boot/grub/i386-pc/video_fb.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/lvm.mod' -> `/boot/grub/i386-pc/lvm.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/datetime.mod' -> `/boot/grub/i386-pc/datetime.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/sfs.mod' -> `/boot/grub/i386-pc/sfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/png.mod' -> `/boot/grub/i386-pc/png.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_md5.mod' -> `/boot/grub/i386-pc/gcry_md5.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_gpt.mod' -> `/boot/grub/i386-pc/part_gpt.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/mdraid1x.mod' -> `/boot/grub/i386-pc/mdraid1x.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/datehook.mod' -> `/boot/grub/i386-pc/datehook.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/blocklist.mod' -> `/boot/grub/i386-pc/blocklist.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/macho.mod' -> `/boot/grub/i386-pc/macho.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hfs.mod' -> `/boot/grub/i386-pc/hfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minix_be.mod' -> `/boot/grub/i386-pc/minix_be.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gettext.mod' -> `/boot/grub/i386-pc/gettext.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/plan9.mod' -> `/boot/grub/i386-pc/plan9.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/affs.mod' -> `/boot/grub/i386-pc/affs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/echo.mod' -> `/boot/grub/i386-pc/echo.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gfxterm_background.mod' -> `/boot/grub/i386-pc/gfxterm_background.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/raid5rec.mod' -> `/boot/grub/i386-pc/raid5rec.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ls.mod' -> `/boot/grub/i386-pc/ls.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/bitmap_scale.mod' -> `/boot/grub/i386-pc/bitmap_scale.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minix3.mod' -> `/boot/grub/i386-pc/minix3.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/lsmmap.mod' -> `/boot/grub/i386-pc/lsmmap.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/exfat.mod' -> `/boot/grub/i386-pc/exfat.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/extcmd.mod' -> `/boot/grub/i386-pc/extcmd.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/xnu_uuid_test.mod' -> `/boot/grub/i386-pc/xnu_uuid_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pata.mod' -> `/boot/grub/i386-pc/pata.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/date.mod' -> `/boot/grub/i386-pc/date.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/keystatus.mod' -> `/boot/grub/i386-pc/keystatus.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_idea.mod' -> `/boot/grub/i386-pc/gcry_idea.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pbkdf2.mod' -> `/boot/grub/i386-pc/pbkdf2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/iso9660.mod' -> `/boot/grub/i386-pc/iso9660.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/boot.mod' -> `/boot/grub/i386-pc/boot.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/diskfilter.mod' -> `/boot/grub/i386-pc/diskfilter.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/parttool.mod' -> `/boot/grub/i386-pc/parttool.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/lsacpi.mod' -> `/boot/grub/i386-pc/lsacpi.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/div_test.mod' -> `/boot/grub/i386-pc/div_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/linux16.mod' -> `/boot/grub/i386-pc/linux16.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/read.mod' -> `/boot/grub/i386-pc/read.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_md4.mod' -> `/boot/grub/i386-pc/gcry_md4.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_common.mod' -> `/boot/grub/i386-pc/usbserial_common.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/exfctest.mod' -> `/boot/grub/i386-pc/exfctest.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rsa.mod' -> `/boot/grub/i386-pc/gcry_rsa.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/normal.mod' -> `/boot/grub/i386-pc/normal.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_sun.mod' -> `/boot/grub/i386-pc/part_sun.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/help.mod' -> `/boot/grub/i386-pc/help.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/configfile.mod' -> `/boot/grub/i386-pc/configfile.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ata.mod' -> `/boot/grub/i386-pc/ata.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/functional_test.mod' -> `/boot/grub/i386-pc/functional_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/time.mod' -> `/boot/grub/i386-pc/time.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/reiserfs.mod' -> `/boot/grub/i386-pc/reiserfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/loadenv.mod' -> `/boot/grub/i386-pc/loadenv.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/true.mod' -> `/boot/grub/i386-pc/true.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/disk.mod' -> `/boot/grub/i386-pc/disk.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/testspeed.mod' -> `/boot/grub/i386-pc/testspeed.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/tr.mod' -> `/boot/grub/i386-pc/tr.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/zfscrypt.mod' -> `/boot/grub/i386-pc/zfscrypt.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pci.mod' -> `/boot/grub/i386-pc/pci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/font.mod' -> `/boot/grub/i386-pc/font.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/archelp.mod' -> `/boot/grub/i386-pc/archelp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/lzopio.mod' -> `/boot/grub/i386-pc/lzopio.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/vbe.mod' -> `/boot/grub/i386-pc/vbe.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cbtime.mod' -> `/boot/grub/i386-pc/cbtime.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/probe.mod' -> `/boot/grub/i386-pc/probe.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minix2_be.mod' -> `/boot/grub/i386-pc/minix2_be.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/mdraid09.mod' -> `/boot/grub/i386-pc/mdraid09.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ehci.mod' -> `/boot/grub/i386-pc/ehci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/vga_text.mod' -> `/boot/grub/i386-pc/vga_text.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_amiga.mod' -> `/boot/grub/i386-pc/part_amiga.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cpuid.mod' -> `/boot/grub/i386-pc/cpuid.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cmostest.mod' -> `/boot/grub/i386-pc/cmostest.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/efiemu32.o' -> `/boot/grub/i386-pc/efiemu32.o'.
grub-install: info: copying `/usr/lib/grub/i386-pc/efiemu64.o' -> `/boot/grub/i386-pc/efiemu64.o'.
grub-install: info: copying `/usr/lib/grub/i386-pc/moddep.lst' -> `/boot/grub/i386-pc/moddep.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/command.lst' -> `/boot/grub/i386-pc/command.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/fs.lst' -> `/boot/grub/i386-pc/fs.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/partmap.lst' -> `/boot/grub/i386-pc/partmap.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/parttool.lst' -> `/boot/grub/i386-pc/parttool.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/video.lst' -> `/boot/grub/i386-pc/video.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/crypto.lst' -> `/boot/grub/i386-pc/crypto.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/terminal.lst' -> `/boot/grub/i386-pc/terminal.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/modinfo.sh' -> `/boot/grub/i386-pc/modinfo.sh'.
grub-install: info: copying `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr@latin.mo'.
grub-install: info: cannot open `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mn.mo'.
grub-install: info: cannot open `/usr/share/locale/mn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/shn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/shn.mo'.
grub-install: info: cannot open `/usr/share/locale/shn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/nso/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nso.mo'.
grub-install: info: cannot open `/usr/share/locale/nso/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ia.mo'.
grub-install: info: cannot open `/usr/share/locale/ia/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'.
grub-install: info: copying `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_HK.mo'.
grub-install: info: cannot open `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'.
grub-install: info: copying `/usr/share/locale/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'.
grub-install: info: copying `/usr/share/locale/en@arabic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@arabic.mo'.
grub-install: info: copying `/usr/share/locale/en/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en.mo'.
grub-install: info: cannot open `/usr/share/locale/en/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'.
grub-install: info: copying `/usr/share/locale/tt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt.mo'.
grub-install: info: cannot open `/usr/share/locale/tt/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bem/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bem.mo'.
grub-install: info: cannot open `/usr/share/locale/bem/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa.mo'.
grub-install: info: cannot open `/usr/share/locale/fa/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/af/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/af.mo'.
grub-install: info: cannot open `/usr/share/locale/af/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/st/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/st.mo'.
grub-install: info: cannot open `/usr/share/locale/st/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/he/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he.mo'.
grub-install: info: cannot open `/usr/share/locale/he/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn_IN.mo'.
grub-install: info: cannot open `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ar/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ar.mo'.
grub-install: info: cannot open `/usr/share/locale/ar/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tg.mo'.
grub-install: info: cannot open `/usr/share/locale/tg/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/km/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/km.mo'.
grub-install: info: cannot open `/usr/share/locale/km/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'.
grub-install: info: copying `/usr/share/locale/bn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn.mo'.
grub-install: info: cannot open `/usr/share/locale/bn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/wo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wo.mo'.
grub-install: info: cannot open `/usr/share/locale/wo/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'.
grub-install: info: copying `/usr/share/locale/ky/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ky.mo'.
grub-install: info: cannot open `/usr/share/locale/ky/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/uz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz.mo'.
grub-install: info: cannot open `/usr/share/locale/uz/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/rw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rw.mo'.
grub-install: info: cannot open `/usr/share/locale/rw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gv.mo'.
grub-install: info: cannot open `/usr/share/locale/gv/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/qu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/qu.mo'.
grub-install: info: cannot open `/usr/share/locale/qu/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mi.mo'.
grub-install: info: cannot open `/usr/share/locale/mi/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/xh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/xh.mo'.
grub-install: info: cannot open `/usr/share/locale/xh/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/cs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs.mo'.
grub-install: info: cannot open `/usr/share/locale/cs/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/cy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cy.mo'.
grub-install: info: cannot open `/usr/share/locale/cy/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kok/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kok.mo'.
grub-install: info: cannot open `/usr/share/locale/kok/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mg.mo'.
grub-install: info: cannot open `/usr/share/locale/mg/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/dz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dz.mo'.
grub-install: info: cannot open `/usr/share/locale/dz/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/wal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wal.mo'.
grub-install: info: cannot open `/usr/share/locale/wal/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ms/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ms.mo'.
grub-install: info: cannot open `/usr/share/locale/ms/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/my/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my.mo'.
grub-install: info: cannot open `/usr/share/locale/my/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ne/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ne.mo'.
grub-install: info: cannot open `/usr/share/locale/ne/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'.
grub-install: info: copying `/usr/share/locale/fur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fur.mo'.
grub-install: info: cannot open `/usr/share/locale/fur/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pam/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pam.mo'.
grub-install: info: cannot open `/usr/share/locale/pam/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_CA.mo'.
grub-install: info: cannot open `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ln/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ln.mo'.
grub-install: info: cannot open `/usr/share/locale/ln/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'.
grub-install: info: copying `/usr/share/locale/wa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wa.mo'.
grub-install: info: cannot open `/usr/share/locale/wa/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kw.mo'.
grub-install: info: cannot open `/usr/share/locale/kw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/locale.alias.mo'.
grub-install: info: cannot open `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo': Not a directory.
grub-install: info: copying `/usr/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'.
grub-install: info: copying `/usr/share/locale/sco/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sco.mo'.
grub-install: info: cannot open `/usr/share/locale/sco/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fo.mo'.
grub-install: info: cannot open `/usr/share/locale/fo/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sd.mo'.
grub-install: info: cannot open `/usr/share/locale/sd/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ti/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ti.mo'.
grub-install: info: cannot open `/usr/share/locale/ti/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'.
grub-install: info: copying `/usr/share/locale/or/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/or.mo'.
grub-install: info: cannot open `/usr/share/locale/or/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sc.mo'.
grub-install: info: cannot open `/usr/share/locale/sc/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fr_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr_CA.mo'.
grub-install: info: cannot open `/usr/share/locale/fr_CA/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/si/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/si.mo'.
grub-install: info: cannot open `/usr/share/locale/si/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/hr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hr.mo'.
grub-install: info: cannot open `/usr/share/locale/hr/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sw.mo'.
grub-install: info: cannot open `/usr/share/locale/sw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/et/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/et.mo'.
grub-install: info: cannot open `/usr/share/locale/et/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bs.mo'.
grub-install: info: cannot open `/usr/share/locale/bs/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'.
grub-install: info: copying `/usr/share/locale/kn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kn.mo'.
grub-install: info: cannot open `/usr/share/locale/kn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bg.mo'.
grub-install: info: cannot open `/usr/share/locale/bg/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/vec/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vec.mo'.
grub-install: info: cannot open `/usr/share/locale/vec/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ug/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ug.mo'.
grub-install: info: cannot open `/usr/share/locale/ug/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gu.mo'.
grub-install: info: cannot open `/usr/share/locale/gu/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/szl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/szl.mo'.
grub-install: info: cannot open `/usr/share/locale/szl/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ga/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ga.mo'.
grub-install: info: cannot open `/usr/share/locale/ga/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'.
grub-install: info: cannot open `/usr/share/locale/nb/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mt.mo'.
grub-install: info: cannot open `/usr/share/locale/mt/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ary/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ary.mo'.
grub-install: info: cannot open `/usr/share/locale/ary/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ve/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ve.mo'.
grub-install: info: cannot open `/usr/share/locale/ve/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@greek/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@greek.mo'.
grub-install: info: copying `/usr/share/locale/de_CH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_CH.mo'.
grub-install: info: copying `/usr/share/locale/de_DE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_DE.mo'.
grub-install: info: cannot open `/usr/share/locale/de_DE/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/frp/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/frp.mo'.
grub-install: info: cannot open `/usr/share/locale/frp/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/is/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/is.mo'.
grub-install: info: cannot open `/usr/share/locale/is/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'.
grub-install: info: copying `/usr/share/locale/haw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/haw.mo'.
grub-install: info: cannot open `/usr/share/locale/haw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@cyrillic.mo'.
grub-install: info: copying `/usr/share/locale/oc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/oc.mo'.
grub-install: info: cannot open `/usr/share/locale/oc/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/am/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/am.mo'.
grub-install: info: cannot open `/usr/share/locale/am/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'.
grub-install: info: copying `/usr/share/locale/as/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/as.mo'.
grub-install: info: cannot open `/usr/share/locale/as/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sa.mo'.
grub-install: info: cannot open `/usr/share/locale/sa/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl.mo'.
grub-install: info: cannot open `/usr/share/locale/tl/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/byn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/byn.mo'.
grub-install: info: cannot open `/usr/share/locale/byn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk.mo'.
grub-install: info: cannot open `/usr/share/locale/sk/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bo.mo'.
grub-install: info: cannot open `/usr/share/locale/bo/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/be/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be.mo'.
grub-install: info: cannot open `/usr/share/locale/be/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/csb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/csb.mo'.
grub-install: info: cannot open `/usr/share/locale/csb/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca@valencia.mo'.
grub-install: info: cannot open `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fa_AF/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa_AF.mo'.
grub-install: info: cannot open `/usr/share/locale/fa_AF/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ku/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ku.mo'.
grub-install: info: cannot open `/usr/share/locale/ku/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt@iqtelif.mo'.
grub-install: info: cannot open `/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gez/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gez.mo'.
grub-install: info: cannot open `/usr/share/locale/gez/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tig.mo'.
grub-install: info: cannot open `/usr/share/locale/tig/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'.
grub-install: info: copying `/usr/share/locale/ka/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ka.mo'.
grub-install: info: cannot open `/usr/share/locale/ka/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/trv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/trv.mo'.
grub-install: info: cannot open `/usr/share/locale/trv/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kk.mo'.
grub-install: info: cannot open `/usr/share/locale/kk/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ta/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta.mo'.
grub-install: info: cannot open `/usr/share/locale/ta/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fy.mo'.
grub-install: info: cannot open `/usr/share/locale/fy/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl.mo'.
grub-install: info: copying `/usr/share/locale/tk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tk.mo'.
grub-install: info: cannot open `/usr/share/locale/tk/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ckb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ckb.mo'.
grub-install: info: cannot open `/usr/share/locale/ckb/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/hi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hi.mo'.
grub-install: info: cannot open `/usr/share/locale/hi/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr.mo'.
grub-install: info: cannot open `/usr/share/locale/sr/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/jv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/jv.mo'.
grub-install: info: cannot open `/usr/share/locale/jv/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_PT.mo'.
grub-install: info: cannot open `/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'.
grub-install: info: copying `/usr/share/locale/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'.
grub-install: info: copying `/usr/share/locale/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'.
grub-install: info: copying `/usr/share/locale/ro/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro.mo'.
grub-install: info: cannot open `/usr/share/locale/ro/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gd.mo'.
grub-install: info: cannot open `/usr/share/locale/gd/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fil/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fil.mo'.
grub-install: info: cannot open `/usr/share/locale/fil/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mhr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mhr.mo'.
grub-install: info: cannot open `/usr/share/locale/mhr/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'.
grub-install: info: copying `/usr/share/locale/ur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur.mo'.
grub-install: info: cannot open `/usr/share/locale/ur/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ru/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru.mo'.
grub-install: info: copying `/usr/share/locale/dv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dv.mo'.
grub-install: info: cannot open `/usr/share/locale/dv/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/crh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/crh.mo'.
grub-install: info: cannot open `/usr/share/locale/crh/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ce/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ce.mo'.
grub-install: info: cannot open `/usr/share/locale/ce/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk.mo'.
grub-install: info: cannot open `/usr/share/locale/mk/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/az/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/az.mo'.
grub-install: info: cannot open `/usr/share/locale/az/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/te/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/te.mo'.
grub-install: info: cannot open `/usr/share/locale/te/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@hebrew.mo'.
grub-install: info: copying `/usr/share/locale/hy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hy.mo'.
grub-install: info: cannot open `/usr/share/locale/hy/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/de@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de@hebrew.mo'.
grub-install: info: copying `/usr/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'.
grub-install: info: copying `/usr/share/locale/zu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zu.mo'.
grub-install: info: cannot open `/usr/share/locale/zu/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/an/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/an.mo'.
grub-install: info: cannot open `/usr/share/locale/an/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_GB.mo'.
grub-install: info: cannot open `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi.mo'.
grub-install: info: copying `/usr/share/locale/en@piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@piglatin.mo'.
grub-install: info: copying `/usr/share/locale/lv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lv.mo'.
grub-install: info: cannot open `/usr/share/locale/lv/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/br/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/br.mo'.
grub-install: info: cannot open `/usr/share/locale/br/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/eu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eu.mo'.
grub-install: info: cannot open `/usr/share/locale/eu/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ko/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko.mo'.
grub-install: info: cannot open `/usr/share/locale/ko/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.mo'.
grub-install: info: cannot open `/usr/share/locale/pt/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@quot.mo'.
grub-install: info: copying `/usr/share/locale/lb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lb.mo'.
grub-install: info: cannot open `/usr/share/locale/lb/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/lo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lo.mo'.
grub-install: info: cannot open `/usr/share/locale/lo/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ps/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ps.mo'.
grub-install: info: cannot open `/usr/share/locale/ps/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/el/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/el.mo'.
grub-install: info: cannot open `/usr/share/locale/el/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/nds/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nds.mo'.
grub-install: info: cannot open `/usr/share/locale/nds/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sq/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sq.mo'.
grub-install: info: cannot open `/usr/share/locale/sq/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/th/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th.mo'.
grub-install: info: cannot open `/usr/share/locale/th/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/so/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/so.mo'.
grub-install: info: cannot open `/usr/share/locale/so/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/os/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/os.mo'.
grub-install: info: cannot open `/usr/share/locale/os/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ht/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ht.mo'.
grub-install: info: cannot open `/usr/share/locale/ht/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/se/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/se.mo'.
grub-install: info: cannot open `/usr/share/locale/se/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'.
grub-install: info: copying `/usr/share/locale/ml/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ml.mo'.
grub-install: info: cannot open `/usr/share/locale/ml/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'.
grub-install: info: copying `/usr/share/locale/cv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cv.mo'.
grub-install: info: cannot open `/usr/share/locale/cv/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mr.mo'.
grub-install: info: cannot open `/usr/share/locale/mr/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/vi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi.mo'.
grub-install: info: copying `/usr/share/locale/nn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn.mo'.
grub-install: info: cannot open `/usr/share/locale/nn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/uk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk.mo'.
grub-install: info: copying `/usr/share/locale/ace/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ace.mo'.
grub-install: info: cannot open `/usr/share/locale/ace/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_AU.mo'.
grub-install: info: cannot open `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
grub-install: info: /dev/sdg1 is not present.
grub-install: info: Looking for /dev/sdg1.
grub-install: info: /dev/sdg is a parent of /dev/sdg1.
grub-install: info: /dev/sdg1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdg.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdg'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdg is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdg'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdg is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdg.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdg' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdg.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdg.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdg.
grub-install: info: scanning hostdisk//dev/sdg for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdg.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdg.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdg1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdg.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdg.
grub-install: info: scanning hostdisk//dev/sdg for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdg.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdg.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdg2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdg.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdg.
grub-install: info: scanning hostdisk//dev/sdg for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdg.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdg'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdg'.
grub-install: info: /dev/sdf1 is not present.
grub-install: info: Looking for /dev/sdf1.
grub-install: info: /dev/sdf is a parent of /dev/sdf1.
grub-install: info: /dev/sdf1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdf.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf'...
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf'...
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdf' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdf1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdf2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdf'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdf'.
grub-install: info: /dev/sdd1 is not present.
grub-install: info: Looking for /dev/sdd1.
grub-install: info: /dev/sdd is a parent of /dev/sdd1.
grub-install: info: /dev/sdd1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdd.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdd'...
grub-install: info: drive = 2.
grub-install: info: the size of hostdisk//dev/sdd is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdd'...
grub-install: info: drive = 2.
grub-install: info: the size of hostdisk//dev/sdd is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdd' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdd1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdd2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdd'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdd'.
grub-install: info: /dev/sdc1 is not present.
grub-install: info: Looking for /dev/sdc1.
grub-install: info: /dev/sdc is a parent of /dev/sdc1.
grub-install: info: /dev/sdc1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdc.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdc'...
grub-install: info: drive = 3.
grub-install: info: the size of hostdisk//dev/sdc is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdc'...
grub-install: info: drive = 3.
grub-install: info: the size of hostdisk//dev/sdc is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdc' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdc1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdc2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdc'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdc'.
grub-install: info: /dev/sdb1 is not present.
grub-install: info: Looking for /dev/sdb1.
grub-install: info: /dev/sdb is a parent of /dev/sdb1.
grub-install: info: /dev/sdb1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdb.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdb'...
grub-install: info: drive = 4.
grub-install: info: the size of hostdisk//dev/sdb is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdb'...
grub-install: info: drive = 4.
grub-install: info: the size of hostdisk//dev/sdb is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdb' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdb1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdb2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdb'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdb'.
grub-install: info: /dev/sdh1 is not present.
grub-install: info: Looking for /dev/sdh1.
grub-install: info: /dev/sdh is a parent of /dev/sdh1.
grub-install: info: /dev/sdh1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdh.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdh'...
grub-install: info: drive = 5.
grub-install: info: the size of hostdisk//dev/sdh is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdh'...
grub-install: info: drive = 5.
grub-install: info: the size of hostdisk//dev/sdh is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdh' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdh1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdh2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdh'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdh'.
grub-install: info: /dev/sde1 is not present.
grub-install: info: Looking for /dev/sde1.
grub-install: info: /dev/sde is a parent of /dev/sde1.
grub-install: info: /dev/sde1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sde.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sde'...
grub-install: info: drive = 6.
grub-install: info: the size of hostdisk//dev/sde is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sde'...
grub-install: info: drive = 6.
grub-install: info: the size of hostdisk//dev/sde is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sde' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sde1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sde2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sde'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sde'.
grub-install: info: /dev/sda1 is not present.
grub-install: info: Looking for /dev/sda1.
grub-install: info: /dev/sda is a parent of /dev/sda1.
grub-install: info: /dev/sda1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sda.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sda'...
grub-install: info: drive = 7.
grub-install: info: the size of hostdisk//dev/sda is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sda'...
grub-install: info: drive = 7.
grub-install: info: the size of hostdisk//dev/sda is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sda' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sda1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sda2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sda'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sda'.
grub-install: info: /dev/sdg1 is present.
grub-install: info: Looking for /dev/sdg1.
grub-install: info: /dev/sdg is a parent of /dev/sdg1.
grub-install: info: /dev/sdg1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdg.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdg'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdg is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdg'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdg is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdg.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdg' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdg.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdg.
grub-install: info: scanning hostdisk//dev/sdg for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdg.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdg.
grub-install: info: scanning hostdisk//dev/sdg for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdg.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdg.
grub-install: info: scanning hostdisk//dev/sdg for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdg.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdg'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdg'.
grub-install: info: /dev/sdg1 is present.
grub-install: info: Looking for /dev/sdg1.
grub-install: info: /dev/sdg is a parent of /dev/sdg1.
grub-install: info: /dev/sdg1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdg.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdg'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdg is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdg'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdg is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdg.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdg' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdg.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdg.
grub-install: info: scanning hostdisk//dev/sdg for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdg.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdg.
grub-install: info: scanning hostdisk//dev/sdg for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdg.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdg.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdg.
grub-install: info: scanning hostdisk//dev/sdg for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdg.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdg'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdg'.
grub-install: info: /dev/sdf1 is present.
grub-install: info: Looking for /dev/sdf1.
grub-install: info: /dev/sdf is a parent of /dev/sdf1.
grub-install: info: /dev/sdf1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdf.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf'...
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf'...
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdf' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdf'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdf'.
grub-install: info: /dev/sdf1 is present.
grub-install: info: Looking for /dev/sdf1.
grub-install: info: /dev/sdf is a parent of /dev/sdf1.
grub-install: info: /dev/sdf1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdf.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf'...
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf'...
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdf' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdf'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdf'.
grub-install: info: /dev/sdd1 is present.
grub-install: info: Looking for /dev/sdd1.
grub-install: info: /dev/sdd is a parent of /dev/sdd1.
grub-install: info: /dev/sdd1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdd.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdd'...
grub-install: info: drive = 2.
grub-install: info: the size of hostdisk//dev/sdd is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdd'...
grub-install: info: drive = 2.
grub-install: info: the size of hostdisk//dev/sdd is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdd' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdd'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdd'.
grub-install: info: /dev/sdd1 is present.
grub-install: info: Looking for /dev/sdd1.
grub-install: info: /dev/sdd is a parent of /dev/sdd1.
grub-install: info: /dev/sdd1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdd.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdd'...
grub-install: info: drive = 2.
grub-install: info: the size of hostdisk//dev/sdd is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdd'...
grub-install: info: drive = 2.
grub-install: info: the size of hostdisk//dev/sdd is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdd' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdd'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdd'.
grub-install: info: /dev/sdc1 is present.
grub-install: info: Looking for /dev/sdc1.
grub-install: info: /dev/sdc is a parent of /dev/sdc1.
grub-install: info: /dev/sdc1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdc.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdc'...
grub-install: info: drive = 3.
grub-install: info: the size of hostdisk//dev/sdc is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdc'...
grub-install: info: drive = 3.
grub-install: info: the size of hostdisk//dev/sdc is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdc' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdc'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdc'.
grub-install: info: /dev/sdc1 is present.
grub-install: info: Looking for /dev/sdc1.
grub-install: info: /dev/sdc is a parent of /dev/sdc1.
grub-install: info: /dev/sdc1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdc.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdc'...
grub-install: info: drive = 3.
grub-install: info: the size of hostdisk//dev/sdc is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdc'...
grub-install: info: drive = 3.
grub-install: info: the size of hostdisk//dev/sdc is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdc' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdc'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdc'.
grub-install: info: /dev/sdb1 is present.
grub-install: info: Looking for /dev/sdb1.
grub-install: info: /dev/sdb is a parent of /dev/sdb1.
grub-install: info: /dev/sdb1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdb.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdb'...
grub-install: info: drive = 4.
grub-install: info: the size of hostdisk//dev/sdb is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdb'...
grub-install: info: drive = 4.
grub-install: info: the size of hostdisk//dev/sdb is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdb' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdb'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdb'.
grub-install: info: /dev/sdb1 is present.
grub-install: info: Looking for /dev/sdb1.
grub-install: info: /dev/sdb is a parent of /dev/sdb1.
grub-install: info: /dev/sdb1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdb.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdb'...
grub-install: info: drive = 4.
grub-install: info: the size of hostdisk//dev/sdb is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdb'...
grub-install: info: drive = 4.
grub-install: info: the size of hostdisk//dev/sdb is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdb' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdb'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdb'.
grub-install: info: /dev/sdh1 is present.
grub-install: info: Looking for /dev/sdh1.
grub-install: info: /dev/sdh is a parent of /dev/sdh1.
grub-install: info: /dev/sdh1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdh.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdh'...
grub-install: info: drive = 5.
grub-install: info: the size of hostdisk//dev/sdh is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdh'...
grub-install: info: drive = 5.
grub-install: info: the size of hostdisk//dev/sdh is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdh' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdh'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdh'.
grub-install: info: /dev/sdh1 is present.
grub-install: info: Looking for /dev/sdh1.
grub-install: info: /dev/sdh is a parent of /dev/sdh1.
grub-install: info: /dev/sdh1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdh.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdh'...
grub-install: info: drive = 5.
grub-install: info: the size of hostdisk//dev/sdh is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdh'...
grub-install: info: drive = 5.
grub-install: info: the size of hostdisk//dev/sdh is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdh' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdh'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdh'.
grub-install: info: /dev/sde1 is present.
grub-install: info: Looking for /dev/sde1.
grub-install: info: /dev/sde is a parent of /dev/sde1.
grub-install: info: /dev/sde1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sde.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sde'...
grub-install: info: drive = 6.
grub-install: info: the size of hostdisk//dev/sde is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sde'...
grub-install: info: drive = 6.
grub-install: info: the size of hostdisk//dev/sde is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sde' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sde'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sde'.
grub-install: info: /dev/sde1 is present.
grub-install: info: Looking for /dev/sde1.
grub-install: info: /dev/sde is a parent of /dev/sde1.
grub-install: info: /dev/sde1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sde.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sde'...
grub-install: info: drive = 6.
grub-install: info: the size of hostdisk//dev/sde is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sde'...
grub-install: info: drive = 6.
grub-install: info: the size of hostdisk//dev/sde is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sde' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sde'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sde'.
grub-install: info: /dev/sda1 is present.
grub-install: info: Looking for /dev/sda1.
grub-install: info: /dev/sda is a parent of /dev/sda1.
grub-install: info: /dev/sda1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sda.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sda'...
grub-install: info: drive = 7.
grub-install: info: the size of hostdisk//dev/sda is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sda'...
grub-install: info: drive = 7.
grub-install: info: the size of hostdisk//dev/sda is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sda' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sda'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sda'.
grub-install: info: /dev/sda1 is present.
grub-install: info: Looking for /dev/sda1.
grub-install: info: /dev/sda is a parent of /dev/sda1.
grub-install: info: /dev/sda1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sda.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sda'...
grub-install: info: drive = 7.
grub-install: info: the size of hostdisk//dev/sda is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sda'...
grub-install: info: drive = 7.
grub-install: info: the size of hostdisk//dev/sda is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sda' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sda'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sda'.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdg,gpt1'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdg is 3907029168.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/kern/fs.c:56: Detecting hostfs...
grub-core/kern/fs.c:78: hostfs detection failed.
grub-core/kern/fs.c:56: Detecting zfs...
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdg1' in open_device()
grub-core/fs/zfs/zfs.c:1192: label ok 0
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/fs/zfs/zfs.c:1007: check 2 passed
grub-core/fs/zfs/zfs.c:1018: check 3 passed
grub-core/fs/zfs/zfs.c:1025: check 4 passed
grub-core/fs/zfs/zfs.c:1035: check 6 passed
grub-core/fs/zfs/zfs.c:1043: check 7 passed
grub-core/fs/zfs/zfs.c:1054: check 8 passed
grub-core/fs/zfs/zfs.c:1064: check 9 passed
grub-core/fs/zfs/zfs.c:1086: check 11 passed
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/fs/zfs/zfs.c:1192: label ok 1
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/fs/zfs/zfs.c:1007: check 2 passed
grub-core/fs/zfs/zfs.c:1018: check 3 passed
grub-core/fs/zfs/zfs.c:1025: check 4 passed
grub-core/fs/zfs/zfs.c:1035: check 6 passed
grub-core/fs/zfs/zfs.c:1043: check 7 passed
grub-core/fs/zfs/zfs.c:1054: check 8 passed
grub-core/fs/zfs/zfs.c:1064: check 9 passed
grub-core/fs/zfs/zfs.c:1086: check 11 passed
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/fs/zfs/zfs.c:1192: label ok 2
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/fs/zfs/zfs.c:1192: label ok 3
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/kern/fs.c:78: zfs detection failed.
grub-core/kern/fs.c:56: Detecting xfs...
grub-core/fs/xfs.c:887: Reading sb
grub-core/fs/xfs.c:243: Validating superblock
grub-core/kern/fs.c:78: xfs detection failed.
grub-core/kern/fs.c:56: Detecting ufs2...
grub-core/kern/fs.c:78: ufs2 detection failed.
grub-core/kern/fs.c:56: Detecting ufs1_be...
grub-core/kern/fs.c:78: ufs1_be detection failed.
grub-core/kern/fs.c:56: Detecting ufs1...
grub-core/kern/fs.c:78: ufs1 detection failed.
grub-core/kern/fs.c:56: Detecting udf...
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdg1'
grub-core/kern/fs.c:78: udf detection failed.
grub-core/kern/fs.c:56: Detecting tarfs...
grub-core/kern/fs.c:78: tarfs detection failed.
grub-core/kern/fs.c:56: Detecting squash4...
grub-core/kern/fs.c:78: squash4 detection failed.
grub-core/kern/fs.c:56: Detecting sfs...
grub-core/kern/fs.c:78: sfs detection failed.
grub-core/kern/fs.c:56: Detecting romfs...
grub-core/kern/fs.c:78: romfs detection failed.
grub-core/kern/fs.c:56: Detecting reiserfs...
grub-core/kern/fs.c:78: reiserfs detection failed.
grub-core/kern/fs.c:56: Detecting procfs...
grub-core/kern/fs.c:78: procfs detection failed.
grub-core/kern/fs.c:56: Detecting odc...
grub-core/kern/fs.c:78: odc detection failed.
grub-core/kern/fs.c:56: Detecting ntfs...
grub-core/kern/fs.c:78: ntfs detection failed.
grub-core/kern/fs.c:56: Detecting nilfs2...
grub-core/kern/fs.c:78: nilfs2 detection failed.
grub-core/kern/fs.c:56: Detecting newc...
grub-core/kern/fs.c:78: newc detection failed.
grub-core/kern/fs.c:56: Detecting minix_be...
grub-core/kern/fs.c:78: minix_be detection failed.
grub-core/kern/fs.c:56: Detecting minix3_be...
grub-core/kern/fs.c:78: minix3_be detection failed.
grub-core/kern/fs.c:56: Detecting minix3...
grub-core/kern/fs.c:78: minix3 detection failed.
grub-core/kern/fs.c:56: Detecting minix2_be...
grub-core/kern/fs.c:78: minix2_be detection failed.
grub-core/kern/fs.c:56: Detecting minix2...
grub-core/kern/fs.c:78: minix2 detection failed.
grub-core/kern/fs.c:56: Detecting minix...
grub-core/kern/fs.c:78: minix detection failed.
grub-core/kern/fs.c:56: Detecting jfs...
grub-core/kern/fs.c:78: jfs detection failed.
grub-core/kern/fs.c:56: Detecting iso9660...
grub-core/kern/fs.c:78: iso9660 detection failed.
grub-core/kern/fs.c:56: Detecting hfsplus...
grub-core/kern/fs.c:78: hfsplus detection failed.
grub-core/kern/fs.c:56: Detecting hfs...
grub-core/kern/fs.c:78: hfs detection failed.
grub-core/kern/fs.c:56: Detecting fat...
grub-core/kern/fs.c:78: fat detection failed.
grub-core/kern/fs.c:56: Detecting ext2...
grub-core/kern/fs.c:78: ext2 detection failed.
grub-core/kern/fs.c:56: Detecting exfat...
grub-core/kern/fs.c:78: exfat detection failed.
grub-core/kern/fs.c:56: Detecting cpiofs_be...
grub-core/kern/fs.c:78: cpiofs_be detection failed.
grub-core/kern/fs.c:56: Detecting cpiofs...
grub-core/kern/fs.c:78: cpiofs detection failed.
grub-core/kern/fs.c:56: Detecting cbfs...
grub-core/kern/disk.c:421: Read out of range: sector 0xe919cb2d (attempt to read or write outside of partition).
grub-core/kern/fs.c:78: cbfs detection failed.
grub-core/kern/fs.c:56: Detecting btrfs...
grub-core/kern/fs.c:78: btrfs detection failed.
grub-core/kern/fs.c:56: Detecting bfs...
grub-core/kern/fs.c:78: bfs detection failed.
grub-core/kern/fs.c:56: Detecting afs...
grub-core/kern/fs.c:78: afs detection failed.
grub-core/kern/fs.c:56: Detecting affs...
grub-core/kern/fs.c:78: affs detection failed.
grub-install: error: unknown filesystem.

[-- Attachment #4: grub-install2.txt --]
[-- Type: text/plain, Size: 154195 bytes --]

grub-install: info: executing modprobe efivars 2>/dev/null.
grub-install: info: Looking for /sys/firmware/efi ...
grub-install: info: ... not found. Looking for /proc/device-tree ...
grub-install: info: ... not found.
Installing for i386-pc platform.
grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
grub-install: info: copying `/usr/lib/grub/i386-pc/lspci.mod' -> `/boot/grub/i386-pc/lspci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gfxmenu.mod' -> `/boot/grub/i386-pc/gfxmenu.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/bfs.mod' -> `/boot/grub/i386-pc/bfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ntfscomp.mod' -> `/boot/grub/i386-pc/ntfscomp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_apple.mod' -> `/boot/grub/i386-pc/part_apple.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/btrfs.mod' -> `/boot/grub/i386-pc/btrfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/file.mod' -> `/boot/grub/i386-pc/file.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usbms.mod' -> `/boot/grub/i386-pc/usbms.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/multiboot2.mod' -> `/boot/grub/i386-pc/multiboot2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/jpeg.mod' -> `/boot/grub/i386-pc/jpeg.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/elf.mod' -> `/boot/grub/i386-pc/elf.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/syslinuxcfg.mod' -> `/boot/grub/i386-pc/syslinuxcfg.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/fshelp.mod' -> `/boot/grub/i386-pc/fshelp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gptsync.mod' -> `/boot/grub/i386-pc/gptsync.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hashsum.mod' -> `/boot/grub/i386-pc/hashsum.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/zfs.mod' -> `/boot/grub/i386-pc/zfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/mda_text.mod' -> `/boot/grub/i386-pc/mda_text.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/newc.mod' -> `/boot/grub/i386-pc/newc.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/memdisk.mod' -> `/boot/grub/i386-pc/memdisk.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minix3_be.mod' -> `/boot/grub/i386-pc/minix3_be.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/at_keyboard.mod' -> `/boot/grub/i386-pc/at_keyboard.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_des.mod' -> `/boot/grub/i386-pc/gcry_des.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_arcfour.mod' -> `/boot/grub/i386-pc/gcry_arcfour.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/http.mod' -> `/boot/grub/i386-pc/http.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/play.mod' -> `/boot/grub/i386-pc/play.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/video_cirrus.mod' -> `/boot/grub/i386-pc/video_cirrus.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/tga.mod' -> `/boot/grub/i386-pc/tga.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/videotest.mod' -> `/boot/grub/i386-pc/videotest.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/loopback.mod' -> `/boot/grub/i386-pc/loopback.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usbtest.mod' -> `/boot/grub/i386-pc/usbtest.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/terminfo.mod' -> `/boot/grub/i386-pc/terminfo.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/relocator.mod' -> `/boot/grub/i386-pc/relocator.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ldm.mod' -> `/boot/grub/i386-pc/ldm.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/xnu.mod' -> `/boot/grub/i386-pc/xnu.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cpio_be.mod' -> `/boot/grub/i386-pc/cpio_be.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/procfs.mod' -> `/boot/grub/i386-pc/procfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/progress.mod' -> `/boot/grub/i386-pc/progress.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rfc2268.mod' -> `/boot/grub/i386-pc/gcry_rfc2268.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/trig.mod' -> `/boot/grub/i386-pc/trig.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_camellia.mod' -> `/boot/grub/i386-pc/gcry_camellia.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/legacycfg.mod' -> `/boot/grub/i386-pc/legacycfg.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/chain.mod' -> `/boot/grub/i386-pc/chain.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_pl2303.mod' -> `/boot/grub/i386-pc/usbserial_pl2303.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/xzio.mod' -> `/boot/grub/i386-pc/xzio.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/regexp.mod' -> `/boot/grub/i386-pc/regexp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/spkmodem.mod' -> `/boot/grub/i386-pc/spkmodem.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/crc64.mod' -> `/boot/grub/i386-pc/crc64.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cs5536.mod' -> `/boot/grub/i386-pc/cs5536.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/raid6rec.mod' -> `/boot/grub/i386-pc/raid6rec.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/dm_nv.mod' -> `/boot/grub/i386-pc/dm_nv.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_serpent.mod' -> `/boot/grub/i386-pc/gcry_serpent.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ntfs.mod' -> `/boot/grub/i386-pc/ntfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ufs1_be.mod' -> `/boot/grub/i386-pc/ufs1_be.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/truecrypt.mod' -> `/boot/grub/i386-pc/truecrypt.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/crypto.mod' -> `/boot/grub/i386-pc/crypto.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/keylayouts.mod' -> `/boot/grub/i386-pc/keylayouts.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/romfs.mod' -> `/boot/grub/i386-pc/romfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/fat.mod' -> `/boot/grub/i386-pc/fat.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cpio.mod' -> `/boot/grub/i386-pc/cpio.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hexdump.mod' -> `/boot/grub/i386-pc/hexdump.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_twofish.mod' -> `/boot/grub/i386-pc/gcry_twofish.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ohci.mod' -> `/boot/grub/i386-pc/ohci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/bufio.mod' -> `/boot/grub/i386-pc/bufio.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ntldr.mod' -> `/boot/grub/i386-pc/ntldr.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/odc.mod' -> `/boot/grub/i386-pc/odc.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/915resolution.mod' -> `/boot/grub/i386-pc/915resolution.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cbmemc.mod' -> `/boot/grub/i386-pc/cbmemc.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cmp.mod' -> `/boot/grub/i386-pc/cmp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/sleep_test.mod' -> `/boot/grub/i386-pc/sleep_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/video.mod' -> `/boot/grub/i386-pc/video.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minicmd.mod' -> `/boot/grub/i386-pc/minicmd.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_seed.mod' -> `/boot/grub/i386-pc/gcry_seed.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/eval.mod' -> `/boot/grub/i386-pc/eval.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/iorw.mod' -> `/boot/grub/i386-pc/iorw.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/uhci.mod' -> `/boot/grub/i386-pc/uhci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ufs2.mod' -> `/boot/grub/i386-pc/ufs2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pbkdf2_test.mod' -> `/boot/grub/i386-pc/pbkdf2_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/serial.mod' -> `/boot/grub/i386-pc/serial.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/macbless.mod' -> `/boot/grub/i386-pc/macbless.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/videoinfo.mod' -> `/boot/grub/i386-pc/videoinfo.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_usbdebug.mod' -> `/boot/grub/i386-pc/usbserial_usbdebug.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rmd160.mod' -> `/boot/grub/i386-pc/gcry_rmd160.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/xfs.mod' -> `/boot/grub/i386-pc/xfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hfsplus.mod' -> `/boot/grub/i386-pc/hfsplus.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/search.mod' -> `/boot/grub/i386-pc/search.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/reboot.mod' -> `/boot/grub/i386-pc/reboot.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/luks.mod' -> `/boot/grub/i386-pc/luks.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/afs.mod' -> `/boot/grub/i386-pc/afs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/vga.mod' -> `/boot/grub/i386-pc/vga.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cbfs.mod' -> `/boot/grub/i386-pc/cbfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_plan.mod' -> `/boot/grub/i386-pc/part_plan.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/legacy_password_test.mod' -> `/boot/grub/i386-pc/legacy_password_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/sleep.mod' -> `/boot/grub/i386-pc/sleep.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_sha256.mod' -> `/boot/grub/i386-pc/gcry_sha256.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/all_video.mod' -> `/boot/grub/i386-pc/all_video.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_bsd.mod' -> `/boot/grub/i386-pc/part_bsd.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_dvh.mod' -> `/boot/grub/i386-pc/part_dvh.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/biosdisk.mod' -> `/boot/grub/i386-pc/biosdisk.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/mdraid09_be.mod' -> `/boot/grub/i386-pc/mdraid09_be.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/freedos.mod' -> `/boot/grub/i386-pc/freedos.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/video_bochs.mod' -> `/boot/grub/i386-pc/video_bochs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hwmatch.mod' -> `/boot/grub/i386-pc/hwmatch.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/setjmp_test.mod' -> `/boot/grub/i386-pc/setjmp_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/geli.mod' -> `/boot/grub/i386-pc/geli.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/videotest_checksum.mod' -> `/boot/grub/i386-pc/videotest_checksum.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/nativedisk.mod' -> `/boot/grub/i386-pc/nativedisk.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/signature_test.mod' -> `/boot/grub/i386-pc/signature_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/search_fs_file.mod' -> `/boot/grub/i386-pc/search_fs_file.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/terminal.mod' -> `/boot/grub/i386-pc/terminal.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cryptodisk.mod' -> `/boot/grub/i386-pc/cryptodisk.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gfxterm.mod' -> `/boot/grub/i386-pc/gfxterm.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/setpci.mod' -> `/boot/grub/i386-pc/setpci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_sha512.mod' -> `/boot/grub/i386-pc/gcry_sha512.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_sha1.mod' -> `/boot/grub/i386-pc/gcry_sha1.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/setjmp.mod' -> `/boot/grub/i386-pc/setjmp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/verify.mod' -> `/boot/grub/i386-pc/verify.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_blowfish.mod' -> `/boot/grub/i386-pc/gcry_blowfish.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/jfs.mod' -> `/boot/grub/i386-pc/jfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/test_blockarg.mod' -> `/boot/grub/i386-pc/test_blockarg.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_crc.mod' -> `/boot/grub/i386-pc/gcry_crc.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pxe.mod' -> `/boot/grub/i386-pc/pxe.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pxechain.mod' -> `/boot/grub/i386-pc/pxechain.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/memrw.mod' -> `/boot/grub/i386-pc/memrw.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pcidump.mod' -> `/boot/grub/i386-pc/pcidump.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/password.mod' -> `/boot/grub/i386-pc/password.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/tftp.mod' -> `/boot/grub/i386-pc/tftp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cmosdump.mod' -> `/boot/grub/i386-pc/cmosdump.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/multiboot.mod' -> `/boot/grub/i386-pc/multiboot.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/efiemu.mod' -> `/boot/grub/i386-pc/efiemu.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/bsd.mod' -> `/boot/grub/i386-pc/bsd.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_whirlpool.mod' -> `/boot/grub/i386-pc/gcry_whirlpool.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/halt.mod' -> `/boot/grub/i386-pc/halt.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cmdline_cat_test.mod' -> `/boot/grub/i386-pc/cmdline_cat_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/scsi.mod' -> `/boot/grub/i386-pc/scsi.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/xnu_uuid.mod' -> `/boot/grub/i386-pc/xnu_uuid.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cbls.mod' -> `/boot/grub/i386-pc/cbls.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/zfsinfo.mod' -> `/boot/grub/i386-pc/zfsinfo.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minix2.mod' -> `/boot/grub/i386-pc/minix2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_ftdi.mod' -> `/boot/grub/i386-pc/usbserial_ftdi.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/search_fs_uuid.mod' -> `/boot/grub/i386-pc/search_fs_uuid.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gfxterm_menu.mod' -> `/boot/grub/i386-pc/gfxterm_menu.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rijndael.mod' -> `/boot/grub/i386-pc/gcry_rijndael.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hello.mod' -> `/boot/grub/i386-pc/hello.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/offsetio.mod' -> `/boot/grub/i386-pc/offsetio.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cat.mod' -> `/boot/grub/i386-pc/cat.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/aout.mod' -> `/boot/grub/i386-pc/aout.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/msdospart.mod' -> `/boot/grub/i386-pc/msdospart.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/backtrace.mod' -> `/boot/grub/i386-pc/backtrace.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ext2.mod' -> `/boot/grub/i386-pc/ext2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usb_keyboard.mod' -> `/boot/grub/i386-pc/usb_keyboard.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gdb.mod' -> `/boot/grub/i386-pc/gdb.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/udf.mod' -> `/boot/grub/i386-pc/udf.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/nilfs2.mod' -> `/boot/grub/i386-pc/nilfs2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/password_pbkdf2.mod' -> `/boot/grub/i386-pc/password_pbkdf2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/adler32.mod' -> `/boot/grub/i386-pc/adler32.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/testload.mod' -> `/boot/grub/i386-pc/testload.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usb.mod' -> `/boot/grub/i386-pc/usb.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/priority_queue.mod' -> `/boot/grub/i386-pc/priority_queue.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/acpi.mod' -> `/boot/grub/i386-pc/acpi.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cbtable.mod' -> `/boot/grub/i386-pc/cbtable.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/lsapm.mod' -> `/boot/grub/i386-pc/lsapm.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hfspluscomp.mod' -> `/boot/grub/i386-pc/hfspluscomp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/mmap.mod' -> `/boot/grub/i386-pc/mmap.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/mpi.mod' -> `/boot/grub/i386-pc/mpi.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/bitmap.mod' -> `/boot/grub/i386-pc/bitmap.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/squash4.mod' -> `/boot/grub/i386-pc/squash4.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_tiger.mod' -> `/boot/grub/i386-pc/gcry_tiger.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/net.mod' -> `/boot/grub/i386-pc/net.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gzio.mod' -> `/boot/grub/i386-pc/gzio.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_acorn.mod' -> `/boot/grub/i386-pc/part_acorn.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/linux.mod' -> `/boot/grub/i386-pc/linux.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hdparm.mod' -> `/boot/grub/i386-pc/hdparm.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ufs1.mod' -> `/boot/grub/i386-pc/ufs1.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_cast5.mod' -> `/boot/grub/i386-pc/gcry_cast5.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_dfly.mod' -> `/boot/grub/i386-pc/part_dfly.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_msdos.mod' -> `/boot/grub/i386-pc/part_msdos.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ahci.mod' -> `/boot/grub/i386-pc/ahci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_dsa.mod' -> `/boot/grub/i386-pc/gcry_dsa.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/search_label.mod' -> `/boot/grub/i386-pc/search_label.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/test.mod' -> `/boot/grub/i386-pc/test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/video_colors.mod' -> `/boot/grub/i386-pc/video_colors.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/tar.mod' -> `/boot/grub/i386-pc/tar.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/morse.mod' -> `/boot/grub/i386-pc/morse.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/drivemap.mod' -> `/boot/grub/i386-pc/drivemap.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minix.mod' -> `/boot/grub/i386-pc/minix.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/sendkey.mod' -> `/boot/grub/i386-pc/sendkey.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_sunpc.mod' -> `/boot/grub/i386-pc/part_sunpc.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/video_fb.mod' -> `/boot/grub/i386-pc/video_fb.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/lvm.mod' -> `/boot/grub/i386-pc/lvm.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/datetime.mod' -> `/boot/grub/i386-pc/datetime.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/sfs.mod' -> `/boot/grub/i386-pc/sfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/png.mod' -> `/boot/grub/i386-pc/png.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_md5.mod' -> `/boot/grub/i386-pc/gcry_md5.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_gpt.mod' -> `/boot/grub/i386-pc/part_gpt.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/mdraid1x.mod' -> `/boot/grub/i386-pc/mdraid1x.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/datehook.mod' -> `/boot/grub/i386-pc/datehook.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/blocklist.mod' -> `/boot/grub/i386-pc/blocklist.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/macho.mod' -> `/boot/grub/i386-pc/macho.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/hfs.mod' -> `/boot/grub/i386-pc/hfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minix_be.mod' -> `/boot/grub/i386-pc/minix_be.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gettext.mod' -> `/boot/grub/i386-pc/gettext.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/plan9.mod' -> `/boot/grub/i386-pc/plan9.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/affs.mod' -> `/boot/grub/i386-pc/affs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/echo.mod' -> `/boot/grub/i386-pc/echo.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gfxterm_background.mod' -> `/boot/grub/i386-pc/gfxterm_background.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/raid5rec.mod' -> `/boot/grub/i386-pc/raid5rec.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ls.mod' -> `/boot/grub/i386-pc/ls.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/bitmap_scale.mod' -> `/boot/grub/i386-pc/bitmap_scale.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minix3.mod' -> `/boot/grub/i386-pc/minix3.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/lsmmap.mod' -> `/boot/grub/i386-pc/lsmmap.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/exfat.mod' -> `/boot/grub/i386-pc/exfat.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/extcmd.mod' -> `/boot/grub/i386-pc/extcmd.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/xnu_uuid_test.mod' -> `/boot/grub/i386-pc/xnu_uuid_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pata.mod' -> `/boot/grub/i386-pc/pata.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/date.mod' -> `/boot/grub/i386-pc/date.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/keystatus.mod' -> `/boot/grub/i386-pc/keystatus.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_idea.mod' -> `/boot/grub/i386-pc/gcry_idea.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pbkdf2.mod' -> `/boot/grub/i386-pc/pbkdf2.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/iso9660.mod' -> `/boot/grub/i386-pc/iso9660.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/boot.mod' -> `/boot/grub/i386-pc/boot.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/diskfilter.mod' -> `/boot/grub/i386-pc/diskfilter.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/parttool.mod' -> `/boot/grub/i386-pc/parttool.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/lsacpi.mod' -> `/boot/grub/i386-pc/lsacpi.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/div_test.mod' -> `/boot/grub/i386-pc/div_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/linux16.mod' -> `/boot/grub/i386-pc/linux16.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/read.mod' -> `/boot/grub/i386-pc/read.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_md4.mod' -> `/boot/grub/i386-pc/gcry_md4.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/usbserial_common.mod' -> `/boot/grub/i386-pc/usbserial_common.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/exfctest.mod' -> `/boot/grub/i386-pc/exfctest.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/gcry_rsa.mod' -> `/boot/grub/i386-pc/gcry_rsa.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/normal.mod' -> `/boot/grub/i386-pc/normal.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_sun.mod' -> `/boot/grub/i386-pc/part_sun.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/help.mod' -> `/boot/grub/i386-pc/help.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/configfile.mod' -> `/boot/grub/i386-pc/configfile.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ata.mod' -> `/boot/grub/i386-pc/ata.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/functional_test.mod' -> `/boot/grub/i386-pc/functional_test.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/time.mod' -> `/boot/grub/i386-pc/time.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/reiserfs.mod' -> `/boot/grub/i386-pc/reiserfs.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/loadenv.mod' -> `/boot/grub/i386-pc/loadenv.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/true.mod' -> `/boot/grub/i386-pc/true.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/disk.mod' -> `/boot/grub/i386-pc/disk.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/testspeed.mod' -> `/boot/grub/i386-pc/testspeed.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/tr.mod' -> `/boot/grub/i386-pc/tr.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/zfscrypt.mod' -> `/boot/grub/i386-pc/zfscrypt.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/pci.mod' -> `/boot/grub/i386-pc/pci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/font.mod' -> `/boot/grub/i386-pc/font.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/archelp.mod' -> `/boot/grub/i386-pc/archelp.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/lzopio.mod' -> `/boot/grub/i386-pc/lzopio.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/vbe.mod' -> `/boot/grub/i386-pc/vbe.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cbtime.mod' -> `/boot/grub/i386-pc/cbtime.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/probe.mod' -> `/boot/grub/i386-pc/probe.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/minix2_be.mod' -> `/boot/grub/i386-pc/minix2_be.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/mdraid09.mod' -> `/boot/grub/i386-pc/mdraid09.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/ehci.mod' -> `/boot/grub/i386-pc/ehci.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/vga_text.mod' -> `/boot/grub/i386-pc/vga_text.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/part_amiga.mod' -> `/boot/grub/i386-pc/part_amiga.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cpuid.mod' -> `/boot/grub/i386-pc/cpuid.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/cmostest.mod' -> `/boot/grub/i386-pc/cmostest.mod'.
grub-install: info: copying `/usr/lib/grub/i386-pc/efiemu32.o' -> `/boot/grub/i386-pc/efiemu32.o'.
grub-install: info: copying `/usr/lib/grub/i386-pc/efiemu64.o' -> `/boot/grub/i386-pc/efiemu64.o'.
grub-install: info: copying `/usr/lib/grub/i386-pc/moddep.lst' -> `/boot/grub/i386-pc/moddep.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/command.lst' -> `/boot/grub/i386-pc/command.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/fs.lst' -> `/boot/grub/i386-pc/fs.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/partmap.lst' -> `/boot/grub/i386-pc/partmap.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/parttool.lst' -> `/boot/grub/i386-pc/parttool.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/video.lst' -> `/boot/grub/i386-pc/video.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/crypto.lst' -> `/boot/grub/i386-pc/crypto.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/terminal.lst' -> `/boot/grub/i386-pc/terminal.lst'.
grub-install: info: copying `/usr/lib/grub/i386-pc/modinfo.sh' -> `/boot/grub/i386-pc/modinfo.sh'.
grub-install: info: copying `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr@latin.mo'.
grub-install: info: cannot open `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mn.mo'.
grub-install: info: cannot open `/usr/share/locale/mn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/shn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/shn.mo'.
grub-install: info: cannot open `/usr/share/locale/shn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/nso/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nso.mo'.
grub-install: info: cannot open `/usr/share/locale/nso/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ia.mo'.
grub-install: info: cannot open `/usr/share/locale/ia/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'.
grub-install: info: copying `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_HK.mo'.
grub-install: info: cannot open `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'.
grub-install: info: copying `/usr/share/locale/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'.
grub-install: info: copying `/usr/share/locale/en@arabic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@arabic.mo'.
grub-install: info: copying `/usr/share/locale/en/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en.mo'.
grub-install: info: cannot open `/usr/share/locale/en/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'.
grub-install: info: copying `/usr/share/locale/tt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt.mo'.
grub-install: info: cannot open `/usr/share/locale/tt/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bem/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bem.mo'.
grub-install: info: cannot open `/usr/share/locale/bem/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa.mo'.
grub-install: info: cannot open `/usr/share/locale/fa/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/af/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/af.mo'.
grub-install: info: cannot open `/usr/share/locale/af/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/st/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/st.mo'.
grub-install: info: cannot open `/usr/share/locale/st/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/he/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he.mo'.
grub-install: info: cannot open `/usr/share/locale/he/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn_IN.mo'.
grub-install: info: cannot open `/usr/share/locale/bn_IN/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ar/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ar.mo'.
grub-install: info: cannot open `/usr/share/locale/ar/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tg.mo'.
grub-install: info: cannot open `/usr/share/locale/tg/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/km/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/km.mo'.
grub-install: info: cannot open `/usr/share/locale/km/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'.
grub-install: info: copying `/usr/share/locale/bn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn.mo'.
grub-install: info: cannot open `/usr/share/locale/bn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/wo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wo.mo'.
grub-install: info: cannot open `/usr/share/locale/wo/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'.
grub-install: info: copying `/usr/share/locale/ky/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ky.mo'.
grub-install: info: cannot open `/usr/share/locale/ky/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/uz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz.mo'.
grub-install: info: cannot open `/usr/share/locale/uz/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/rw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rw.mo'.
grub-install: info: cannot open `/usr/share/locale/rw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gv.mo'.
grub-install: info: cannot open `/usr/share/locale/gv/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/qu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/qu.mo'.
grub-install: info: cannot open `/usr/share/locale/qu/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mi.mo'.
grub-install: info: cannot open `/usr/share/locale/mi/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/xh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/xh.mo'.
grub-install: info: cannot open `/usr/share/locale/xh/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/cs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs.mo'.
grub-install: info: cannot open `/usr/share/locale/cs/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/cy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cy.mo'.
grub-install: info: cannot open `/usr/share/locale/cy/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kok/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kok.mo'.
grub-install: info: cannot open `/usr/share/locale/kok/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mg.mo'.
grub-install: info: cannot open `/usr/share/locale/mg/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/dz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dz.mo'.
grub-install: info: cannot open `/usr/share/locale/dz/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/wal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wal.mo'.
grub-install: info: cannot open `/usr/share/locale/wal/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ms/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ms.mo'.
grub-install: info: cannot open `/usr/share/locale/ms/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/my/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my.mo'.
grub-install: info: cannot open `/usr/share/locale/my/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ne/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ne.mo'.
grub-install: info: cannot open `/usr/share/locale/ne/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'.
grub-install: info: copying `/usr/share/locale/fur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fur.mo'.
grub-install: info: cannot open `/usr/share/locale/fur/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pam/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pam.mo'.
grub-install: info: cannot open `/usr/share/locale/pam/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_CA.mo'.
grub-install: info: cannot open `/usr/share/locale/en_CA/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ln/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ln.mo'.
grub-install: info: cannot open `/usr/share/locale/ln/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'.
grub-install: info: copying `/usr/share/locale/wa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wa.mo'.
grub-install: info: cannot open `/usr/share/locale/wa/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kw.mo'.
grub-install: info: cannot open `/usr/share/locale/kw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/locale.alias.mo'.
grub-install: info: cannot open `/usr/share/locale/locale.alias/LC_MESSAGES/grub.mo': Not a directory.
grub-install: info: copying `/usr/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'.
grub-install: info: copying `/usr/share/locale/sco/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sco.mo'.
grub-install: info: cannot open `/usr/share/locale/sco/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fo.mo'.
grub-install: info: cannot open `/usr/share/locale/fo/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sd.mo'.
grub-install: info: cannot open `/usr/share/locale/sd/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ti/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ti.mo'.
grub-install: info: cannot open `/usr/share/locale/ti/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'.
grub-install: info: copying `/usr/share/locale/or/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/or.mo'.
grub-install: info: cannot open `/usr/share/locale/or/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sc.mo'.
grub-install: info: cannot open `/usr/share/locale/sc/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fr_CA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr_CA.mo'.
grub-install: info: cannot open `/usr/share/locale/fr_CA/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/si/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/si.mo'.
grub-install: info: cannot open `/usr/share/locale/si/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/hr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hr.mo'.
grub-install: info: cannot open `/usr/share/locale/hr/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sw.mo'.
grub-install: info: cannot open `/usr/share/locale/sw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/et/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/et.mo'.
grub-install: info: cannot open `/usr/share/locale/et/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bs.mo'.
grub-install: info: cannot open `/usr/share/locale/bs/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'.
grub-install: info: copying `/usr/share/locale/kn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kn.mo'.
grub-install: info: cannot open `/usr/share/locale/kn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bg.mo'.
grub-install: info: cannot open `/usr/share/locale/bg/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/vec/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vec.mo'.
grub-install: info: cannot open `/usr/share/locale/vec/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ug/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ug.mo'.
grub-install: info: cannot open `/usr/share/locale/ug/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gu.mo'.
grub-install: info: cannot open `/usr/share/locale/gu/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/szl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/szl.mo'.
grub-install: info: cannot open `/usr/share/locale/szl/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ga/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ga.mo'.
grub-install: info: cannot open `/usr/share/locale/ga/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'.
grub-install: info: cannot open `/usr/share/locale/nb/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mt.mo'.
grub-install: info: cannot open `/usr/share/locale/mt/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ary/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ary.mo'.
grub-install: info: cannot open `/usr/share/locale/ary/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ve/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ve.mo'.
grub-install: info: cannot open `/usr/share/locale/ve/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@greek/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@greek.mo'.
grub-install: info: copying `/usr/share/locale/de_CH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_CH.mo'.
grub-install: info: copying `/usr/share/locale/de_DE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_DE.mo'.
grub-install: info: cannot open `/usr/share/locale/de_DE/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/frp/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/frp.mo'.
grub-install: info: cannot open `/usr/share/locale/frp/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/is/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/is.mo'.
grub-install: info: cannot open `/usr/share/locale/is/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'.
grub-install: info: copying `/usr/share/locale/haw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/haw.mo'.
grub-install: info: cannot open `/usr/share/locale/haw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@cyrillic.mo'.
grub-install: info: copying `/usr/share/locale/oc/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/oc.mo'.
grub-install: info: cannot open `/usr/share/locale/oc/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/am/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/am.mo'.
grub-install: info: cannot open `/usr/share/locale/am/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'.
grub-install: info: copying `/usr/share/locale/as/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/as.mo'.
grub-install: info: cannot open `/usr/share/locale/as/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sa.mo'.
grub-install: info: cannot open `/usr/share/locale/sa/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl.mo'.
grub-install: info: cannot open `/usr/share/locale/tl/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/byn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/byn.mo'.
grub-install: info: cannot open `/usr/share/locale/byn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk.mo'.
grub-install: info: cannot open `/usr/share/locale/sk/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bo.mo'.
grub-install: info: cannot open `/usr/share/locale/bo/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/be/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be.mo'.
grub-install: info: cannot open `/usr/share/locale/be/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/csb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/csb.mo'.
grub-install: info: cannot open `/usr/share/locale/csb/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca@valencia.mo'.
grub-install: info: cannot open `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fa_AF/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa_AF.mo'.
grub-install: info: cannot open `/usr/share/locale/fa_AF/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ku/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ku.mo'.
grub-install: info: cannot open `/usr/share/locale/ku/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt@iqtelif.mo'.
grub-install: info: cannot open `/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gez/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gez.mo'.
grub-install: info: cannot open `/usr/share/locale/gez/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tig.mo'.
grub-install: info: cannot open `/usr/share/locale/tig/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'.
grub-install: info: copying `/usr/share/locale/ka/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ka.mo'.
grub-install: info: cannot open `/usr/share/locale/ka/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/trv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/trv.mo'.
grub-install: info: cannot open `/usr/share/locale/trv/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kk.mo'.
grub-install: info: cannot open `/usr/share/locale/kk/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ta/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta.mo'.
grub-install: info: cannot open `/usr/share/locale/ta/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fy.mo'.
grub-install: info: cannot open `/usr/share/locale/fy/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl.mo'.
grub-install: info: copying `/usr/share/locale/tk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tk.mo'.
grub-install: info: cannot open `/usr/share/locale/tk/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ckb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ckb.mo'.
grub-install: info: cannot open `/usr/share/locale/ckb/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/hi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hi.mo'.
grub-install: info: cannot open `/usr/share/locale/hi/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr.mo'.
grub-install: info: cannot open `/usr/share/locale/sr/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/jv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/jv.mo'.
grub-install: info: cannot open `/usr/share/locale/jv/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_PT.mo'.
grub-install: info: cannot open `/usr/share/locale/pt_PT/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'.
grub-install: info: copying `/usr/share/locale/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'.
grub-install: info: copying `/usr/share/locale/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'.
grub-install: info: copying `/usr/share/locale/ro/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro.mo'.
grub-install: info: cannot open `/usr/share/locale/ro/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gd/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gd.mo'.
grub-install: info: cannot open `/usr/share/locale/gd/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fil/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fil.mo'.
grub-install: info: cannot open `/usr/share/locale/fil/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mhr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mhr.mo'.
grub-install: info: cannot open `/usr/share/locale/mhr/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'.
grub-install: info: copying `/usr/share/locale/ur/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur.mo'.
grub-install: info: cannot open `/usr/share/locale/ur/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ru/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru.mo'.
grub-install: info: copying `/usr/share/locale/dv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/dv.mo'.
grub-install: info: cannot open `/usr/share/locale/dv/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/crh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/crh.mo'.
grub-install: info: cannot open `/usr/share/locale/crh/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ce/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ce.mo'.
grub-install: info: cannot open `/usr/share/locale/ce/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk.mo'.
grub-install: info: cannot open `/usr/share/locale/mk/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/az/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/az.mo'.
grub-install: info: cannot open `/usr/share/locale/az/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/te/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/te.mo'.
grub-install: info: cannot open `/usr/share/locale/te/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@hebrew.mo'.
grub-install: info: copying `/usr/share/locale/hy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hy.mo'.
grub-install: info: cannot open `/usr/share/locale/hy/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/de@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de@hebrew.mo'.
grub-install: info: copying `/usr/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'.
grub-install: info: copying `/usr/share/locale/zu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zu.mo'.
grub-install: info: cannot open `/usr/share/locale/zu/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/an/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/an.mo'.
grub-install: info: cannot open `/usr/share/locale/an/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_GB.mo'.
grub-install: info: cannot open `/usr/share/locale/en_GB/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi.mo'.
grub-install: info: copying `/usr/share/locale/en@piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@piglatin.mo'.
grub-install: info: copying `/usr/share/locale/lv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lv.mo'.
grub-install: info: cannot open `/usr/share/locale/lv/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/br/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/br.mo'.
grub-install: info: cannot open `/usr/share/locale/br/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/eu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eu.mo'.
grub-install: info: cannot open `/usr/share/locale/eu/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ko/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko.mo'.
grub-install: info: cannot open `/usr/share/locale/ko/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.mo'.
grub-install: info: cannot open `/usr/share/locale/pt/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@quot.mo'.
grub-install: info: copying `/usr/share/locale/lb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lb.mo'.
grub-install: info: cannot open `/usr/share/locale/lb/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/lo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lo.mo'.
grub-install: info: cannot open `/usr/share/locale/lo/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ps/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ps.mo'.
grub-install: info: cannot open `/usr/share/locale/ps/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/el/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/el.mo'.
grub-install: info: cannot open `/usr/share/locale/el/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/nds/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nds.mo'.
grub-install: info: cannot open `/usr/share/locale/nds/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sq/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sq.mo'.
grub-install: info: cannot open `/usr/share/locale/sq/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/th/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th.mo'.
grub-install: info: cannot open `/usr/share/locale/th/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/so/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/so.mo'.
grub-install: info: cannot open `/usr/share/locale/so/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/os/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/os.mo'.
grub-install: info: cannot open `/usr/share/locale/os/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ht/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ht.mo'.
grub-install: info: cannot open `/usr/share/locale/ht/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/se/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/se.mo'.
grub-install: info: cannot open `/usr/share/locale/se/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'.
grub-install: info: copying `/usr/share/locale/ml/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ml.mo'.
grub-install: info: cannot open `/usr/share/locale/ml/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'.
grub-install: info: copying `/usr/share/locale/cv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cv.mo'.
grub-install: info: cannot open `/usr/share/locale/cv/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mr.mo'.
grub-install: info: cannot open `/usr/share/locale/mr/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/vi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi.mo'.
grub-install: info: copying `/usr/share/locale/nn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn.mo'.
grub-install: info: cannot open `/usr/share/locale/nn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/uk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk.mo'.
grub-install: info: copying `/usr/share/locale/ace/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ace.mo'.
grub-install: info: cannot open `/usr/share/locale/ace/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_AU.mo'.
grub-install: info: cannot open `/usr/share/locale/en_AU/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
grub-install: info: /dev/sdf1 is not present.
grub-install: info: Looking for /dev/sdf1.
grub-install: info: /dev/sdf is a parent of /dev/sdf1.
grub-install: info: /dev/sdf1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdf.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdf' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdf1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdf2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdf'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdf'.
grub-install: info: /dev/sdd1 is not present.
grub-install: info: Looking for /dev/sdd1.
grub-install: info: /dev/sdd is a parent of /dev/sdd1.
grub-install: info: /dev/sdd1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdd.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdd'...
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/sdd is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdd'...
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/sdd is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdd' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdd1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdd2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdd'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdd'.
grub-install: info: /dev/sdc1 is not present.
grub-install: info: Looking for /dev/sdc1.
grub-install: info: /dev/sdc is a parent of /dev/sdc1.
grub-install: info: /dev/sdc1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdc.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdc'...
grub-install: info: drive = 2.
grub-install: info: the size of hostdisk//dev/sdc is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdc'...
grub-install: info: drive = 2.
grub-install: info: the size of hostdisk//dev/sdc is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdc' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdc1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdc2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdc'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdc'.
grub-install: info: /dev/sdb1 is not present.
grub-install: info: Looking for /dev/sdb1.
grub-install: info: /dev/sdb is a parent of /dev/sdb1.
grub-install: info: /dev/sdb1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdb.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdb'...
grub-install: info: drive = 3.
grub-install: info: the size of hostdisk//dev/sdb is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdb'...
grub-install: info: drive = 3.
grub-install: info: the size of hostdisk//dev/sdb is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdb' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdb1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdb2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdb'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdb'.
grub-install: info: /dev/sdh1 is not present.
grub-install: info: Looking for /dev/sdh1.
grub-install: info: /dev/sdh is a parent of /dev/sdh1.
grub-install: info: /dev/sdh1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdh.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdh'...
grub-install: info: drive = 4.
grub-install: info: the size of hostdisk//dev/sdh is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdh'...
grub-install: info: drive = 4.
grub-install: info: the size of hostdisk//dev/sdh is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdh' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdh1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdh2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdh'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdh'.
grub-install: info: /dev/sde1 is not present.
grub-install: info: Looking for /dev/sde1.
grub-install: info: /dev/sde is a parent of /dev/sde1.
grub-install: info: /dev/sde1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sde.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sde'...
grub-install: info: drive = 5.
grub-install: info: the size of hostdisk//dev/sde is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sde'...
grub-install: info: drive = 5.
grub-install: info: the size of hostdisk//dev/sde is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sde' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sde1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sde2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sde'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sde'.
grub-install: info: /dev/sda1 is not present.
grub-install: info: Looking for /dev/sda1.
grub-install: info: /dev/sda is a parent of /dev/sda1.
grub-install: info: /dev/sda1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sda.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sda'...
grub-install: info: drive = 6.
grub-install: info: the size of hostdisk//dev/sda is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sda'...
grub-install: info: drive = 6.
grub-install: info: the size of hostdisk//dev/sda is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sda' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sda1' in open_device()
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda1'
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda1'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sda2' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda2'
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sda'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sda'.
grub-install: info: /dev/sdf1 is present.
grub-install: info: Looking for /dev/sdf1.
grub-install: info: /dev/sdf is a parent of /dev/sdf1.
grub-install: info: /dev/sdf1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdf.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdf' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdf'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdf'.
grub-install: info: /dev/sdf1 is present.
grub-install: info: Looking for /dev/sdf1.
grub-install: info: /dev/sdf is a parent of /dev/sdf1.
grub-install: info: /dev/sdf1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdf.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdf' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdf.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdf.
grub-install: info: scanning hostdisk//dev/sdf for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdf.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdf'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdf'.
grub-install: info: /dev/sdd1 is present.
grub-install: info: Looking for /dev/sdd1.
grub-install: info: /dev/sdd is a parent of /dev/sdd1.
grub-install: info: /dev/sdd1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdd.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdd'...
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/sdd is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdd'...
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/sdd is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdd' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdd'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdd'.
grub-install: info: /dev/sdd1 is present.
grub-install: info: Looking for /dev/sdd1.
grub-install: info: /dev/sdd is a parent of /dev/sdd1.
grub-install: info: /dev/sdd1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdd.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdd'...
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/sdd is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdd'...
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/sdd is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdd' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdd'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdd.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdd.
grub-install: info: scanning hostdisk//dev/sdd for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdd.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdd'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdd'.
grub-install: info: /dev/sdc1 is present.
grub-install: info: Looking for /dev/sdc1.
grub-install: info: /dev/sdc is a parent of /dev/sdc1.
grub-install: info: /dev/sdc1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdc.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdc'...
grub-install: info: drive = 2.
grub-install: info: the size of hostdisk//dev/sdc is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdc'...
grub-install: info: drive = 2.
grub-install: info: the size of hostdisk//dev/sdc is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdc' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdc'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdc'.
grub-install: info: /dev/sdc1 is present.
grub-install: info: Looking for /dev/sdc1.
grub-install: info: /dev/sdc is a parent of /dev/sdc1.
grub-install: info: /dev/sdc1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdc.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdc'...
grub-install: info: drive = 2.
grub-install: info: the size of hostdisk//dev/sdc is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdc'...
grub-install: info: drive = 2.
grub-install: info: the size of hostdisk//dev/sdc is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdc' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdc'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdc.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdc.
grub-install: info: scanning hostdisk//dev/sdc for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdc.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdc'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdc'.
grub-install: info: /dev/sdb1 is present.
grub-install: info: Looking for /dev/sdb1.
grub-install: info: /dev/sdb is a parent of /dev/sdb1.
grub-install: info: /dev/sdb1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdb.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdb'...
grub-install: info: drive = 3.
grub-install: info: the size of hostdisk//dev/sdb is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdb'...
grub-install: info: drive = 3.
grub-install: info: the size of hostdisk//dev/sdb is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdb' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdb'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdb'.
grub-install: info: /dev/sdb1 is present.
grub-install: info: Looking for /dev/sdb1.
grub-install: info: /dev/sdb is a parent of /dev/sdb1.
grub-install: info: /dev/sdb1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdb.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdb'...
grub-install: info: drive = 3.
grub-install: info: the size of hostdisk//dev/sdb is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdb'...
grub-install: info: drive = 3.
grub-install: info: the size of hostdisk//dev/sdb is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdb' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdb'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdb.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdb.
grub-install: info: scanning hostdisk//dev/sdb for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdb.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdb'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdb'.
grub-install: info: /dev/sdh1 is present.
grub-install: info: Looking for /dev/sdh1.
grub-install: info: /dev/sdh is a parent of /dev/sdh1.
grub-install: info: /dev/sdh1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdh.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdh'...
grub-install: info: drive = 4.
grub-install: info: the size of hostdisk//dev/sdh is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdh'...
grub-install: info: drive = 4.
grub-install: info: the size of hostdisk//dev/sdh is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdh' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdh'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdh'.
grub-install: info: /dev/sdh1 is present.
grub-install: info: Looking for /dev/sdh1.
grub-install: info: /dev/sdh is a parent of /dev/sdh1.
grub-install: info: /dev/sdh1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sdh.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdh'...
grub-install: info: drive = 4.
grub-install: info: the size of hostdisk//dev/sdh is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdh'...
grub-install: info: drive = 4.
grub-install: info: the size of hostdisk//dev/sdh is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdh' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdh'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sdh.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sdh.
grub-install: info: scanning hostdisk//dev/sdh for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sdh.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdh'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sdh'.
grub-install: info: /dev/sde1 is present.
grub-install: info: Looking for /dev/sde1.
grub-install: info: /dev/sde is a parent of /dev/sde1.
grub-install: info: /dev/sde1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sde.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sde'...
grub-install: info: drive = 5.
grub-install: info: the size of hostdisk//dev/sde is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sde'...
grub-install: info: drive = 5.
grub-install: info: the size of hostdisk//dev/sde is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sde' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sde'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sde'.
grub-install: info: /dev/sde1 is present.
grub-install: info: Looking for /dev/sde1.
grub-install: info: /dev/sde is a parent of /dev/sde1.
grub-install: info: /dev/sde1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sde.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sde'...
grub-install: info: drive = 5.
grub-install: info: the size of hostdisk//dev/sde is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sde'...
grub-install: info: drive = 5.
grub-install: info: the size of hostdisk//dev/sde is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sde' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sde'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sde
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sde.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sde.
grub-install: info: scanning hostdisk//dev/sde for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sde.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sde'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sde'.
grub-install: info: /dev/sda1 is present.
grub-install: info: Looking for /dev/sda1.
grub-install: info: /dev/sda is a parent of /dev/sda1.
grub-install: info: /dev/sda1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sda.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sda'...
grub-install: info: drive = 6.
grub-install: info: the size of hostdisk//dev/sda is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sda'...
grub-install: info: drive = 6.
grub-install: info: the size of hostdisk//dev/sda is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sda' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sda'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sda'.
grub-install: info: /dev/sda1 is present.
grub-install: info: Looking for /dev/sda1.
grub-install: info: /dev/sda is a parent of /dev/sda1.
grub-install: info: /dev/sda1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sda.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sda'...
grub-install: info: drive = 6.
grub-install: info: the size of hostdisk//dev/sda is 3907029168.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sda'...
grub-install: info: drive = 6.
grub-install: info: the size of hostdisk//dev/sda is 3907029168.
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sda' in open_device()
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sda'
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x0; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x0; wanted 0x4552)
grub-core/partmap/gpt.c:114: GPT entry 1: start=34, length=2014
grub-core/disk/diskfilter.c:135: Scanning for DISKFILTER devices on disk hostdisk//dev/sda
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/sda.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/sda.
grub-install: info: scanning hostdisk//dev/sda for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/sda.
grub-install: info: no LVM signature found.
grub-core/partmap/dfly.c:72: bad magic (found 0x821cea; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0x52e8; wanted 0x4552)
grub-core/partmap/dfly.c:72: bad magic (found 0x20494645; wanted 0xc4464c59)
grub-core/partmap/apple.c:123: bad magic (found 0xeb63; wanted 0x4552)
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sda'.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-install: info: Partition 0 starts from 2048.
grub-core/kern/disk.c:295: Closing `hostdisk//dev/sda'.
grub-core/kern/disk.c:196: Opening `hostdisk//dev/sdf,gpt1'...
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sdf is 3907029168.
grub-core/partmap/gpt.c:90: Read a valid GPT header
grub-core/partmap/gpt.c:114: GPT entry 0: start=2048, length=3907010560
grub-core/kern/fs.c:56: Detecting hostfs...
grub-core/kern/fs.c:78: hostfs detection failed.
grub-core/kern/fs.c:56: Detecting zfs...
grub-core/osdep/hostdisk.c:415: opening the device `/dev/sdf1' in open_device()
grub-core/fs/zfs/zfs.c:1192: label ok 0
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/fs/zfs/zfs.c:1007: check 2 passed
grub-core/fs/zfs/zfs.c:1018: check 3 passed
grub-core/fs/zfs/zfs.c:1025: check 4 passed
grub-core/fs/zfs/zfs.c:1035: check 6 passed
grub-core/fs/zfs/zfs.c:1043: check 7 passed
grub-core/fs/zfs/zfs.c:1054: check 8 passed
grub-core/fs/zfs/zfs.c:1064: check 9 passed
grub-core/fs/zfs/zfs.c:1086: check 11 passed
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/fs/zfs/zfs.c:1192: label ok 1
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/fs/zfs/zfs.c:1007: check 2 passed
grub-core/fs/zfs/zfs.c:1018: check 3 passed
grub-core/fs/zfs/zfs.c:1025: check 4 passed
grub-core/fs/zfs/zfs.c:1035: check 6 passed
grub-core/fs/zfs/zfs.c:1043: check 7 passed
grub-core/fs/zfs/zfs.c:1054: check 8 passed
grub-core/fs/zfs/zfs.c:1064: check 9 passed
grub-core/fs/zfs/zfs.c:1086: check 11 passed
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/fs/zfs/zfs.c:1192: label ok 2
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/fs/zfs/zfs.c:1192: label ok 3
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/kern/fs.c:78: zfs detection failed.
grub-core/kern/fs.c:56: Detecting xfs...
grub-core/fs/xfs.c:887: Reading sb
grub-core/fs/xfs.c:243: Validating superblock
grub-core/kern/fs.c:78: xfs detection failed.
grub-core/kern/fs.c:56: Detecting ufs2...
grub-core/kern/fs.c:78: ufs2 detection failed.
grub-core/kern/fs.c:56: Detecting ufs1_be...
grub-core/kern/fs.c:78: ufs1_be detection failed.
grub-core/kern/fs.c:56: Detecting ufs1...
grub-core/kern/fs.c:78: ufs1 detection failed.
grub-core/kern/fs.c:56: Detecting udf...
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/osdep/hostdisk.c:394: reusing open device `/dev/sdf1'
grub-core/kern/fs.c:78: udf detection failed.
grub-core/kern/fs.c:56: Detecting tarfs...
grub-core/kern/fs.c:78: tarfs detection failed.
grub-core/kern/fs.c:56: Detecting squash4...
grub-core/kern/fs.c:78: squash4 detection failed.
grub-core/kern/fs.c:56: Detecting sfs...
grub-core/kern/fs.c:78: sfs detection failed.
grub-core/kern/fs.c:56: Detecting romfs...
grub-core/kern/fs.c:78: romfs detection failed.
grub-core/kern/fs.c:56: Detecting reiserfs...
grub-core/kern/fs.c:78: reiserfs detection failed.
grub-core/kern/fs.c:56: Detecting procfs...
grub-core/kern/fs.c:78: procfs detection failed.
grub-core/kern/fs.c:56: Detecting odc...
grub-core/kern/fs.c:78: odc detection failed.
grub-core/kern/fs.c:56: Detecting ntfs...
grub-core/kern/fs.c:78: ntfs detection failed.
grub-core/kern/fs.c:56: Detecting nilfs2...
grub-core/kern/fs.c:78: nilfs2 detection failed.
grub-core/kern/fs.c:56: Detecting newc...
grub-core/kern/fs.c:78: newc detection failed.
grub-core/kern/fs.c:56: Detecting minix_be...
grub-core/kern/fs.c:78: minix_be detection failed.
grub-core/kern/fs.c:56: Detecting minix3_be...
grub-core/kern/fs.c:78: minix3_be detection failed.
grub-core/kern/fs.c:56: Detecting minix3...
grub-core/kern/fs.c:78: minix3 detection failed.
grub-core/kern/fs.c:56: Detecting minix2_be...
grub-core/kern/fs.c:78: minix2_be detection failed.
grub-core/kern/fs.c:56: Detecting minix2...
grub-core/kern/fs.c:78: minix2 detection failed.
grub-core/kern/fs.c:56: Detecting minix...
grub-core/kern/fs.c:78: minix detection failed.
grub-core/kern/fs.c:56: Detecting jfs...
grub-core/kern/fs.c:78: jfs detection failed.
grub-core/kern/fs.c:56: Detecting iso9660...
grub-core/kern/fs.c:78: iso9660 detection failed.
grub-core/kern/fs.c:56: Detecting hfsplus...
grub-core/kern/fs.c:78: hfsplus detection failed.
grub-core/kern/fs.c:56: Detecting hfs...
grub-core/kern/fs.c:78: hfs detection failed.
grub-core/kern/fs.c:56: Detecting fat...
grub-core/kern/fs.c:78: fat detection failed.
grub-core/kern/fs.c:56: Detecting ext2...
grub-core/kern/fs.c:78: ext2 detection failed.
grub-core/kern/fs.c:56: Detecting exfat...
grub-core/kern/fs.c:78: exfat detection failed.
grub-core/kern/fs.c:56: Detecting cpiofs_be...
grub-core/kern/fs.c:78: cpiofs_be detection failed.
grub-core/kern/fs.c:56: Detecting cpiofs...
grub-core/kern/fs.c:78: cpiofs detection failed.
grub-core/kern/fs.c:56: Detecting cbfs...
grub-core/kern/disk.c:421: Read out of range: sector 0xe9058fa0 (attempt to read or write outside of partition).
grub-core/kern/fs.c:78: cbfs detection failed.
grub-core/kern/fs.c:56: Detecting btrfs...
grub-core/kern/fs.c:78: btrfs detection failed.
grub-core/kern/fs.c:56: Detecting bfs...
grub-core/kern/fs.c:78: bfs detection failed.
grub-core/kern/fs.c:56: Detecting afs...
grub-core/kern/fs.c:78: afs detection failed.
grub-core/kern/fs.c:56: Detecting affs...
grub-core/kern/fs.c:78: affs detection failed.
grub-install: error: unknown filesystem.

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ZFS: Ignore replacing-* devices
  2019-02-02 23:06 [PATCH] ZFS: Ignore replacing-* devices Richard Laager
@ 2019-02-06 11:39 ` Daniel Kiper
  2019-02-07 18:58   ` Richard Laager
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Kiper @ 2019-02-06 11:39 UTC (permalink / raw)
  To: Richard Laager; +Cc: grub-devel

On Sat, Feb 02, 2019 at 05:06:39PM -0600, Richard Laager wrote:
> I submitted this patch to Ubuntu some time ago, but apparently never
> submitted it directly to the GRUB project.
>
> I have copied the information from my Ubuntu bug report (including
> attachments) into this email. If you wish to see the original bug
> report, it is available here:
> https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1639209:
>
> Replace a drive in a pool.
> zpool replace grape1 sdg1 sdf1
>
> Note that this creates a replacing-0 line in the zpool status output:
>
> root@grape:~# zpool status
>   pool: grape1
>  state: ONLINE
> status: One or more devices is currently being resilvered. The pool will
>  continue to function, possibly in a degraded state.
> action: Wait for the resilver to complete.
>   scan: resilver in progress since Fri Nov 4 04:58:55 2016
>     37.4G scanned out of 4.06T at 17.6M/s, 66h42m to go
>     5.26G resilvered, 0.90% done
> config:
>
>  NAME STATE READ WRITE CKSUM
>  grape1 ONLINE 0 0 0
>    raidz3-0 ONLINE 0 0 0
>      replacing-0 ONLINE 0 0 0
>        sdg1 ONLINE 0 0 0
>        sdf1 ONLINE 0 0 0 (resilvering)
>      sdd1 ONLINE 0 0 0
>      sdc1 ONLINE 0 0 0
>      sdb1 ONLINE 0 0 0
>      sdh1 ONLINE 0 0 0
>      sde1 ONLINE 0 0 0
>      sda1 ONLINE 0 0 0
>
> errors: No known data errors
>
> Then try to install GRUB to that drive:
>
> root@grape:~# grub-install /dev/sdf
> Installing for i386-pc platform.
> grub-install: error: failed to get canonical path of `/dev/replacing-0'.
>
> The attached patch fixes this.
>
> Unfortunately, then I get this:
>
> root@grape:~# grub-install /dev/sdf
> Installing for i386-pc platform.
> grub-install: error: unknown filesystem.

So, AIUI this patch does not solve the problem or just does it partially.
Should not we update the docs instead and say that grub-install should
be called when resilvering is finished?

> Once the resilver completed, I was able to grub-install successfully.
> Looking at the grub-install debug output, it seems that GRUB looks
> primarily at the first device. I have a hunch that my patch would fix
> the case where the first device is not the one being resilvered. But we
> still need to fix the case where the first device is being resilvered.

I have a feeling that I do not understand last two sentences.

Daniel


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ZFS: Ignore replacing-* devices
  2019-02-06 11:39 ` Daniel Kiper
@ 2019-02-07 18:58   ` Richard Laager
  0 siblings, 0 replies; 3+ messages in thread
From: Richard Laager @ 2019-02-07 18:58 UTC (permalink / raw)
  To: grub-devel

On 2/6/19 5:39 AM, Daniel Kiper wrote:
> On Sat, Feb 02, 2019 at 05:06:39PM -0600, Richard Laager wrote:
>> I submitted this patch to Ubuntu some time ago, but apparently never
>> submitted it directly to the GRUB project.
>>
>> I have copied the information from my Ubuntu bug report (including
>> attachments) into this email. If you wish to see the original bug
>> report, it is available here:
>> https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1639209:
>>
>> Replace a drive in a pool.
>> zpool replace grape1 sdg1 sdf1
>>
>> Note that this creates a replacing-0 line in the zpool status output:
>>
>> root@grape:~# zpool status
>>   pool: grape1
>>  state: ONLINE
>> status: One or more devices is currently being resilvered. The pool will
>>  continue to function, possibly in a degraded state.
>> action: Wait for the resilver to complete.
>>   scan: resilver in progress since Fri Nov 4 04:58:55 2016
>>     37.4G scanned out of 4.06T at 17.6M/s, 66h42m to go
>>     5.26G resilvered, 0.90% done
>> config:
>>
>>  NAME STATE READ WRITE CKSUM
>>  grape1 ONLINE 0 0 0
>>    raidz3-0 ONLINE 0 0 0
>>      replacing-0 ONLINE 0 0 0
>>        sdg1 ONLINE 0 0 0
>>        sdf1 ONLINE 0 0 0 (resilvering)
>>      sdd1 ONLINE 0 0 0
>>      sdc1 ONLINE 0 0 0
>>      sdb1 ONLINE 0 0 0
>>      sdh1 ONLINE 0 0 0
>>      sde1 ONLINE 0 0 0
>>      sda1 ONLINE 0 0 0
>>
>> errors: No known data errors
>>
>> Then try to install GRUB to that drive:
>>
>> root@grape:~# grub-install /dev/sdf
>> Installing for i386-pc platform.
>> grub-install: error: failed to get canonical path of `/dev/replacing-0'.
>>
>> The attached patch fixes this.
>>
>> Unfortunately, then I get this:
>>
>> root@grape:~# grub-install /dev/sdf
>> Installing for i386-pc platform.
>> grub-install: error: unknown filesystem.
> 
> So, AIUI this patch does not solve the problem or just does it partially.
> Should not we update the docs instead and say that grub-install should
> be called when resilvering is finished?

In any event, the replacing-0 line is not a block device (just as raidz
lines are not a block device) and needs to be excluded, so the patch is
fully correct in that sense.

How much more is necessary is another question. I haven't re-tested this
recently, as it would require me to setup a pool and get it into a
resilvering state.

One option would be to exclude devices that are involved in the
replacement operation. That would be those devices indented under it:
sdg1 and sdf1 in my example. In the case where the pool has redundancy,
this is a great option. It skips both the disk that has failed / is
failing and the new disk. However, if you have a single-disk pool,
that's not going to be a good thing.

However, my notes in the Ubuntu bug report say that the grub-install
still failed even with this patch. The extended debug logs say, "zfs
detection failed", but it's not at all clear why.

It certainly would be safer and easier to simply declare that you should
not grub-install while the pool is rebuilding. That's not great if the
pool takes a non-trivial amount of time to rebuild. That said, for the
separate reason that GRUB's ZFS support does not support the latest ZFS
feature flags in ZFS-on-Linux, I expect I'm going to start suggesting
(in the Ubuntu & Debian root-on-ZFS HOWTOs) that users make a separate,
small pool for /boot. That would make rebuild times for that pool trivial.

-- 
Richard


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-07 18:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-02 23:06 [PATCH] ZFS: Ignore replacing-* devices Richard Laager
2019-02-06 11:39 ` Daniel Kiper
2019-02-07 18:58   ` Richard Laager

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.