Bug#811311: grub2-common: after grub-install grub reads wrong grub.cfg

grfz telegraph at gmx.net
Sun Jan 17 20:47:20 UTC 2016


Package: grub2-common
Version: 2.02~beta2-33
Severity: critical
Justification: breaks the whole system

Dear Maintainer,

   * What led up to the situation?

on my laptop there are two debian/testing installations:

- rescue: one file system on sda2 contains everything, also /boot

- main: cryptsetup/lvm with separate boot partition on sda4

Today I dist-upgraded 'rescue', this installed a newer kernel image
and installed grub without asking.  Since then when booting grub
loads 'rescue's grub.cfg.  With grub's "configfile" I'm able to
boot 'main' and did a grub-install to automate booting:

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

While running 'main' with sda4 mounted on /boot and sda1 mounted on
/boot/efi I did

$ sudo grub-install
grub-install: error: /usr/lib/grub/i386-pc/modinfo.sh doesn't
exist. Please specify --target or --directory.

which astonished me, but

$ sudo grub-install  --target=x86_64-efi  /dev/sda
Installing for x86_64-efi platform.
efibootmgr: EFI variables are not supported on this system.
efibootmgr: EFI variables are not supported on this system.
Installation finished. No error reported.

seemed to work.  

   * What was the outcome of this action?

But actually after a reboot 'rescue's grub.cfg came up.  I tried
several combinations of --target --boot-directory --recheck
--efi-directory but with no luck.

   * What outcome did you expect instead?

I expected grub to use 'main's grub.cfg instead of 'rescue's.

The verbose output

- seems to miss the Disk name when referencing gtp4 in the
  grub-mkimage invocation (see below).

- to me it seems as if the script runs in circles.

- it's also strange that at the beginning is states "cannot open
  `/boot/grub/device.map': No such file or directory." althoug in
  some cases I touched this file before running grub-install.


Thanks for your attention, please feel free to ask for additional
information, Gregor

Additional info:

1/3) Disk partition scheme:
Number  Start (sector)    End (sector)  Size       Code  Name
1           65536          131071   32.0 MiB    EF00  EFI Boot
2          131072         8519679   4.0 GiB     8300  rescue
3       298713088       500118158   96.0 GiB    8300  LVM_crypt
4       297664512       298713087   512.0 MiB   8300  boot
5         8519680       297664511   137.9 GiB   8300  Linux filesystem

2/3) grub.cfg
reportbug asked fpr root password in order to incorporate
grub.cfg in this bugreport but 'main' has no root password.  I add
it here:

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

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi

export menuentry_id_option

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

function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}

if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod cryptodisk
insmod luks
insmod gcry_rijndael
insmod gcry_rijndael
insmod gcry_sha512
insmod lvm
insmod ext2
cryptomount -u da3c60b910774e86a30ca8f4e51ccd02
set root='lvmid/53rmiW-QULQ-O0Iu-XZBh-dfN0-aCD7-l1gYYa/lIKjzT-UxOk-1kbK-j8GJ-XPxR-T8iL-b1ffvo'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint='lvmid/53rmiW-QULQ-O0Iu-XZBh-dfN0-aCD7-l1gYYa/lIKjzT-UxOk-1kbK-j8GJ-XPxR-T8iL-b1ffvo'  e5176ba3-9710-4c9e-9dc6-4a038da79d03
else
search --no-floppy --fs-uuid --set=root e5176ba3-9710-4c9e-9dc6-4a038da79d03
fi
font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=de_DE
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=30
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'Debian GNU/Linux'  --unrestricted  --unrestricted  --unrestricted --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e5176ba3-9710-4c9e-9dc6-4a038da79d03' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  66919519-fd81-4603-94f6-b2f95f93c2b4
else
search --no-floppy --fs-uuid --set=root 66919519-fd81-4603-94f6-b2f95f93c2b4
fi
echo'Loading Linux 4.3.0-1-amd64 ...'
linux/vmlinuz-4.3.0-1-amd64 root=/dev/mapper/vg-root ro pcie_aspm=force i915.i915_enable_rc6=1 i915.lvds_downclock=1 i915.i915_enable_fbc=1
echo'Loading initial ramdisk ...'
initrd/initrd.img-4.3.0-1-amd64
}
submenu 'Advanced options for Debian GNU/Linux' $menuentry_id_option 'gnulinux-advanced-e5176ba3-9710-4c9e-9dc6-4a038da79d03' {
menuentry 'Debian GNU/Linux, with Linux 4.3.0-1-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.3.0-1-amd64-advanced-e5176ba3-9710-4c9e-9dc6-4a038da79d03' {
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  66919519-fd81-4603-94f6-b2f95f93c2b4
else
search --no-floppy --fs-uuid --set=root 66919519-fd81-4603-94f6-b2f95f93c2b4
fi
echo'Loading Linux 4.3.0-1-amd64 ...'
linux/vmlinuz-4.3.0-1-amd64 root=/dev/mapper/vg-root ro pcie_aspm=force i915.i915_enable_rc6=1 i915.lvds_downclock=1 i915.i915_enable_fbc=1
echo'Loading initial ramdisk ...'
initrd/initrd.img-4.3.0-1-amd64
}
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_ipxe ###
menuentry "Network boot (iPXE)" --users "" --class network {
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  66919519-fd81-4603-94f6-b2f95f93c2b4
else
search --no-floppy --fs-uuid --set=root 66919519-fd81-4603-94f6-b2f95f93c2b4
fi
linux16 /ipxe.lkrn
}
### END /etc/grub.d/20_ipxe ###

### BEGIN /etc/grub.d/20_linux_xen ###

### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  66919519-fd81-4603-94f6-b2f95f93c2b4
else
search --no-floppy --fs-uuid --set=root 66919519-fd81-4603-94f6-b2f95f93c2b4
fi
linux16/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  66919519-fd81-4603-94f6-b2f95f93c2b4
else
search --no-floppy --fs-uuid --set=root 66919519-fd81-4603-94f6-b2f95f93c2b4
fi
linux16/memtest86+.bin console=ttyS0,115200n8
}
menuentry "Memory test (memtest86+, experimental multiboot)" {
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  66919519-fd81-4603-94f6-b2f95f93c2b4
else
search --no-floppy --fs-uuid --set=root 66919519-fd81-4603-94f6-b2f95f93c2b4
fi
multiboot/memtest86+_multiboot.bin
}
menuentry "Memory test (memtest86+, serial console 115200, experimental multiboot)" {
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt4'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt4 --hint-efi=hd0,gpt4 --hint-baremetal=ahci0,gpt4  66919519-fd81-4603-94f6-b2f95f93c2b4
else
search --no-floppy --fs-uuid --set=root 66919519-fd81-4603-94f6-b2f95f93c2b4
fi
multiboot/memtest86+_multiboot.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Debian GNU/Linux (stretch/sid) (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-fef49c19-ed0b-453f-86cd-fe052f2a6610' {
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  fef49c19-ed0b-453f-86cd-fe052f2a6610
else
search --no-floppy --fs-uuid --set=root fef49c19-ed0b-453f-86cd-fe052f2a6610
fi
linux /boot/vmlinuz-4.3.0-1-amd64 root=UUID=fef49c19-ed0b-453f-86cd-fe052f2a6610 ro quiet
initrd /boot/initrd.img-4.3.0-1-amd64
}
submenu 'Advanced options for Debian GNU/Linux (stretch/sid) (on /dev/sda2)' $menuentry_id_option 'osprober-gnulinux-advanced-fef49c19-ed0b-453f-86cd-fe052f2a6610' {
menuentry 'Debian GNU/Linux (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.3.0-1-amd64--fef49c19-ed0b-453f-86cd-fe052f2a6610' {
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  fef49c19-ed0b-453f-86cd-fe052f2a6610
else
search --no-floppy --fs-uuid --set=root fef49c19-ed0b-453f-86cd-fe052f2a6610
fi
linux /boot/vmlinuz-4.3.0-1-amd64 root=UUID=fef49c19-ed0b-453f-86cd-fe052f2a6610 ro quiet
initrd /boot/initrd.img-4.3.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.3.0-1-amd64 (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.3.0-1-amd64--fef49c19-ed0b-453f-86cd-fe052f2a6610' {
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  fef49c19-ed0b-453f-86cd-fe052f2a6610
else
search --no-floppy --fs-uuid --set=root fef49c19-ed0b-453f-86cd-fe052f2a6610
fi
linux /boot/vmlinuz-4.3.0-1-amd64 root=UUID=fef49c19-ed0b-453f-86cd-fe052f2a6610 ro quiet
initrd /boot/initrd.img-4.3.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.3.0-1-amd64 (recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.3.0-1-amd64-root=UUID=fef49c19-ed0b-453f-86cd-fe052f2a6610 ro single-fef49c19-ed0b-453f-86cd-fe052f2a6610' {
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  fef49c19-ed0b-453f-86cd-fe052f2a6610
else
search --no-floppy --fs-uuid --set=root fef49c19-ed0b-453f-86cd-fe052f2a6610
fi
linux /boot/vmlinuz-4.3.0-1-amd64 root=UUID=fef49c19-ed0b-453f-86cd-fe052f2a6610 ro single
initrd /boot/initrd.img-4.3.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.2.0-1-amd64 (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-1-amd64--fef49c19-ed0b-453f-86cd-fe052f2a6610' {
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  fef49c19-ed0b-453f-86cd-fe052f2a6610
else
search --no-floppy --fs-uuid --set=root fef49c19-ed0b-453f-86cd-fe052f2a6610
fi
linux /boot/vmlinuz-4.2.0-1-amd64 root=UUID=fef49c19-ed0b-453f-86cd-fe052f2a6610 ro quiet
initrd /boot/initrd.img-4.2.0-1-amd64
}
menuentry 'Debian GNU/Linux, with Linux 4.2.0-1-amd64 (recovery mode) (on /dev/sda2)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.2.0-1-amd64-root=UUID=fef49c19-ed0b-453f-86cd-fe052f2a6610 ro single-fef49c19-ed0b-453f-86cd-fe052f2a6610' {
insmod part_gpt
insmod ext2
cryptomount -u
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2  fef49c19-ed0b-453f-86cd-fe052f2a6610
else
search --no-floppy --fs-uuid --set=root fef49c19-ed0b-453f-86cd-fe052f2a6610
fi
linux /boot/vmlinuz-4.2.0-1-amd64 root=UUID=fef49c19-ed0b-453f-86cd-fe052f2a6610 ro single
initrd /boot/initrd.img-4.2.0-1-amd64
}
}

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

### BEGIN /etc/grub.d/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

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


set superusers="xxxxxxxxx"
#xxxxxxxxxxxxxxxx
password_pbkdf2 xxxxxxxxxxxxxxxxxxxaxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
password_pbkdf2 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

menuentry "Desinfec't - Safe Mode (bei Hardware-Problemen) cdrom" {
insmod part_acorn
insmod part_amiga
insmod part_apple
insmod part_bsd
insmod part_dvh
insmod part_gpt
insmod part_msdos
insmod part_plan
insmod part_sun
insmod part_sunpc
insmod loopback
if loadfont (cd0)/boot/grub/font.pf2 ; then
insmod efi_gop
insmod efi_uga
fi
linux(cd0)/casper/vmlinuz iso-scan/filename=/software/desinfect-2015.iso file=/cdrom/preseed/ubuntu.seed boot=casper persistent memtest=4 i8042.reset i8042.nomux i8042.nopnp i8042.noloop nomodeset -- debian-installer/language=de console-setup/layoutcode?=de
initrd(cd0)/casper/initrd.lz
}

menuentry "Desinfec't - Safe Mode (bei Hardware-Problemen) ISO-IMAGE auf USB" {
insmod part_acorn
insmod part_amiga
insmod part_apple
insmod part_bsd
insmod part_dvh
insmod part_gpt
insmod part_msdos
insmod part_plan
insmod part_sun
insmod part_sunpc
insmod loopback
if loadfont (cd0)/boot/grub/font.pf2 ; then
insmod efi_gop
insmod efi_uga
fi
linux(hd1)/casper/vmlinuz iso-scan/filename=/software/desinfect-2015.iso file=/cdrom/preseed/ubuntu.seed boot=casper persistent memtest=4 i8042.reset i8042.nomux i8042.nopnp i8042.noloop nomodeset -- debian-installer/language=de console-setup/layoutcode?=de
initrd(hd1)/casper/initrd.lz
}


menuentry "Desinfec't - Safe Mode (bei Hardware-Problemen) USB" {
insmod part_acorn
insmod part_amiga
insmod part_apple
insmod part_bsd
insmod part_dvh
insmod part_gpt
insmod part_msdos
insmod part_plan
insmod part_sun
insmod part_sunpc
insmod loopback
if loadfont (cd0)/boot/grub/font.pf2 ; then
insmod efi_gop
insmod efi_uga
fi
linux(hd1,gpt2)/casper/vmlinuz  root=UUID=AEED-1898 memtest=4 i8042.reset i8042.nomux i8042.nopnp i8042.noloop nomodeset -- debian-installer/language=de console-setup/layoutcode?=de
initrd(hd1,gpt2)/casper/initrd.lz
}


menuentry 'rescue' --users "" --class debian --class gnu-linux --class gnu --class os {
fix_video
set debug=fb
insmod efi_uga
insmod gzio
insmod part_gpt
insmod ext2
insmod ext3
insmod ext4
insmod chain
set root='(hd0,gpt2)'
echo'Loading rescue Linux boot configuration'
chainloader +1
}

menuentry "Boot from MBR" --users "" {
appleloader HD
}

menuentry "Boot from CD" --users "" {
appleloader CD
}

menuentry "Boot from USB" --users "" {
appleloader USB
}


### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
*********************** END /boot/grub/grub.cfg

3/3) verbose log from sudo grub-install -v  --target=x86_64-efi /dev/sda  2>/tmp/grub-install.log

*********************** Begin grub-install.log
Installing for x86_64-efi platform.
grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
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 65536.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
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-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-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-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-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-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-install: info: Partition 0 starts from 65536.
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 65536.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
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-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-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-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-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-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-install: info: Partition 0 starts from 65536.
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 65536.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
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-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-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-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-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-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-install: info: Partition 0 starts from 65536.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ufs2.mod' -> `/boot/grub/x86_64-efi/ufs2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/tftp.mod' -> `/boot/grub/x86_64-efi/tftp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/mmap.mod' -> `/boot/grub/x86_64-efi/mmap.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/memdisk.mod' -> `/boot/grub/x86_64-efi/memdisk.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/udf.mod' -> `/boot/grub/x86_64-efi/udf.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ntfscomp.mod' -> `/boot/grub/x86_64-efi/ntfscomp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/testspeed.mod' -> `/boot/grub/x86_64-efi/testspeed.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hfs.mod' -> `/boot/grub/x86_64-efi/hfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbserial_usbdebug.mod' -> `/boot/grub/x86_64-efi/usbserial_usbdebug.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbms.mod' -> `/boot/grub/x86_64-efi/usbms.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hashsum.mod' -> `/boot/grub/x86_64-efi/hashsum.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cpio_be.mod' -> `/boot/grub/x86_64-efi/cpio_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/aout.mod' -> `/boot/grub/x86_64-efi/aout.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video_colors.mod' -> `/boot/grub/x86_64-efi/video_colors.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/sleep.mod' -> `/boot/grub/x86_64-efi/sleep.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/iorw.mod' -> `/boot/grub/x86_64-efi/iorw.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/acpi.mod' -> `/boot/grub/x86_64-efi/acpi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/diskfilter.mod' -> `/boot/grub/x86_64-efi/diskfilter.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/serial.mod' -> `/boot/grub/x86_64-efi/serial.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/uhci.mod' -> `/boot/grub/x86_64-efi/uhci.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/bsd.mod' -> `/boot/grub/x86_64-efi/bsd.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/pbkdf2_test.mod' -> `/boot/grub/x86_64-efi/pbkdf2_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/relocator.mod' -> `/boot/grub/x86_64-efi/relocator.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_whirlpool.mod' -> `/boot/grub/x86_64-efi/gcry_whirlpool.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_md4.mod' -> `/boot/grub/x86_64-efi/gcry_md4.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/odc.mod' -> `/boot/grub/x86_64-efi/odc.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix2_be.mod' -> `/boot/grub/x86_64-efi/minix2_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/newc.mod' -> `/boot/grub/x86_64-efi/newc.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/eval.mod' -> `/boot/grub/x86_64-efi/eval.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/signature_test.mod' -> `/boot/grub/x86_64-efi/signature_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/password.mod' -> `/boot/grub/x86_64-efi/password.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video_cirrus.mod' -> `/boot/grub/x86_64-efi/video_cirrus.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hdparm.mod' -> `/boot/grub/x86_64-efi/hdparm.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/nativedisk.mod' -> `/boot/grub/x86_64-efi/nativedisk.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cmp.mod' -> `/boot/grub/x86_64-efi/cmp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gfxmenu.mod' -> `/boot/grub/x86_64-efi/gfxmenu.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/adler32.mod' -> `/boot/grub/x86_64-efi/adler32.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cpio.mod' -> `/boot/grub/x86_64-efi/cpio.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_plan.mod' -> `/boot/grub/x86_64-efi/part_plan.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/priority_queue.mod' -> `/boot/grub/x86_64-efi/priority_queue.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/halt.mod' -> `/boot/grub/x86_64-efi/halt.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/loadbios.mod' -> `/boot/grub/x86_64-efi/loadbios.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/linux16.mod' -> `/boot/grub/x86_64-efi/linux16.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/datehook.mod' -> `/boot/grub/x86_64-efi/datehook.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_rfc2268.mod' -> `/boot/grub/x86_64-efi/gcry_rfc2268.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/normal.mod' -> `/boot/grub/x86_64-efi/normal.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gfxterm_background.mod' -> `/boot/grub/x86_64-efi/gfxterm_background.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/terminal.mod' -> `/boot/grub/x86_64-efi/terminal.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gfxterm_menu.mod' -> `/boot/grub/x86_64-efi/gfxterm_menu.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_rijndael.mod' -> `/boot/grub/x86_64-efi/gcry_rijndael.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/sleep_test.mod' -> `/boot/grub/x86_64-efi/sleep_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/keylayouts.mod' -> `/boot/grub/x86_64-efi/keylayouts.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_blowfish.mod' -> `/boot/grub/x86_64-efi/gcry_blowfish.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_idea.mod' -> `/boot/grub/x86_64-efi/gcry_idea.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix_be.mod' -> `/boot/grub/x86_64-efi/minix_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_msdos.mod' -> `/boot/grub/x86_64-efi/part_msdos.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/spkmodem.mod' -> `/boot/grub/x86_64-efi/spkmodem.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/boot.mod' -> `/boot/grub/x86_64-efi/boot.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cs5536.mod' -> `/boot/grub/x86_64-efi/cs5536.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_dvh.mod' -> `/boot/grub/x86_64-efi/part_dvh.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/zfs.mod' -> `/boot/grub/x86_64-efi/zfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsefi.mod' -> `/boot/grub/x86_64-efi/lsefi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/bitmap_scale.mod' -> `/boot/grub/x86_64-efi/bitmap_scale.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lvm.mod' -> `/boot/grub/x86_64-efi/lvm.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbtable.mod' -> `/boot/grub/x86_64-efi/cbtable.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/fat.mod' -> `/boot/grub/x86_64-efi/fat.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lssal.mod' -> `/boot/grub/x86_64-efi/lssal.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efi_uga.mod' -> `/boot/grub/x86_64-efi/efi_uga.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_camellia.mod' -> `/boot/grub/x86_64-efi/gcry_camellia.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gptsync.mod' -> `/boot/grub/x86_64-efi/gptsync.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/sfs.mod' -> `/boot/grub/x86_64-efi/sfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/font.mod' -> `/boot/grub/x86_64-efi/font.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/bitmap.mod' -> `/boot/grub/x86_64-efi/bitmap.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/appleldr.mod' -> `/boot/grub/x86_64-efi/appleldr.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_rsa.mod' -> `/boot/grub/x86_64-efi/gcry_rsa.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/offsetio.mod' -> `/boot/grub/x86_64-efi/offsetio.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cmdline_cat_test.mod' -> `/boot/grub/x86_64-efi/cmdline_cat_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_bsd.mod' -> `/boot/grub/x86_64-efi/part_bsd.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video.mod' -> `/boot/grub/x86_64-efi/video.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cryptodisk.mod' -> `/boot/grub/x86_64-efi/cryptodisk.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/search_fs_file.mod' -> `/boot/grub/x86_64-efi/search_fs_file.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_arcfour.mod' -> `/boot/grub/x86_64-efi/gcry_arcfour.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efinet.mod' -> `/boot/grub/x86_64-efi/efinet.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/datetime.mod' -> `/boot/grub/x86_64-efi/datetime.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/extcmd.mod' -> `/boot/grub/x86_64-efi/extcmd.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_amiga.mod' -> `/boot/grub/x86_64-efi/part_amiga.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/xzio.mod' -> `/boot/grub/x86_64-efi/xzio.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video_fb.mod' -> `/boot/grub/x86_64-efi/video_fb.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsacpi.mod' -> `/boot/grub/x86_64-efi/lsacpi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/bfs.mod' -> `/boot/grub/x86_64-efi/bfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/fshelp.mod' -> `/boot/grub/x86_64-efi/fshelp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/btrfs.mod' -> `/boot/grub/x86_64-efi/btrfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_sun.mod' -> `/boot/grub/x86_64-efi/part_sun.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/bufio.mod' -> `/boot/grub/x86_64-efi/bufio.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/search_fs_uuid.mod' -> `/boot/grub/x86_64-efi/search_fs_uuid.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/progress.mod' -> `/boot/grub/x86_64-efi/progress.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gzio.mod' -> `/boot/grub/x86_64-efi/gzio.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/videoinfo.mod' -> `/boot/grub/x86_64-efi/videoinfo.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/mdraid1x.mod' -> `/boot/grub/x86_64-efi/mdraid1x.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix2.mod' -> `/boot/grub/x86_64-efi/minix2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minicmd.mod' -> `/boot/grub/x86_64-efi/minicmd.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hfspluscomp.mod' -> `/boot/grub/x86_64-efi/hfspluscomp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/time.mod' -> `/boot/grub/x86_64-efi/time.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/fixvideo.mod' -> `/boot/grub/x86_64-efi/fixvideo.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_gpt.mod' -> `/boot/grub/x86_64-efi/part_gpt.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hello.mod' -> `/boot/grub/x86_64-efi/hello.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gettext.mod' -> `/boot/grub/x86_64-efi/gettext.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/xnu_uuid.mod' -> `/boot/grub/x86_64-efi/xnu_uuid.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usb.mod' -> `/boot/grub/x86_64-efi/usb.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/procfs.mod' -> `/boot/grub/x86_64-efi/procfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix.mod' -> `/boot/grub/x86_64-efi/minix.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_sha512.mod' -> `/boot/grub/x86_64-efi/gcry_sha512.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gfxterm.mod' -> `/boot/grub/x86_64-efi/gfxterm.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/password_pbkdf2.mod' -> `/boot/grub/x86_64-efi/password_pbkdf2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/macbless.mod' -> `/boot/grub/x86_64-efi/macbless.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/luks.mod' -> `/boot/grub/x86_64-efi/luks.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbtest.mod' -> `/boot/grub/x86_64-efi/usbtest.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/linuxefi.mod' -> `/boot/grub/x86_64-efi/linuxefi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hexdump.mod' -> `/boot/grub/x86_64-efi/hexdump.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efi_gop.mod' -> `/boot/grub/x86_64-efi/efi_gop.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbserial_common.mod' -> `/boot/grub/x86_64-efi/usbserial_common.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/xnu_uuid_test.mod' -> `/boot/grub/x86_64-efi/xnu_uuid_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/parttool.mod' -> `/boot/grub/x86_64-efi/parttool.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/zfscrypt.mod' -> `/boot/grub/x86_64-efi/zfscrypt.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ufs1_be.mod' -> `/boot/grub/x86_64-efi/ufs1_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lspci.mod' -> `/boot/grub/x86_64-efi/lspci.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbmemc.mod' -> `/boot/grub/x86_64-efi/cbmemc.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/tr.mod' -> `/boot/grub/x86_64-efi/tr.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/exfat.mod' -> `/boot/grub/x86_64-efi/exfat.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ahci.mod' -> `/boot/grub/x86_64-efi/ahci.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/test.mod' -> `/boot/grub/x86_64-efi/test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/nilfs2.mod' -> `/boot/grub/x86_64-efi/nilfs2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix3_be.mod' -> `/boot/grub/x86_64-efi/minix3_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_apple.mod' -> `/boot/grub/x86_64-efi/part_apple.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/png.mod' -> `/boot/grub/x86_64-efi/png.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/syslinuxcfg.mod' -> `/boot/grub/x86_64-efi/syslinuxcfg.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/http.mod' -> `/boot/grub/x86_64-efi/http.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/chain.mod' -> `/boot/grub/x86_64-efi/chain.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/scsi.mod' -> `/boot/grub/x86_64-efi/scsi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_crc.mod' -> `/boot/grub/x86_64-efi/gcry_crc.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/net.mod' -> `/boot/grub/x86_64-efi/net.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/functional_test.mod' -> `/boot/grub/x86_64-efi/functional_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ext2.mod' -> `/boot/grub/x86_64-efi/ext2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/videotest.mod' -> `/boot/grub/x86_64-efi/videotest.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_acorn.mod' -> `/boot/grub/x86_64-efi/part_acorn.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/div_test.mod' -> `/boot/grub/x86_64-efi/div_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/raid6rec.mod' -> `/boot/grub/x86_64-efi/raid6rec.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/terminfo.mod' -> `/boot/grub/x86_64-efi/terminfo.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/setjmp.mod' -> `/boot/grub/x86_64-efi/setjmp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_sha1.mod' -> `/boot/grub/x86_64-efi/gcry_sha1.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_cast5.mod' -> `/boot/grub/x86_64-efi/gcry_cast5.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/file.mod' -> `/boot/grub/x86_64-efi/file.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsefimmap.mod' -> `/boot/grub/x86_64-efi/lsefimmap.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_tiger.mod' -> `/boot/grub/x86_64-efi/gcry_tiger.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/loopback.mod' -> `/boot/grub/x86_64-efi/loopback.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_serpent.mod' -> `/boot/grub/x86_64-efi/gcry_serpent.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/blocklist.mod' -> `/boot/grub/x86_64-efi/blocklist.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/search_label.mod' -> `/boot/grub/x86_64-efi/search_label.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbserial_pl2303.mod' -> `/boot/grub/x86_64-efi/usbserial_pl2303.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/pata.mod' -> `/boot/grub/x86_64-efi/pata.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_dfly.mod' -> `/boot/grub/x86_64-efi/part_dfly.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/afs.mod' -> `/boot/grub/x86_64-efi/afs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/reboot.mod' -> `/boot/grub/x86_64-efi/reboot.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_md5.mod' -> `/boot/grub/x86_64-efi/gcry_md5.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/verify.mod' -> `/boot/grub/x86_64-efi/verify.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbls.mod' -> `/boot/grub/x86_64-efi/cbls.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/pcidump.mod' -> `/boot/grub/x86_64-efi/pcidump.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/multiboot.mod' -> `/boot/grub/x86_64-efi/multiboot.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/zfsinfo.mod' -> `/boot/grub/x86_64-efi/zfsinfo.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/memrw.mod' -> `/boot/grub/x86_64-efi/memrw.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/morse.mod' -> `/boot/grub/x86_64-efi/morse.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/xnu.mod' -> `/boot/grub/x86_64-efi/xnu.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/testload.mod' -> `/boot/grub/x86_64-efi/testload.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbtime.mod' -> `/boot/grub/x86_64-efi/cbtime.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/hfsplus.mod' -> `/boot/grub/x86_64-efi/hfsplus.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/true.mod' -> `/boot/grub/x86_64-efi/true.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/videotest_checksum.mod' -> `/boot/grub/x86_64-efi/videotest_checksum.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ldm.mod' -> `/boot/grub/x86_64-efi/ldm.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/backtrace.mod' -> `/boot/grub/x86_64-efi/backtrace.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/xfs.mod' -> `/boot/grub/x86_64-efi/xfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/msdospart.mod' -> `/boot/grub/x86_64-efi/msdospart.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/affs.mod' -> `/boot/grub/x86_64-efi/affs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/jfs.mod' -> `/boot/grub/x86_64-efi/jfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/dm_nv.mod' -> `/boot/grub/x86_64-efi/dm_nv.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/keystatus.mod' -> `/boot/grub/x86_64-efi/keystatus.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/romfs.mod' -> `/boot/grub/x86_64-efi/romfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/archelp.mod' -> `/boot/grub/x86_64-efi/archelp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/exfctest.mod' -> `/boot/grub/x86_64-efi/exfctest.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cpuid.mod' -> `/boot/grub/x86_64-efi/cpuid.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_seed.mod' -> `/boot/grub/x86_64-efi/gcry_seed.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/crc64.mod' -> `/boot/grub/x86_64-efi/crc64.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/help.mod' -> `/boot/grub/x86_64-efi/help.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/all_video.mod' -> `/boot/grub/x86_64-efi/all_video.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsmmap.mod' -> `/boot/grub/x86_64-efi/lsmmap.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ntfs.mod' -> `/boot/grub/x86_64-efi/ntfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/geli.mod' -> `/boot/grub/x86_64-efi/geli.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/mdraid09.mod' -> `/boot/grub/x86_64-efi/mdraid09.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/mdraid09_be.mod' -> `/boot/grub/x86_64-efi/mdraid09_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cbfs.mod' -> `/boot/grub/x86_64-efi/cbfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lzopio.mod' -> `/boot/grub/x86_64-efi/lzopio.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/search.mod' -> `/boot/grub/x86_64-efi/search.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/regexp.mod' -> `/boot/grub/x86_64-efi/regexp.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/test_blockarg.mod' -> `/boot/grub/x86_64-efi/test_blockarg.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/trig.mod' -> `/boot/grub/x86_64-efi/trig.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/tga.mod' -> `/boot/grub/x86_64-efi/tga.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/pbkdf2.mod' -> `/boot/grub/x86_64-efi/pbkdf2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/tar.mod' -> `/boot/grub/x86_64-efi/tar.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/play.mod' -> `/boot/grub/x86_64-efi/play.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/setpci.mod' -> `/boot/grub/x86_64-efi/setpci.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/legacycfg.mod' -> `/boot/grub/x86_64-efi/legacycfg.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_twofish.mod' -> `/boot/grub/x86_64-efi/gcry_twofish.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/mpi.mod' -> `/boot/grub/x86_64-efi/mpi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/date.mod' -> `/boot/grub/x86_64-efi/date.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/multiboot2.mod' -> `/boot/grub/x86_64-efi/multiboot2.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/setjmp_test.mod' -> `/boot/grub/x86_64-efi/setjmp_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/squash4.mod' -> `/boot/grub/x86_64-efi/squash4.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/jpeg.mod' -> `/boot/grub/x86_64-efi/jpeg.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video_bochs.mod' -> `/boot/grub/x86_64-efi/video_bochs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/iso9660.mod' -> `/boot/grub/x86_64-efi/iso9660.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/echo.mod' -> `/boot/grub/x86_64-efi/echo.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usbserial_ftdi.mod' -> `/boot/grub/x86_64-efi/usbserial_ftdi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_dsa.mod' -> `/boot/grub/x86_64-efi/gcry_dsa.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/crypto.mod' -> `/boot/grub/x86_64-efi/crypto.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/lsefisystab.mod' -> `/boot/grub/x86_64-efi/lsefisystab.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_rmd160.mod' -> `/boot/grub/x86_64-efi/gcry_rmd160.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/elf.mod' -> `/boot/grub/x86_64-efi/elf.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/part_sunpc.mod' -> `/boot/grub/x86_64-efi/part_sunpc.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/macho.mod' -> `/boot/grub/x86_64-efi/macho.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ehci.mod' -> `/boot/grub/x86_64-efi/ehci.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cat.mod' -> `/boot/grub/x86_64-efi/cat.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/probe.mod' -> `/boot/grub/x86_64-efi/probe.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ufs1.mod' -> `/boot/grub/x86_64-efi/ufs1.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/usb_keyboard.mod' -> `/boot/grub/x86_64-efi/usb_keyboard.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/configfile.mod' -> `/boot/grub/x86_64-efi/configfile.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ls.mod' -> `/boot/grub/x86_64-efi/ls.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/loadenv.mod' -> `/boot/grub/x86_64-efi/loadenv.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/read.mod' -> `/boot/grub/x86_64-efi/read.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/legacy_password_test.mod' -> `/boot/grub/x86_64-efi/legacy_password_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efifwsetup.mod' -> `/boot/grub/x86_64-efi/efifwsetup.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ohci.mod' -> `/boot/grub/x86_64-efi/ohci.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_sha256.mod' -> `/boot/grub/x86_64-efi/gcry_sha256.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/disk.mod' -> `/boot/grub/x86_64-efi/disk.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/linux.mod' -> `/boot/grub/x86_64-efi/linux.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/raid5rec.mod' -> `/boot/grub/x86_64-efi/raid5rec.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/at_keyboard.mod' -> `/boot/grub/x86_64-efi/at_keyboard.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ata.mod' -> `/boot/grub/x86_64-efi/ata.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix3.mod' -> `/boot/grub/x86_64-efi/minix3.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/gcry_des.mod' -> `/boot/grub/x86_64-efi/gcry_des.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/reiserfs.mod' -> `/boot/grub/x86_64-efi/reiserfs.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efiemu32.o' -> `/boot/grub/x86_64-efi/efiemu32.o'.
grub-install: info: cannot open `/usr/lib/grub/x86_64-efi/efiemu32.o': No such file or directory.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/efiemu64.o' -> `/boot/grub/x86_64-efi/efiemu64.o'.
grub-install: info: cannot open `/usr/lib/grub/x86_64-efi/efiemu64.o': No such file or directory.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/moddep.lst' -> `/boot/grub/x86_64-efi/moddep.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/command.lst' -> `/boot/grub/x86_64-efi/command.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/fs.lst' -> `/boot/grub/x86_64-efi/fs.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/partmap.lst' -> `/boot/grub/x86_64-efi/partmap.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/parttool.lst' -> `/boot/grub/x86_64-efi/parttool.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/video.lst' -> `/boot/grub/x86_64-efi/video.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/crypto.lst' -> `/boot/grub/x86_64-efi/crypto.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/terminal.lst' -> `/boot/grub/x86_64-efi/terminal.lst'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/modinfo.sh' -> `/boot/grub/x86_64-efi/modinfo.sh'.
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/en at cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at cyrillic.mo'.
grub-install: info: cannot open `/usr/share/locale/en at cyrillic/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bg_BG/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bg_BG.mo'.
grub-install: info: cannot open `/usr/share/locale/bg_BG/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: cannot open `/usr/share/locale/fr/LC_MESSAGES/grub.mo': No such file or directory.
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/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/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/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/mai/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mai.mo'.
grub-install: info: cannot open `/usr/share/locale/mai/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/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'.
grub-install: info: cannot open `/usr/share/locale/zh_TW/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/en at piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at piglatin.mo'.
grub-install: info: cannot open `/usr/share/locale/en at piglatin/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/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/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/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'.
grub-install: info: cannot open `/usr/share/locale/ja/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/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/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/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/zh/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh.mo'.
grub-install: info: cannot open `/usr/share/locale/zh/LC_MESSAGES/grub.mo': No such file or directory.
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/de_CH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_CH.mo'.
grub-install: info: cannot open `/usr/share/locale/de_CH/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/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/lg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lg.mo'.
grub-install: info: cannot open `/usr/share/locale/lg/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'.
grub-install: info: cannot open `/usr/share/locale/pl/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/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'.
grub-install: info: cannot open `/usr/share/locale/zh_CN/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/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/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/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'.
grub-install: info: cannot open `/usr/share/locale/gl/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/quz/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/quz.mo'.
grub-install: info: cannot open `/usr/share/locale/quz/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/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/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/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/nb_NO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb_NO.mo'.
grub-install: info: cannot open `/usr/share/locale/nb_NO/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/id_ID/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id_ID.mo'.
grub-install: info: cannot open `/usr/share/locale/id_ID/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/ang/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ang.mo'.
grub-install: info: cannot open `/usr/share/locale/ang/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/es_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_ES.mo'.
grub-install: info: cannot open `/usr/share/locale/es_ES/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/az_IR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/az_IR.mo'.
grub-install: info: cannot open `/usr/share/locale/az_IR/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tet/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tet.mo'.
grub-install: info: cannot open `/usr/share/locale/tet/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: cannot open `/usr/share/locale/uk/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/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/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/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/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/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/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/cs_CZ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs_CZ.mo'.
grub-install: info: cannot open `/usr/share/locale/cs_CZ/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/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/uk_UA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk_UA.mo'.
grub-install: info: cannot open `/usr/share/locale/uk_UA/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/yi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yi.mo'.
grub-install: info: cannot open `/usr/share/locale/yi/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/co/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/co.mo'.
grub-install: info: cannot open `/usr/share/locale/co/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/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/de_AT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_AT.mo'.
grub-install: info: cannot open `/usr/share/locale/de_AT/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/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/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/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/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/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'.
grub-install: info: cannot open `/usr/share/locale/id/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en at shaw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at shaw.mo'.
grub-install: info: cannot open `/usr/share/locale/en at shaw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/de.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.us-ascii.mo'.
grub-install: info: cannot open `/usr/share/locale/de.us-ascii/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/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'.
grub-install: info: cannot open `/usr/share/locale/pt_BR/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/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/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'.
grub-install: info: cannot open `/usr/share/locale/tr/LC_MESSAGES/grub.mo': No such file or directory.
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/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/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/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'.
grub-install: info: cannot open `/usr/share/locale/es/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fa_IR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fa_IR.mo'.
grub-install: info: cannot open `/usr/share/locale/fa_IR/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/be at latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be at latin.mo'.
grub-install: info: cannot open `/usr/share/locale/be at latin/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/hu_HU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu_HU.mo'.
grub-install: info: cannot open `/usr/share/locale/hu_HU/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sr at latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr at latin.mo'.
grub-install: info: cannot open `/usr/share/locale/sr at latin/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/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/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/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'.
grub-install: info: cannot open `/usr/share/locale/eo/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/io/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/io.mo'.
grub-install: info: cannot open `/usr/share/locale/io/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/no/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/no.mo'.
grub-install: info: cannot open `/usr/share/locale/no/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/la/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/la.mo'.
grub-install: info: cannot open `/usr/share/locale/la/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en at hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at hebrew.mo'.
grub-install: info: cannot open `/usr/share/locale/en at hebrew/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/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'.
grub-install: info: cannot open `/usr/share/locale/hu/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/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/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/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/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/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/ta_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ta_IN.mo'.
grub-install: info: cannot open `/usr/share/locale/ta_IN/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'.
grub-install: info: cannot open `/usr/share/locale/ast/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: cannot open `/usr/share/locale/vi/LC_MESSAGES/grub.mo': No such file or directory.
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/uz at cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz at cyrillic.mo'.
grub-install: info: cannot open `/usr/share/locale/uz at cyrillic/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/en at quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at quot.mo'.
grub-install: info: cannot open `/usr/share/locale/en at quot/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/en at arabic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at arabic.mo'.
grub-install: info: cannot open `/usr/share/locale/en at arabic/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/es_AR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_AR.mo'.
grub-install: info: cannot open `/usr/share/locale/es_AR/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/li/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/li.mo'.
grub-install: info: cannot open `/usr/share/locale/li/LC_MESSAGES/grub.mo': No such file or directory.
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/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'.
grub-install: info: cannot open `/usr/share/locale/ca/LC_MESSAGES/grub.mo': No such file or directory.
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/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/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/sr at Latn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr at Latn.mo'.
grub-install: info: cannot open `/usr/share/locale/sr at Latn/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/ca at valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca at valencia.mo'.
grub-install: info: cannot open `/usr/share/locale/ca at valencia/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ks/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ks.mo'.
grub-install: info: cannot open `/usr/share/locale/ks/LC_MESSAGES/grub.mo': No such file or directory.
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/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/en_US/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_US.mo'.
grub-install: info: cannot open `/usr/share/locale/en_US/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'.
grub-install: info: cannot open `/usr/share/locale/sv/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: cannot open `/usr/share/locale/ru/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'.
grub-install: info: cannot open `/usr/share/locale/it/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/en at greek/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at greek.mo'.
grub-install: info: cannot open `/usr/share/locale/en at greek/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: cannot open `/usr/share/locale/sl/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/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'.
grub-install: info: cannot open `/usr/share/locale/pa/LC_MESSAGES/grub.mo': No such file or directory.
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/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'.
grub-install: info: cannot open `/usr/share/locale/nl/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/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/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/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/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/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'.
grub-install: info: cannot open `/usr/share/locale/da/LC_MESSAGES/grub.mo': No such file or directory.
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/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/it_IT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it_IT.mo'.
grub-install: info: cannot open `/usr/share/locale/it_IT/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ff/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ff.mo'.
grub-install: info: cannot open `/usr/share/locale/ff/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/cgg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cgg.mo'.
grub-install: info: cannot open `/usr/share/locale/cgg/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/de at hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de at hebrew.mo'.
grub-install: info: cannot open `/usr/share/locale/de at hebrew/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/sr_RS at latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr_RS at latin.mo'.
grub-install: info: cannot open `/usr/share/locale/sr_RS at latin/LC_MESSAGES/grub.mo': No such file or directory.
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/en_NZ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en_NZ.mo'.
grub-install: info: cannot open `/usr/share/locale/en_NZ/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sr at ije/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr at ije.mo'.
grub-install: info: cannot open `/usr/share/locale/sr at ije/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/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/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/nl_NL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl_NL.mo'.
grub-install: info: cannot open `/usr/share/locale/nl_NL/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/sr_RS/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr_RS.mo'.
grub-install: info: cannot open `/usr/share/locale/sr_RS/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: cannot open `/usr/share/locale/fi/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/es_MX/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_MX.mo'.
grub-install: info: cannot open `/usr/share/locale/es_MX/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en at boldquot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en at boldquot.mo'.
grub-install: info: cannot open `/usr/share/locale/en at boldquot/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ach/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ach.mo'.
grub-install: info: cannot open `/usr/share/locale/ach/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/bal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bal.mo'.
grub-install: info: cannot open `/usr/share/locale/bal/LC_MESSAGES/grub.mo': No such file or directory.
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/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/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'.
grub-install: info: cannot open `/usr/share/locale/lt/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/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
grub-install: info: /dev/sda4 is present.
grub-install: info: Looking for /dev/sda4.
grub-install: info: /dev/sda is a parent of /dev/sda4.
grub-install: info: /dev/sda4 starts from 297664512.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
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-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-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-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-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-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-install: info: Partition 0 starts from 65536.
grub-install: info: Partition 1 starts from 131072.
grub-install: info: Partition 2 starts from 298713088.
grub-install: info: Partition 3 starts from 297664512.
grub-install: info: /dev/sda4 is present.
grub-install: info: Looking for /dev/sda4.
grub-install: info: /dev/sda is a parent of /dev/sda4.
grub-install: info: /dev/sda4 starts from 297664512.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
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-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-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-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-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-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-install: info: Partition 0 starts from 65536.
grub-install: info: Partition 1 starts from 131072.
grub-install: info: Partition 2 starts from 298713088.
grub-install: info: Partition 3 starts from 297664512.
grub-install: info: /dev/sda4 is present.
grub-install: info: Looking for /dev/sda4.
grub-install: info: /dev/sda is a parent of /dev/sda4.
grub-install: info: /dev/sda4 starts from 297664512.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
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-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-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-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-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-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-install: info: Partition 0 starts from 65536.
grub-install: info: Partition 1 starts from 131072.
grub-install: info: Partition 2 starts from 298713088.
grub-install: info: Partition 3 starts from 297664512.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
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 65536.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
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-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-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-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-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-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-install: info: Partition 0 starts from 65536.
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 65536.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
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-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-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-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-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-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-install: info: Partition 0 starts from 65536.
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 65536.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 500118192.
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-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-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-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-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-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-install: info: Partition 0 starts from 65536.
grub-install: info: grub-mkimage --directory '/usr/lib/grub/x86_64-efi' --prefix '(,gpt4)/grub' --output '/boot/grub/x86_64-efi/core.efi' --format 'x86_64-efi' --compression 'auto'  'ext2' 'part_gpt' 
.
grub-install: info: the total module size is 0x3dd8.
grub-install: info: reading /usr/lib/grub/x86_64-efi/kernel.img.
grub-install: info: locating the section .text at 0x0.
grub-install: info: locating the section .text.unlikely at 0x94ba.
grub-install: info: locating the section .rodata at 0x9600.
grub-install: info: locating the section .rodata.str1.1 at 0x9798.
grub-install: info: locating the section .data at 0xb120.
grub-install: info: locating the section .module_license at 0xc318.
grub-install: info: locating the section .bss at 0xc340.
grub-install: info: locating  at 0x400 (0x400).
grub-install: info: locating  at 0x9a00 (0x9a00).
grub-install: info: locating  at 0x9b98 (0x9b98).
grub-install: info: locating  at 0xb520 (0xb520).
grub-install: info: locating  at 0xc740 (0xc740).
grub-install: info: locating  at 0x98ba (0x98ba).
grub-install: info: locating  at 0xc718 (0xc718).
grub-install: info: locating  at 0x400 (0x400).
grub-install: info: locating grub_strlen at 0x7b68 (0x400).
grub-install: info: locating grub_net_poll_cards_idle at 0xe4c0 (0xc740).
grub-install: info: locating grub_efi_finish_boot_services at 0x2f25 (0x400).
grub-install: info: locating grub_disk_get_size at 0x556c (0x400).
grub-install: info: locating grub_file_progress_hook at 0x18600 (0xc740).
grub-install: info: locating grub_efidisk_fini at 0xb39 (0x400).
grub-install: info: locating grub_puts_ at 0x7916 (0x400).
grub-install: info: locating grub_millisleep at 0x4160 (0x400).
grub-install: info: locating grub_fs_autoload_hook at 0xe288 (0xc740).
grub-install: info: locating efi_wrap_10 at 0x4cc (0x400).
grub-install: info: locating grub_efi_allocate_pages_max at 0x2c75 (0x400).
grub-install: info: locating grub_fs_blocklist at 0xb6a0 (0xb520).
grub-install: info: locating grub_errmsg at 0x184e0 (0xc740).
grub-install: info: locating efi_wrap_5 at 0x463 (0x400).
grub-install: info: locating grub_strncmp at 0x798e (0x400).
grub-install: info: locating grub_strtoull at 0x7c7f (0x400).
grub-install: info: locating grub_dma_get_virt at 0x5a5 (0x400).
grub-install: info: locating grub_efi_system_table at 0xe4d0 (0xc740).
grub-install: info: locating memmove at 0x78d4 (0x400).
grub-install: info: locating efi_wrap_4 at 0x44f (0x400).
grub-install: info: locating grub_disk_open at 0x4f1e (0x400).
grub-install: info: locating grub_efi_locate_protocol at 0x1aff (0x400).
grub-install: info: locating grub_env_update_get_sorted at 0x6607 (0x400).
grub-install: info: locating grub_strcpy at 0x7903 (0x400).
grub-install: info: locating grub_partition_probe at 0x8ee5 (0x400).
grub-install: info: locating grub_strrchr at 0x79d0 (0x400).
grub-install: info: locating grub_partition_get_name at 0x90e7 (0x400).
grub-install: info: locating grub_dl_load at 0x6285 (0x400).
grub-install: info: locating grub_efi_stall at 0x1d28 (0x400).
grub-install: info: locating grub_efi_get_filename at 0x2163 (0x400).
grub-install: info: locating grub_env_export at 0x66f2 (0x400).
grub-install: info: locating grub_xvasprintf at 0x88d5 (0x400).
grub-install: info: locating grub_error_push at 0x67b4 (0x400).
grub-install: info: locating grub_rescue_run at 0x968e (0x400).
grub-install: info: locating grub_xasprintf at 0x8982 (0x400).
grub-install: info: locating grub_realloc at 0x408d (0x400).
grub-install: info: locating grub_exit at 0x1d67 (0x400).
grub-install: info: locating memcpy at 0x78d4 (0x400).
grub-install: info: locating grub_memmove at 0x78d4 (0x400).
grub-install: info: locating grub_device_open at 0x4763 (0x400).
grub-install: info: locating grub_register_exported_symbols at 0x9886 (0x400).
grub-install: info: locating grub_strdup at 0x7b79 (0x400).
grub-install: info: locating grub_disk_firmware_is_tainted at 0xe520 (0xc740).
grub-install: info: locating grub_divmod64 at 0x7c16 (0x400).
grub-install: info: locating grub_file_get_device_name at 0x695c (0x400).
grub-install: info: locating grub_efi_print_device_path at 0x2302 (0x400).
grub-install: info: locating grub_partition_iterate at 0x907a (0x400).
grub-install: info: locating grub_dma_free at 0x599 (0x400).
grub-install: info: locating grub_vsnprintf at 0x887c (0x400).
grub-install: info: locating grub_partition_map_list at 0x18660 (0xc740).
grub-install: info: locating efi_wrap_1 at 0x422 (0x400).
grub-install: info: locating grub_command_list at 0xe500 (0xc740).
grub-install: info: locating grub_machine_fini at 0x534 (0x400).
grub-install: info: locating grub_tsc_rate at 0xe4f0 (0xc740).
grub-install: info: locating grub_rescue_parse_line at 0x93f5 (0x400).
grub-install: info: locating grub_efi_get_variable at 0x1ee1 (0x400).
grub-install: info: locating grub_snprintf at 0x8890 (0x400).
grub-install: info: locating grub_register_core_commands at 0x45f4 (0x400).
grub-install: info: locating grub_disk_dev_register at 0x4e34 (0x400).
grub-install: info: locating grub_console_init at 0x3924 (0x400).
grub-install: info: locating grub_disk_write_weak at 0xe528 (0xc740).
grub-install: info: locating grub_dl_add at 0x5641 (0x400).
grub-install: info: locating grub_disk_read at 0x5208 (0x400).
grub-install: info: locating grub_term_highlight_color at 0xb848 (0xb520).
grub-install: info: locating grub_parser_execute at 0x8e77 (0x400).
grub-install: info: locating grub_xputs at 0xb840 (0xb520).
grub-install: info: locating grub_console_fini at 0x3a21 (0x400).
grub-install: info: locating grub_fatal at 0x89d1 (0x400).
grub-install: info: locating grub_dl_ref at 0x573b (0x400).
grub-install: info: locating grub_file_seek at 0x6ca8 (0x400).
grub-install: info: locating grub_pci_find_capability at 0x69b (0x400).
grub-install: info: locating grub_efi_get_loaded_image at 0x1d4c (0x400).
grub-install: info: locating grub_errno at 0x185e0 (0xc740).
grub-install: info: locating grub_parser_cmdline_state at 0x8b51 (0x400).
grub-install: info: locating grub_memset at 0x7af1 (0x400).
grub-install: info: locating grub_getkey at 0x9867 (0x400).
grub-install: info: locating grub_term_outputs_disabled at 0x18668 (0xc740).
grub-install: info: locating grub_grubnet_fini at 0x18608 (0xc740).
grub-install: info: locating grub_register_variable_hook at 0x6692 (0x400).
grub-install: info: locating grub_efi_image_handle at 0xe4d8 (0xc740).
grub-install: info: locating grub_vprintf at 0x8575 (0x400).
grub-install: info: locating grub_net_open at 0xc790 (0xc740).
grub-install: info: locating grub_register_command_prio at 0x4184 (0x400).
grub-install: info: locating grub_efi_find_last_device_path at 0x226e (0x400).
grub-install: info: locating grub_efi_compare_device_paths at 0x29f1 (0x400).
grub-install: info: locating grub_file_filters_all at 0x18620 (0xc740).
grub-install: info: locating grub_install_get_time_ms at 0x4152 (0x400).
grub-install: info: locating _start at 0x400 (0x400).
grub-install: info: locating grub_term_inputs at 0x18670 (0xc740).
grub-install: info: locating grub_parser_split_cmdline at 0x8c07 (0x400).
grub-install: info: locating grub_disk_firmware_fini at 0xe530 (0xc740).
grub-install: info: locating grub_disk_close at 0x4e7a (0x400).
grub-install: info: locating grub_dl_unload at 0x57b3 (0x400).
grub-install: info: locating grub_efi_set_variable at 0x1e06 (0x400).
grub-install: info: locating grub_printf at 0x868b (0x400).
grub-install: info: locating grub_efi_secure_boot at 0x1ff5 (0x400).
grub-install: info: locating grub_unregister_command at 0x4276 (0x400).
grub-install: info: locating grub_fs_list at 0xe290 (0xc740).
grub-install: info: locating grub_efidisk_get_device_handle at 0x14b3 (0x400).
grub-install: info: locating grub_main at 0x72a7 (0x400).
grub-install: info: locating grub_file_read at 0x69ee (0x400).
grub-install: info: locating grub_dl_unload_unneeded at 0x637c (0x400).
grub-install: info: locating grub_pci_make_address at 0x5ac (0x400).
grub-install: info: locating memcmp at 0x794f (0x400).
grub-install: info: locating grub_term_normal_color at 0xb849 (0xb520).
grub-install: info: locating grub_disk_dev_list at 0xe538 (0xc740).
grub-install: info: locating grub_machine_init at 0x51a (0x400).
grub-install: info: locating efi_wrap_0 at 0x417 (0x400).
grub-install: info: locating grub_efi_locate_handle at 0x1b49 (0x400).
grub-install: info: locating grub_term_outputs at 0x18678 (0xc740).
grub-install: info: locating grub_modbase at 0xe4e0 (0xc740).
grub-install: info: locating grub_term_inputs_disabled at 0x18680 (0xc740).
grub-install: info: locating grub_efi_net_config at 0xe4e8 (0xc740).
grub-install: info: locating grub_efi_set_virtual_address_map at 0x1dab (0x400).
grub-install: info: locating grub_print_error at 0x68be (0x400).
grub-install: info: locating grub_efi_mm_init at 0x3200 (0x400).
grub-install: info: locating memset at 0x7af1 (0x400).
grub-install: info: locating grub_zalloc at 0x3e13 (0x400).
grub-install: info: locating grub_strcmp at 0x796f (0x400).
grub-install: info: locating grub_tsc_init at 0x3aa0 (0x400).
grub-install: info: locating grub_efi_allocate_pages at 0x2d27 (0x400).
grub-install: info: locating grub_strchr at 0x79bb (0x400).
grub-install: info: locating grub_refresh at 0x983f (0x400).
grub-install: info: locating grub_malloc at 0x3e02 (0x400).
grub-install: info: locating grub_efi_get_memory_map at 0x2deb (0x400).
grub-install: info: locating grub_efidisk_get_device_name at 0x1600 (0x400).
grub-install: info: locating grub_get_time_ms at 0x4146 (0x400).
grub-install: info: locating grub_file_close at 0x6a8e (0x400).
grub-install: info: locating grub_file_open at 0x6ad9 (0x400).
grub-install: info: locating grub_isspace at 0x79e3 (0x400).
grub-install: info: locating grub_efi_open_protocol at 0x1c42 (0x400).
grub-install: info: locating grub_real_dprintf at 0x8738 (0x400).
grub-install: info: locating efi_wrap_3 at 0x43e (0x400).
grub-install: info: locating grub_dl_load_core_noinit at 0x58d0 (0x400).
grub-install: info: locating grub_dl_load_file at 0x6187 (0x400).
grub-install: info: locating grub_env_unset at 0x6583 (0x400).
grub-install: info: locating grub_device_close at 0x4846 (0x400).
grub-install: info: locating efi_wrap_6 at 0x47c (0x400).
grub-install: info: locating grub_dl_head at 0xc7a0 (0xc740).
grub-install: info: locating grub_fs_probe at 0x6fba (0x400).
grub-install: info: locating grub_mm_base at 0xe4f8 (0xc740).
grub-install: info: locating grub_term_poll_usb at 0xe4c8 (0xc740).
grub-install: info: locating grub_file_filters_enabled at 0x18640 (0xc740).
grub-install: info: locating grub_strword at 0x7a58 (0x400).
grub-install: info: locating grub_machine_get_bootlocation at 0x2af0 (0x400).
grub-install: info: locating grub_efi_fini at 0x2b87 (0x400).
grub-install: info: locating grub_err_printed_errors at 0x185e4 (0xc740).
grub-install: info: locating grub_error at 0x6738 (0x400).
grub-install: info: locating grub_current_context at 0xb680 (0xb520).
grub-install: info: locating efi_codes at 0x9ae0 (0x9a00).
grub-install: info: locating grub_dl_register_symbol at 0x567e (0x400).
grub-install: info: locating grub_efi_is_finished at 0xc758 (0xc740).
grub-install: info: locating grub_list_remove at 0x7218 (0x400).
grub-install: info: locating grub_pci_iterate at 0x5d4 (0x400).
grub-install: info: locating grub_modules_get_end at 0x728b (0x400).
grub-install: info: locating grub_free at 0x3e4d (0x400).
grub-install: info: locating grub_strndup at 0x7bc1 (0x400).
grub-install: info: locating efi_wrap_7 at 0x49f (0x400).
grub-install: info: locating grub_named_list_find at 0x71c6 (0x400).
grub-install: info: locating grub_dl_unref at 0x5777 (0x400).
grub-install: info: locating grub_efi_duplicate_device_path at 0x22a6 (0x400).
grub-install: info: locating grub_efidisk_init at 0x1282 (0x400).
grub-install: info: locating grub_disk_dev_unregister at 0x4e49 (0x400).
grub-install: info: locating grub_efi_init at 0x2a8a (0x400).
grub-install: info: locating grub_arch_dl_check_header at 0x735 (0x400).
grub-install: info: locating grub_arch_dl_relocate_symbols at 0x764 (0x400).
grub-install: info: locating grub_efi_free_pages at 0x2c4b (0x400).
grub-install: info: locating grub_printf_ at 0x86da (0x400).
grub-install: info: locating grub_efi_get_device_path at 0x2253 (0x400).
grub-install: info: locating start at 0x400 (0x400).
grub-install: info: locating grub_efi_modules_addr at 0x20c9 (0x400).
grub-install: info: locating grub_error_pop at 0x684b (0x400).
grub-install: info: locating grub_device_iterate at 0x4978 (0x400).
grub-install: info: locating grub_getkey_noblock at 0x97f5 (0x400).
grub-install: info: locating grub_memalign_dma32 at 0x547 (0x400).
grub-install: info: locating grub_list_push at 0x71fe (0x400).
grub-install: info: locating grub_efi_set_text_mode at 0x1ca1 (0x400).
grub-install: info: locating grub_err_printf at 0x868b (0x400).
grub-install: info: locating grub_disk_cache_invalidate_all at 0x4dea (0x400).
grub-install: info: locating grub_env_set at 0x6425 (0x400).
grub-install: info: locating grub_dl_load_core at 0x6145 (0x400).
grub-install: info: locating grub_gettext at 0xb6f0 (0xb520).
grub-install: info: locating grub_memcmp at 0x794f (0x400).
grub-install: info: locating grub_env_get at 0x6555 (0x400).
grub-install: info: locating efi_wrap_2 at 0x430 (0x400).
grub-install: info: locating grub_strtoul at 0x80f4 (0x400).
grub-install: info: locating grub_dma_get_phys at 0x5a9 (0x400).
grub-install: info: locating grub_mm_init_region at 0x3f63 (0x400).
grub-install: info: locating grub_disk_cache_table at 0xe540 (0xc740).
grub-install: info: locating grub_memalign at 0x3c1c (0x400).
grub-install: info: dealing with the relocation section .rela.text for .text.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xe0d1 at the offset 0x3.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xe0c2 at the offset 0xa.
grub-install: info: relocating an R_X86_64_PC32 entry to 0x6e90 at the offset 0x13.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a8a at the offset 0x11d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3aa0 at the offset 0x12a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b87 at the offset 0x13c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x165.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b98 at the offset 0x17a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x18b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x19b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x1e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x2ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bb8 at the offset 0x346.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x357.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bd9 at the offset 0x385.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bfc at the offset 0x421.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x434.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c14 at the offset 0x45f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x470.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c3b at the offset 0x4aa.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x4b4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x4c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x4ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c62 at the offset 0x4fb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x50e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x518.
grub-install: info: relocating an R_X86_64_64 entry to 0x80f4 at the offset 0x545.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x554.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6e at the offset 0x56d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x57e.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x58a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc740 at the offset 0x5b2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc750 at the offset 0x5c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc748 at the offset 0x5d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x888 at the offset 0x5dd.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c7c at the offset 0x5f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x610.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x630.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c8b at the offset 0x641.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x659.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cb7 at the offset 0x694.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6af.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cce at the offset 0x6e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x6ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x6f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x71c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc750 at the offset 0x73d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc748 at the offset 0x749.
grub-install: info: relocating an R_X86_64_64 entry to 0xc740 at the offset 0x754.
grub-install: info: relocating an R_X86_64_64 entry to 0xb18 at the offset 0x75f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb520 at the offset 0x78c.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e49 at the offset 0x79e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x7bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b49 at the offset 0x7cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x2253 at the offset 0x7f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x226e at the offset 0x82b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x844.
grub-install: info: relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x852.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x86d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x883.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x8de.
grub-install: info: relocating an R_X86_64_64 entry to 0x226e at the offset 0x904.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x90e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x945.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x961.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ce4 at the offset 0x991.
grub-install: info: relocating an R_X86_64_64 entry to 0x8890 at the offset 0x9a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc748 at the offset 0x9d2.
grub-install: info: relocating an R_X86_64_64 entry to 0xd5d at the offset 0x9eb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc750 at the offset 0xa00.
grub-install: info: relocating an R_X86_64_64 entry to 0xc740 at the offset 0xa1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xa67.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ce8 at the offset 0xa71.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xa80.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0xa8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xab8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d1c at the offset 0xad3.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0xaec.
grub-install: info: relocating an R_X86_64_64 entry to 0xc750 at the offset 0xb1f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc748 at the offset 0xb33.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d44 at the offset 0xb4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x8890 at the offset 0xb61.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d49 at the offset 0xb73.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xb7d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xb8c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0xb96.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d57 at the offset 0xbbe.
grub-install: info: relocating an R_X86_64_64 entry to 0x8890 at the offset 0xbd2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d49 at the offset 0xbe4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xbee.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xbfd.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0xc07.
grub-install: info: relocating an R_X86_64_64 entry to 0xc740 at the offset 0xc30.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d5c at the offset 0xc46.
grub-install: info: relocating an R_X86_64_64 entry to 0x8890 at the offset 0xc5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d49 at the offset 0xc6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xc76.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xc85.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0xc8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x226e at the offset 0xcc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f1 at the offset 0xcfd.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0xd28.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0xd47.
grub-install: info: relocating an R_X86_64_64 entry to 0x90e7 at the offset 0xdb2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xde8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d61 at the offset 0xdf2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xe01.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0xe0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xe39.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d93 at the offset 0xe54.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0xe6d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb39 at the offset 0xe88.
grub-install: info: relocating an R_X86_64_64 entry to 0xe530 at the offset 0xe9a.
grub-install: info: relocating an R_X86_64_64 entry to 0xbaf at the offset 0xea4.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd8 at the offset 0xebf.
grub-install: info: relocating an R_X86_64_64 entry to 0xc748 at the offset 0xf1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x10c3 at the offset 0xf28.
grub-install: info: relocating an R_X86_64_64 entry to 0xc740 at the offset 0xf34.
grub-install: info: relocating an R_X86_64_64 entry to 0x794f at the offset 0xfcd.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd8 at the offset 0xfe3.
grub-install: info: relocating an R_X86_64_64 entry to 0x10c3 at the offset 0x1004.
grub-install: info: relocating an R_X86_64_64 entry to 0xc740 at the offset 0x104a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb18 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0xb520 at the offset 0x1074.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e34 at the offset 0x107e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc748 at the offset 0x109a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc750 at the offset 0x10a9.
grub-install: info: relocating an R_X86_64_64 entry to 0xbaf at the offset 0x1101.
grub-install: info: relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x110b.
grub-install: info: relocating an R_X86_64_64 entry to 0x226e at the offset 0x113c.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x115d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1170.
grub-install: info: relocating an R_X86_64_64 entry to 0xb18 at the offset 0x11dd.
grub-install: info: relocating an R_X86_64_64 entry to 0x2253 at the offset 0x1206.
grub-install: info: relocating an R_X86_64_64 entry to 0x226e at the offset 0x1229.
grub-install: info: relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x125f.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc8 at the offset 0x12b4.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x12c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f1e at the offset 0x12e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x1308.
grub-install: info: relocating an R_X86_64_64 entry to 0x556c at the offset 0x1326.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x133d.
grub-install: info: relocating an R_X86_64_64 entry to 0x1171 at the offset 0x1353.
grub-install: info: relocating an R_X86_64_64 entry to 0x907a at the offset 0x1360.
grub-install: info: relocating an R_X86_64_64 entry to 0x9db9 at the offset 0x1381.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x1390.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc8 at the offset 0x13ba.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x13d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x1509.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dbf at the offset 0x1552.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e00 at the offset 0x156d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e02 at the offset 0x158c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1708.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x171b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1756.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x178e.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x17ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x17d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1816.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x184b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x1869.
grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x1881.
grub-install: info: relocating an R_X86_64_64 entry to 0x1aff at the offset 0x18a9.
grub-install: info: relocating an R_X86_64_64 entry to 0xb590 at the offset 0x18b3.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x18e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x190d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x192a.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x1942.
grub-install: info: relocating an R_X86_64_64 entry to 0xb580 at the offset 0x1953.
grub-install: info: relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x195d.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b87 at the offset 0x196a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1976.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x1992.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x199f.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x19b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x19d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e08 at the offset 0x19e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x19f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x1a1a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1a34.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x1a44.
grub-install: info: relocating an R_X86_64_64 entry to 0x199d at the offset 0x1a62.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1a74.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1a97.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e27 at the offset 0x1ab2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x1acb.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x1af3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1afd.
grub-install: info: relocating an R_X86_64_64 entry to 0x199d at the offset 0x1b45.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1b58.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1b74.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1b9f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e47 at the offset 0x1bfa.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ee1 at the offset 0x1c05.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e52 at the offset 0x1c7d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1cac.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x1ccd.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d4c at the offset 0x1ce0.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x1cfe.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e5c at the offset 0x1d24.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1db1.
grub-install: info: relocating an R_X86_64_64 entry to 0x17ea at the offset 0x1dc5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb570 at the offset 0x1e5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x1e64.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1ed3.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x1ef0.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x1f11.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e61 at the offset 0x1f6a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e6d at the offset 0x1f78.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e77 at the offset 0x1f8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a00 at the offset 0x1fa4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e88 at the offset 0x1fbb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e94 at the offset 0x1fcf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ea0 at the offset 0x1fe6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eb4 at the offset 0x1ffc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ebd at the offset 0x200f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ec7 at the offset 0x201e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ed6 at the offset 0x2046.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ee3 at the offset 0x205b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eea at the offset 0x2076.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eee at the offset 0x2089.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x209a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eea at the offset 0x20b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eee at the offset 0x20c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x20de.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef2 at the offset 0x2111.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef6 at the offset 0x213c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9efa at the offset 0x214e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a28 at the offset 0x216b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f0b at the offset 0x2182.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f1c at the offset 0x21a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f29 at the offset 0x21b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f42 at the offset 0x21ce.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f4e at the offset 0x21eb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f5a at the offset 0x2204.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f74 at the offset 0x222a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f7d at the offset 0x2243.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fa8 at the offset 0x227b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fd3 at the offset 0x22d2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa016 at the offset 0x2360.
grub-install: info: relocating an R_X86_64_64 entry to 0xa035 at the offset 0x2385.
grub-install: info: relocating an R_X86_64_64 entry to 0xa04a at the offset 0x23ab.
grub-install: info: relocating an R_X86_64_64 entry to 0xa05a at the offset 0x23c6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa064 at the offset 0x23d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ab8 at the offset 0x23f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa07a at the offset 0x2409.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0b3 at the offset 0x2464.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0c5 at the offset 0x247e.
grub-install: info: relocating an R_X86_64_64 entry to 0x18f4 at the offset 0x2488.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x249d.
grub-install: info: relocating an R_X86_64_64 entry to 0x17ea at the offset 0x24c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x24d9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cb at the offset 0x24ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x24fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0d5 at the offset 0x2518.
grub-install: info: relocating an R_X86_64_64 entry to 0xa111 at the offset 0x255e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa123 at the offset 0x257e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa133 at the offset 0x258e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa144 at the offset 0x25a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x25bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x794f at the offset 0x2613.
grub-install: info: relocating an R_X86_64_64 entry to 0x20c9 at the offset 0x268d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x2699.
grub-install: info: relocating an R_X86_64_64 entry to 0x3924 at the offset 0x26a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3200 at the offset 0x26af.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x26bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x26d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1282 at the offset 0x26e6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x26f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d4c at the offset 0x2709.
grub-install: info: relocating an R_X86_64_64 entry to 0x1600 at the offset 0x2721.
grub-install: info: relocating an R_X86_64_64 entry to 0x2163 at the offset 0x2731.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e8 at the offset 0x274c.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d0 at the offset 0x2770.
grub-install: info: relocating an R_X86_64_64 entry to 0xb39 at the offset 0x278a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a21 at the offset 0x2797.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x27c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x69b at the offset 0x27ed.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2850.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2863.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2897.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x28b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x2908.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x295d.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x297a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x29cc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x29f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2a1d.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x2a27.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2a36.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2a4c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2a60.
grub-install: info: relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2a76.
grub-install: info: relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2a8b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2aa3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2acd.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x2aef.
grub-install: info: relocating an R_X86_64_64 entry to 0x2deb at the offset 0x2b2b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2b4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x794f at the offset 0x2b89.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2b99.
grub-install: info: relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2ba3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2bad.
grub-install: info: relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2bb7.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2bc4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2bde.
grub-install: info: relocating an R_X86_64_64 entry to 0xa176 at the offset 0x2bf1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x2c02.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2c13.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x2c20.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2c2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x2c3a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2c4c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2c56.
grub-install: info: relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2c60.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2c6a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2deb at the offset 0x2c74.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2c84.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x2c91.
grub-install: info: relocating an R_X86_64_64 entry to 0xa159 at the offset 0x2c9d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2cac.
grub-install: info: relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2cc1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x2cce.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2cdb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2cf6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x2d06.
grub-install: info: relocating an R_X86_64_64 entry to 0xa195 at the offset 0x2d14.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b5 at the offset 0x2d25.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x2d31.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x2d42.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2d57.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2d6a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2d7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x2d87.
grub-install: info: relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2d98.
grub-install: info: relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2daa.
grub-install: info: relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2dbc.
grub-install: info: relocating an R_X86_64_64 entry to 0x2ba1 at the offset 0x2dd9.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d4 at the offset 0x2de3.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d27 at the offset 0x2e13.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1dd at the offset 0x2e2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x2deb at the offset 0x2e59.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x2e71.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1f4 at the offset 0x2eca.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x2ed6.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x2f42.
grub-install: info: relocating an R_X86_64_64 entry to 0x3f63 at the offset 0x305c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa20a at the offset 0x30b4.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x30be.
grub-install: info: relocating an R_X86_64_64 entry to 0xa23f at the offset 0x30ca.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x30e1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x30fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3117.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x31fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x3270.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3281.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x329a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x32ab.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x32d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x32f3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x3317.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3329.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x3349.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x335b.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3369.
grub-install: info: relocating an R_X86_64_64 entry to 0x3747 at the offset 0x337d.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x338b.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x339f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3747 at the offset 0x33b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x33c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x33d9.
grub-install: info: relocating an R_X86_64_64 entry to 0xb849 at the offset 0x3401.
grub-install: info: relocating an R_X86_64_64 entry to 0xb848 at the offset 0x340c.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3420.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x342e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3442.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3455.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ae0 at the offset 0x34a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x34c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x34d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x34dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x3506.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x352c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa251 at the offset 0x353d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x354c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18670 at the offset 0x3558.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x3562.
grub-install: info: relocating an R_X86_64_64 entry to 0x18680 at the offset 0x356c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb658 at the offset 0x357c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x358b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18670 at the offset 0x3595.
grub-install: info: relocating an R_X86_64_64 entry to 0x71fe at the offset 0x359f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x35ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x35bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x35c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18668 at the offset 0x35d1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5b8 at the offset 0x35e1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x35f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x35fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x71fe at the offset 0x3605.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3611.
grub-install: info: relocating an R_X86_64_64 entry to 0x7218 at the offset 0x3624.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x362e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x363a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3646.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3655.
grub-install: info: relocating an R_X86_64_64 entry to 0xc780 at the offset 0x3672.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f0 at the offset 0x367f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc780 at the offset 0x36e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x3729.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f0 at the offset 0x3742.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a60 at the offset 0x374c.
grub-install: info: relocating an R_X86_64_64 entry to 0x4152 at the offset 0x3756.
grub-install: info: relocating an R_X86_64_64 entry to 0xa26e at the offset 0x3762.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x376e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa27b at the offset 0x3784.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3790.
grub-install: info: relocating an R_X86_64_64 entry to 0xa290 at the offset 0x37d4.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x37e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2c3 at the offset 0x37ef.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2a2 at the offset 0x3804.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x3810.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3825.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3858.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2db at the offset 0x38a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x38b4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2ec at the offset 0x38cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x38d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x4dea at the offset 0x39ca.
grub-install: info: relocating an R_X86_64_64 entry to 0xa30d at the offset 0x39e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x39f1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x3a07.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x3a20.
grub-install: info: relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x3a3c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3b78 at the offset 0x3a5c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2ec at the offset 0x3aae.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x3aba.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3b94.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3bfa.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3c4a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x3ca0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3cbc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3b78 at the offset 0x3ccf.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x3cf6.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x3d18.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3d2b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc788 at the offset 0x3d48.
grub-install: info: relocating an R_X86_64_64 entry to 0xc788 at the offset 0x3d57.
grub-install: info: relocating an R_X86_64_64 entry to 0x4146 at the offset 0x3d68.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x3d9f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa31b at the offset 0x3dc5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe500 at the offset 0x3dd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x3ded.
grub-install: info: relocating an R_X86_64_64 entry to 0x7218 at the offset 0x3e94.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3ea3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa31c at the offset 0x3eb4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa31e at the offset 0x3ebe.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x3ecb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa31f at the offset 0x3ed5.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x3eef.
grub-install: info: relocating an R_X86_64_64 entry to 0xa325 at the offset 0x3ef9.
grub-install: info: relocating an R_X86_64_64 entry to 0x42e9 at the offset 0x3f19.
grub-install: info: relocating an R_X86_64_64 entry to 0x4978 at the offset 0x3f23.
grub-install: info: relocating an R_X86_64_64 entry to 0xa333 at the offset 0x3f2f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x3f39.
grub-install: info: relocating an R_X86_64_64 entry to 0x983f at the offset 0x3f45.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x3f56.
grub-install: info: relocating an R_X86_64_64 entry to 0x695c at the offset 0x3f66.
grub-install: info: relocating an R_X86_64_64 entry to 0x4763 at the offset 0x3f83.
grub-install: info: relocating an R_X86_64_64 entry to 0x6fba at the offset 0x3f9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x3fb5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa335 at the offset 0x3fd7.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x3fe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4000.
grub-install: info: relocating an R_X86_64_64 entry to 0xa32b at the offset 0x4013.
grub-install: info: relocating an R_X86_64_64 entry to 0xa346 at the offset 0x4027.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x4033.
grub-install: info: relocating an R_X86_64_64 entry to 0x42ae at the offset 0x4048.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x405a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa333 at the offset 0x4064.
grub-install: info: relocating an R_X86_64_64 entry to 0x983f at the offset 0x4070.
grub-install: info: relocating an R_X86_64_64 entry to 0x4846 at the offset 0x407f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x408e.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x409a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa35f at the offset 0x40b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x40c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6187 at the offset 0x40e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6285 at the offset 0x40ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x573b at the offset 0x4101.
grub-install: info: relocating an R_X86_64_64 entry to 0x6607 at the offset 0x4118.
grub-install: info: relocating an R_X86_64_64 entry to 0x6555 at the offset 0x4122.
grub-install: info: relocating an R_X86_64_64 entry to 0xa375 at the offset 0x4145.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x4151.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x416b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa37c at the offset 0x4185.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4196.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x41ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xa35f at the offset 0x41c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x41d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x6583 at the offset 0x41e3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa38e at the offset 0x41fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3ab at the offset 0x4204.
grub-install: info: relocating an R_X86_64_64 entry to 0x450f at the offset 0x420e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3ba at the offset 0x4218.
grub-install: info: relocating an R_X86_64_64 entry to 0x4184 at the offset 0x4222.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3be at the offset 0x423d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3de at the offset 0x4247.
grub-install: info: relocating an R_X86_64_64 entry to 0x45bf at the offset 0x4251.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3e5 at the offset 0x425b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3eb at the offset 0x426a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa402 at the offset 0x4274.
grub-install: info: relocating an R_X86_64_64 entry to 0x4309 at the offset 0x427e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa408 at the offset 0x4288.
grub-install: info: relocating an R_X86_64_64 entry to 0xa40b at the offset 0x429a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa41c at the offset 0x42a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x44aa at the offset 0x42af.
grub-install: info: relocating an R_X86_64_64 entry to 0xa423 at the offset 0x42b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x42c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x90e7 at the offset 0x42f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4301.
grub-install: info: relocating an R_X86_64_64 entry to 0xa42a at the offset 0x431b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x4327.
grub-install: info: relocating an R_X86_64_64 entry to 0xa430 at the offset 0x4370.
grub-install: info: relocating an R_X86_64_64 entry to 0x6555 at the offset 0x437a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa430 at the offset 0x4393.
grub-install: info: relocating an R_X86_64_64 entry to 0xa435 at the offset 0x439d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x43ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x43c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f1e at the offset 0x43e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc790 at the offset 0x43f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4408.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4433.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x4456.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4466.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4484.
grub-install: info: relocating an R_X86_64_64 entry to 0x4763 at the offset 0x44b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x44cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x4846 at the offset 0x44e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x46c3 at the offset 0x44f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x907a at the offset 0x4509.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4521.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x452b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4595.
grub-install: info: relocating an R_X86_64_64 entry to 0x4890 at the offset 0x45bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe540 at the offset 0x4617.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4631.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x465c.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4670.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x4687.
grub-install: info: relocating an R_X86_64_64 entry to 0xe540 at the offset 0x46d3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe540 at the offset 0x4729.
grub-install: info: relocating an R_X86_64_64 entry to 0x4afd at the offset 0x4788.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x47a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x4aa7 at the offset 0x47bf.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x47d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x47fb.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x484e.
grub-install: info: relocating an R_X86_64_64 entry to 0x49e2 at the offset 0x486b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4885.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4896.
grub-install: info: relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x4935.
grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4941.
grub-install: info: relocating an R_X86_64_64 entry to 0xa44d at the offset 0x494e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4958.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4969.
grub-install: info: relocating an R_X86_64_64 entry to 0x684b at the offset 0x4976.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4987.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x49a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x49ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x184c8 at the offset 0x49f9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe540 at the offset 0x4a04.
grub-install: info: relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4a36.
grub-install: info: relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4a4b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4a55.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46e at the offset 0x4a88.
grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4a92.
grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4aa1.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4aab.
grub-install: info: relocating an R_X86_64_64 entry to 0x4146 at the offset 0x4acf.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4ad9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc798 at the offset 0x4ae5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4af3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa47d at the offset 0x4b2f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4b39.
grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4b4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4b59.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x4b6d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x4bc2.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x4bea.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x4bfe.
grub-install: info: relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4c19.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4c26.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4c56.
grub-install: info: relocating an R_X86_64_64 entry to 0xa48e at the offset 0x4c80.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4c93.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4cac.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4cb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x4cce.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4ce at the offset 0x4cdf.
grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4ce9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4cf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x684b at the offset 0x4d07.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x4d16.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x4d2a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4e4 at the offset 0x4d47.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4d58.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ee5 at the offset 0x4d79.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4bc at the offset 0x4d8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4d9d.
grub-install: info: relocating an R_X86_64_64 entry to 0x4146 at the offset 0x4dae.
grub-install: info: relocating an R_X86_64_64 entry to 0xc798 at the offset 0x4dba.
grub-install: info: relocating an R_X86_64_64 entry to 0x4dea at the offset 0x4dd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc798 at the offset 0x4de9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4f8 at the offset 0x4e56.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4e67.
grub-install: info: relocating an R_X86_64_64 entry to 0xa526 at the offset 0x4eb2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4ec3.
grub-install: info: relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x4ed3.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x4ee1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa554 at the offset 0x4eee.
grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4ef8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4f07.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4f11.
grub-install: info: relocating an R_X86_64_64 entry to 0x684b at the offset 0x4f1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x4b59 at the offset 0x4f59.
grub-install: info: relocating an R_X86_64_64 entry to 0x4afd at the offset 0x4fc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x49e2 at the offset 0x5014.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x50bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x4aa7 at the offset 0x50d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5122.
grub-install: info: relocating an R_X86_64_64 entry to 0x4b59 at the offset 0x513c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5192.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x51a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x51d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x558e at the offset 0x5244.
grub-install: info: relocating an R_X86_64_64 entry to 0xa57c at the offset 0x525e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5270.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x5282.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x52b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x52cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x52d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7c0 at the offset 0x531b.
grub-install: info: relocating an R_X86_64_64 entry to 0x573b at the offset 0x5345.
grub-install: info: relocating an R_X86_64_64 entry to 0x5777 at the offset 0x5381.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x53db.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x53e5.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7c0 at the offset 0x540f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x541d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x5470.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x547d.
grub-install: info: relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x5491.
grub-install: info: relocating an R_X86_64_64 entry to 0xa593 at the offset 0x54f3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x54fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5507.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x5511.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5bf at the offset 0x5522.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5e0 at the offset 0x5550.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5561.
grub-install: info: relocating an R_X86_64_64 entry to 0x735 at the offset 0x5572.
grub-install: info: relocating an R_X86_64_64 entry to 0xa603 at the offset 0x558b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa62a at the offset 0x55b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x55c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x55d9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa644 at the offset 0x55fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5607.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5616.
grub-install: info: relocating an R_X86_64_64 entry to 0x55d0 at the offset 0x5620.
grub-install: info: relocating an R_X86_64_64 entry to 0xa656 at the offset 0x562d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa666 at the offset 0x5647.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5656.
grub-install: info: relocating an R_X86_64_64 entry to 0xa67b at the offset 0x5672.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x567c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa689 at the offset 0x5694.
grub-install: info: relocating an R_X86_64_64 entry to 0xa698 at the offset 0x56ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xa70a at the offset 0x56bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6a7 at the offset 0x56d2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x56e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x56fe.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x5718.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6bc at the offset 0x572d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6285 at the offset 0x574d.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5764.
grub-install: info: relocating an R_X86_64_64 entry to 0x573b at the offset 0x578b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x579c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x57bf.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x57d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x5830.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x589d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x58ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5905.
grub-install: info: relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x5928.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6c5 at the offset 0x5962.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5973.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b40 at the offset 0x5a00.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x5a3d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7c0 at the offset 0x5a50.
grub-install: info: relocating an R_X86_64_64 entry to 0x567e at the offset 0x5ad4.
grub-install: info: relocating an R_X86_64_64 entry to 0x567e at the offset 0x5b21.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5b30.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x5b3f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6d5 at the offset 0x5b49.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6e3 at the offset 0x5b73.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6f1 at the offset 0x5bc1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5bd2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa713 at the offset 0x5c0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5c1b.
grub-install: info: relocating an R_X86_64_64 entry to 0x764 at the offset 0x5c39.
grub-install: info: relocating an R_X86_64_64 entry to 0xa729 at the offset 0x5ca0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5caa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5cb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa745 at the offset 0x5ccc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5cd6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5ce5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa756 at the offset 0x5cf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5d02.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5d11.
grub-install: info: relocating an R_X86_64_64 entry to 0x5641 at the offset 0x5d21.
grub-install: info: relocating an R_X86_64_64 entry to 0x58d0 at the offset 0x5d48.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5d6c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5d7d.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ff5 at the offset 0x5d8d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa769 at the offset 0x5db2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5dc3.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ad9 at the offset 0x5dd1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x5def.
grub-install: info: relocating an R_X86_64_64 entry to 0x6a8e at the offset 0x5df9.
grub-install: info: relocating an R_X86_64_64 entry to 0x69ee at the offset 0x5e23.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x5e2d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6145 at the offset 0x5e58.
grub-install: info: relocating an R_X86_64_64 entry to 0xa794 at the offset 0x5e8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6555 at the offset 0x5e98.
grub-install: info: relocating an R_X86_64_64 entry to 0x558e at the offset 0x5eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa794 at the offset 0x5ec7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa79b at the offset 0x5ed1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5ee2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7b3 at the offset 0x5efb.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x5f05.
grub-install: info: relocating an R_X86_64_64 entry to 0x6187 at the offset 0x5f20.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x5f32.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x5f49.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7c8 at the offset 0x5f59.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5f6a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5f80.
grub-install: info: relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x5f8e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5fa6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x5fe3.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x5fef.
grub-install: info: relocating an R_X86_64_64 entry to 0x63bd at the offset 0x6029.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x605f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x6082.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x6098.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x60b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x60da.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x6132.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6148.
grub-install: info: relocating an R_X86_64_64 entry to 0x63bd at the offset 0x6157.
grub-install: info: relocating an R_X86_64_64 entry to 0x63bd at the offset 0x618b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x61b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x61bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x61e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x620d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x6228.
grub-install: info: relocating an R_X86_64_64 entry to 0x63bd at the offset 0x62a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x62b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x62c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x62d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x63bd at the offset 0x62f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x630b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x6318.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6345.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x637f.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x6398.
grub-install: info: relocating an R_X86_64_64 entry to 0x887c at the offset 0x63a2.
grub-install: info: relocating an R_X86_64_64 entry to 0xd844 at the offset 0x63b5.
grub-install: info: relocating an R_X86_64_64 entry to 0xd860 at the offset 0x63c6.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x63dd.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x63e9.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x63fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xd844 at the offset 0x6405.
grub-install: info: relocating an R_X86_64_64 entry to 0xd844 at the offset 0x6410.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x641a.
grub-install: info: relocating an R_X86_64_64 entry to 0xd840 at the offset 0x642c.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x643c.
grub-install: info: relocating an R_X86_64_64 entry to 0xd844 at the offset 0x644c.
grub-install: info: relocating an R_X86_64_64 entry to 0xd860 at the offset 0x645d.
grub-install: info: relocating an R_X86_64_64 entry to 0xd844 at the offset 0x6466.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x647e.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6490.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x649a.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x64ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x64c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7da at the offset 0x64d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x64da.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x64e6.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x64f3.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e4 at the offset 0x6500.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e4 at the offset 0x650b.
grub-install: info: relocating an R_X86_64_64 entry to 0x684b at the offset 0x6515.
grub-install: info: relocating an R_X86_64_64 entry to 0xd840 at the offset 0x6525.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7e6 at the offset 0x6534.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x6540.
grub-install: info: relocating an R_X86_64_64 entry to 0xd840 at the offset 0x654c.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x6575.
grub-install: info: relocating an R_X86_64_64 entry to 0xa80e at the offset 0x658b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x659a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x65b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x65d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa822 at the offset 0x6606.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6612.
grub-install: info: relocating an R_X86_64_64 entry to 0x18600 at the offset 0x6651.
grub-install: info: relocating an R_X86_64_64 entry to 0x4846 at the offset 0x66ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x66bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x66cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x695c at the offset 0x66dd.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x66f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x66ff.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x6725.
grub-install: info: relocating an R_X86_64_64 entry to 0x4763 at the offset 0x673d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x6760.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6a0 at the offset 0x678a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6fba at the offset 0x679d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x67ce.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x67e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18640 at the offset 0x67f2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6a8e at the offset 0x6829.
grub-install: info: relocating an R_X86_64_64 entry to 0x18620 at the offset 0x683a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18640 at the offset 0x6844.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x684e.
grub-install: info: relocating an R_X86_64_64 entry to 0x4846 at the offset 0x6862.
grub-install: info: relocating an R_X86_64_64 entry to 0x18620 at the offset 0x6879.
grub-install: info: relocating an R_X86_64_64 entry to 0x18640 at the offset 0x6883.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x688d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x68b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa847 at the offset 0x68ba.
grub-install: info: relocating an R_X86_64_64 entry to 0x5208 at the offset 0x68e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x69de.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x6a41.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6a8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x6aa4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa86b at the offset 0x6abc.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6acd.
grub-install: info: relocating an R_X86_64_64 entry to 0x80f4 at the offset 0x6afb.
grub-install: info: relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x6b2e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa882 at the offset 0x6b5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6b6b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x6b95.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6ba3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe290 at the offset 0x6bcd.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x6bda.
grub-install: info: relocating an R_X86_64_64 entry to 0xa89b at the offset 0x6bf3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ac at the offset 0x6bfd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8af at the offset 0x6c0c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cdb at the offset 0x6c1b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8b9 at the offset 0x6c25.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6c35.
grub-install: info: relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x6c48.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8bb at the offset 0x6c5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ac at the offset 0x6c64.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8af at the offset 0x6c73.
grub-install: info: relocating an R_X86_64_64 entry to 0x684b at the offset 0x6c80.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6c8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6ca1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe288 at the offset 0x6cb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6ccd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe288 at the offset 0x6ce6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe290 at the offset 0x6cf6.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cdb at the offset 0x6d05.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8b9 at the offset 0x6d0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6d1e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d2b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d36.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d49.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d54.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6d60.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d74.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d7f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d1 at the offset 0x6d9d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6dae.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x6dca.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x6e50.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x6e70.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x6e80.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6e8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a at the offset 0x6ead.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x6ec1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6ee8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x6f39.
grub-install: info: relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x6f48.
grub-install: info: relocating an R_X86_64_64 entry to 0x68be at the offset 0x6f54.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x6f6c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x6f7f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9886 at the offset 0x6f91.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6f9d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6fac.
grub-install: info: relocating an R_X86_64_64 entry to 0x6145 at the offset 0x6fea.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6ff9.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x7023.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ef at the offset 0x702d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x7037.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x7043.
grub-install: info: relocating an R_X86_64_64 entry to 0x68be at the offset 0x7052.
grub-install: info: relocating an R_X86_64_64 entry to 0x7247 at the offset 0x70ad.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x70b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x6692 at the offset 0x70c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x2af0 at the offset 0x70d5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ee at the offset 0x70ef.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f7 at the offset 0x70f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x7103.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8fe at the offset 0x7123.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x712d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8fe at the offset 0x7139.
grub-install: info: relocating an R_X86_64_64 entry to 0x66f2 at the offset 0x7143.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x7152.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d0 at the offset 0x7176.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x7196.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x71be.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x721c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x7237.
grub-install: info: relocating an R_X86_64_64 entry to 0xa906 at the offset 0x7276.
grub-install: info: relocating an R_X86_64_64 entry to 0x794f at the offset 0x7280.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x72a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x72b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ee at the offset 0x72bf.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f7 at the offset 0x72d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x72dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x72e6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa911 at the offset 0x72fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x7313.
grub-install: info: relocating an R_X86_64_64 entry to 0x68be at the offset 0x7323.
grub-install: info: relocating an R_X86_64_64 entry to 0x66f2 at the offset 0x7333.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x7342.
grub-install: info: relocating an R_X86_64_64 entry to 0xa911 at the offset 0x734e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x735a.
grub-install: info: relocating an R_X86_64_64 entry to 0x45f4 at the offset 0x7371.
grub-install: info: relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x737d.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e77 at the offset 0x738f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa918 at the offset 0x739b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6285 at the offset 0x73a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x73b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa918 at the offset 0x73bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe500 at the offset 0x73cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x71c6 at the offset 0x73da.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x73f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x968e at the offset 0x741f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x7435.
grub-install: info: relocating an R_X86_64_64 entry to 0xa91f at the offset 0x7447.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x7456.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x7468.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x7478.
grub-install: info: relocating an R_X86_64_64 entry to 0xa91f at the offset 0x7499.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x74a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x74c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x7519.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x7527.
grub-install: info: relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x7610.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a0b at the offset 0x7664.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a0b at the offset 0x7672.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x7781.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x7791.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x77b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x77c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x77df.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x7800.
grub-install: info: relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x7883.
grub-install: info: relocating an R_X86_64_64 entry to 0xa939 at the offset 0x791b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x792c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x7947.
grub-install: info: relocating an R_X86_64_64 entry to 0xa924 at the offset 0x7958.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x7969.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x7aac.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x7ac5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7afb.
grub-install: info: relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x7b0d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b68 at the offset 0x7c4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7cf6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7da4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7df2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa94d at the offset 0x7eb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x7f4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x7f76.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9e at the offset 0x8185.
grub-install: info: relocating an R_X86_64_64 entry to 0x8100 at the offset 0x818f.
grub-install: info: relocating an R_X86_64_64 entry to 0xe2c0 at the offset 0x8199.
grub-install: info: relocating an R_X86_64_64 entry to 0xe2c0 at the offset 0x81bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x81da.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x81ee.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3bc at the offset 0x8201.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3bd at the offset 0x820e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3be at the offset 0x821b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3bf at the offset 0x8228.
grub-install: info: relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x824c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x825b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x826f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8575 at the offset 0x82cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x8315.
grub-install: info: relocating an R_X86_64_64 entry to 0x8575 at the offset 0x8329.
grub-install: info: relocating an R_X86_64_64 entry to 0xa954 at the offset 0x8350.
grub-install: info: relocating an R_X86_64_64 entry to 0x6555 at the offset 0x835a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa95a at the offset 0x8380.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a58 at the offset 0x838d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa95e at the offset 0x83af.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x83b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x8575 at the offset 0x83ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x983f at the offset 0x83fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9e at the offset 0x8429.
grub-install: info: relocating an R_X86_64_64 entry to 0x8100 at the offset 0x844b.
grub-install: info: relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x845c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8813 at the offset 0x8483.
grub-install: info: relocating an R_X86_64_64 entry to 0x887c at the offset 0x84c6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x84db.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9e at the offset 0x84f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x8519.
grub-install: info: relocating an R_X86_64_64 entry to 0x8100 at the offset 0x8538.
grub-install: info: relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x854c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8563.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d5 at the offset 0x85c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x85d4.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x8617.
grub-install: info: relocating an R_X86_64_64 entry to 0x8575 at the offset 0x862b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa966 at the offset 0x8639.
grub-install: info: relocating an R_X86_64_64 entry to 0x18670 at the offset 0x8645.
grub-install: info: relocating an R_X86_64_64 entry to 0xa970 at the offset 0x8655.
grub-install: info: relocating an R_X86_64_64 entry to 0x9867 at the offset 0x8663.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d67 at the offset 0x866f.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x86b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x86d4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x86e9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6555 at the offset 0x871f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb700 at the offset 0x8775.
grub-install: info: relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x87b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a79 at the offset 0x8855.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b51 at the offset 0x88ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a79 at the offset 0x88c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b03 at the offset 0x88e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x8925.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b03 at the offset 0x89a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x89d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x89f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8a1d.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8a28.
grub-install: info: relocating an R_X86_64_64 entry to 0x93f5 at the offset 0x8a7b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a91 at the offset 0x8a85.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a91 at the offset 0x8ab8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8ac9.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8ad6.
grub-install: info: relocating an R_X86_64_64 entry to 0x80f4 at the offset 0x8b29.
grub-install: info: relocating an R_X86_64_64 entry to 0x18660 at the offset 0x8b3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x798e at the offset 0x8b70.
grub-install: info: relocating an R_X86_64_64 entry to 0x92bf at the offset 0x8bc2.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8bd2.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8bf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8c11.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8c4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x18660 at the offset 0x8c7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9326 at the offset 0x8cae.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8cc2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa988 at the offset 0x8cfc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x8d06.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x8d1f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x8d2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x8d52.
grub-install: info: relocating an R_X86_64_64 entry to 0x8890 at the offset 0x8d80.
grub-install: info: relocating an R_X86_64_64 entry to 0xa989 at the offset 0x8d8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x8d9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x90e7 at the offset 0x8e4e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98c at the offset 0x8e6a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9c8 at the offset 0x8e7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x8e88.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9be at the offset 0x8e9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8eac.
grub-install: info: relocating an R_X86_64_64 entry to 0x9226 at the offset 0x8ed0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x8ee7.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x8f0c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9226 at the offset 0x8f49.
grub-install: info: relocating an R_X86_64_64 entry to 0x18660 at the offset 0x8fa3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9326 at the offset 0x8fbc.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8fd2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c07 at the offset 0x8ff9.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x903c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x906e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe500 at the offset 0x9093.
grub-install: info: relocating an R_X86_64_64 entry to 0x71c6 at the offset 0x90a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9d9 at the offset 0x90cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x86da at the offset 0x90db.
grub-install: info: relocating an R_X86_64_64 entry to 0xe500 at the offset 0x90e7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9f0 at the offset 0x90f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9f5 at the offset 0x9105.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x9111.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x9122.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x9137.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa0b at the offset 0x914c.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa0e at the offset 0x915b.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x9165.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x9186.
grub-install: info: relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x9190.
grub-install: info: relocating an R_X86_64_64 entry to 0x9867 at the offset 0x919c.
grub-install: info: relocating an R_X86_64_64 entry to 0x983f at the offset 0x91a6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x91d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x91f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x9212.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x923c.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa1c at the offset 0x9250.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x925a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x9269.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x9273.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa1e at the offset 0x9291.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x929d.
grub-install: info: relocating an R_X86_64_64 entry to 0x68be at the offset 0x92ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x9546 at the offset 0x92b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x92c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x93f5 at the offset 0x92f2.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x9303.
grub-install: info: relocating an R_X86_64_64 entry to 0x970f at the offset 0x934f.
grub-install: info: relocating an R_X86_64_64 entry to 0x970f at the offset 0x938a.
grub-install: info: relocating an R_X86_64_64 entry to 0x970f at the offset 0x93a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x93ca.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c8 at the offset 0x93f7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0x940b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18670 at the offset 0x941c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x9442.
grub-install: info: relocating an R_X86_64_64 entry to 0x97f5 at the offset 0x946a.
grub-install: info: relocating an R_X86_64_64 entry to 0x983f at the offset 0x9474.
grub-install: info: relocating an R_X86_64_64 entry to 0x567e at the offset 0x948a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb860 at the offset 0x9495.
grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
grub-install: info: relocating an R_X86_64_64 entry to 0x23af at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x23c8 at the offset 0x8.
grub-install: info: relocating an R_X86_64_64 entry to 0x23dc at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x23f7 at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x2409 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x2576 at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x2594 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0x25ad at the offset 0x38.
grub-install: info: relocating an R_X86_64_64 entry to 0x25c8 at the offset 0x40.
grub-install: info: relocating an R_X86_64_64 entry to 0x25df at the offset 0x48.
grub-install: info: relocating an R_X86_64_64 entry to 0x2624 at the offset 0x50.
grub-install: info: relocating an R_X86_64_64 entry to 0x27d3 at the offset 0x58.
grub-install: info: relocating an R_X86_64_64 entry to 0x27d3 at the offset 0x60.
grub-install: info: relocating an R_X86_64_64 entry to 0x2755 at the offset 0x68.
grub-install: info: relocating an R_X86_64_64 entry to 0x27c1 at the offset 0x70.
grub-install: info: relocating an R_X86_64_64 entry to 0x2637 at the offset 0x78.
grub-install: info: relocating an R_X86_64_64 entry to 0x2673 at the offset 0x80.
grub-install: info: relocating an R_X86_64_64 entry to 0x26ca at the offset 0x88.
grub-install: info: relocating an R_X86_64_64 entry to 0x2779 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x25f8 at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x27d3 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x27d3 at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x279f at the offset 0xb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x27fd at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x285a at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2879 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x2897 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x290c at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e0b at the offset 0x140.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e0b at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ee8 at the offset 0x150.
grub-install: info: relocating an R_X86_64_64 entry to 0x5f8e at the offset 0x158.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fb2 at the offset 0x160.
grub-install: info: relocating an R_X86_64_64 entry to 0x807d at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0x80be at the offset 0x170.
grub-install: info: relocating an R_X86_64_64 entry to 0x80be at the offset 0x178.
grub-install: info: relocating an R_X86_64_64 entry to 0x809e at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0x80be at the offset 0x188.
grub-install: info: relocating an R_X86_64_64 entry to 0x80be at the offset 0x190.
grub-install: info: dealing with the relocation section .rela.data for .data.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0xf01 at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x8da at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a5 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0xe45 at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c6 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0xa266 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x3799 at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x3778 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x34fa at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x36a9 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3715 at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x366e at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x38bf at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x37c6 at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3747 at the offset 0xe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa266 at the offset 0x130.
grub-install: info: relocating an R_X86_64_64 entry to 0x382b at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7c0 at the offset 0x160.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8e4 at the offset 0x190.
grub-install: info: relocating an R_X86_64_64 entry to 0x6dd8 at the offset 0x1a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ce1 at the offset 0x1a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78b4 at the offset 0x1d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x979d at the offset 0x320.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa37 at the offset 0x340.
grub-install: info: relocating an R_X86_64_64 entry to 0x417 at the offset 0x348.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa42 at the offset 0x358.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x360.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa4d at the offset 0x370.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cc at the offset 0x378.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa59 at the offset 0x388.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x390.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa64 at the offset 0x3a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x3a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa6f at the offset 0x3b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x3c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa7a at the offset 0x3d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x3d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa85 at the offset 0x3e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x3f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa90 at the offset 0x400.
grub-install: info: relocating an R_X86_64_64 entry to 0x49f at the offset 0x408.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa9b at the offset 0x418.
grub-install: info: relocating an R_X86_64_64 entry to 0xe500 at the offset 0x420.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaad at the offset 0x430.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x438.
grub-install: info: relocating an R_X86_64_64 entry to 0xaac2 at the offset 0x448.
grub-install: info: relocating an R_X86_64_64 entry to 0x4846 at the offset 0x450.
grub-install: info: relocating an R_X86_64_64 entry to 0xaad4 at the offset 0x460.
grub-install: info: relocating an R_X86_64_64 entry to 0x4978 at the offset 0x468.
grub-install: info: relocating an R_X86_64_64 entry to 0xaae8 at the offset 0x478.
grub-install: info: relocating an R_X86_64_64 entry to 0x4763 at the offset 0x480.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaf9 at the offset 0x490.
grub-install: info: relocating an R_X86_64_64 entry to 0xe540 at the offset 0x498.
grub-install: info: relocating an R_X86_64_64 entry to 0xab0f at the offset 0x4a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x4b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xab1f at the offset 0x4c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xab32 at the offset 0x4d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e34 at the offset 0x4e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xab49 at the offset 0x4f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e49 at the offset 0x4f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xab62 at the offset 0x508.
grub-install: info: relocating an R_X86_64_64 entry to 0xe530 at the offset 0x510.
grub-install: info: relocating an R_X86_64_64 entry to 0xab7a at the offset 0x520.
grub-install: info: relocating an R_X86_64_64 entry to 0xe520 at the offset 0x528.
grub-install: info: relocating an R_X86_64_64 entry to 0xab98 at the offset 0x538.
grub-install: info: relocating an R_X86_64_64 entry to 0x556c at the offset 0x540.
grub-install: info: relocating an R_X86_64_64 entry to 0xabab at the offset 0x550.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f1e at the offset 0x558.
grub-install: info: relocating an R_X86_64_64 entry to 0xabba at the offset 0x568.
grub-install: info: relocating an R_X86_64_64 entry to 0x5208 at the offset 0x570.
grub-install: info: relocating an R_X86_64_64 entry to 0xabc9 at the offset 0x580.
grub-install: info: relocating an R_X86_64_64 entry to 0xe528 at the offset 0x588.
grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0x598.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x5a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xabec at the offset 0x5b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xabf9 at the offset 0x5c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6285 at the offset 0x5d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xac06 at the offset 0x5e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x58d0 at the offset 0x5e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xac1f at the offset 0x5f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x573b at the offset 0x600.
grub-install: info: relocating an R_X86_64_64 entry to 0xac2b at the offset 0x610.
grub-install: info: relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x618.
grub-install: info: relocating an R_X86_64_64 entry to 0xac3a at the offset 0x628.
grub-install: info: relocating an R_X86_64_64 entry to 0x5777 at the offset 0x630.
grub-install: info: relocating an R_X86_64_64 entry to 0xac48 at the offset 0x640.
grub-install: info: relocating an R_X86_64_64 entry to 0x599 at the offset 0x648.
grub-install: info: relocating an R_X86_64_64 entry to 0xac56 at the offset 0x658.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a9 at the offset 0x660.
grub-install: info: relocating an R_X86_64_64 entry to 0xac68 at the offset 0x670.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a5 at the offset 0x678.
grub-install: info: relocating an R_X86_64_64 entry to 0xac7a at the offset 0x688.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d27 at the offset 0x690.
grub-install: info: relocating an R_X86_64_64 entry to 0xac92 at the offset 0x6a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c75 at the offset 0x6a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xacae at the offset 0x6b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x6c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaccc at the offset 0x6d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x6d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaceb at the offset 0x6e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x226e at the offset 0x6f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xad0a at the offset 0x700.
grub-install: info: relocating an R_X86_64_64 entry to 0x2f25 at the offset 0x708.
grub-install: info: relocating an R_X86_64_64 entry to 0xad28 at the offset 0x718.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x720.
grub-install: info: relocating an R_X86_64_64 entry to 0xad3c at the offset 0x730.
grub-install: info: relocating an R_X86_64_64 entry to 0x2253 at the offset 0x738.
grub-install: info: relocating an R_X86_64_64 entry to 0xad55 at the offset 0x748.
grub-install: info: relocating an R_X86_64_64 entry to 0x2163 at the offset 0x750.
grub-install: info: relocating an R_X86_64_64 entry to 0xad6b at the offset 0x760.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d4c at the offset 0x768.
grub-install: info: relocating an R_X86_64_64 entry to 0xad85 at the offset 0x778.
grub-install: info: relocating an R_X86_64_64 entry to 0x2deb at the offset 0x780.
grub-install: info: relocating an R_X86_64_64 entry to 0xad9d at the offset 0x790.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ee1 at the offset 0x798.
grub-install: info: relocating an R_X86_64_64 entry to 0xadb3 at the offset 0x7a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x7b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xadc9 at the offset 0x7c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x7c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xadde at the offset 0x7d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b49 at the offset 0x7e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xadf5 at the offset 0x7f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1aff at the offset 0x7f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xae0e at the offset 0x808.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e8 at the offset 0x810.
grub-install: info: relocating an R_X86_64_64 entry to 0xae22 at the offset 0x820.
grub-install: info: relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x828.
grub-install: info: relocating an R_X86_64_64 entry to 0xae39 at the offset 0x838.
grub-install: info: relocating an R_X86_64_64 entry to 0x2302 at the offset 0x840.
grub-install: info: relocating an R_X86_64_64 entry to 0xae54 at the offset 0x850.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ff5 at the offset 0x858.
grub-install: info: relocating an R_X86_64_64 entry to 0xae69 at the offset 0x868.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x870.
grub-install: info: relocating an R_X86_64_64 entry to 0xae80 at the offset 0x880.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e06 at the offset 0x888.
grub-install: info: relocating an R_X86_64_64 entry to 0xae96 at the offset 0x898.
grub-install: info: relocating an R_X86_64_64 entry to 0x1dab at the offset 0x8a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaeb7 at the offset 0x8b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d28 at the offset 0x8b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaec6 at the offset 0x8c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x8d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaedc at the offset 0x8e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x14b3 at the offset 0x8e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaefb at the offset 0x8f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1600 at the offset 0x900.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf18 at the offset 0x910.
grub-install: info: relocating an R_X86_64_64 entry to 0x66f2 at the offset 0x918.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf28 at the offset 0x928.
grub-install: info: relocating an R_X86_64_64 entry to 0x6555 at the offset 0x930.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf35 at the offset 0x940.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x948.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf42 at the offset 0x958.
grub-install: info: relocating an R_X86_64_64 entry to 0x6583 at the offset 0x960.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf51 at the offset 0x970.
grub-install: info: relocating an R_X86_64_64 entry to 0x6607 at the offset 0x978.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf6c at the offset 0x988.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e4 at the offset 0x990.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf84 at the offset 0x9a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x9a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf90 at the offset 0x9b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x9c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf9b at the offset 0x9d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x9d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xafa6 at the offset 0x9e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x684b at the offset 0x9f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xafb5 at the offset 0xa00.
grub-install: info: relocating an R_X86_64_64 entry to 0x67b4 at the offset 0xa08.
grub-install: info: relocating an R_X86_64_64 entry to 0xafc5 at the offset 0xa18.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d67 at the offset 0xa20.
grub-install: info: relocating an R_X86_64_64 entry to 0xafcf at the offset 0xa30.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0xa38.
grub-install: info: relocating an R_X86_64_64 entry to 0xafda at the offset 0xa48.
grub-install: info: relocating an R_X86_64_64 entry to 0x6a8e at the offset 0xa50.
grub-install: info: relocating an R_X86_64_64 entry to 0xafea at the offset 0xa60.
grub-install: info: relocating an R_X86_64_64 entry to 0x18620 at the offset 0xa68.
grub-install: info: relocating an R_X86_64_64 entry to 0xb000 at the offset 0xa78.
grub-install: info: relocating an R_X86_64_64 entry to 0x18640 at the offset 0xa80.
grub-install: info: relocating an R_X86_64_64 entry to 0xb01a at the offset 0xa90.
grub-install: info: relocating an R_X86_64_64 entry to 0x695c at the offset 0xa98.
grub-install: info: relocating an R_X86_64_64 entry to 0xb034 at the offset 0xaa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ad9 at the offset 0xab0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb043 at the offset 0xac0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18600 at the offset 0xac8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb05b at the offset 0xad8.
grub-install: info: relocating an R_X86_64_64 entry to 0x69ee at the offset 0xae0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb06a at the offset 0xaf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ca8 at the offset 0xaf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb079 at the offset 0xb08.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0xb10.
grub-install: info: relocating an R_X86_64_64 entry to 0xb083 at the offset 0xb20.
grub-install: info: relocating an R_X86_64_64 entry to 0xe288 at the offset 0xb28.
grub-install: info: relocating an R_X86_64_64 entry to 0xb099 at the offset 0xb38.
grub-install: info: relocating an R_X86_64_64 entry to 0xe290 at the offset 0xb40.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0a6 at the offset 0xb50.
grub-install: info: relocating an R_X86_64_64 entry to 0x6fba at the offset 0xb58.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0b4 at the offset 0xb68.
grub-install: info: relocating an R_X86_64_64 entry to 0x4146 at the offset 0xb70.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0c5 at the offset 0xb80.
grub-install: info: relocating an R_X86_64_64 entry to 0x9867 at the offset 0xb88.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0d1 at the offset 0xb98.
grub-install: info: relocating an R_X86_64_64 entry to 0x97f5 at the offset 0xba0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0e5 at the offset 0xbb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0xbb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0f2 at the offset 0xbc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x79e3 at the offset 0xbd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0ff at the offset 0xbe0.
grub-install: info: relocating an R_X86_64_64 entry to 0x71fe at the offset 0xbe8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb10e at the offset 0xbf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7218 at the offset 0xc00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb11f at the offset 0xc10.
grub-install: info: relocating an R_X86_64_64 entry to 0x534 at the offset 0xc18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb131 at the offset 0xc28.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0xc30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb13d at the offset 0xc40.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c1c at the offset 0xc48.
grub-install: info: relocating an R_X86_64_64 entry to 0xb14b at the offset 0xc58.
grub-install: info: relocating an R_X86_64_64 entry to 0x547 at the offset 0xc60.
grub-install: info: relocating an R_X86_64_64 entry to 0xb15f at the offset 0xc70.
grub-install: info: relocating an R_X86_64_64 entry to 0x794f at the offset 0xc78.
grub-install: info: relocating an R_X86_64_64 entry to 0xb16b at the offset 0xc88.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0xc90.
grub-install: info: relocating an R_X86_64_64 entry to 0xb178 at the offset 0xca0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7af1 at the offset 0xca8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb184 at the offset 0xcb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4160 at the offset 0xcc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb194 at the offset 0xcd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0xcd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1a1 at the offset 0xce8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0xcf0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1ae at the offset 0xd00.
grub-install: info: relocating an R_X86_64_64 entry to 0x71c6 at the offset 0xd08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1c3 at the offset 0xd18.
grub-install: info: relocating an R_X86_64_64 entry to 0xc790 at the offset 0xd20.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1d1 at the offset 0xd30.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0xd38.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1ea at the offset 0xd48.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b51 at the offset 0xd50.
grub-install: info: relocating an R_X86_64_64 entry to 0xb204 at the offset 0xd60.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c07 at the offset 0xd68.
grub-install: info: relocating an R_X86_64_64 entry to 0xb21e at the offset 0xd78.
grub-install: info: relocating an R_X86_64_64 entry to 0x90e7 at the offset 0xd80.
grub-install: info: relocating an R_X86_64_64 entry to 0xb236 at the offset 0xd90.
grub-install: info: relocating an R_X86_64_64 entry to 0x907a at the offset 0xd98.
grub-install: info: relocating an R_X86_64_64 entry to 0xb24d at the offset 0xda8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18660 at the offset 0xdb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb265 at the offset 0xdc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ee5 at the offset 0xdc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb27a at the offset 0xdd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x69b at the offset 0xde0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb293 at the offset 0xdf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d4 at the offset 0xdf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a4 at the offset 0xe08.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0xe10.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2ba at the offset 0xe20.
grub-install: info: relocating an R_X86_64_64 entry to 0x68be at the offset 0xe28.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2cb at the offset 0xe38.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0xe40.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2d7 at the offset 0xe50.
grub-install: info: relocating an R_X86_64_64 entry to 0x86da at the offset 0xe58.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2e4 at the offset 0xe68.
grub-install: info: relocating an R_X86_64_64 entry to 0x7916 at the offset 0xe70.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2ef at the offset 0xe80.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0xe88.
grub-install: info: relocating an R_X86_64_64 entry to 0xb301 at the offset 0xe98.
grub-install: info: relocating an R_X86_64_64 entry to 0x408d at the offset 0xea0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb30e at the offset 0xeb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x983f at the offset 0xeb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb31b at the offset 0xec8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4184 at the offset 0xed0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb336 at the offset 0xee0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6692 at the offset 0xee8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb352 at the offset 0xef8.
grub-install: info: relocating an R_X86_64_64 entry to 0x8890 at the offset 0xf00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb360 at the offset 0xf10.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0xf18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb36c at the offset 0xf28.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0xf30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb378 at the offset 0xf40.
grub-install: info: relocating an R_X86_64_64 entry to 0x7903 at the offset 0xf48.
grub-install: info: relocating an R_X86_64_64 entry to 0xb384 at the offset 0xf58.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0xf60.
grub-install: info: relocating an R_X86_64_64 entry to 0xb390 at the offset 0xf70.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0xf78.
grub-install: info: relocating an R_X86_64_64 entry to 0xb39c at the offset 0xf88.
grub-install: info: relocating an R_X86_64_64 entry to 0x798e at the offset 0xf90.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3a9 at the offset 0xfa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0xfa8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3b6 at the offset 0xfb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d0 at the offset 0xfc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3c3 at the offset 0xfd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x80f4 at the offset 0xfd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3d0 at the offset 0xfe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c7f at the offset 0xff0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3de at the offset 0x1000.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a58 at the offset 0x1008.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3eb at the offset 0x1018.
grub-install: info: relocating an R_X86_64_64 entry to 0xb848 at the offset 0x1020.
grub-install: info: relocating an R_X86_64_64 entry to 0xb405 at the offset 0x1030.
grub-install: info: relocating an R_X86_64_64 entry to 0x18670 at the offset 0x1038.
grub-install: info: relocating an R_X86_64_64 entry to 0xb416 at the offset 0x1048.
grub-install: info: relocating an R_X86_64_64 entry to 0x18680 at the offset 0x1050.
grub-install: info: relocating an R_X86_64_64 entry to 0xb430 at the offset 0x1060.
grub-install: info: relocating an R_X86_64_64 entry to 0xb849 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0xb447 at the offset 0x1078.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x1080.
grub-install: info: relocating an R_X86_64_64 entry to 0xb459 at the offset 0x1090.
grub-install: info: relocating an R_X86_64_64 entry to 0x18668 at the offset 0x1098.
grub-install: info: relocating an R_X86_64_64 entry to 0xb474 at the offset 0x10a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c8 at the offset 0x10b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb487 at the offset 0x10c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f0 at the offset 0x10c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb495 at the offset 0x10d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4276 at the offset 0x10e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4ad at the offset 0x10f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8575 at the offset 0x10f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4ba at the offset 0x1108.
grub-install: info: relocating an R_X86_64_64 entry to 0x887c at the offset 0x1110.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4c9 at the offset 0x1120.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x1128.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4d8 at the offset 0x1138.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x1140.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4e3 at the offset 0x1150.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d5 at the offset 0x1158.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4f3 at the offset 0x1168.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x1170.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4ff at the offset 0x1180.
grub-install: info: relocating an R_X86_64_64 entry to 0x794f at the offset 0x1188.
grub-install: info: relocating an R_X86_64_64 entry to 0xb506 at the offset 0x1198.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x11a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb50d at the offset 0x11b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb515 at the offset 0x11c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x11d0.
grub-install: info: translating the relocation section .rela.text.
grub-install: info: adding a relocation entry for 0x51d.
grub-install: info: adding a relocation entry for 0x52a.
grub-install: info: adding a relocation entry for 0x53c.
grub-install: info: adding a relocation entry for 0x565.
grub-install: info: adding a relocation entry for 0x57a.
grub-install: info: adding a relocation entry for 0x58b.
grub-install: info: adding a relocation entry for 0x59b.
grub-install: info: adding a relocation entry for 0x5e8.
grub-install: info: adding a relocation entry for 0x6ac.
grub-install: info: adding a relocation entry for 0x746.
grub-install: info: adding a relocation entry for 0x757.
grub-install: info: adding a relocation entry for 0x785.
grub-install: info: adding a relocation entry for 0x821.
grub-install: info: adding a relocation entry for 0x834.
grub-install: info: adding a relocation entry for 0x85f.
grub-install: info: adding a relocation entry for 0x870.
grub-install: info: adding a relocation entry for 0x8aa.
grub-install: info: adding a relocation entry for 0x8b4.
grub-install: info: adding a relocation entry for 0x8c3.
grub-install: info: adding a relocation entry for 0x8cf.
grub-install: info: adding a relocation entry for 0x8ee.
grub-install: info: adding a relocation entry for 0x8fb.
grub-install: info: adding a relocation entry for 0x90e.
grub-install: info: adding a relocation entry for 0x918.
grub-install: info: adding a relocation entry for 0x945.
grub-install: info: adding a relocation entry for 0x954.
grub-install: info: adding a relocation entry for 0x96d.
grub-install: info: adding a relocation entry for 0x97e.
grub-install: info: adding a relocation entry for 0x98a.
grub-install: info: adding a relocation entry for 0x9b2.
grub-install: info: adding a relocation entry for 0x9c1.
grub-install: info: adding a relocation entry for 0x9d0.
grub-install: info: adding a relocation entry for 0x9dd.
grub-install: info: adding a relocation entry for 0x9f5.
grub-install: info: adding a relocation entry for 0xa10.
grub-install: info: adding a relocation entry for 0xa30.
grub-install: info: adding a relocation entry for 0xa41.
grub-install: info: adding a relocation entry for 0xa59.
grub-install: info: adding a relocation entry for 0xa94.
grub-install: info: adding a relocation entry for 0xaaf.
grub-install: info: adding a relocation entry for 0xae0.
grub-install: info: adding a relocation entry for 0xaea.
grub-install: info: adding a relocation entry for 0xaf9.
grub-install: info: adding a relocation entry for 0xb1c.
grub-install: info: adding a relocation entry for 0xb3d.
grub-install: info: adding a relocation entry for 0xb49.
grub-install: info: adding a relocation entry for 0xb54.
grub-install: info: adding a relocation entry for 0xb5f.
grub-install: info: adding a relocation entry for 0xb8c.
grub-install: info: adding a relocation entry for 0xb9e.
grub-install: info: adding a relocation entry for 0xbbb.
grub-install: info: adding a relocation entry for 0xbcc.
grub-install: info: adding a relocation entry for 0xbf4.
grub-install: info: adding a relocation entry for 0xc2b.
grub-install: info: adding a relocation entry for 0xc44.
grub-install: info: adding a relocation entry for 0xc52.
grub-install: info: adding a relocation entry for 0xc6d.
grub-install: info: adding a relocation entry for 0xc83.
grub-install: info: adding a relocation entry for 0xcb9.
grub-install: info: adding a relocation entry for 0xcde.
grub-install: info: adding a relocation entry for 0xd04.
grub-install: info: adding a relocation entry for 0xd0e.
grub-install: info: adding a relocation entry for 0xd45.
grub-install: info: adding a relocation entry for 0xd61.
grub-install: info: adding a relocation entry for 0xd91.
grub-install: info: adding a relocation entry for 0xda3.
grub-install: info: adding a relocation entry for 0xdd2.
grub-install: info: adding a relocation entry for 0xdeb.
grub-install: info: adding a relocation entry for 0xe00.
grub-install: info: adding a relocation entry for 0xe1e.
grub-install: info: adding a relocation entry for 0xe67.
grub-install: info: adding a relocation entry for 0xe71.
grub-install: info: adding a relocation entry for 0xe80.
grub-install: info: adding a relocation entry for 0xe8a.
grub-install: info: adding a relocation entry for 0xeb8.
grub-install: info: adding a relocation entry for 0xed3.
grub-install: info: adding a relocation entry for 0xeec.
grub-install: info: adding a relocation entry for 0xf1f.
grub-install: info: adding a relocation entry for 0xf33.
grub-install: info: adding a relocation entry for 0xf4d.
grub-install: info: adding a relocation entry for 0xf61.
grub-install: info: adding a relocation entry for 0xf73.
grub-install: info: adding a relocation entry for 0xf7d.
grub-install: info: adding a relocation entry for 0xf8c.
grub-install: info: adding a relocation entry for 0xf96.
grub-install: info: adding a relocation entry for 0xfbe.
grub-install: info: adding a relocation entry for 0xfd2.
grub-install: info: adding a relocation entry for 0xfe4.
grub-install: info: adding a relocation entry for 0xfee.
grub-install: info: adding a relocation entry for 0xffd.
grub-install: info: adding a relocation entry for 0x1007.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 192 bytes of a fixup block starting at 0x0.
grub-install: info: adding a relocation entry for 0x1030.
grub-install: info: adding a relocation entry for 0x1046.
grub-install: info: adding a relocation entry for 0x105a.
grub-install: info: adding a relocation entry for 0x106c.
grub-install: info: adding a relocation entry for 0x1076.
grub-install: info: adding a relocation entry for 0x1085.
grub-install: info: adding a relocation entry for 0x108f.
grub-install: info: adding a relocation entry for 0x10c9.
grub-install: info: adding a relocation entry for 0x10fd.
grub-install: info: adding a relocation entry for 0x1128.
grub-install: info: adding a relocation entry for 0x1147.
grub-install: info: adding a relocation entry for 0x11b2.
grub-install: info: adding a relocation entry for 0x11e8.
grub-install: info: adding a relocation entry for 0x11f2.
grub-install: info: adding a relocation entry for 0x1201.
grub-install: info: adding a relocation entry for 0x120b.
grub-install: info: adding a relocation entry for 0x1239.
grub-install: info: adding a relocation entry for 0x1254.
grub-install: info: adding a relocation entry for 0x126d.
grub-install: info: adding a relocation entry for 0x1288.
grub-install: info: adding a relocation entry for 0x129a.
grub-install: info: adding a relocation entry for 0x12a4.
grub-install: info: adding a relocation entry for 0x12bf.
grub-install: info: adding a relocation entry for 0x131e.
grub-install: info: adding a relocation entry for 0x1328.
grub-install: info: adding a relocation entry for 0x1334.
grub-install: info: adding a relocation entry for 0x13cd.
grub-install: info: adding a relocation entry for 0x13e3.
grub-install: info: adding a relocation entry for 0x1404.
grub-install: info: adding a relocation entry for 0x144a.
grub-install: info: adding a relocation entry for 0x1468.
grub-install: info: adding a relocation entry for 0x1474.
grub-install: info: adding a relocation entry for 0x147e.
grub-install: info: adding a relocation entry for 0x149a.
grub-install: info: adding a relocation entry for 0x14a9.
grub-install: info: adding a relocation entry for 0x1501.
grub-install: info: adding a relocation entry for 0x150b.
grub-install: info: adding a relocation entry for 0x153c.
grub-install: info: adding a relocation entry for 0x155d.
grub-install: info: adding a relocation entry for 0x1570.
grub-install: info: adding a relocation entry for 0x15dd.
grub-install: info: adding a relocation entry for 0x1606.
grub-install: info: adding a relocation entry for 0x1629.
grub-install: info: adding a relocation entry for 0x165f.
grub-install: info: adding a relocation entry for 0x16b4.
grub-install: info: adding a relocation entry for 0x16c2.
grub-install: info: adding a relocation entry for 0x16e0.
grub-install: info: adding a relocation entry for 0x1708.
grub-install: info: adding a relocation entry for 0x1726.
grub-install: info: adding a relocation entry for 0x173d.
grub-install: info: adding a relocation entry for 0x1753.
grub-install: info: adding a relocation entry for 0x1760.
grub-install: info: adding a relocation entry for 0x1781.
grub-install: info: adding a relocation entry for 0x1790.
grub-install: info: adding a relocation entry for 0x17ba.
grub-install: info: adding a relocation entry for 0x17d3.
grub-install: info: adding a relocation entry for 0x1909.
grub-install: info: adding a relocation entry for 0x1952.
grub-install: info: adding a relocation entry for 0x196d.
grub-install: info: adding a relocation entry for 0x198c.
grub-install: info: adding a relocation entry for 0x1b08.
grub-install: info: adding a relocation entry for 0x1b1b.
grub-install: info: adding a relocation entry for 0x1b56.
grub-install: info: adding a relocation entry for 0x1b8e.
grub-install: info: adding a relocation entry for 0x1bac.
grub-install: info: adding a relocation entry for 0x1bd5.
grub-install: info: adding a relocation entry for 0x1c16.
grub-install: info: adding a relocation entry for 0x1c4b.
grub-install: info: adding a relocation entry for 0x1c69.
grub-install: info: adding a relocation entry for 0x1c81.
grub-install: info: adding a relocation entry for 0x1ca9.
grub-install: info: adding a relocation entry for 0x1cb3.
grub-install: info: adding a relocation entry for 0x1ce2.
grub-install: info: adding a relocation entry for 0x1d0d.
grub-install: info: adding a relocation entry for 0x1d2a.
grub-install: info: adding a relocation entry for 0x1d42.
grub-install: info: adding a relocation entry for 0x1d53.
grub-install: info: adding a relocation entry for 0x1d5d.
grub-install: info: adding a relocation entry for 0x1d6a.
grub-install: info: adding a relocation entry for 0x1d76.
grub-install: info: adding a relocation entry for 0x1d92.
grub-install: info: adding a relocation entry for 0x1d9f.
grub-install: info: adding a relocation entry for 0x1db0.
grub-install: info: adding a relocation entry for 0x1dd5.
grub-install: info: adding a relocation entry for 0x1de7.
grub-install: info: adding a relocation entry for 0x1df8.
grub-install: info: adding a relocation entry for 0x1e1a.
grub-install: info: adding a relocation entry for 0x1e34.
grub-install: info: adding a relocation entry for 0x1e44.
grub-install: info: adding a relocation entry for 0x1e62.
grub-install: info: adding a relocation entry for 0x1e74.
grub-install: info: adding a relocation entry for 0x1e97.
grub-install: info: adding a relocation entry for 0x1eb2.
grub-install: info: adding a relocation entry for 0x1ecb.
grub-install: info: adding a relocation entry for 0x1ef3.
grub-install: info: adding a relocation entry for 0x1efd.
grub-install: info: adding a relocation entry for 0x1f45.
grub-install: info: adding a relocation entry for 0x1f58.
grub-install: info: adding a relocation entry for 0x1f74.
grub-install: info: adding a relocation entry for 0x1f9f.
grub-install: info: adding a relocation entry for 0x1ffa.
grub-install: info: adding a relocation entry for 0x2005.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 216 bytes of a fixup block starting at 0x1000.
grub-install: info: adding a relocation entry for 0x207d.
grub-install: info: adding a relocation entry for 0x20ac.
grub-install: info: adding a relocation entry for 0x20cd.
grub-install: info: adding a relocation entry for 0x20e0.
grub-install: info: adding a relocation entry for 0x20fe.
grub-install: info: adding a relocation entry for 0x2124.
grub-install: info: adding a relocation entry for 0x21b1.
grub-install: info: adding a relocation entry for 0x21c5.
grub-install: info: adding a relocation entry for 0x225a.
grub-install: info: adding a relocation entry for 0x2264.
grub-install: info: adding a relocation entry for 0x22d3.
grub-install: info: adding a relocation entry for 0x22f0.
grub-install: info: adding a relocation entry for 0x2311.
grub-install: info: adding a relocation entry for 0x236a.
grub-install: info: adding a relocation entry for 0x2378.
grub-install: info: adding a relocation entry for 0x238b.
grub-install: info: adding a relocation entry for 0x23a4.
grub-install: info: adding a relocation entry for 0x23bb.
grub-install: info: adding a relocation entry for 0x23cf.
grub-install: info: adding a relocation entry for 0x23e6.
grub-install: info: adding a relocation entry for 0x23fc.
grub-install: info: adding a relocation entry for 0x240f.
grub-install: info: adding a relocation entry for 0x241e.
grub-install: info: adding a relocation entry for 0x2446.
grub-install: info: adding a relocation entry for 0x245b.
grub-install: info: adding a relocation entry for 0x2476.
grub-install: info: adding a relocation entry for 0x2489.
grub-install: info: adding a relocation entry for 0x249a.
grub-install: info: adding a relocation entry for 0x24b2.
grub-install: info: adding a relocation entry for 0x24c8.
grub-install: info: adding a relocation entry for 0x24de.
grub-install: info: adding a relocation entry for 0x2511.
grub-install: info: adding a relocation entry for 0x253c.
grub-install: info: adding a relocation entry for 0x254e.
grub-install: info: adding a relocation entry for 0x256b.
grub-install: info: adding a relocation entry for 0x2582.
grub-install: info: adding a relocation entry for 0x25a0.
grub-install: info: adding a relocation entry for 0x25b7.
grub-install: info: adding a relocation entry for 0x25ce.
grub-install: info: adding a relocation entry for 0x25eb.
grub-install: info: adding a relocation entry for 0x2604.
grub-install: info: adding a relocation entry for 0x262a.
grub-install: info: adding a relocation entry for 0x2643.
grub-install: info: adding a relocation entry for 0x267b.
grub-install: info: adding a relocation entry for 0x26d2.
grub-install: info: adding a relocation entry for 0x2760.
grub-install: info: adding a relocation entry for 0x2785.
grub-install: info: adding a relocation entry for 0x27ab.
grub-install: info: adding a relocation entry for 0x27c6.
grub-install: info: adding a relocation entry for 0x27d5.
grub-install: info: adding a relocation entry for 0x27f2.
grub-install: info: adding a relocation entry for 0x2809.
grub-install: info: adding a relocation entry for 0x2864.
grub-install: info: adding a relocation entry for 0x287e.
grub-install: info: adding a relocation entry for 0x2888.
grub-install: info: adding a relocation entry for 0x289d.
grub-install: info: adding a relocation entry for 0x28c8.
grub-install: info: adding a relocation entry for 0x28d9.
grub-install: info: adding a relocation entry for 0x28ec.
grub-install: info: adding a relocation entry for 0x28fd.
grub-install: info: adding a relocation entry for 0x2918.
grub-install: info: adding a relocation entry for 0x295e.
grub-install: info: adding a relocation entry for 0x297e.
grub-install: info: adding a relocation entry for 0x298e.
grub-install: info: adding a relocation entry for 0x29a6.
grub-install: info: adding a relocation entry for 0x29bd.
grub-install: info: adding a relocation entry for 0x2a13.
grub-install: info: adding a relocation entry for 0x2a8d.
grub-install: info: adding a relocation entry for 0x2a99.
grub-install: info: adding a relocation entry for 0x2aa3.
grub-install: info: adding a relocation entry for 0x2aaf.
grub-install: info: adding a relocation entry for 0x2abb.
grub-install: info: adding a relocation entry for 0x2ad9.
grub-install: info: adding a relocation entry for 0x2ae6.
grub-install: info: adding a relocation entry for 0x2af4.
grub-install: info: adding a relocation entry for 0x2b09.
grub-install: info: adding a relocation entry for 0x2b21.
grub-install: info: adding a relocation entry for 0x2b31.
grub-install: info: adding a relocation entry for 0x2b4c.
grub-install: info: adding a relocation entry for 0x2b70.
grub-install: info: adding a relocation entry for 0x2b8a.
grub-install: info: adding a relocation entry for 0x2b97.
grub-install: info: adding a relocation entry for 0x2bc0.
grub-install: info: adding a relocation entry for 0x2bed.
grub-install: info: adding a relocation entry for 0x2c50.
grub-install: info: adding a relocation entry for 0x2c63.
grub-install: info: adding a relocation entry for 0x2c97.
grub-install: info: adding a relocation entry for 0x2cb9.
grub-install: info: adding a relocation entry for 0x2d08.
grub-install: info: adding a relocation entry for 0x2d5d.
grub-install: info: adding a relocation entry for 0x2d7a.
grub-install: info: adding a relocation entry for 0x2dcc.
grub-install: info: adding a relocation entry for 0x2df1.
grub-install: info: adding a relocation entry for 0x2e1d.
grub-install: info: adding a relocation entry for 0x2e27.
grub-install: info: adding a relocation entry for 0x2e36.
grub-install: info: adding a relocation entry for 0x2e4c.
grub-install: info: adding a relocation entry for 0x2e60.
grub-install: info: adding a relocation entry for 0x2e76.
grub-install: info: adding a relocation entry for 0x2e8b.
grub-install: info: adding a relocation entry for 0x2ea3.
grub-install: info: adding a relocation entry for 0x2ecd.
grub-install: info: adding a relocation entry for 0x2eef.
grub-install: info: adding a relocation entry for 0x2f2b.
grub-install: info: adding a relocation entry for 0x2f4e.
grub-install: info: adding a relocation entry for 0x2f89.
grub-install: info: adding a relocation entry for 0x2f99.
grub-install: info: adding a relocation entry for 0x2fa3.
grub-install: info: adding a relocation entry for 0x2fad.
grub-install: info: adding a relocation entry for 0x2fb7.
grub-install: info: adding a relocation entry for 0x2fc4.
grub-install: info: adding a relocation entry for 0x2fde.
grub-install: info: adding a relocation entry for 0x2ff1.
grub-install: info: adding a relocation entry for 0x3002.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 240 bytes of a fixup block starting at 0x2000.
grub-install: info: adding a relocation entry for 0x3013.
grub-install: info: adding a relocation entry for 0x3020.
grub-install: info: adding a relocation entry for 0x302f.
grub-install: info: adding a relocation entry for 0x303a.
grub-install: info: adding a relocation entry for 0x304c.
grub-install: info: adding a relocation entry for 0x3056.
grub-install: info: adding a relocation entry for 0x3060.
grub-install: info: adding a relocation entry for 0x306a.
grub-install: info: adding a relocation entry for 0x3074.
grub-install: info: adding a relocation entry for 0x3084.
grub-install: info: adding a relocation entry for 0x3091.
grub-install: info: adding a relocation entry for 0x309d.
grub-install: info: adding a relocation entry for 0x30ac.
grub-install: info: adding a relocation entry for 0x30c1.
grub-install: info: adding a relocation entry for 0x30ce.
grub-install: info: adding a relocation entry for 0x30db.
grub-install: info: adding a relocation entry for 0x30f6.
grub-install: info: adding a relocation entry for 0x3106.
grub-install: info: adding a relocation entry for 0x3114.
grub-install: info: adding a relocation entry for 0x3125.
grub-install: info: adding a relocation entry for 0x3131.
grub-install: info: adding a relocation entry for 0x3142.
grub-install: info: adding a relocation entry for 0x3157.
grub-install: info: adding a relocation entry for 0x316a.
grub-install: info: adding a relocation entry for 0x317a.
grub-install: info: adding a relocation entry for 0x3187.
grub-install: info: adding a relocation entry for 0x3198.
grub-install: info: adding a relocation entry for 0x31aa.
grub-install: info: adding a relocation entry for 0x31bc.
grub-install: info: adding a relocation entry for 0x31d9.
grub-install: info: adding a relocation entry for 0x31e3.
grub-install: info: adding a relocation entry for 0x3213.
grub-install: info: adding a relocation entry for 0x322c.
grub-install: info: adding a relocation entry for 0x3259.
grub-install: info: adding a relocation entry for 0x3271.
grub-install: info: adding a relocation entry for 0x32ca.
grub-install: info: adding a relocation entry for 0x32d6.
grub-install: info: adding a relocation entry for 0x3342.
grub-install: info: adding a relocation entry for 0x345c.
grub-install: info: adding a relocation entry for 0x34b4.
grub-install: info: adding a relocation entry for 0x34be.
grub-install: info: adding a relocation entry for 0x34ca.
grub-install: info: adding a relocation entry for 0x34e1.
grub-install: info: adding a relocation entry for 0x34fc.
grub-install: info: adding a relocation entry for 0x3517.
grub-install: info: adding a relocation entry for 0x35fc.
grub-install: info: adding a relocation entry for 0x3670.
grub-install: info: adding a relocation entry for 0x3681.
grub-install: info: adding a relocation entry for 0x369a.
grub-install: info: adding a relocation entry for 0x36ab.
grub-install: info: adding a relocation entry for 0x36d1.
grub-install: info: adding a relocation entry for 0x36f3.
grub-install: info: adding a relocation entry for 0x3717.
grub-install: info: adding a relocation entry for 0x3729.
grub-install: info: adding a relocation entry for 0x3749.
grub-install: info: adding a relocation entry for 0x375b.
grub-install: info: adding a relocation entry for 0x3769.
grub-install: info: adding a relocation entry for 0x377d.
grub-install: info: adding a relocation entry for 0x378b.
grub-install: info: adding a relocation entry for 0x379f.
grub-install: info: adding a relocation entry for 0x37b3.
grub-install: info: adding a relocation entry for 0x37c8.
grub-install: info: adding a relocation entry for 0x37d9.
grub-install: info: adding a relocation entry for 0x3801.
grub-install: info: adding a relocation entry for 0x380c.
grub-install: info: adding a relocation entry for 0x3820.
grub-install: info: adding a relocation entry for 0x382e.
grub-install: info: adding a relocation entry for 0x3842.
grub-install: info: adding a relocation entry for 0x3855.
grub-install: info: adding a relocation entry for 0x38a8.
grub-install: info: adding a relocation entry for 0x38c1.
grub-install: info: adding a relocation entry for 0x38d0.
grub-install: info: adding a relocation entry for 0x38dc.
grub-install: info: adding a relocation entry for 0x3906.
grub-install: info: adding a relocation entry for 0x392c.
grub-install: info: adding a relocation entry for 0x393d.
grub-install: info: adding a relocation entry for 0x394c.
grub-install: info: adding a relocation entry for 0x3958.
grub-install: info: adding a relocation entry for 0x3962.
grub-install: info: adding a relocation entry for 0x396c.
grub-install: info: adding a relocation entry for 0x397c.
grub-install: info: adding a relocation entry for 0x398b.
grub-install: info: adding a relocation entry for 0x3995.
grub-install: info: adding a relocation entry for 0x399f.
grub-install: info: adding a relocation entry for 0x39ad.
grub-install: info: adding a relocation entry for 0x39bd.
grub-install: info: adding a relocation entry for 0x39c7.
grub-install: info: adding a relocation entry for 0x39d1.
grub-install: info: adding a relocation entry for 0x39e1.
grub-install: info: adding a relocation entry for 0x39f0.
grub-install: info: adding a relocation entry for 0x39fa.
grub-install: info: adding a relocation entry for 0x3a05.
grub-install: info: adding a relocation entry for 0x3a11.
grub-install: info: adding a relocation entry for 0x3a24.
grub-install: info: adding a relocation entry for 0x3a2e.
grub-install: info: adding a relocation entry for 0x3a3a.
grub-install: info: adding a relocation entry for 0x3a46.
grub-install: info: adding a relocation entry for 0x3a55.
grub-install: info: adding a relocation entry for 0x3a72.
grub-install: info: adding a relocation entry for 0x3a7f.
grub-install: info: adding a relocation entry for 0x3ae3.
grub-install: info: adding a relocation entry for 0x3b29.
grub-install: info: adding a relocation entry for 0x3b42.
grub-install: info: adding a relocation entry for 0x3b4c.
grub-install: info: adding a relocation entry for 0x3b56.
grub-install: info: adding a relocation entry for 0x3b62.
grub-install: info: adding a relocation entry for 0x3b6e.
grub-install: info: adding a relocation entry for 0x3b84.
grub-install: info: adding a relocation entry for 0x3b90.
grub-install: info: adding a relocation entry for 0x3bd4.
grub-install: info: adding a relocation entry for 0x3be0.
grub-install: info: adding a relocation entry for 0x3bef.
grub-install: info: adding a relocation entry for 0x3c04.
grub-install: info: adding a relocation entry for 0x3c10.
grub-install: info: adding a relocation entry for 0x3c25.
grub-install: info: adding a relocation entry for 0x3c58.
grub-install: info: adding a relocation entry for 0x3ca8.
grub-install: info: adding a relocation entry for 0x3cb4.
grub-install: info: adding a relocation entry for 0x3ccd.
grub-install: info: adding a relocation entry for 0x3cd9.
grub-install: info: adding a relocation entry for 0x3dca.
grub-install: info: adding a relocation entry for 0x3de0.
grub-install: info: adding a relocation entry for 0x3df1.
grub-install: info: adding a relocation entry for 0x3e07.
grub-install: info: adding a relocation entry for 0x3e20.
grub-install: info: adding a relocation entry for 0x3e3c.
grub-install: info: adding a relocation entry for 0x3e5c.
grub-install: info: adding a relocation entry for 0x3eae.
grub-install: info: adding a relocation entry for 0x3eba.
grub-install: info: adding a relocation entry for 0x3f94.
grub-install: info: adding a relocation entry for 0x3ffa.
grub-install: info: adding a relocation entry for 0x404a.
grub-install: info: writing 272 bytes of a fixup block starting at 0x3000.
grub-install: info: adding a relocation entry for 0x40a0.
grub-install: info: adding a relocation entry for 0x40bc.
grub-install: info: adding a relocation entry for 0x40cf.
grub-install: info: adding a relocation entry for 0x40f6.
grub-install: info: adding a relocation entry for 0x4118.
grub-install: info: adding a relocation entry for 0x412b.
grub-install: info: adding a relocation entry for 0x4148.
grub-install: info: adding a relocation entry for 0x4157.
grub-install: info: adding a relocation entry for 0x4168.
grub-install: info: adding a relocation entry for 0x419f.
grub-install: info: adding a relocation entry for 0x41c5.
grub-install: info: adding a relocation entry for 0x41d8.
grub-install: info: adding a relocation entry for 0x41ed.
grub-install: info: adding a relocation entry for 0x4294.
grub-install: info: adding a relocation entry for 0x42a3.
grub-install: info: adding a relocation entry for 0x42b4.
grub-install: info: adding a relocation entry for 0x42be.
grub-install: info: adding a relocation entry for 0x42cb.
grub-install: info: adding a relocation entry for 0x42d5.
grub-install: info: adding a relocation entry for 0x42ef.
grub-install: info: adding a relocation entry for 0x42f9.
grub-install: info: adding a relocation entry for 0x4319.
grub-install: info: adding a relocation entry for 0x4323.
grub-install: info: adding a relocation entry for 0x432f.
grub-install: info: adding a relocation entry for 0x4339.
grub-install: info: adding a relocation entry for 0x4345.
grub-install: info: adding a relocation entry for 0x4356.
grub-install: info: adding a relocation entry for 0x4366.
grub-install: info: adding a relocation entry for 0x4383.
grub-install: info: adding a relocation entry for 0x439e.
grub-install: info: adding a relocation entry for 0x43b5.
grub-install: info: adding a relocation entry for 0x43d7.
grub-install: info: adding a relocation entry for 0x43e8.
grub-install: info: adding a relocation entry for 0x4400.
grub-install: info: adding a relocation entry for 0x4413.
grub-install: info: adding a relocation entry for 0x4427.
grub-install: info: adding a relocation entry for 0x4433.
grub-install: info: adding a relocation entry for 0x4448.
grub-install: info: adding a relocation entry for 0x445a.
grub-install: info: adding a relocation entry for 0x4464.
grub-install: info: adding a relocation entry for 0x4470.
grub-install: info: adding a relocation entry for 0x447f.
grub-install: info: adding a relocation entry for 0x448e.
grub-install: info: adding a relocation entry for 0x449a.
grub-install: info: adding a relocation entry for 0x44b0.
grub-install: info: adding a relocation entry for 0x44c1.
grub-install: info: adding a relocation entry for 0x44e1.
grub-install: info: adding a relocation entry for 0x44ed.
grub-install: info: adding a relocation entry for 0x4501.
grub-install: info: adding a relocation entry for 0x4518.
grub-install: info: adding a relocation entry for 0x4522.
grub-install: info: adding a relocation entry for 0x4545.
grub-install: info: adding a relocation entry for 0x4551.
grub-install: info: adding a relocation entry for 0x456b.
grub-install: info: adding a relocation entry for 0x4585.
grub-install: info: adding a relocation entry for 0x4596.
grub-install: info: adding a relocation entry for 0x45ac.
grub-install: info: adding a relocation entry for 0x45c5.
grub-install: info: adding a relocation entry for 0x45d6.
grub-install: info: adding a relocation entry for 0x45e3.
grub-install: info: adding a relocation entry for 0x45fa.
grub-install: info: adding a relocation entry for 0x4604.
grub-install: info: adding a relocation entry for 0x460e.
grub-install: info: adding a relocation entry for 0x4618.
grub-install: info: adding a relocation entry for 0x4622.
grub-install: info: adding a relocation entry for 0x463d.
grub-install: info: adding a relocation entry for 0x4647.
grub-install: info: adding a relocation entry for 0x4651.
grub-install: info: adding a relocation entry for 0x465b.
grub-install: info: adding a relocation entry for 0x466a.
grub-install: info: adding a relocation entry for 0x4674.
grub-install: info: adding a relocation entry for 0x467e.
grub-install: info: adding a relocation entry for 0x4688.
grub-install: info: adding a relocation entry for 0x469a.
grub-install: info: adding a relocation entry for 0x46a5.
grub-install: info: adding a relocation entry for 0x46af.
grub-install: info: adding a relocation entry for 0x46b9.
grub-install: info: adding a relocation entry for 0x46c7.
grub-install: info: adding a relocation entry for 0x46f7.
grub-install: info: adding a relocation entry for 0x4701.
grub-install: info: adding a relocation entry for 0x471b.
grub-install: info: adding a relocation entry for 0x4727.
grub-install: info: adding a relocation entry for 0x4770.
grub-install: info: adding a relocation entry for 0x477a.
grub-install: info: adding a relocation entry for 0x4793.
grub-install: info: adding a relocation entry for 0x479d.
grub-install: info: adding a relocation entry for 0x47ae.
grub-install: info: adding a relocation entry for 0x47c3.
grub-install: info: adding a relocation entry for 0x47e2.
grub-install: info: adding a relocation entry for 0x47f9.
grub-install: info: adding a relocation entry for 0x4808.
grub-install: info: adding a relocation entry for 0x4833.
grub-install: info: adding a relocation entry for 0x4856.
grub-install: info: adding a relocation entry for 0x4866.
grub-install: info: adding a relocation entry for 0x4884.
grub-install: info: adding a relocation entry for 0x48b9.
grub-install: info: adding a relocation entry for 0x48cd.
grub-install: info: adding a relocation entry for 0x48e5.
grub-install: info: adding a relocation entry for 0x48f7.
grub-install: info: adding a relocation entry for 0x4909.
grub-install: info: adding a relocation entry for 0x4921.
grub-install: info: adding a relocation entry for 0x492b.
grub-install: info: adding a relocation entry for 0x4995.
grub-install: info: adding a relocation entry for 0x49bd.
grub-install: info: adding a relocation entry for 0x4a17.
grub-install: info: adding a relocation entry for 0x4a31.
grub-install: info: adding a relocation entry for 0x4a5c.
grub-install: info: adding a relocation entry for 0x4a70.
grub-install: info: adding a relocation entry for 0x4a87.
grub-install: info: adding a relocation entry for 0x4ad3.
grub-install: info: adding a relocation entry for 0x4b29.
grub-install: info: adding a relocation entry for 0x4b88.
grub-install: info: adding a relocation entry for 0x4ba5.
grub-install: info: adding a relocation entry for 0x4bbf.
grub-install: info: adding a relocation entry for 0x4bd0.
grub-install: info: adding a relocation entry for 0x4bfb.
grub-install: info: adding a relocation entry for 0x4c4e.
grub-install: info: adding a relocation entry for 0x4c6b.
grub-install: info: adding a relocation entry for 0x4c85.
grub-install: info: adding a relocation entry for 0x4c96.
grub-install: info: adding a relocation entry for 0x4d35.
grub-install: info: adding a relocation entry for 0x4d41.
grub-install: info: adding a relocation entry for 0x4d4e.
grub-install: info: adding a relocation entry for 0x4d58.
grub-install: info: adding a relocation entry for 0x4d69.
grub-install: info: adding a relocation entry for 0x4d76.
grub-install: info: adding a relocation entry for 0x4d87.
grub-install: info: adding a relocation entry for 0x4da4.
grub-install: info: adding a relocation entry for 0x4dee.
grub-install: info: adding a relocation entry for 0x4df9.
grub-install: info: adding a relocation entry for 0x4e04.
grub-install: info: adding a relocation entry for 0x4e36.
grub-install: info: adding a relocation entry for 0x4e4b.
grub-install: info: adding a relocation entry for 0x4e55.
grub-install: info: adding a relocation entry for 0x4e88.
grub-install: info: adding a relocation entry for 0x4e92.
grub-install: info: adding a relocation entry for 0x4ea1.
grub-install: info: adding a relocation entry for 0x4eab.
grub-install: info: adding a relocation entry for 0x4ecf.
grub-install: info: adding a relocation entry for 0x4ed9.
grub-install: info: adding a relocation entry for 0x4ee5.
grub-install: info: adding a relocation entry for 0x4ef3.
grub-install: info: adding a relocation entry for 0x4f2f.
grub-install: info: adding a relocation entry for 0x4f39.
grub-install: info: adding a relocation entry for 0x4f4f.
grub-install: info: adding a relocation entry for 0x4f59.
grub-install: info: adding a relocation entry for 0x4f6d.
grub-install: info: adding a relocation entry for 0x4fc2.
grub-install: info: adding a relocation entry for 0x4fea.
grub-install: info: adding a relocation entry for 0x4ffe.
grub-install: info: adding a relocation entry for 0x5019.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 312 bytes of a fixup block starting at 0x4000.
grub-install: info: adding a relocation entry for 0x5026.
grub-install: info: adding a relocation entry for 0x5056.
grub-install: info: adding a relocation entry for 0x5080.
grub-install: info: adding a relocation entry for 0x5093.
grub-install: info: adding a relocation entry for 0x50ac.
grub-install: info: adding a relocation entry for 0x50b8.
grub-install: info: adding a relocation entry for 0x50ce.
grub-install: info: adding a relocation entry for 0x50df.
grub-install: info: adding a relocation entry for 0x50e9.
grub-install: info: adding a relocation entry for 0x50f8.
grub-install: info: adding a relocation entry for 0x5107.
grub-install: info: adding a relocation entry for 0x5116.
grub-install: info: adding a relocation entry for 0x512a.
grub-install: info: adding a relocation entry for 0x5147.
grub-install: info: adding a relocation entry for 0x5158.
grub-install: info: adding a relocation entry for 0x5179.
grub-install: info: adding a relocation entry for 0x518e.
grub-install: info: adding a relocation entry for 0x519d.
grub-install: info: adding a relocation entry for 0x51ae.
grub-install: info: adding a relocation entry for 0x51ba.
grub-install: info: adding a relocation entry for 0x51d8.
grub-install: info: adding a relocation entry for 0x51e9.
grub-install: info: adding a relocation entry for 0x5256.
grub-install: info: adding a relocation entry for 0x5267.
grub-install: info: adding a relocation entry for 0x52b2.
grub-install: info: adding a relocation entry for 0x52c3.
grub-install: info: adding a relocation entry for 0x52d3.
grub-install: info: adding a relocation entry for 0x52e1.
grub-install: info: adding a relocation entry for 0x52ee.
grub-install: info: adding a relocation entry for 0x52f8.
grub-install: info: adding a relocation entry for 0x5307.
grub-install: info: adding a relocation entry for 0x5311.
grub-install: info: adding a relocation entry for 0x531e.
grub-install: info: adding a relocation entry for 0x5359.
grub-install: info: adding a relocation entry for 0x53c0.
grub-install: info: adding a relocation entry for 0x5414.
grub-install: info: adding a relocation entry for 0x54bb.
grub-install: info: adding a relocation entry for 0x54d9.
grub-install: info: adding a relocation entry for 0x5522.
grub-install: info: adding a relocation entry for 0x553c.
grub-install: info: adding a relocation entry for 0x5592.
grub-install: info: adding a relocation entry for 0x55a4.
grub-install: info: adding a relocation entry for 0x55d6.
grub-install: info: adding a relocation entry for 0x5644.
grub-install: info: adding a relocation entry for 0x565e.
grub-install: info: adding a relocation entry for 0x5670.
grub-install: info: adding a relocation entry for 0x5682.
grub-install: info: adding a relocation entry for 0x56b5.
grub-install: info: adding a relocation entry for 0x56cd.
grub-install: info: adding a relocation entry for 0x56d8.
grub-install: info: adding a relocation entry for 0x571b.
grub-install: info: adding a relocation entry for 0x5745.
grub-install: info: adding a relocation entry for 0x5781.
grub-install: info: adding a relocation entry for 0x57db.
grub-install: info: adding a relocation entry for 0x57e5.
grub-install: info: adding a relocation entry for 0x580f.
grub-install: info: adding a relocation entry for 0x581d.
grub-install: info: adding a relocation entry for 0x5870.
grub-install: info: adding a relocation entry for 0x587d.
grub-install: info: adding a relocation entry for 0x5891.
grub-install: info: adding a relocation entry for 0x58f3.
grub-install: info: adding a relocation entry for 0x58fd.
grub-install: info: adding a relocation entry for 0x5907.
grub-install: info: adding a relocation entry for 0x5911.
grub-install: info: adding a relocation entry for 0x5922.
grub-install: info: adding a relocation entry for 0x5950.
grub-install: info: adding a relocation entry for 0x5961.
grub-install: info: adding a relocation entry for 0x5972.
grub-install: info: adding a relocation entry for 0x598b.
grub-install: info: adding a relocation entry for 0x59b2.
grub-install: info: adding a relocation entry for 0x59c3.
grub-install: info: adding a relocation entry for 0x59d9.
grub-install: info: adding a relocation entry for 0x59fb.
grub-install: info: adding a relocation entry for 0x5a07.
grub-install: info: adding a relocation entry for 0x5a16.
grub-install: info: adding a relocation entry for 0x5a20.
grub-install: info: adding a relocation entry for 0x5a2d.
grub-install: info: adding a relocation entry for 0x5a47.
grub-install: info: adding a relocation entry for 0x5a56.
grub-install: info: adding a relocation entry for 0x5a72.
grub-install: info: adding a relocation entry for 0x5a7c.
grub-install: info: adding a relocation entry for 0x5a94.
grub-install: info: adding a relocation entry for 0x5aac.
grub-install: info: adding a relocation entry for 0x5abd.
grub-install: info: adding a relocation entry for 0x5ad2.
grub-install: info: adding a relocation entry for 0x5ae3.
grub-install: info: adding a relocation entry for 0x5afe.
grub-install: info: adding a relocation entry for 0x5b18.
grub-install: info: adding a relocation entry for 0x5b2d.
grub-install: info: adding a relocation entry for 0x5b4d.
grub-install: info: adding a relocation entry for 0x5b64.
grub-install: info: adding a relocation entry for 0x5b8b.
grub-install: info: adding a relocation entry for 0x5b9c.
grub-install: info: adding a relocation entry for 0x5bbf.
grub-install: info: adding a relocation entry for 0x5bd8.
grub-install: info: adding a relocation entry for 0x5c30.
grub-install: info: adding a relocation entry for 0x5c9d.
grub-install: info: adding a relocation entry for 0x5cee.
grub-install: info: adding a relocation entry for 0x5d05.
grub-install: info: adding a relocation entry for 0x5d28.
grub-install: info: adding a relocation entry for 0x5d62.
grub-install: info: adding a relocation entry for 0x5d73.
grub-install: info: adding a relocation entry for 0x5e00.
grub-install: info: adding a relocation entry for 0x5e3d.
grub-install: info: adding a relocation entry for 0x5e50.
grub-install: info: adding a relocation entry for 0x5ed4.
grub-install: info: adding a relocation entry for 0x5f21.
grub-install: info: adding a relocation entry for 0x5f30.
grub-install: info: adding a relocation entry for 0x5f3f.
grub-install: info: adding a relocation entry for 0x5f49.
grub-install: info: adding a relocation entry for 0x5f73.
grub-install: info: adding a relocation entry for 0x5fc1.
grub-install: info: adding a relocation entry for 0x5fd2.
grub-install: info: adding a relocation entry for 0x600a.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 240 bytes of a fixup block starting at 0x5000.
grub-install: info: adding a relocation entry for 0x601b.
grub-install: info: adding a relocation entry for 0x6039.
grub-install: info: adding a relocation entry for 0x60a0.
grub-install: info: adding a relocation entry for 0x60aa.
grub-install: info: adding a relocation entry for 0x60b9.
grub-install: info: adding a relocation entry for 0x60cc.
grub-install: info: adding a relocation entry for 0x60d6.
grub-install: info: adding a relocation entry for 0x60e5.
grub-install: info: adding a relocation entry for 0x60f8.
grub-install: info: adding a relocation entry for 0x6102.
grub-install: info: adding a relocation entry for 0x6111.
grub-install: info: adding a relocation entry for 0x6121.
grub-install: info: adding a relocation entry for 0x6148.
grub-install: info: adding a relocation entry for 0x616c.
grub-install: info: adding a relocation entry for 0x617d.
grub-install: info: adding a relocation entry for 0x618d.
grub-install: info: adding a relocation entry for 0x61b2.
grub-install: info: adding a relocation entry for 0x61c3.
grub-install: info: adding a relocation entry for 0x61d1.
grub-install: info: adding a relocation entry for 0x61ef.
grub-install: info: adding a relocation entry for 0x61f9.
grub-install: info: adding a relocation entry for 0x6223.
grub-install: info: adding a relocation entry for 0x622d.
grub-install: info: adding a relocation entry for 0x6258.
grub-install: info: adding a relocation entry for 0x628e.
grub-install: info: adding a relocation entry for 0x6298.
grub-install: info: adding a relocation entry for 0x62aa.
grub-install: info: adding a relocation entry for 0x62c7.
grub-install: info: adding a relocation entry for 0x62d1.
grub-install: info: adding a relocation entry for 0x62e2.
grub-install: info: adding a relocation entry for 0x62fb.
grub-install: info: adding a relocation entry for 0x6305.
grub-install: info: adding a relocation entry for 0x6320.
grub-install: info: adding a relocation entry for 0x6332.
grub-install: info: adding a relocation entry for 0x6349.
grub-install: info: adding a relocation entry for 0x6359.
grub-install: info: adding a relocation entry for 0x636a.
grub-install: info: adding a relocation entry for 0x6380.
grub-install: info: adding a relocation entry for 0x638e.
grub-install: info: adding a relocation entry for 0x63a6.
grub-install: info: adding a relocation entry for 0x63e3.
grub-install: info: adding a relocation entry for 0x63ef.
grub-install: info: adding a relocation entry for 0x6429.
grub-install: info: adding a relocation entry for 0x645f.
grub-install: info: adding a relocation entry for 0x6482.
grub-install: info: adding a relocation entry for 0x6498.
grub-install: info: adding a relocation entry for 0x64b3.
grub-install: info: adding a relocation entry for 0x64da.
grub-install: info: adding a relocation entry for 0x6532.
grub-install: info: adding a relocation entry for 0x6548.
grub-install: info: adding a relocation entry for 0x6557.
grub-install: info: adding a relocation entry for 0x658b.
grub-install: info: adding a relocation entry for 0x65b1.
grub-install: info: adding a relocation entry for 0x65bb.
grub-install: info: adding a relocation entry for 0x65e5.
grub-install: info: adding a relocation entry for 0x660d.
grub-install: info: adding a relocation entry for 0x6628.
grub-install: info: adding a relocation entry for 0x66a0.
grub-install: info: adding a relocation entry for 0x66b5.
grub-install: info: adding a relocation entry for 0x66c2.
grub-install: info: adding a relocation entry for 0x66d1.
grub-install: info: adding a relocation entry for 0x66f6.
grub-install: info: adding a relocation entry for 0x670b.
grub-install: info: adding a relocation entry for 0x6718.
grub-install: info: adding a relocation entry for 0x6745.
grub-install: info: adding a relocation entry for 0x677f.
grub-install: info: adding a relocation entry for 0x6798.
grub-install: info: adding a relocation entry for 0x67a2.
grub-install: info: adding a relocation entry for 0x67b5.
grub-install: info: adding a relocation entry for 0x67c6.
grub-install: info: adding a relocation entry for 0x67dd.
grub-install: info: adding a relocation entry for 0x67e9.
grub-install: info: adding a relocation entry for 0x67fa.
grub-install: info: adding a relocation entry for 0x6805.
grub-install: info: adding a relocation entry for 0x6810.
grub-install: info: adding a relocation entry for 0x681a.
grub-install: info: adding a relocation entry for 0x682c.
grub-install: info: adding a relocation entry for 0x683c.
grub-install: info: adding a relocation entry for 0x684c.
grub-install: info: adding a relocation entry for 0x685d.
grub-install: info: adding a relocation entry for 0x6866.
grub-install: info: adding a relocation entry for 0x687e.
grub-install: info: adding a relocation entry for 0x6890.
grub-install: info: adding a relocation entry for 0x689a.
grub-install: info: adding a relocation entry for 0x68ad.
grub-install: info: adding a relocation entry for 0x68c1.
grub-install: info: adding a relocation entry for 0x68d0.
grub-install: info: adding a relocation entry for 0x68da.
grub-install: info: adding a relocation entry for 0x68e6.
grub-install: info: adding a relocation entry for 0x68f3.
grub-install: info: adding a relocation entry for 0x6900.
grub-install: info: adding a relocation entry for 0x690b.
grub-install: info: adding a relocation entry for 0x6915.
grub-install: info: adding a relocation entry for 0x6925.
grub-install: info: adding a relocation entry for 0x6934.
grub-install: info: adding a relocation entry for 0x6940.
grub-install: info: adding a relocation entry for 0x694c.
grub-install: info: adding a relocation entry for 0x6975.
grub-install: info: adding a relocation entry for 0x698b.
grub-install: info: adding a relocation entry for 0x699a.
grub-install: info: adding a relocation entry for 0x69b1.
grub-install: info: adding a relocation entry for 0x69d0.
grub-install: info: adding a relocation entry for 0x6a06.
grub-install: info: adding a relocation entry for 0x6a12.
grub-install: info: adding a relocation entry for 0x6a51.
grub-install: info: adding a relocation entry for 0x6aae.
grub-install: info: adding a relocation entry for 0x6abd.
grub-install: info: adding a relocation entry for 0x6acd.
grub-install: info: adding a relocation entry for 0x6add.
grub-install: info: adding a relocation entry for 0x6af0.
grub-install: info: adding a relocation entry for 0x6aff.
grub-install: info: adding a relocation entry for 0x6b25.
grub-install: info: adding a relocation entry for 0x6b3d.
grub-install: info: adding a relocation entry for 0x6b60.
grub-install: info: adding a relocation entry for 0x6b8a.
grub-install: info: adding a relocation entry for 0x6b9d.
grub-install: info: adding a relocation entry for 0x6bce.
grub-install: info: adding a relocation entry for 0x6be0.
grub-install: info: adding a relocation entry for 0x6bf2.
grub-install: info: adding a relocation entry for 0x6c29.
grub-install: info: adding a relocation entry for 0x6c3a.
grub-install: info: adding a relocation entry for 0x6c44.
grub-install: info: adding a relocation entry for 0x6c4e.
grub-install: info: adding a relocation entry for 0x6c62.
grub-install: info: adding a relocation entry for 0x6c79.
grub-install: info: adding a relocation entry for 0x6c83.
grub-install: info: adding a relocation entry for 0x6c8d.
grub-install: info: adding a relocation entry for 0x6cb0.
grub-install: info: adding a relocation entry for 0x6cba.
grub-install: info: adding a relocation entry for 0x6ce7.
grub-install: info: adding a relocation entry for 0x6dde.
grub-install: info: adding a relocation entry for 0x6e41.
grub-install: info: adding a relocation entry for 0x6e8e.
grub-install: info: adding a relocation entry for 0x6ea4.
grub-install: info: adding a relocation entry for 0x6ebc.
grub-install: info: adding a relocation entry for 0x6ecd.
grub-install: info: adding a relocation entry for 0x6efb.
grub-install: info: adding a relocation entry for 0x6f2e.
grub-install: info: adding a relocation entry for 0x6f5a.
grub-install: info: adding a relocation entry for 0x6f6b.
grub-install: info: adding a relocation entry for 0x6f95.
grub-install: info: adding a relocation entry for 0x6fa3.
grub-install: info: adding a relocation entry for 0x6fcd.
grub-install: info: adding a relocation entry for 0x6fda.
grub-install: info: adding a relocation entry for 0x6ff3.
grub-install: info: adding a relocation entry for 0x6ffd.
grub-install: info: adding a relocation entry for 0x700c.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 304 bytes of a fixup block starting at 0x6000.
grub-install: info: adding a relocation entry for 0x701b.
grub-install: info: adding a relocation entry for 0x7025.
grub-install: info: adding a relocation entry for 0x7035.
grub-install: info: adding a relocation entry for 0x7048.
grub-install: info: adding a relocation entry for 0x705a.
grub-install: info: adding a relocation entry for 0x7064.
grub-install: info: adding a relocation entry for 0x7073.
grub-install: info: adding a relocation entry for 0x7080.
grub-install: info: adding a relocation entry for 0x708b.
grub-install: info: adding a relocation entry for 0x70a1.
grub-install: info: adding a relocation entry for 0x70b9.
grub-install: info: adding a relocation entry for 0x70cd.
grub-install: info: adding a relocation entry for 0x70e6.
grub-install: info: adding a relocation entry for 0x70f6.
grub-install: info: adding a relocation entry for 0x7105.
grub-install: info: adding a relocation entry for 0x710f.
grub-install: info: adding a relocation entry for 0x711e.
grub-install: info: adding a relocation entry for 0x712b.
grub-install: info: adding a relocation entry for 0x7136.
grub-install: info: adding a relocation entry for 0x7149.
grub-install: info: adding a relocation entry for 0x7154.
grub-install: info: adding a relocation entry for 0x7160.
grub-install: info: adding a relocation entry for 0x7174.
grub-install: info: adding a relocation entry for 0x717f.
grub-install: info: adding a relocation entry for 0x719d.
grub-install: info: adding a relocation entry for 0x71ae.
grub-install: info: adding a relocation entry for 0x71ca.
grub-install: info: adding a relocation entry for 0x7250.
grub-install: info: adding a relocation entry for 0x7270.
grub-install: info: adding a relocation entry for 0x7280.
grub-install: info: adding a relocation entry for 0x728d.
grub-install: info: adding a relocation entry for 0x72ad.
grub-install: info: adding a relocation entry for 0x72c1.
grub-install: info: adding a relocation entry for 0x72e8.
grub-install: info: adding a relocation entry for 0x7339.
grub-install: info: adding a relocation entry for 0x7348.
grub-install: info: adding a relocation entry for 0x7354.
grub-install: info: adding a relocation entry for 0x736c.
grub-install: info: adding a relocation entry for 0x737f.
grub-install: info: adding a relocation entry for 0x7391.
grub-install: info: adding a relocation entry for 0x739d.
grub-install: info: adding a relocation entry for 0x73ac.
grub-install: info: adding a relocation entry for 0x73ea.
grub-install: info: adding a relocation entry for 0x73f9.
grub-install: info: adding a relocation entry for 0x7423.
grub-install: info: adding a relocation entry for 0x742d.
grub-install: info: adding a relocation entry for 0x7437.
grub-install: info: adding a relocation entry for 0x7443.
grub-install: info: adding a relocation entry for 0x7452.
grub-install: info: adding a relocation entry for 0x74ad.
grub-install: info: adding a relocation entry for 0x74b7.
grub-install: info: adding a relocation entry for 0x74c1.
grub-install: info: adding a relocation entry for 0x74d5.
grub-install: info: adding a relocation entry for 0x74ef.
grub-install: info: adding a relocation entry for 0x74f9.
grub-install: info: adding a relocation entry for 0x7503.
grub-install: info: adding a relocation entry for 0x7523.
grub-install: info: adding a relocation entry for 0x752d.
grub-install: info: adding a relocation entry for 0x7539.
grub-install: info: adding a relocation entry for 0x7543.
grub-install: info: adding a relocation entry for 0x7552.
grub-install: info: adding a relocation entry for 0x7576.
grub-install: info: adding a relocation entry for 0x7596.
grub-install: info: adding a relocation entry for 0x75be.
grub-install: info: adding a relocation entry for 0x761c.
grub-install: info: adding a relocation entry for 0x7637.
grub-install: info: adding a relocation entry for 0x7676.
grub-install: info: adding a relocation entry for 0x7680.
grub-install: info: adding a relocation entry for 0x76a1.
grub-install: info: adding a relocation entry for 0x76b0.
grub-install: info: adding a relocation entry for 0x76bf.
grub-install: info: adding a relocation entry for 0x76d0.
grub-install: info: adding a relocation entry for 0x76dc.
grub-install: info: adding a relocation entry for 0x76e6.
grub-install: info: adding a relocation entry for 0x76fa.
grub-install: info: adding a relocation entry for 0x7713.
grub-install: info: adding a relocation entry for 0x7723.
grub-install: info: adding a relocation entry for 0x7733.
grub-install: info: adding a relocation entry for 0x7742.
grub-install: info: adding a relocation entry for 0x774e.
grub-install: info: adding a relocation entry for 0x775a.
grub-install: info: adding a relocation entry for 0x7771.
grub-install: info: adding a relocation entry for 0x777d.
grub-install: info: adding a relocation entry for 0x778f.
grub-install: info: adding a relocation entry for 0x779b.
grub-install: info: adding a relocation entry for 0x77a5.
grub-install: info: adding a relocation entry for 0x77b3.
grub-install: info: adding a relocation entry for 0x77bd.
grub-install: info: adding a relocation entry for 0x77cd.
grub-install: info: adding a relocation entry for 0x77da.
grub-install: info: adding a relocation entry for 0x77f5.
grub-install: info: adding a relocation entry for 0x781f.
grub-install: info: adding a relocation entry for 0x7835.
grub-install: info: adding a relocation entry for 0x7847.
grub-install: info: adding a relocation entry for 0x7856.
grub-install: info: adding a relocation entry for 0x7868.
grub-install: info: adding a relocation entry for 0x7878.
grub-install: info: adding a relocation entry for 0x7899.
grub-install: info: adding a relocation entry for 0x78a5.
grub-install: info: adding a relocation entry for 0x78c9.
grub-install: info: adding a relocation entry for 0x7919.
grub-install: info: adding a relocation entry for 0x7927.
grub-install: info: adding a relocation entry for 0x7a10.
grub-install: info: adding a relocation entry for 0x7a64.
grub-install: info: adding a relocation entry for 0x7a72.
grub-install: info: adding a relocation entry for 0x7b81.
grub-install: info: adding a relocation entry for 0x7b91.
grub-install: info: adding a relocation entry for 0x7bb1.
grub-install: info: adding a relocation entry for 0x7bc9.
grub-install: info: adding a relocation entry for 0x7bdf.
grub-install: info: adding a relocation entry for 0x7c00.
grub-install: info: adding a relocation entry for 0x7c83.
grub-install: info: adding a relocation entry for 0x7d1b.
grub-install: info: adding a relocation entry for 0x7d2c.
grub-install: info: adding a relocation entry for 0x7d47.
grub-install: info: adding a relocation entry for 0x7d58.
grub-install: info: adding a relocation entry for 0x7d69.
grub-install: info: adding a relocation entry for 0x7eac.
grub-install: info: adding a relocation entry for 0x7ec5.
grub-install: info: adding a relocation entry for 0x7efb.
grub-install: info: adding a relocation entry for 0x7f0d.
grub-install: info: adding a relocation entry for 0x804b.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 256 bytes of a fixup block starting at 0x7000.
grub-install: info: adding a relocation entry for 0x80f6.
grub-install: info: adding a relocation entry for 0x81a4.
grub-install: info: adding a relocation entry for 0x81f2.
grub-install: info: adding a relocation entry for 0x82b5.
grub-install: info: adding a relocation entry for 0x834d.
grub-install: info: adding a relocation entry for 0x8376.
grub-install: info: adding a relocation entry for 0x8585.
grub-install: info: adding a relocation entry for 0x858f.
grub-install: info: adding a relocation entry for 0x8599.
grub-install: info: adding a relocation entry for 0x85bd.
grub-install: info: adding a relocation entry for 0x85da.
grub-install: info: adding a relocation entry for 0x85ee.
grub-install: info: adding a relocation entry for 0x8601.
grub-install: info: adding a relocation entry for 0x860e.
grub-install: info: adding a relocation entry for 0x861b.
grub-install: info: adding a relocation entry for 0x8628.
grub-install: info: adding a relocation entry for 0x864c.
grub-install: info: adding a relocation entry for 0x865b.
grub-install: info: adding a relocation entry for 0x866f.
grub-install: info: adding a relocation entry for 0x86cb.
grub-install: info: adding a relocation entry for 0x8715.
grub-install: info: adding a relocation entry for 0x8729.
grub-install: info: adding a relocation entry for 0x8750.
grub-install: info: adding a relocation entry for 0x875a.
grub-install: info: adding a relocation entry for 0x8780.
grub-install: info: adding a relocation entry for 0x878d.
grub-install: info: adding a relocation entry for 0x87af.
grub-install: info: adding a relocation entry for 0x87b9.
grub-install: info: adding a relocation entry for 0x87ee.
grub-install: info: adding a relocation entry for 0x87fa.
grub-install: info: adding a relocation entry for 0x8829.
grub-install: info: adding a relocation entry for 0x884b.
grub-install: info: adding a relocation entry for 0x885c.
grub-install: info: adding a relocation entry for 0x8883.
grub-install: info: adding a relocation entry for 0x88c6.
grub-install: info: adding a relocation entry for 0x88db.
grub-install: info: adding a relocation entry for 0x88f4.
grub-install: info: adding a relocation entry for 0x8919.
grub-install: info: adding a relocation entry for 0x8938.
grub-install: info: adding a relocation entry for 0x894c.
grub-install: info: adding a relocation entry for 0x8963.
grub-install: info: adding a relocation entry for 0x89c2.
grub-install: info: adding a relocation entry for 0x89d4.
grub-install: info: adding a relocation entry for 0x8a17.
grub-install: info: adding a relocation entry for 0x8a2b.
grub-install: info: adding a relocation entry for 0x8a39.
grub-install: info: adding a relocation entry for 0x8a45.
grub-install: info: adding a relocation entry for 0x8a55.
grub-install: info: adding a relocation entry for 0x8a63.
grub-install: info: adding a relocation entry for 0x8a6f.
grub-install: info: adding a relocation entry for 0x8ab7.
grub-install: info: adding a relocation entry for 0x8ad4.
grub-install: info: adding a relocation entry for 0x8ae9.
grub-install: info: adding a relocation entry for 0x8b1f.
grub-install: info: adding a relocation entry for 0x8b75.
grub-install: info: adding a relocation entry for 0x8bb2.
grub-install: info: adding a relocation entry for 0x8c55.
grub-install: info: adding a relocation entry for 0x8cad.
grub-install: info: adding a relocation entry for 0x8cc8.
grub-install: info: adding a relocation entry for 0x8ce7.
grub-install: info: adding a relocation entry for 0x8d25.
grub-install: info: adding a relocation entry for 0x8da4.
grub-install: info: adding a relocation entry for 0x8dd3.
grub-install: info: adding a relocation entry for 0x8df5.
grub-install: info: adding a relocation entry for 0x8e1d.
grub-install: info: adding a relocation entry for 0x8e28.
grub-install: info: adding a relocation entry for 0x8e7b.
grub-install: info: adding a relocation entry for 0x8e85.
grub-install: info: adding a relocation entry for 0x8eb8.
grub-install: info: adding a relocation entry for 0x8ec9.
grub-install: info: adding a relocation entry for 0x8ed6.
grub-install: info: adding a relocation entry for 0x8f29.
grub-install: info: adding a relocation entry for 0x8f3b.
grub-install: info: adding a relocation entry for 0x8f70.
grub-install: info: adding a relocation entry for 0x8fc2.
grub-install: info: adding a relocation entry for 0x8fd2.
grub-install: info: adding a relocation entry for 0x8ff0.
grub-install: info: adding a relocation entry for 0x9011.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 168 bytes of a fixup block starting at 0x8000.
grub-install: info: adding a relocation entry for 0x904e.
grub-install: info: adding a relocation entry for 0x907e.
grub-install: info: adding a relocation entry for 0x90ae.
grub-install: info: adding a relocation entry for 0x90c2.
grub-install: info: adding a relocation entry for 0x90fc.
grub-install: info: adding a relocation entry for 0x9106.
grub-install: info: adding a relocation entry for 0x911f.
grub-install: info: adding a relocation entry for 0x912e.
grub-install: info: adding a relocation entry for 0x9152.
grub-install: info: adding a relocation entry for 0x9180.
grub-install: info: adding a relocation entry for 0x918a.
grub-install: info: adding a relocation entry for 0x919e.
grub-install: info: adding a relocation entry for 0x924e.
grub-install: info: adding a relocation entry for 0x926a.
grub-install: info: adding a relocation entry for 0x927e.
grub-install: info: adding a relocation entry for 0x9288.
grub-install: info: adding a relocation entry for 0x929a.
grub-install: info: adding a relocation entry for 0x92ac.
grub-install: info: adding a relocation entry for 0x92d0.
grub-install: info: adding a relocation entry for 0x92e7.
grub-install: info: adding a relocation entry for 0x930c.
grub-install: info: adding a relocation entry for 0x9349.
grub-install: info: adding a relocation entry for 0x93a3.
grub-install: info: adding a relocation entry for 0x93bc.
grub-install: info: adding a relocation entry for 0x93d2.
grub-install: info: adding a relocation entry for 0x93f9.
grub-install: info: adding a relocation entry for 0x943c.
grub-install: info: adding a relocation entry for 0x946e.
grub-install: info: adding a relocation entry for 0x9493.
grub-install: info: adding a relocation entry for 0x94a3.
grub-install: info: adding a relocation entry for 0x94cf.
grub-install: info: adding a relocation entry for 0x94db.
grub-install: info: adding a relocation entry for 0x94e7.
grub-install: info: adding a relocation entry for 0x94f1.
grub-install: info: adding a relocation entry for 0x9505.
grub-install: info: adding a relocation entry for 0x9511.
grub-install: info: adding a relocation entry for 0x9522.
grub-install: info: adding a relocation entry for 0x9537.
grub-install: info: adding a relocation entry for 0x954c.
grub-install: info: adding a relocation entry for 0x955b.
grub-install: info: adding a relocation entry for 0x9565.
grub-install: info: adding a relocation entry for 0x9586.
grub-install: info: adding a relocation entry for 0x9590.
grub-install: info: adding a relocation entry for 0x959c.
grub-install: info: adding a relocation entry for 0x95a6.
grub-install: info: adding a relocation entry for 0x95d8.
grub-install: info: adding a relocation entry for 0x95f6.
grub-install: info: adding a relocation entry for 0x9612.
grub-install: info: adding a relocation entry for 0x963c.
grub-install: info: adding a relocation entry for 0x9650.
grub-install: info: adding a relocation entry for 0x965a.
grub-install: info: adding a relocation entry for 0x9669.
grub-install: info: adding a relocation entry for 0x9673.
grub-install: info: adding a relocation entry for 0x9691.
grub-install: info: adding a relocation entry for 0x969d.
grub-install: info: adding a relocation entry for 0x96ad.
grub-install: info: adding a relocation entry for 0x96b7.
grub-install: info: adding a relocation entry for 0x96c3.
grub-install: info: adding a relocation entry for 0x96f2.
grub-install: info: adding a relocation entry for 0x9703.
grub-install: info: adding a relocation entry for 0x974f.
grub-install: info: adding a relocation entry for 0x978a.
grub-install: info: adding a relocation entry for 0x97a3.
grub-install: info: adding a relocation entry for 0x97ca.
grub-install: info: adding a relocation entry for 0x97f7.
grub-install: info: adding a relocation entry for 0x980b.
grub-install: info: adding a relocation entry for 0x981c.
grub-install: info: adding a relocation entry for 0x9842.
grub-install: info: adding a relocation entry for 0x986a.
grub-install: info: adding a relocation entry for 0x9874.
grub-install: info: adding a relocation entry for 0x988a.
grub-install: info: adding a relocation entry for 0x9895.
grub-install: info: translating the relocation section .rela.rodata.
grub-install: info: adding a relocation entry for 0x9a00.
grub-install: info: adding a relocation entry for 0x9a08.
grub-install: info: adding a relocation entry for 0x9a10.
grub-install: info: adding a relocation entry for 0x9a18.
grub-install: info: adding a relocation entry for 0x9a20.
grub-install: info: adding a relocation entry for 0x9a28.
grub-install: info: adding a relocation entry for 0x9a30.
grub-install: info: adding a relocation entry for 0x9a38.
grub-install: info: adding a relocation entry for 0x9a40.
grub-install: info: adding a relocation entry for 0x9a48.
grub-install: info: adding a relocation entry for 0x9a50.
grub-install: info: adding a relocation entry for 0x9a58.
grub-install: info: adding a relocation entry for 0x9a60.
grub-install: info: adding a relocation entry for 0x9a68.
grub-install: info: adding a relocation entry for 0x9a70.
grub-install: info: adding a relocation entry for 0x9a78.
grub-install: info: adding a relocation entry for 0x9a80.
grub-install: info: adding a relocation entry for 0x9a88.
grub-install: info: adding a relocation entry for 0x9a90.
grub-install: info: adding a relocation entry for 0x9a98.
grub-install: info: adding a relocation entry for 0x9aa0.
grub-install: info: adding a relocation entry for 0x9aa8.
grub-install: info: adding a relocation entry for 0x9ab0.
grub-install: info: adding a relocation entry for 0x9ab8.
grub-install: info: adding a relocation entry for 0x9ac0.
grub-install: info: adding a relocation entry for 0x9ac8.
grub-install: info: adding a relocation entry for 0x9ad0.
grub-install: info: adding a relocation entry for 0x9ad8.
grub-install: info: adding a relocation entry for 0x9b40.
grub-install: info: adding a relocation entry for 0x9b48.
grub-install: info: adding a relocation entry for 0x9b50.
grub-install: info: adding a relocation entry for 0x9b58.
grub-install: info: adding a relocation entry for 0x9b60.
grub-install: info: adding a relocation entry for 0x9b68.
grub-install: info: adding a relocation entry for 0x9b70.
grub-install: info: adding a relocation entry for 0x9b78.
grub-install: info: adding a relocation entry for 0x9b80.
grub-install: info: adding a relocation entry for 0x9b88.
grub-install: info: adding a relocation entry for 0x9b90.
grub-install: info: translating the relocation section .rela.data.
grub-install: info: adding a relocation entry for 0xb520.
grub-install: info: writing 232 bytes of a fixup block starting at 0x9000.
grub-install: info: adding a relocation entry for 0xb530.
grub-install: info: adding a relocation entry for 0xb538.
grub-install: info: adding a relocation entry for 0xb540.
grub-install: info: adding a relocation entry for 0xb548.
grub-install: info: adding a relocation entry for 0xb550.
grub-install: info: adding a relocation entry for 0xb5b0.
grub-install: info: adding a relocation entry for 0xb5b8.
grub-install: info: adding a relocation entry for 0xb5c0.
grub-install: info: adding a relocation entry for 0xb5c8.
grub-install: info: adding a relocation entry for 0xb5d8.
grub-install: info: adding a relocation entry for 0xb5e0.
grub-install: info: adding a relocation entry for 0xb5e8.
grub-install: info: adding a relocation entry for 0xb5f0.
grub-install: info: adding a relocation entry for 0xb5f8.
grub-install: info: adding a relocation entry for 0xb600.
grub-install: info: adding a relocation entry for 0xb650.
grub-install: info: adding a relocation entry for 0xb668.
grub-install: info: adding a relocation entry for 0xb680.
grub-install: info: adding a relocation entry for 0xb6b0.
grub-install: info: adding a relocation entry for 0xb6c0.
grub-install: info: adding a relocation entry for 0xb6c8.
grub-install: info: adding a relocation entry for 0xb6f0.
grub-install: info: adding a relocation entry for 0xb840.
grub-install: info: adding a relocation entry for 0xb860.
grub-install: info: adding a relocation entry for 0xb868.
grub-install: info: adding a relocation entry for 0xb878.
grub-install: info: adding a relocation entry for 0xb880.
grub-install: info: adding a relocation entry for 0xb890.
grub-install: info: adding a relocation entry for 0xb898.
grub-install: info: adding a relocation entry for 0xb8a8.
grub-install: info: adding a relocation entry for 0xb8b0.
grub-install: info: adding a relocation entry for 0xb8c0.
grub-install: info: adding a relocation entry for 0xb8c8.
grub-install: info: adding a relocation entry for 0xb8d8.
grub-install: info: adding a relocation entry for 0xb8e0.
grub-install: info: adding a relocation entry for 0xb8f0.
grub-install: info: adding a relocation entry for 0xb8f8.
grub-install: info: adding a relocation entry for 0xb908.
grub-install: info: adding a relocation entry for 0xb910.
grub-install: info: adding a relocation entry for 0xb920.
grub-install: info: adding a relocation entry for 0xb928.
grub-install: info: adding a relocation entry for 0xb938.
grub-install: info: adding a relocation entry for 0xb940.
grub-install: info: adding a relocation entry for 0xb950.
grub-install: info: adding a relocation entry for 0xb958.
grub-install: info: adding a relocation entry for 0xb968.
grub-install: info: adding a relocation entry for 0xb970.
grub-install: info: adding a relocation entry for 0xb980.
grub-install: info: adding a relocation entry for 0xb988.
grub-install: info: adding a relocation entry for 0xb998.
grub-install: info: adding a relocation entry for 0xb9a0.
grub-install: info: adding a relocation entry for 0xb9b0.
grub-install: info: adding a relocation entry for 0xb9b8.
grub-install: info: adding a relocation entry for 0xb9c8.
grub-install: info: adding a relocation entry for 0xb9d0.
grub-install: info: adding a relocation entry for 0xb9e0.
grub-install: info: adding a relocation entry for 0xb9e8.
grub-install: info: adding a relocation entry for 0xb9f8.
grub-install: info: adding a relocation entry for 0xba00.
grub-install: info: adding a relocation entry for 0xba10.
grub-install: info: adding a relocation entry for 0xba18.
grub-install: info: adding a relocation entry for 0xba28.
grub-install: info: adding a relocation entry for 0xba30.
grub-install: info: adding a relocation entry for 0xba40.
grub-install: info: adding a relocation entry for 0xba48.
grub-install: info: adding a relocation entry for 0xba58.
grub-install: info: adding a relocation entry for 0xba60.
grub-install: info: adding a relocation entry for 0xba70.
grub-install: info: adding a relocation entry for 0xba78.
grub-install: info: adding a relocation entry for 0xba88.
grub-install: info: adding a relocation entry for 0xba90.
grub-install: info: adding a relocation entry for 0xbaa0.
grub-install: info: adding a relocation entry for 0xbaa8.
grub-install: info: adding a relocation entry for 0xbab8.
grub-install: info: adding a relocation entry for 0xbac0.
grub-install: info: adding a relocation entry for 0xbad0.
grub-install: info: adding a relocation entry for 0xbad8.
grub-install: info: adding a relocation entry for 0xbae8.
grub-install: info: adding a relocation entry for 0xbaf0.
grub-install: info: adding a relocation entry for 0xbb00.
grub-install: info: adding a relocation entry for 0xbb08.
grub-install: info: adding a relocation entry for 0xbb18.
grub-install: info: adding a relocation entry for 0xbb20.
grub-install: info: adding a relocation entry for 0xbb30.
grub-install: info: adding a relocation entry for 0xbb38.
grub-install: info: adding a relocation entry for 0xbb48.
grub-install: info: adding a relocation entry for 0xbb50.
grub-install: info: adding a relocation entry for 0xbb60.
grub-install: info: adding a relocation entry for 0xbb68.
grub-install: info: adding a relocation entry for 0xbb78.
grub-install: info: adding a relocation entry for 0xbb80.
grub-install: info: adding a relocation entry for 0xbb90.
grub-install: info: adding a relocation entry for 0xbb98.
grub-install: info: adding a relocation entry for 0xbba8.
grub-install: info: adding a relocation entry for 0xbbb0.
grub-install: info: adding a relocation entry for 0xbbc0.
grub-install: info: adding a relocation entry for 0xbbc8.
grub-install: info: adding a relocation entry for 0xbbd8.
grub-install: info: adding a relocation entry for 0xbbe0.
grub-install: info: adding a relocation entry for 0xbbf0.
grub-install: info: adding a relocation entry for 0xbbf8.
grub-install: info: adding a relocation entry for 0xbc08.
grub-install: info: adding a relocation entry for 0xbc10.
grub-install: info: adding a relocation entry for 0xbc20.
grub-install: info: adding a relocation entry for 0xbc28.
grub-install: info: adding a relocation entry for 0xbc38.
grub-install: info: adding a relocation entry for 0xbc40.
grub-install: info: adding a relocation entry for 0xbc50.
grub-install: info: adding a relocation entry for 0xbc58.
grub-install: info: adding a relocation entry for 0xbc68.
grub-install: info: adding a relocation entry for 0xbc70.
grub-install: info: adding a relocation entry for 0xbc80.
grub-install: info: adding a relocation entry for 0xbc88.
grub-install: info: adding a relocation entry for 0xbc98.
grub-install: info: adding a relocation entry for 0xbca0.
grub-install: info: adding a relocation entry for 0xbcb0.
grub-install: info: adding a relocation entry for 0xbcb8.
grub-install: info: adding a relocation entry for 0xbcc8.
grub-install: info: adding a relocation entry for 0xbcd0.
grub-install: info: adding a relocation entry for 0xbce0.
grub-install: info: adding a relocation entry for 0xbce8.
grub-install: info: adding a relocation entry for 0xbcf8.
grub-install: info: adding a relocation entry for 0xbd00.
grub-install: info: adding a relocation entry for 0xbd10.
grub-install: info: adding a relocation entry for 0xbd18.
grub-install: info: adding a relocation entry for 0xbd28.
grub-install: info: adding a relocation entry for 0xbd30.
grub-install: info: adding a relocation entry for 0xbd40.
grub-install: info: adding a relocation entry for 0xbd48.
grub-install: info: adding a relocation entry for 0xbd58.
grub-install: info: adding a relocation entry for 0xbd60.
grub-install: info: adding a relocation entry for 0xbd70.
grub-install: info: adding a relocation entry for 0xbd78.
grub-install: info: adding a relocation entry for 0xbd88.
grub-install: info: adding a relocation entry for 0xbd90.
grub-install: info: adding a relocation entry for 0xbda0.
grub-install: info: adding a relocation entry for 0xbda8.
grub-install: info: adding a relocation entry for 0xbdb8.
grub-install: info: adding a relocation entry for 0xbdc0.
grub-install: info: adding a relocation entry for 0xbdd0.
grub-install: info: adding a relocation entry for 0xbdd8.
grub-install: info: adding a relocation entry for 0xbde8.
grub-install: info: adding a relocation entry for 0xbdf0.
grub-install: info: adding a relocation entry for 0xbe00.
grub-install: info: adding a relocation entry for 0xbe08.
grub-install: info: adding a relocation entry for 0xbe18.
grub-install: info: adding a relocation entry for 0xbe20.
grub-install: info: adding a relocation entry for 0xbe30.
grub-install: info: adding a relocation entry for 0xbe38.
grub-install: info: adding a relocation entry for 0xbe48.
grub-install: info: adding a relocation entry for 0xbe50.
grub-install: info: adding a relocation entry for 0xbe60.
grub-install: info: adding a relocation entry for 0xbe68.
grub-install: info: adding a relocation entry for 0xbe78.
grub-install: info: adding a relocation entry for 0xbe80.
grub-install: info: adding a relocation entry for 0xbe90.
grub-install: info: adding a relocation entry for 0xbe98.
grub-install: info: adding a relocation entry for 0xbea8.
grub-install: info: adding a relocation entry for 0xbeb0.
grub-install: info: adding a relocation entry for 0xbec0.
grub-install: info: adding a relocation entry for 0xbec8.
grub-install: info: adding a relocation entry for 0xbed8.
grub-install: info: adding a relocation entry for 0xbee0.
grub-install: info: adding a relocation entry for 0xbef0.
grub-install: info: adding a relocation entry for 0xbef8.
grub-install: info: adding a relocation entry for 0xbf08.
grub-install: info: adding a relocation entry for 0xbf10.
grub-install: info: adding a relocation entry for 0xbf20.
grub-install: info: adding a relocation entry for 0xbf28.
grub-install: info: adding a relocation entry for 0xbf38.
grub-install: info: adding a relocation entry for 0xbf40.
grub-install: info: adding a relocation entry for 0xbf50.
grub-install: info: adding a relocation entry for 0xbf58.
grub-install: info: adding a relocation entry for 0xbf68.
grub-install: info: adding a relocation entry for 0xbf70.
grub-install: info: adding a relocation entry for 0xbf80.
grub-install: info: adding a relocation entry for 0xbf88.
grub-install: info: adding a relocation entry for 0xbf98.
grub-install: info: adding a relocation entry for 0xbfa0.
grub-install: info: adding a relocation entry for 0xbfb0.
grub-install: info: adding a relocation entry for 0xbfb8.
grub-install: info: adding a relocation entry for 0xbfc8.
grub-install: info: adding a relocation entry for 0xbfd0.
grub-install: info: adding a relocation entry for 0xbfe0.
grub-install: info: adding a relocation entry for 0xbfe8.
grub-install: info: adding a relocation entry for 0xbff8.
grub-install: info: adding a relocation entry for 0xc000.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 384 bytes of a fixup block starting at 0xb000.
grub-install: info: adding a relocation entry for 0xc010.
grub-install: info: adding a relocation entry for 0xc018.
grub-install: info: adding a relocation entry for 0xc028.
grub-install: info: adding a relocation entry for 0xc030.
grub-install: info: adding a relocation entry for 0xc040.
grub-install: info: adding a relocation entry for 0xc048.
grub-install: info: adding a relocation entry for 0xc058.
grub-install: info: adding a relocation entry for 0xc060.
grub-install: info: adding a relocation entry for 0xc070.
grub-install: info: adding a relocation entry for 0xc078.
grub-install: info: adding a relocation entry for 0xc088.
grub-install: info: adding a relocation entry for 0xc090.
grub-install: info: adding a relocation entry for 0xc0a0.
grub-install: info: adding a relocation entry for 0xc0a8.
grub-install: info: adding a relocation entry for 0xc0b8.
grub-install: info: adding a relocation entry for 0xc0c0.
grub-install: info: adding a relocation entry for 0xc0d0.
grub-install: info: adding a relocation entry for 0xc0d8.
grub-install: info: adding a relocation entry for 0xc0e8.
grub-install: info: adding a relocation entry for 0xc0f0.
grub-install: info: adding a relocation entry for 0xc100.
grub-install: info: adding a relocation entry for 0xc108.
grub-install: info: adding a relocation entry for 0xc118.
grub-install: info: adding a relocation entry for 0xc120.
grub-install: info: adding a relocation entry for 0xc130.
grub-install: info: adding a relocation entry for 0xc138.
grub-install: info: adding a relocation entry for 0xc148.
grub-install: info: adding a relocation entry for 0xc150.
grub-install: info: adding a relocation entry for 0xc160.
grub-install: info: adding a relocation entry for 0xc168.
grub-install: info: adding a relocation entry for 0xc178.
grub-install: info: adding a relocation entry for 0xc180.
grub-install: info: adding a relocation entry for 0xc190.
grub-install: info: adding a relocation entry for 0xc198.
grub-install: info: adding a relocation entry for 0xc1a8.
grub-install: info: adding a relocation entry for 0xc1b0.
grub-install: info: adding a relocation entry for 0xc1c0.
grub-install: info: adding a relocation entry for 0xc1c8.
grub-install: info: adding a relocation entry for 0xc1d8.
grub-install: info: adding a relocation entry for 0xc1e0.
grub-install: info: adding a relocation entry for 0xc1f0.
grub-install: info: adding a relocation entry for 0xc1f8.
grub-install: info: adding a relocation entry for 0xc208.
grub-install: info: adding a relocation entry for 0xc210.
grub-install: info: adding a relocation entry for 0xc220.
grub-install: info: adding a relocation entry for 0xc228.
grub-install: info: adding a relocation entry for 0xc238.
grub-install: info: adding a relocation entry for 0xc240.
grub-install: info: adding a relocation entry for 0xc250.
grub-install: info: adding a relocation entry for 0xc258.
grub-install: info: adding a relocation entry for 0xc268.
grub-install: info: adding a relocation entry for 0xc270.
grub-install: info: adding a relocation entry for 0xc280.
grub-install: info: adding a relocation entry for 0xc288.
grub-install: info: adding a relocation entry for 0xc298.
grub-install: info: adding a relocation entry for 0xc2a0.
grub-install: info: adding a relocation entry for 0xc2b0.
grub-install: info: adding a relocation entry for 0xc2b8.
grub-install: info: adding a relocation entry for 0xc2c8.
grub-install: info: adding a relocation entry for 0xc2d0.
grub-install: info: adding a relocation entry for 0xc2e0.
grub-install: info: adding a relocation entry for 0xc2e8.
grub-install: info: adding a relocation entry for 0xc2f8.
grub-install: info: adding a relocation entry for 0xc300.
grub-install: info: adding a relocation entry for 0xc310.
grub-install: info: adding a relocation entry for 0xc318.
grub-install: info: adding a relocation entry for 0xc328.
grub-install: info: adding a relocation entry for 0xc330.
grub-install: info: adding a relocation entry for 0xc340.
grub-install: info: adding a relocation entry for 0xc348.
grub-install: info: adding a relocation entry for 0xc358.
grub-install: info: adding a relocation entry for 0xc360.
grub-install: info: adding a relocation entry for 0xc370.
grub-install: info: adding a relocation entry for 0xc378.
grub-install: info: adding a relocation entry for 0xc388.
grub-install: info: adding a relocation entry for 0xc390.
grub-install: info: adding a relocation entry for 0xc3a0.
grub-install: info: adding a relocation entry for 0xc3a8.
grub-install: info: adding a relocation entry for 0xc3b8.
grub-install: info: adding a relocation entry for 0xc3c0.
grub-install: info: adding a relocation entry for 0xc3d0.
grub-install: info: adding a relocation entry for 0xc3d8.
grub-install: info: adding a relocation entry for 0xc3e8.
grub-install: info: adding a relocation entry for 0xc3f0.
grub-install: info: adding a relocation entry for 0xc400.
grub-install: info: adding a relocation entry for 0xc408.
grub-install: info: adding a relocation entry for 0xc418.
grub-install: info: adding a relocation entry for 0xc420.
grub-install: info: adding a relocation entry for 0xc430.
grub-install: info: adding a relocation entry for 0xc438.
grub-install: info: adding a relocation entry for 0xc448.
grub-install: info: adding a relocation entry for 0xc450.
grub-install: info: adding a relocation entry for 0xc460.
grub-install: info: adding a relocation entry for 0xc468.
grub-install: info: adding a relocation entry for 0xc478.
grub-install: info: adding a relocation entry for 0xc480.
grub-install: info: adding a relocation entry for 0xc490.
grub-install: info: adding a relocation entry for 0xc498.
grub-install: info: adding a relocation entry for 0xc4a8.
grub-install: info: adding a relocation entry for 0xc4b0.
grub-install: info: adding a relocation entry for 0xc4c0.
grub-install: info: adding a relocation entry for 0xc4c8.
grub-install: info: adding a relocation entry for 0xc4d8.
grub-install: info: adding a relocation entry for 0xc4e0.
grub-install: info: adding a relocation entry for 0xc4f0.
grub-install: info: adding a relocation entry for 0xc4f8.
grub-install: info: adding a relocation entry for 0xc508.
grub-install: info: adding a relocation entry for 0xc510.
grub-install: info: adding a relocation entry for 0xc520.
grub-install: info: adding a relocation entry for 0xc528.
grub-install: info: adding a relocation entry for 0xc538.
grub-install: info: adding a relocation entry for 0xc540.
grub-install: info: adding a relocation entry for 0xc550.
grub-install: info: adding a relocation entry for 0xc558.
grub-install: info: adding a relocation entry for 0xc568.
grub-install: info: adding a relocation entry for 0xc570.
grub-install: info: adding a relocation entry for 0xc580.
grub-install: info: adding a relocation entry for 0xc588.
grub-install: info: adding a relocation entry for 0xc598.
grub-install: info: adding a relocation entry for 0xc5a0.
grub-install: info: adding a relocation entry for 0xc5b0.
grub-install: info: adding a relocation entry for 0xc5b8.
grub-install: info: adding a relocation entry for 0xc5c8.
grub-install: info: adding a relocation entry for 0xc5d0.
grub-install: info: adding a relocation entry for 0xc5e0.
grub-install: info: adding a relocation entry for 0xc5e8.
grub-install: info: adding a relocation entry for 0xc5f8.
grub-install: info: adding a relocation entry for 0xc600.
grub-install: info: adding a relocation entry for 0xc610.
grub-install: info: adding a relocation entry for 0xc618.
grub-install: info: adding a relocation entry for 0xc628.
grub-install: info: adding a relocation entry for 0xc630.
grub-install: info: adding a relocation entry for 0xc640.
grub-install: info: adding a relocation entry for 0xc648.
grub-install: info: adding a relocation entry for 0xc658.
grub-install: info: adding a relocation entry for 0xc660.
grub-install: info: adding a relocation entry for 0xc670.
grub-install: info: adding a relocation entry for 0xc678.
grub-install: info: adding a relocation entry for 0xc688.
grub-install: info: adding a relocation entry for 0xc690.
grub-install: info: adding a relocation entry for 0xc6a0.
grub-install: info: adding a relocation entry for 0xc6a8.
grub-install: info: adding a relocation entry for 0xc6b8.
grub-install: info: adding a relocation entry for 0xc6c0.
grub-install: info: adding a relocation entry for 0xc6d0.
grub-install: info: adding a relocation entry for 0xc6d8.
grub-install: info: adding a relocation entry for 0xc6e8.
grub-install: info: adding a relocation entry for 0xc6f0.
grub-install: info: adding 231 padding fixup entries.
grub-install: info: writing 768 bytes of a fixup block starting at 0xc000.
grub-install: info: reading /usr/lib/grub/x86_64-efi/fshelp.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/ext2.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
grub-install: info: kernel_img=0x1097ea0, kernel_size=0x18400.
grub-install: info: the core size is 0x1c1d8.
grub-install: info: writing 0x1d400 bytes.
grub-install: info: grub-mkimage --directory '/usr/lib/grub/x86_64-efi' --prefix '' --output '/boot/grub/x86_64-efi/grub.efi' --format 'x86_64-efi' --compression 'auto'  'ext2' 'part_gpt' 
.
grub-install: info: the total module size is 0x3dd0.
grub-install: info: reading /usr/lib/grub/x86_64-efi/kernel.img.
grub-install: info: locating the section .text at 0x0.
grub-install: info: locating the section .text.unlikely at 0x94ba.
grub-install: info: locating the section .rodata at 0x9600.
grub-install: info: locating the section .rodata.str1.1 at 0x9798.
grub-install: info: locating the section .data at 0xb120.
grub-install: info: locating the section .module_license at 0xc318.
grub-install: info: locating the section .bss at 0xc340.
grub-install: info: locating  at 0x400 (0x400).
grub-install: info: locating  at 0x9a00 (0x9a00).
grub-install: info: locating  at 0x9b98 (0x9b98).
grub-install: info: locating  at 0xb520 (0xb520).
grub-install: info: locating  at 0xc740 (0xc740).
grub-install: info: locating  at 0x98ba (0x98ba).
grub-install: info: locating  at 0xc718 (0xc718).
grub-install: info: locating  at 0x400 (0x400).
grub-install: info: locating grub_strlen at 0x7b68 (0x400).
grub-install: info: locating grub_net_poll_cards_idle at 0xe4c0 (0xc740).
grub-install: info: locating grub_efi_finish_boot_services at 0x2f25 (0x400).
grub-install: info: locating grub_disk_get_size at 0x556c (0x400).
grub-install: info: locating grub_file_progress_hook at 0x18600 (0xc740).
grub-install: info: locating grub_efidisk_fini at 0xb39 (0x400).
grub-install: info: locating grub_puts_ at 0x7916 (0x400).
grub-install: info: locating grub_millisleep at 0x4160 (0x400).
grub-install: info: locating grub_fs_autoload_hook at 0xe288 (0xc740).
grub-install: info: locating efi_wrap_10 at 0x4cc (0x400).
grub-install: info: locating grub_efi_allocate_pages_max at 0x2c75 (0x400).
grub-install: info: locating grub_fs_blocklist at 0xb6a0 (0xb520).
grub-install: info: locating grub_errmsg at 0x184e0 (0xc740).
grub-install: info: locating efi_wrap_5 at 0x463 (0x400).
grub-install: info: locating grub_strncmp at 0x798e (0x400).
grub-install: info: locating grub_strtoull at 0x7c7f (0x400).
grub-install: info: locating grub_dma_get_virt at 0x5a5 (0x400).
grub-install: info: locating grub_efi_system_table at 0xe4d0 (0xc740).
grub-install: info: locating memmove at 0x78d4 (0x400).
grub-install: info: locating efi_wrap_4 at 0x44f (0x400).
grub-install: info: locating grub_disk_open at 0x4f1e (0x400).
grub-install: info: locating grub_efi_locate_protocol at 0x1aff (0x400).
grub-install: info: locating grub_env_update_get_sorted at 0x6607 (0x400).
grub-install: info: locating grub_strcpy at 0x7903 (0x400).
grub-install: info: locating grub_partition_probe at 0x8ee5 (0x400).
grub-install: info: locating grub_strrchr at 0x79d0 (0x400).
grub-install: info: locating grub_partition_get_name at 0x90e7 (0x400).
grub-install: info: locating grub_dl_load at 0x6285 (0x400).
grub-install: info: locating grub_efi_stall at 0x1d28 (0x400).
grub-install: info: locating grub_efi_get_filename at 0x2163 (0x400).
grub-install: info: locating grub_env_export at 0x66f2 (0x400).
grub-install: info: locating grub_xvasprintf at 0x88d5 (0x400).
grub-install: info: locating grub_error_push at 0x67b4 (0x400).
grub-install: info: locating grub_rescue_run at 0x968e (0x400).
grub-install: info: locating grub_xasprintf at 0x8982 (0x400).
grub-install: info: locating grub_realloc at 0x408d (0x400).
grub-install: info: locating grub_exit at 0x1d67 (0x400).
grub-install: info: locating memcpy at 0x78d4 (0x400).
grub-install: info: locating grub_memmove at 0x78d4 (0x400).
grub-install: info: locating grub_device_open at 0x4763 (0x400).
grub-install: info: locating grub_register_exported_symbols at 0x9886 (0x400).
grub-install: info: locating grub_strdup at 0x7b79 (0x400).
grub-install: info: locating grub_disk_firmware_is_tainted at 0xe520 (0xc740).
grub-install: info: locating grub_divmod64 at 0x7c16 (0x400).
grub-install: info: locating grub_file_get_device_name at 0x695c (0x400).
grub-install: info: locating grub_efi_print_device_path at 0x2302 (0x400).
grub-install: info: locating grub_partition_iterate at 0x907a (0x400).
grub-install: info: locating grub_dma_free at 0x599 (0x400).
grub-install: info: locating grub_vsnprintf at 0x887c (0x400).
grub-install: info: locating grub_partition_map_list at 0x18660 (0xc740).
grub-install: info: locating efi_wrap_1 at 0x422 (0x400).
grub-install: info: locating grub_command_list at 0xe500 (0xc740).
grub-install: info: locating grub_machine_fini at 0x534 (0x400).
grub-install: info: locating grub_tsc_rate at 0xe4f0 (0xc740).
grub-install: info: locating grub_rescue_parse_line at 0x93f5 (0x400).
grub-install: info: locating grub_efi_get_variable at 0x1ee1 (0x400).
grub-install: info: locating grub_snprintf at 0x8890 (0x400).
grub-install: info: locating grub_register_core_commands at 0x45f4 (0x400).
grub-install: info: locating grub_disk_dev_register at 0x4e34 (0x400).
grub-install: info: locating grub_console_init at 0x3924 (0x400).
grub-install: info: locating grub_disk_write_weak at 0xe528 (0xc740).
grub-install: info: locating grub_dl_add at 0x5641 (0x400).
grub-install: info: locating grub_disk_read at 0x5208 (0x400).
grub-install: info: locating grub_term_highlight_color at 0xb848 (0xb520).
grub-install: info: locating grub_parser_execute at 0x8e77 (0x400).
grub-install: info: locating grub_xputs at 0xb840 (0xb520).
grub-install: info: locating grub_console_fini at 0x3a21 (0x400).
grub-install: info: locating grub_fatal at 0x89d1 (0x400).
grub-install: info: locating grub_dl_ref at 0x573b (0x400).
grub-install: info: locating grub_file_seek at 0x6ca8 (0x400).
grub-install: info: locating grub_pci_find_capability at 0x69b (0x400).
grub-install: info: locating grub_efi_get_loaded_image at 0x1d4c (0x400).
grub-install: info: locating grub_errno at 0x185e0 (0xc740).
grub-install: info: locating grub_parser_cmdline_state at 0x8b51 (0x400).
grub-install: info: locating grub_memset at 0x7af1 (0x400).
grub-install: info: locating grub_getkey at 0x9867 (0x400).
grub-install: info: locating grub_term_outputs_disabled at 0x18668 (0xc740).
grub-install: info: locating grub_grubnet_fini at 0x18608 (0xc740).
grub-install: info: locating grub_register_variable_hook at 0x6692 (0x400).
grub-install: info: locating grub_efi_image_handle at 0xe4d8 (0xc740).
grub-install: info: locating grub_vprintf at 0x8575 (0x400).
grub-install: info: locating grub_net_open at 0xc790 (0xc740).
grub-install: info: locating grub_register_command_prio at 0x4184 (0x400).
grub-install: info: locating grub_efi_find_last_device_path at 0x226e (0x400).
grub-install: info: locating grub_efi_compare_device_paths at 0x29f1 (0x400).
grub-install: info: locating grub_file_filters_all at 0x18620 (0xc740).
grub-install: info: locating grub_install_get_time_ms at 0x4152 (0x400).
grub-install: info: locating _start at 0x400 (0x400).
grub-install: info: locating grub_term_inputs at 0x18670 (0xc740).
grub-install: info: locating grub_parser_split_cmdline at 0x8c07 (0x400).
grub-install: info: locating grub_disk_firmware_fini at 0xe530 (0xc740).
grub-install: info: locating grub_disk_close at 0x4e7a (0x400).
grub-install: info: locating grub_dl_unload at 0x57b3 (0x400).
grub-install: info: locating grub_efi_set_variable at 0x1e06 (0x400).
grub-install: info: locating grub_printf at 0x868b (0x400).
grub-install: info: locating grub_efi_secure_boot at 0x1ff5 (0x400).
grub-install: info: locating grub_unregister_command at 0x4276 (0x400).
grub-install: info: locating grub_fs_list at 0xe290 (0xc740).
grub-install: info: locating grub_efidisk_get_device_handle at 0x14b3 (0x400).
grub-install: info: locating grub_main at 0x72a7 (0x400).
grub-install: info: locating grub_file_read at 0x69ee (0x400).
grub-install: info: locating grub_dl_unload_unneeded at 0x637c (0x400).
grub-install: info: locating grub_pci_make_address at 0x5ac (0x400).
grub-install: info: locating memcmp at 0x794f (0x400).
grub-install: info: locating grub_term_normal_color at 0xb849 (0xb520).
grub-install: info: locating grub_disk_dev_list at 0xe538 (0xc740).
grub-install: info: locating grub_machine_init at 0x51a (0x400).
grub-install: info: locating efi_wrap_0 at 0x417 (0x400).
grub-install: info: locating grub_efi_locate_handle at 0x1b49 (0x400).
grub-install: info: locating grub_term_outputs at 0x18678 (0xc740).
grub-install: info: locating grub_modbase at 0xe4e0 (0xc740).
grub-install: info: locating grub_term_inputs_disabled at 0x18680 (0xc740).
grub-install: info: locating grub_efi_net_config at 0xe4e8 (0xc740).
grub-install: info: locating grub_efi_set_virtual_address_map at 0x1dab (0x400).
grub-install: info: locating grub_print_error at 0x68be (0x400).
grub-install: info: locating grub_efi_mm_init at 0x3200 (0x400).
grub-install: info: locating memset at 0x7af1 (0x400).
grub-install: info: locating grub_zalloc at 0x3e13 (0x400).
grub-install: info: locating grub_strcmp at 0x796f (0x400).
grub-install: info: locating grub_tsc_init at 0x3aa0 (0x400).
grub-install: info: locating grub_efi_allocate_pages at 0x2d27 (0x400).
grub-install: info: locating grub_strchr at 0x79bb (0x400).
grub-install: info: locating grub_refresh at 0x983f (0x400).
grub-install: info: locating grub_malloc at 0x3e02 (0x400).
grub-install: info: locating grub_efi_get_memory_map at 0x2deb (0x400).
grub-install: info: locating grub_efidisk_get_device_name at 0x1600 (0x400).
grub-install: info: locating grub_get_time_ms at 0x4146 (0x400).
grub-install: info: locating grub_file_close at 0x6a8e (0x400).
grub-install: info: locating grub_file_open at 0x6ad9 (0x400).
grub-install: info: locating grub_isspace at 0x79e3 (0x400).
grub-install: info: locating grub_efi_open_protocol at 0x1c42 (0x400).
grub-install: info: locating grub_real_dprintf at 0x8738 (0x400).
grub-install: info: locating efi_wrap_3 at 0x43e (0x400).
grub-install: info: locating grub_dl_load_core_noinit at 0x58d0 (0x400).
grub-install: info: locating grub_dl_load_file at 0x6187 (0x400).
grub-install: info: locating grub_env_unset at 0x6583 (0x400).
grub-install: info: locating grub_device_close at 0x4846 (0x400).
grub-install: info: locating efi_wrap_6 at 0x47c (0x400).
grub-install: info: locating grub_dl_head at 0xc7a0 (0xc740).
grub-install: info: locating grub_fs_probe at 0x6fba (0x400).
grub-install: info: locating grub_mm_base at 0xe4f8 (0xc740).
grub-install: info: locating grub_term_poll_usb at 0xe4c8 (0xc740).
grub-install: info: locating grub_file_filters_enabled at 0x18640 (0xc740).
grub-install: info: locating grub_strword at 0x7a58 (0x400).
grub-install: info: locating grub_machine_get_bootlocation at 0x2af0 (0x400).
grub-install: info: locating grub_efi_fini at 0x2b87 (0x400).
grub-install: info: locating grub_err_printed_errors at 0x185e4 (0xc740).
grub-install: info: locating grub_error at 0x6738 (0x400).
grub-install: info: locating grub_current_context at 0xb680 (0xb520).
grub-install: info: locating efi_codes at 0x9ae0 (0x9a00).
grub-install: info: locating grub_dl_register_symbol at 0x567e (0x400).
grub-install: info: locating grub_efi_is_finished at 0xc758 (0xc740).
grub-install: info: locating grub_list_remove at 0x7218 (0x400).
grub-install: info: locating grub_pci_iterate at 0x5d4 (0x400).
grub-install: info: locating grub_modules_get_end at 0x728b (0x400).
grub-install: info: locating grub_free at 0x3e4d (0x400).
grub-install: info: locating grub_strndup at 0x7bc1 (0x400).
grub-install: info: locating efi_wrap_7 at 0x49f (0x400).
grub-install: info: locating grub_named_list_find at 0x71c6 (0x400).
grub-install: info: locating grub_dl_unref at 0x5777 (0x400).
grub-install: info: locating grub_efi_duplicate_device_path at 0x22a6 (0x400).
grub-install: info: locating grub_efidisk_init at 0x1282 (0x400).
grub-install: info: locating grub_disk_dev_unregister at 0x4e49 (0x400).
grub-install: info: locating grub_efi_init at 0x2a8a (0x400).
grub-install: info: locating grub_arch_dl_check_header at 0x735 (0x400).
grub-install: info: locating grub_arch_dl_relocate_symbols at 0x764 (0x400).
grub-install: info: locating grub_efi_free_pages at 0x2c4b (0x400).
grub-install: info: locating grub_printf_ at 0x86da (0x400).
grub-install: info: locating grub_efi_get_device_path at 0x2253 (0x400).
grub-install: info: locating start at 0x400 (0x400).
grub-install: info: locating grub_efi_modules_addr at 0x20c9 (0x400).
grub-install: info: locating grub_error_pop at 0x684b (0x400).
grub-install: info: locating grub_device_iterate at 0x4978 (0x400).
grub-install: info: locating grub_getkey_noblock at 0x97f5 (0x400).
grub-install: info: locating grub_memalign_dma32 at 0x547 (0x400).
grub-install: info: locating grub_list_push at 0x71fe (0x400).
grub-install: info: locating grub_efi_set_text_mode at 0x1ca1 (0x400).
grub-install: info: locating grub_err_printf at 0x868b (0x400).
grub-install: info: locating grub_disk_cache_invalidate_all at 0x4dea (0x400).
grub-install: info: locating grub_env_set at 0x6425 (0x400).
grub-install: info: locating grub_dl_load_core at 0x6145 (0x400).
grub-install: info: locating grub_gettext at 0xb6f0 (0xb520).
grub-install: info: locating grub_memcmp at 0x794f (0x400).
grub-install: info: locating grub_env_get at 0x6555 (0x400).
grub-install: info: locating efi_wrap_2 at 0x430 (0x400).
grub-install: info: locating grub_strtoul at 0x80f4 (0x400).
grub-install: info: locating grub_dma_get_phys at 0x5a9 (0x400).
grub-install: info: locating grub_mm_init_region at 0x3f63 (0x400).
grub-install: info: locating grub_disk_cache_table at 0xe540 (0xc740).
grub-install: info: locating grub_memalign at 0x3c1c (0x400).
grub-install: info: dealing with the relocation section .rela.text for .text.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xe0d1 at the offset 0x3.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xe0c2 at the offset 0xa.
grub-install: info: relocating an R_X86_64_PC32 entry to 0x6e90 at the offset 0x13.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a8a at the offset 0x11d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3aa0 at the offset 0x12a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b87 at the offset 0x13c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x165.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b98 at the offset 0x17a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x18b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x19b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x1e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x2ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bb8 at the offset 0x346.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x357.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bd9 at the offset 0x385.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bfc at the offset 0x421.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x434.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c14 at the offset 0x45f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x470.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c3b at the offset 0x4aa.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x4b4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x4c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x4ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c62 at the offset 0x4fb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x50e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x518.
grub-install: info: relocating an R_X86_64_64 entry to 0x80f4 at the offset 0x545.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x554.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6e at the offset 0x56d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x57e.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x58a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc740 at the offset 0x5b2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc750 at the offset 0x5c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc748 at the offset 0x5d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x888 at the offset 0x5dd.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c7c at the offset 0x5f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x610.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x630.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c8b at the offset 0x641.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x659.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cb7 at the offset 0x694.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6af.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cce at the offset 0x6e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x6ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0x6f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x71c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc750 at the offset 0x73d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc748 at the offset 0x749.
grub-install: info: relocating an R_X86_64_64 entry to 0xc740 at the offset 0x754.
grub-install: info: relocating an R_X86_64_64 entry to 0xb18 at the offset 0x75f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb520 at the offset 0x78c.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e49 at the offset 0x79e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x7bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b49 at the offset 0x7cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x2253 at the offset 0x7f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x226e at the offset 0x82b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb560 at the offset 0x844.
grub-install: info: relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x852.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x86d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x883.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x8de.
grub-install: info: relocating an R_X86_64_64 entry to 0x226e at the offset 0x904.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x90e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x945.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x961.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ce4 at the offset 0x991.
grub-install: info: relocating an R_X86_64_64 entry to 0x8890 at the offset 0x9a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc748 at the offset 0x9d2.
grub-install: info: relocating an R_X86_64_64 entry to 0xd5d at the offset 0x9eb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc750 at the offset 0xa00.
grub-install: info: relocating an R_X86_64_64 entry to 0xc740 at the offset 0xa1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xa67.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ce8 at the offset 0xa71.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xa80.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0xa8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xab8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d1c at the offset 0xad3.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0xaec.
grub-install: info: relocating an R_X86_64_64 entry to 0xc750 at the offset 0xb1f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc748 at the offset 0xb33.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d44 at the offset 0xb4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x8890 at the offset 0xb61.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d49 at the offset 0xb73.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xb7d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xb8c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0xb96.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d57 at the offset 0xbbe.
grub-install: info: relocating an R_X86_64_64 entry to 0x8890 at the offset 0xbd2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d49 at the offset 0xbe4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xbee.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xbfd.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0xc07.
grub-install: info: relocating an R_X86_64_64 entry to 0xc740 at the offset 0xc30.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d5c at the offset 0xc46.
grub-install: info: relocating an R_X86_64_64 entry to 0x8890 at the offset 0xc5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d49 at the offset 0xc6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xc76.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xc85.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0xc8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x226e at the offset 0xcc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f1 at the offset 0xcfd.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0xd28.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0xd47.
grub-install: info: relocating an R_X86_64_64 entry to 0x90e7 at the offset 0xdb2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0xde8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d61 at the offset 0xdf2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c4f at the offset 0xe01.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0xe0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xe39.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d93 at the offset 0xe54.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0xe6d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb39 at the offset 0xe88.
grub-install: info: relocating an R_X86_64_64 entry to 0xe530 at the offset 0xe9a.
grub-install: info: relocating an R_X86_64_64 entry to 0xbaf at the offset 0xea4.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd8 at the offset 0xebf.
grub-install: info: relocating an R_X86_64_64 entry to 0xc748 at the offset 0xf1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x10c3 at the offset 0xf28.
grub-install: info: relocating an R_X86_64_64 entry to 0xc740 at the offset 0xf34.
grub-install: info: relocating an R_X86_64_64 entry to 0x794f at the offset 0xfcd.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd8 at the offset 0xfe3.
grub-install: info: relocating an R_X86_64_64 entry to 0x10c3 at the offset 0x1004.
grub-install: info: relocating an R_X86_64_64 entry to 0xc740 at the offset 0x104a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb18 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0xb520 at the offset 0x1074.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e34 at the offset 0x107e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc748 at the offset 0x109a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc750 at the offset 0x10a9.
grub-install: info: relocating an R_X86_64_64 entry to 0xbaf at the offset 0x1101.
grub-install: info: relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x110b.
grub-install: info: relocating an R_X86_64_64 entry to 0x226e at the offset 0x113c.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x115d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1170.
grub-install: info: relocating an R_X86_64_64 entry to 0xb18 at the offset 0x11dd.
grub-install: info: relocating an R_X86_64_64 entry to 0x2253 at the offset 0x1206.
grub-install: info: relocating an R_X86_64_64 entry to 0x226e at the offset 0x1229.
grub-install: info: relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x125f.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc8 at the offset 0x12b4.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x12c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f1e at the offset 0x12e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x1308.
grub-install: info: relocating an R_X86_64_64 entry to 0x556c at the offset 0x1326.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x133d.
grub-install: info: relocating an R_X86_64_64 entry to 0x1171 at the offset 0x1353.
grub-install: info: relocating an R_X86_64_64 entry to 0x907a at the offset 0x1360.
grub-install: info: relocating an R_X86_64_64 entry to 0x9db9 at the offset 0x1381.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x1390.
grub-install: info: relocating an R_X86_64_64 entry to 0xdc8 at the offset 0x13ba.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x13d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x1509.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dbf at the offset 0x1552.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e00 at the offset 0x156d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e02 at the offset 0x158c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1708.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x171b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1756.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x178e.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x17ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x17d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1816.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x184b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x1869.
grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x1881.
grub-install: info: relocating an R_X86_64_64 entry to 0x1aff at the offset 0x18a9.
grub-install: info: relocating an R_X86_64_64 entry to 0xb590 at the offset 0x18b3.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x18e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x190d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x192a.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x1942.
grub-install: info: relocating an R_X86_64_64 entry to 0xb580 at the offset 0x1953.
grub-install: info: relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x195d.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b87 at the offset 0x196a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1976.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x1992.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x199f.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x19b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x19d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e08 at the offset 0x19e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x19f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x1a1a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1a34.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x1a44.
grub-install: info: relocating an R_X86_64_64 entry to 0x199d at the offset 0x1a62.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1a74.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1a97.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e27 at the offset 0x1ab2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x1acb.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x1af3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1afd.
grub-install: info: relocating an R_X86_64_64 entry to 0x199d at the offset 0x1b45.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x1b58.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1b74.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1b9f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e47 at the offset 0x1bfa.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ee1 at the offset 0x1c05.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e52 at the offset 0x1c7d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x1cac.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x1ccd.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d4c at the offset 0x1ce0.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x1cfe.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e5c at the offset 0x1d24.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1db1.
grub-install: info: relocating an R_X86_64_64 entry to 0x17ea at the offset 0x1dc5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb570 at the offset 0x1e5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x1e64.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x1ed3.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x1ef0.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x1f11.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e61 at the offset 0x1f6a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e6d at the offset 0x1f78.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e77 at the offset 0x1f8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a00 at the offset 0x1fa4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e88 at the offset 0x1fbb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e94 at the offset 0x1fcf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ea0 at the offset 0x1fe6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eb4 at the offset 0x1ffc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ebd at the offset 0x200f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ec7 at the offset 0x201e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ed6 at the offset 0x2046.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ee3 at the offset 0x205b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eea at the offset 0x2076.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eee at the offset 0x2089.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x209a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eea at the offset 0x20b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eee at the offset 0x20c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x20de.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef2 at the offset 0x2111.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef6 at the offset 0x213c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9efa at the offset 0x214e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a28 at the offset 0x216b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f0b at the offset 0x2182.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f1c at the offset 0x21a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f29 at the offset 0x21b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f42 at the offset 0x21ce.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f4e at the offset 0x21eb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f5a at the offset 0x2204.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f74 at the offset 0x222a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f7d at the offset 0x2243.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fa8 at the offset 0x227b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fd3 at the offset 0x22d2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa016 at the offset 0x2360.
grub-install: info: relocating an R_X86_64_64 entry to 0xa035 at the offset 0x2385.
grub-install: info: relocating an R_X86_64_64 entry to 0xa04a at the offset 0x23ab.
grub-install: info: relocating an R_X86_64_64 entry to 0xa05a at the offset 0x23c6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa064 at the offset 0x23d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ab8 at the offset 0x23f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa07a at the offset 0x2409.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0b3 at the offset 0x2464.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0c5 at the offset 0x247e.
grub-install: info: relocating an R_X86_64_64 entry to 0x18f4 at the offset 0x2488.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x249d.
grub-install: info: relocating an R_X86_64_64 entry to 0x17ea at the offset 0x24c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x24d9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0cb at the offset 0x24ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x24fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0d5 at the offset 0x2518.
grub-install: info: relocating an R_X86_64_64 entry to 0xa111 at the offset 0x255e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa123 at the offset 0x257e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa133 at the offset 0x258e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa144 at the offset 0x25a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x25bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x794f at the offset 0x2613.
grub-install: info: relocating an R_X86_64_64 entry to 0x20c9 at the offset 0x268d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x2699.
grub-install: info: relocating an R_X86_64_64 entry to 0x3924 at the offset 0x26a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3200 at the offset 0x26af.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x26bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x26d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1282 at the offset 0x26e6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x26f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d4c at the offset 0x2709.
grub-install: info: relocating an R_X86_64_64 entry to 0x1600 at the offset 0x2721.
grub-install: info: relocating an R_X86_64_64 entry to 0x2163 at the offset 0x2731.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e8 at the offset 0x274c.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d0 at the offset 0x2770.
grub-install: info: relocating an R_X86_64_64 entry to 0xb39 at the offset 0x278a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a21 at the offset 0x2797.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x27c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x69b at the offset 0x27ed.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2850.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2863.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2897.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x28b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x2908.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x295d.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x297a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x29cc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x29f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2a1d.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x2a27.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2a36.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2a4c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2a60.
grub-install: info: relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2a76.
grub-install: info: relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2a8b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2aa3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2acd.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x2aef.
grub-install: info: relocating an R_X86_64_64 entry to 0x2deb at the offset 0x2b2b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2b4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x794f at the offset 0x2b89.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2b99.
grub-install: info: relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2ba3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2bad.
grub-install: info: relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2bb7.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2bc4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2bde.
grub-install: info: relocating an R_X86_64_64 entry to 0xa176 at the offset 0x2bf1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x2c02.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2c13.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x2c20.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2c2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x2c3a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2c4c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2c56.
grub-install: info: relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2c60.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2c6a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2deb at the offset 0x2c74.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2c84.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x2c91.
grub-install: info: relocating an R_X86_64_64 entry to 0xa159 at the offset 0x2c9d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x2cac.
grub-install: info: relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2cc1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x2cce.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2cdb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2cf6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x2d06.
grub-install: info: relocating an R_X86_64_64 entry to 0xa195 at the offset 0x2d14.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1b5 at the offset 0x2d25.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x2d31.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x2d42.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2d57.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0x2d6a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc778 at the offset 0x2d7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x2d87.
grub-install: info: relocating an R_X86_64_64 entry to 0xc768 at the offset 0x2d98.
grub-install: info: relocating an R_X86_64_64 entry to 0xc760 at the offset 0x2daa.
grub-install: info: relocating an R_X86_64_64 entry to 0xc75c at the offset 0x2dbc.
grub-install: info: relocating an R_X86_64_64 entry to 0x2ba1 at the offset 0x2dd9.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d4 at the offset 0x2de3.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d27 at the offset 0x2e13.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1dd at the offset 0x2e2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x2deb at the offset 0x2e59.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x2e71.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1f4 at the offset 0x2eca.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x2ed6.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x2f42.
grub-install: info: relocating an R_X86_64_64 entry to 0x3f63 at the offset 0x305c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa20a at the offset 0x30b4.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x30be.
grub-install: info: relocating an R_X86_64_64 entry to 0xa23f at the offset 0x30ca.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x30e1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x30fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3117.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x31fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x3270.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3281.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x329a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x32ab.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x32d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x32f3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x3317.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3329.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x3349.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x335b.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3369.
grub-install: info: relocating an R_X86_64_64 entry to 0x3747 at the offset 0x337d.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x338b.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x339f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3747 at the offset 0x33b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x33c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x33d9.
grub-install: info: relocating an R_X86_64_64 entry to 0xb849 at the offset 0x3401.
grub-install: info: relocating an R_X86_64_64 entry to 0xb848 at the offset 0x340c.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3420.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x342e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x3442.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3455.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ae0 at the offset 0x34a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x34c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x34d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x34dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x3506.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x352c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa251 at the offset 0x353d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x354c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18670 at the offset 0x3558.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x3562.
grub-install: info: relocating an R_X86_64_64 entry to 0x18680 at the offset 0x356c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb658 at the offset 0x357c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x358b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18670 at the offset 0x3595.
grub-install: info: relocating an R_X86_64_64 entry to 0x71fe at the offset 0x359f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x35ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x35bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x35c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18668 at the offset 0x35d1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5b8 at the offset 0x35e1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x35f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x35fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x71fe at the offset 0x3605.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3611.
grub-install: info: relocating an R_X86_64_64 entry to 0x7218 at the offset 0x3624.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x362e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x363a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3646.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a0 at the offset 0x3655.
grub-install: info: relocating an R_X86_64_64 entry to 0xc780 at the offset 0x3672.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f0 at the offset 0x367f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc780 at the offset 0x36e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x3729.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f0 at the offset 0x3742.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a60 at the offset 0x374c.
grub-install: info: relocating an R_X86_64_64 entry to 0x4152 at the offset 0x3756.
grub-install: info: relocating an R_X86_64_64 entry to 0xa26e at the offset 0x3762.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x376e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa27b at the offset 0x3784.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3790.
grub-install: info: relocating an R_X86_64_64 entry to 0xa290 at the offset 0x37d4.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x37e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2c3 at the offset 0x37ef.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2a2 at the offset 0x3804.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x3810.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3825.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3858.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2db at the offset 0x38a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x38b4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2ec at the offset 0x38cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x38d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x4dea at the offset 0x39ca.
grub-install: info: relocating an R_X86_64_64 entry to 0xa30d at the offset 0x39e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x39f1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x3a07.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x3a20.
grub-install: info: relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x3a3c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3b78 at the offset 0x3a5c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2ec at the offset 0x3aae.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x3aba.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3b94.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3bfa.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0x3c4a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x3ca0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3cbc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3b78 at the offset 0x3ccf.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x3cf6.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x3d18.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3d2b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc788 at the offset 0x3d48.
grub-install: info: relocating an R_X86_64_64 entry to 0xc788 at the offset 0x3d57.
grub-install: info: relocating an R_X86_64_64 entry to 0x4146 at the offset 0x3d68.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x3d9f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa31b at the offset 0x3dc5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe500 at the offset 0x3dd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x3ded.
grub-install: info: relocating an R_X86_64_64 entry to 0x7218 at the offset 0x3e94.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x3ea3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa31c at the offset 0x3eb4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa31e at the offset 0x3ebe.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x3ecb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa31f at the offset 0x3ed5.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x3eef.
grub-install: info: relocating an R_X86_64_64 entry to 0xa325 at the offset 0x3ef9.
grub-install: info: relocating an R_X86_64_64 entry to 0x42e9 at the offset 0x3f19.
grub-install: info: relocating an R_X86_64_64 entry to 0x4978 at the offset 0x3f23.
grub-install: info: relocating an R_X86_64_64 entry to 0xa333 at the offset 0x3f2f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x3f39.
grub-install: info: relocating an R_X86_64_64 entry to 0x983f at the offset 0x3f45.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x3f56.
grub-install: info: relocating an R_X86_64_64 entry to 0x695c at the offset 0x3f66.
grub-install: info: relocating an R_X86_64_64 entry to 0x4763 at the offset 0x3f83.
grub-install: info: relocating an R_X86_64_64 entry to 0x6fba at the offset 0x3f9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x3fb5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa335 at the offset 0x3fd7.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x3fe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4000.
grub-install: info: relocating an R_X86_64_64 entry to 0xa32b at the offset 0x4013.
grub-install: info: relocating an R_X86_64_64 entry to 0xa346 at the offset 0x4027.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x4033.
grub-install: info: relocating an R_X86_64_64 entry to 0x42ae at the offset 0x4048.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x405a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa333 at the offset 0x4064.
grub-install: info: relocating an R_X86_64_64 entry to 0x983f at the offset 0x4070.
grub-install: info: relocating an R_X86_64_64 entry to 0x4846 at the offset 0x407f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x408e.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x409a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa35f at the offset 0x40b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x40c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6187 at the offset 0x40e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6285 at the offset 0x40ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x573b at the offset 0x4101.
grub-install: info: relocating an R_X86_64_64 entry to 0x6607 at the offset 0x4118.
grub-install: info: relocating an R_X86_64_64 entry to 0x6555 at the offset 0x4122.
grub-install: info: relocating an R_X86_64_64 entry to 0xa375 at the offset 0x4145.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x4151.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x416b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa37c at the offset 0x4185.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4196.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x41ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xa35f at the offset 0x41c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x41d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x6583 at the offset 0x41e3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa38e at the offset 0x41fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3ab at the offset 0x4204.
grub-install: info: relocating an R_X86_64_64 entry to 0x450f at the offset 0x420e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3ba at the offset 0x4218.
grub-install: info: relocating an R_X86_64_64 entry to 0x4184 at the offset 0x4222.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3be at the offset 0x423d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3de at the offset 0x4247.
grub-install: info: relocating an R_X86_64_64 entry to 0x45bf at the offset 0x4251.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3e5 at the offset 0x425b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3eb at the offset 0x426a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa402 at the offset 0x4274.
grub-install: info: relocating an R_X86_64_64 entry to 0x4309 at the offset 0x427e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa408 at the offset 0x4288.
grub-install: info: relocating an R_X86_64_64 entry to 0xa40b at the offset 0x429a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa41c at the offset 0x42a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x44aa at the offset 0x42af.
grub-install: info: relocating an R_X86_64_64 entry to 0xa423 at the offset 0x42b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x42c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x90e7 at the offset 0x42f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4301.
grub-install: info: relocating an R_X86_64_64 entry to 0xa42a at the offset 0x431b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x4327.
grub-install: info: relocating an R_X86_64_64 entry to 0xa430 at the offset 0x4370.
grub-install: info: relocating an R_X86_64_64 entry to 0x6555 at the offset 0x437a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa430 at the offset 0x4393.
grub-install: info: relocating an R_X86_64_64 entry to 0xa435 at the offset 0x439d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x43ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x43c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f1e at the offset 0x43e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc790 at the offset 0x43f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4408.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4433.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x4456.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4466.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4484.
grub-install: info: relocating an R_X86_64_64 entry to 0x4763 at the offset 0x44b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x44cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x4846 at the offset 0x44e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x46c3 at the offset 0x44f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x907a at the offset 0x4509.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4521.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x452b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4595.
grub-install: info: relocating an R_X86_64_64 entry to 0x4890 at the offset 0x45bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe540 at the offset 0x4617.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4631.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x465c.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4670.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x4687.
grub-install: info: relocating an R_X86_64_64 entry to 0xe540 at the offset 0x46d3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe540 at the offset 0x4729.
grub-install: info: relocating an R_X86_64_64 entry to 0x4afd at the offset 0x4788.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x47a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x4aa7 at the offset 0x47bf.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x47d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x47fb.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x484e.
grub-install: info: relocating an R_X86_64_64 entry to 0x49e2 at the offset 0x486b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4885.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4896.
grub-install: info: relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x4935.
grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4941.
grub-install: info: relocating an R_X86_64_64 entry to 0xa44d at the offset 0x494e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4958.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4969.
grub-install: info: relocating an R_X86_64_64 entry to 0x684b at the offset 0x4976.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4987.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x49a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x49ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x184c8 at the offset 0x49f9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe540 at the offset 0x4a04.
grub-install: info: relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4a36.
grub-install: info: relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4a4b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4a55.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46e at the offset 0x4a88.
grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4a92.
grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4aa1.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4aab.
grub-install: info: relocating an R_X86_64_64 entry to 0x4146 at the offset 0x4acf.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4ad9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc798 at the offset 0x4ae5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4af3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa47d at the offset 0x4b2f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4b39.
grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4b4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4b59.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x4b6d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x4bc2.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x4bea.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x4bfe.
grub-install: info: relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4c19.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4c26.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4c56.
grub-install: info: relocating an R_X86_64_64 entry to 0xa48e at the offset 0x4c80.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4c93.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x4cac.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x4cb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x4cce.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4ce at the offset 0x4cdf.
grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4ce9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4cf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x684b at the offset 0x4d07.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x4d16.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x4d2a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4e4 at the offset 0x4d47.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4d58.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ee5 at the offset 0x4d79.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4bc at the offset 0x4d8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4d9d.
grub-install: info: relocating an R_X86_64_64 entry to 0x4146 at the offset 0x4dae.
grub-install: info: relocating an R_X86_64_64 entry to 0xc798 at the offset 0x4dba.
grub-install: info: relocating an R_X86_64_64 entry to 0x4dea at the offset 0x4dd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc798 at the offset 0x4de9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4f8 at the offset 0x4e56.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4e67.
grub-install: info: relocating an R_X86_64_64 entry to 0xa526 at the offset 0x4eb2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x4ec3.
grub-install: info: relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x4ed3.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x4ee1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa554 at the offset 0x4eee.
grub-install: info: relocating an R_X86_64_64 entry to 0xa45d at the offset 0x4ef8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa462 at the offset 0x4f07.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x4f11.
grub-install: info: relocating an R_X86_64_64 entry to 0x684b at the offset 0x4f1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x4b59 at the offset 0x4f59.
grub-install: info: relocating an R_X86_64_64 entry to 0x4afd at the offset 0x4fc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x49e2 at the offset 0x5014.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x50bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x4aa7 at the offset 0x50d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5122.
grub-install: info: relocating an R_X86_64_64 entry to 0x4b59 at the offset 0x513c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5192.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x51a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x51d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x558e at the offset 0x5244.
grub-install: info: relocating an R_X86_64_64 entry to 0xa57c at the offset 0x525e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5270.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x5282.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x52b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x52cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x52d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7c0 at the offset 0x531b.
grub-install: info: relocating an R_X86_64_64 entry to 0x573b at the offset 0x5345.
grub-install: info: relocating an R_X86_64_64 entry to 0x5777 at the offset 0x5381.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x53db.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x53e5.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7c0 at the offset 0x540f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x541d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x5470.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x547d.
grub-install: info: relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x5491.
grub-install: info: relocating an R_X86_64_64 entry to 0xa593 at the offset 0x54f3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x54fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5507.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x5511.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5bf at the offset 0x5522.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5e0 at the offset 0x5550.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5561.
grub-install: info: relocating an R_X86_64_64 entry to 0x735 at the offset 0x5572.
grub-install: info: relocating an R_X86_64_64 entry to 0xa603 at the offset 0x558b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa62a at the offset 0x55b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x55c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x55d9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa644 at the offset 0x55fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5607.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5616.
grub-install: info: relocating an R_X86_64_64 entry to 0x55d0 at the offset 0x5620.
grub-install: info: relocating an R_X86_64_64 entry to 0xa656 at the offset 0x562d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa666 at the offset 0x5647.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5656.
grub-install: info: relocating an R_X86_64_64 entry to 0xa67b at the offset 0x5672.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x567c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa689 at the offset 0x5694.
grub-install: info: relocating an R_X86_64_64 entry to 0xa698 at the offset 0x56ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xa70a at the offset 0x56bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6a7 at the offset 0x56d2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x56e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x56fe.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x5718.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6bc at the offset 0x572d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6285 at the offset 0x574d.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5764.
grub-install: info: relocating an R_X86_64_64 entry to 0x573b at the offset 0x578b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x579c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x57bf.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x57d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c1c at the offset 0x5830.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x589d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x58ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5905.
grub-install: info: relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x5928.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6c5 at the offset 0x5962.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5973.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b40 at the offset 0x5a00.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x5a3d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7c0 at the offset 0x5a50.
grub-install: info: relocating an R_X86_64_64 entry to 0x567e at the offset 0x5ad4.
grub-install: info: relocating an R_X86_64_64 entry to 0x567e at the offset 0x5b21.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x5b30.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x5b3f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6d5 at the offset 0x5b49.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6e3 at the offset 0x5b73.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6f1 at the offset 0x5bc1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5bd2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa713 at the offset 0x5c0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5c1b.
grub-install: info: relocating an R_X86_64_64 entry to 0x764 at the offset 0x5c39.
grub-install: info: relocating an R_X86_64_64 entry to 0xa729 at the offset 0x5ca0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5caa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5cb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa745 at the offset 0x5ccc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5cd6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5ce5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa756 at the offset 0x5cf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ad at the offset 0x5d02.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b5 at the offset 0x5d11.
grub-install: info: relocating an R_X86_64_64 entry to 0x5641 at the offset 0x5d21.
grub-install: info: relocating an R_X86_64_64 entry to 0x58d0 at the offset 0x5d48.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5d6c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5d7d.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ff5 at the offset 0x5d8d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa769 at the offset 0x5db2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5dc3.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ad9 at the offset 0x5dd1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x5def.
grub-install: info: relocating an R_X86_64_64 entry to 0x6a8e at the offset 0x5df9.
grub-install: info: relocating an R_X86_64_64 entry to 0x69ee at the offset 0x5e23.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x5e2d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6145 at the offset 0x5e58.
grub-install: info: relocating an R_X86_64_64 entry to 0xa794 at the offset 0x5e8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6555 at the offset 0x5e98.
grub-install: info: relocating an R_X86_64_64 entry to 0x558e at the offset 0x5eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa794 at the offset 0x5ec7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa79b at the offset 0x5ed1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5ee2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7b3 at the offset 0x5efb.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x5f05.
grub-install: info: relocating an R_X86_64_64 entry to 0x6187 at the offset 0x5f20.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x5f32.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x5f49.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7c8 at the offset 0x5f59.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x5f6a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5f80.
grub-install: info: relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x5f8e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5fa6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x5fe3.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x5fef.
grub-install: info: relocating an R_X86_64_64 entry to 0x63bd at the offset 0x6029.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x605f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x6082.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x6098.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x60b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x60da.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x6132.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6148.
grub-install: info: relocating an R_X86_64_64 entry to 0x63bd at the offset 0x6157.
grub-install: info: relocating an R_X86_64_64 entry to 0x63bd at the offset 0x618b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x61b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x61bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x61e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x620d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x6228.
grub-install: info: relocating an R_X86_64_64 entry to 0x63bd at the offset 0x62a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x62b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x62c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x62d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x63bd at the offset 0x62f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7d9 at the offset 0x630b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x6318.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6345.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x637f.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x6398.
grub-install: info: relocating an R_X86_64_64 entry to 0x887c at the offset 0x63a2.
grub-install: info: relocating an R_X86_64_64 entry to 0xd844 at the offset 0x63b5.
grub-install: info: relocating an R_X86_64_64 entry to 0xd860 at the offset 0x63c6.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x63dd.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x63e9.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x63fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xd844 at the offset 0x6405.
grub-install: info: relocating an R_X86_64_64 entry to 0xd844 at the offset 0x6410.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x641a.
grub-install: info: relocating an R_X86_64_64 entry to 0xd840 at the offset 0x642c.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x643c.
grub-install: info: relocating an R_X86_64_64 entry to 0xd844 at the offset 0x644c.
grub-install: info: relocating an R_X86_64_64 entry to 0xd860 at the offset 0x645d.
grub-install: info: relocating an R_X86_64_64 entry to 0xd844 at the offset 0x6466.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x647e.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6490.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x649a.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x64ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x64c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7da at the offset 0x64d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x64da.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x64e6.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x64f3.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e4 at the offset 0x6500.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e4 at the offset 0x650b.
grub-install: info: relocating an R_X86_64_64 entry to 0x684b at the offset 0x6515.
grub-install: info: relocating an R_X86_64_64 entry to 0xd840 at the offset 0x6525.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7e6 at the offset 0x6534.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x6540.
grub-install: info: relocating an R_X86_64_64 entry to 0xd840 at the offset 0x654c.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x6575.
grub-install: info: relocating an R_X86_64_64 entry to 0xa80e at the offset 0x658b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x659a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x65b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x65d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa822 at the offset 0x6606.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6612.
grub-install: info: relocating an R_X86_64_64 entry to 0x18600 at the offset 0x6651.
grub-install: info: relocating an R_X86_64_64 entry to 0x4846 at the offset 0x66ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x66bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x66cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x695c at the offset 0x66dd.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x66f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x66ff.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x6725.
grub-install: info: relocating an R_X86_64_64 entry to 0x4763 at the offset 0x673d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x6760.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6a0 at the offset 0x678a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6fba at the offset 0x679d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x67ce.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x67e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18640 at the offset 0x67f2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6a8e at the offset 0x6829.
grub-install: info: relocating an R_X86_64_64 entry to 0x18620 at the offset 0x683a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18640 at the offset 0x6844.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x684e.
grub-install: info: relocating an R_X86_64_64 entry to 0x4846 at the offset 0x6862.
grub-install: info: relocating an R_X86_64_64 entry to 0x18620 at the offset 0x6879.
grub-install: info: relocating an R_X86_64_64 entry to 0x18640 at the offset 0x6883.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x688d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x68b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa847 at the offset 0x68ba.
grub-install: info: relocating an R_X86_64_64 entry to 0x5208 at the offset 0x68e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x69de.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x6a41.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6a8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x6aa4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa86b at the offset 0x6abc.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6acd.
grub-install: info: relocating an R_X86_64_64 entry to 0x80f4 at the offset 0x6afb.
grub-install: info: relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x6b2e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa882 at the offset 0x6b5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6b6b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x6b95.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6ba3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe290 at the offset 0x6bcd.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x6bda.
grub-install: info: relocating an R_X86_64_64 entry to 0xa89b at the offset 0x6bf3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ac at the offset 0x6bfd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8af at the offset 0x6c0c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cdb at the offset 0x6c1b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8b9 at the offset 0x6c25.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6c35.
grub-install: info: relocating an R_X86_64_64 entry to 0x67b4 at the offset 0x6c48.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8bb at the offset 0x6c5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ac at the offset 0x6c64.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8af at the offset 0x6c73.
grub-install: info: relocating an R_X86_64_64 entry to 0x684b at the offset 0x6c80.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6c8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6ca1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe288 at the offset 0x6cb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6ccd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe288 at the offset 0x6ce6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe290 at the offset 0x6cf6.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cdb at the offset 0x6d05.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8b9 at the offset 0x6d0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6d1e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d2b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d36.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d49.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d54.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x6d60.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d74.
grub-install: info: relocating an R_X86_64_64 entry to 0xe298 at the offset 0x6d7f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d1 at the offset 0x6d9d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x6dae.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0x6dca.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x6e50.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x6e70.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x6e80.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6e8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a at the offset 0x6ead.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x6ec1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6ee8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x6f39.
grub-install: info: relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x6f48.
grub-install: info: relocating an R_X86_64_64 entry to 0x68be at the offset 0x6f54.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x6f6c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x6f7f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9886 at the offset 0x6f91.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6f9d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6fac.
grub-install: info: relocating an R_X86_64_64 entry to 0x6145 at the offset 0x6fea.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x6ff9.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x7023.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ef at the offset 0x702d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0x7037.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x7043.
grub-install: info: relocating an R_X86_64_64 entry to 0x68be at the offset 0x7052.
grub-install: info: relocating an R_X86_64_64 entry to 0x7247 at the offset 0x70ad.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x70b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x6692 at the offset 0x70c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x2af0 at the offset 0x70d5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ee at the offset 0x70ef.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f7 at the offset 0x70f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x7103.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8fe at the offset 0x7123.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x712d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8fe at the offset 0x7139.
grub-install: info: relocating an R_X86_64_64 entry to 0x66f2 at the offset 0x7143.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x7152.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d0 at the offset 0x7176.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x7196.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x71be.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x721c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x7237.
grub-install: info: relocating an R_X86_64_64 entry to 0xa906 at the offset 0x7276.
grub-install: info: relocating an R_X86_64_64 entry to 0x794f at the offset 0x7280.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x72a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x72b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8ee at the offset 0x72bf.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f7 at the offset 0x72d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x72dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x72e6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa911 at the offset 0x72fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x7313.
grub-install: info: relocating an R_X86_64_64 entry to 0x68be at the offset 0x7323.
grub-install: info: relocating an R_X86_64_64 entry to 0x66f2 at the offset 0x7333.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f2 at the offset 0x7342.
grub-install: info: relocating an R_X86_64_64 entry to 0xa911 at the offset 0x734e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0x735a.
grub-install: info: relocating an R_X86_64_64 entry to 0x45f4 at the offset 0x7371.
grub-install: info: relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x737d.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e77 at the offset 0x738f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa918 at the offset 0x739b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6285 at the offset 0x73a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x73b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa918 at the offset 0x73bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe500 at the offset 0x73cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x71c6 at the offset 0x73da.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x73f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x968e at the offset 0x741f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x7435.
grub-install: info: relocating an R_X86_64_64 entry to 0xa91f at the offset 0x7447.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x7456.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x7468.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x7478.
grub-install: info: relocating an R_X86_64_64 entry to 0xa91f at the offset 0x7499.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x74a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x74c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x7519.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x7527.
grub-install: info: relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x7610.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a0b at the offset 0x7664.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a0b at the offset 0x7672.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x7781.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x7791.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x77b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x77c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x77df.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x7800.
grub-install: info: relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x7883.
grub-install: info: relocating an R_X86_64_64 entry to 0xa939 at the offset 0x791b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x792c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x7947.
grub-install: info: relocating an R_X86_64_64 entry to 0xa924 at the offset 0x7958.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x7969.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x7aac.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x7ac5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7afb.
grub-install: info: relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x7b0d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b68 at the offset 0x7c4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7cf6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7da4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c7f at the offset 0x7df2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa94d at the offset 0x7eb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x7f4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x7f76.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9e at the offset 0x8185.
grub-install: info: relocating an R_X86_64_64 entry to 0x8100 at the offset 0x818f.
grub-install: info: relocating an R_X86_64_64 entry to 0xe2c0 at the offset 0x8199.
grub-install: info: relocating an R_X86_64_64 entry to 0xe2c0 at the offset 0x81bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x81da.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x81ee.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3bc at the offset 0x8201.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3bd at the offset 0x820e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3be at the offset 0x821b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3bf at the offset 0x8228.
grub-install: info: relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x824c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x825b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x826f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8575 at the offset 0x82cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x8315.
grub-install: info: relocating an R_X86_64_64 entry to 0x8575 at the offset 0x8329.
grub-install: info: relocating an R_X86_64_64 entry to 0xa954 at the offset 0x8350.
grub-install: info: relocating an R_X86_64_64 entry to 0x6555 at the offset 0x835a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa95a at the offset 0x8380.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a58 at the offset 0x838d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa95e at the offset 0x83af.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x83b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x8575 at the offset 0x83ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x983f at the offset 0x83fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9e at the offset 0x8429.
grub-install: info: relocating an R_X86_64_64 entry to 0x8100 at the offset 0x844b.
grub-install: info: relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x845c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8813 at the offset 0x8483.
grub-install: info: relocating an R_X86_64_64 entry to 0x887c at the offset 0x84c6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x84db.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9e at the offset 0x84f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x8519.
grub-install: info: relocating an R_X86_64_64 entry to 0x8100 at the offset 0x8538.
grub-install: info: relocating an R_X86_64_64 entry to 0x78b8 at the offset 0x854c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8563.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d5 at the offset 0x85c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x85d4.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0x8617.
grub-install: info: relocating an R_X86_64_64 entry to 0x8575 at the offset 0x862b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa966 at the offset 0x8639.
grub-install: info: relocating an R_X86_64_64 entry to 0x18670 at the offset 0x8645.
grub-install: info: relocating an R_X86_64_64 entry to 0xa970 at the offset 0x8655.
grub-install: info: relocating an R_X86_64_64 entry to 0x9867 at the offset 0x8663.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d67 at the offset 0x866f.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x86b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0x86d4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x86e9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6555 at the offset 0x871f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb700 at the offset 0x8775.
grub-install: info: relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x87b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a79 at the offset 0x8855.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b51 at the offset 0x88ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a79 at the offset 0x88c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b03 at the offset 0x88e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x79e3 at the offset 0x8925.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b03 at the offset 0x89a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x89d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x89f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8a1d.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8a28.
grub-install: info: relocating an R_X86_64_64 entry to 0x93f5 at the offset 0x8a7b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a91 at the offset 0x8a85.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a91 at the offset 0x8ab8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8ac9.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8ad6.
grub-install: info: relocating an R_X86_64_64 entry to 0x80f4 at the offset 0x8b29.
grub-install: info: relocating an R_X86_64_64 entry to 0x18660 at the offset 0x8b3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x798e at the offset 0x8b70.
grub-install: info: relocating an R_X86_64_64 entry to 0x92bf at the offset 0x8bc2.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8bd2.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8bf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8c11.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8c4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x18660 at the offset 0x8c7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9326 at the offset 0x8cae.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8cc2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa988 at the offset 0x8cfc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x8d06.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x8d1f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0x8d2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x8d52.
grub-install: info: relocating an R_X86_64_64 entry to 0x8890 at the offset 0x8d80.
grub-install: info: relocating an R_X86_64_64 entry to 0xa989 at the offset 0x8d8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x8d9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x90e7 at the offset 0x8e4e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98c at the offset 0x8e6a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9c8 at the offset 0x8e7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0x8e88.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9be at the offset 0x8e9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x8eac.
grub-install: info: relocating an R_X86_64_64 entry to 0x9226 at the offset 0x8ed0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0x8ee7.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x8f0c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9226 at the offset 0x8f49.
grub-install: info: relocating an R_X86_64_64 entry to 0x18660 at the offset 0x8fa3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9326 at the offset 0x8fbc.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x8fd2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c07 at the offset 0x8ff9.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0x903c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x906e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe500 at the offset 0x9093.
grub-install: info: relocating an R_X86_64_64 entry to 0x71c6 at the offset 0x90a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9d9 at the offset 0x90cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x86da at the offset 0x90db.
grub-install: info: relocating an R_X86_64_64 entry to 0xe500 at the offset 0x90e7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9f0 at the offset 0x90f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9f5 at the offset 0x9105.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x9111.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x9122.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x9137.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa0b at the offset 0x914c.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa0e at the offset 0x915b.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x9165.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x9186.
grub-install: info: relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x9190.
grub-install: info: relocating an R_X86_64_64 entry to 0x9867 at the offset 0x919c.
grub-install: info: relocating an R_X86_64_64 entry to 0x983f at the offset 0x91a6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x91d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x91f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x9212.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x923c.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa1c at the offset 0x9250.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x925a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe3c0 at the offset 0x9269.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0x9273.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa1e at the offset 0x9291.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0x929d.
grub-install: info: relocating an R_X86_64_64 entry to 0x68be at the offset 0x92ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x9546 at the offset 0x92b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x92c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x93f5 at the offset 0x92f2.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0x9303.
grub-install: info: relocating an R_X86_64_64 entry to 0x970f at the offset 0x934f.
grub-install: info: relocating an R_X86_64_64 entry to 0x970f at the offset 0x938a.
grub-install: info: relocating an R_X86_64_64 entry to 0x970f at the offset 0x93a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x93ca.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c8 at the offset 0x93f7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0x940b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18670 at the offset 0x941c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x9442.
grub-install: info: relocating an R_X86_64_64 entry to 0x97f5 at the offset 0x946a.
grub-install: info: relocating an R_X86_64_64 entry to 0x983f at the offset 0x9474.
grub-install: info: relocating an R_X86_64_64 entry to 0x567e at the offset 0x948a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb860 at the offset 0x9495.
grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
grub-install: info: relocating an R_X86_64_64 entry to 0x23af at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x23c8 at the offset 0x8.
grub-install: info: relocating an R_X86_64_64 entry to 0x23dc at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x23f7 at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x2409 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x2576 at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x2594 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0x25ad at the offset 0x38.
grub-install: info: relocating an R_X86_64_64 entry to 0x25c8 at the offset 0x40.
grub-install: info: relocating an R_X86_64_64 entry to 0x25df at the offset 0x48.
grub-install: info: relocating an R_X86_64_64 entry to 0x2624 at the offset 0x50.
grub-install: info: relocating an R_X86_64_64 entry to 0x27d3 at the offset 0x58.
grub-install: info: relocating an R_X86_64_64 entry to 0x27d3 at the offset 0x60.
grub-install: info: relocating an R_X86_64_64 entry to 0x2755 at the offset 0x68.
grub-install: info: relocating an R_X86_64_64 entry to 0x27c1 at the offset 0x70.
grub-install: info: relocating an R_X86_64_64 entry to 0x2637 at the offset 0x78.
grub-install: info: relocating an R_X86_64_64 entry to 0x2673 at the offset 0x80.
grub-install: info: relocating an R_X86_64_64 entry to 0x26ca at the offset 0x88.
grub-install: info: relocating an R_X86_64_64 entry to 0x2779 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x25f8 at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x27d3 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x27d3 at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x279f at the offset 0xb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x27fd at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x285a at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2879 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x2897 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x290c at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e0b at the offset 0x140.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e0b at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ee8 at the offset 0x150.
grub-install: info: relocating an R_X86_64_64 entry to 0x5f8e at the offset 0x158.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fb2 at the offset 0x160.
grub-install: info: relocating an R_X86_64_64 entry to 0x807d at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0x80be at the offset 0x170.
grub-install: info: relocating an R_X86_64_64 entry to 0x80be at the offset 0x178.
grub-install: info: relocating an R_X86_64_64 entry to 0x809e at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0x80be at the offset 0x188.
grub-install: info: relocating an R_X86_64_64 entry to 0x80be at the offset 0x190.
grub-install: info: dealing with the relocation section .rela.data for .data.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c47 at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0xf01 at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x8da at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a5 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0xe45 at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c6 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0xa266 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x3799 at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x3778 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x34fa at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x36a9 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3715 at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x366e at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x38bf at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x37c6 at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3747 at the offset 0xe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa266 at the offset 0x130.
grub-install: info: relocating an R_X86_64_64 entry to 0x382b at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0xd7c0 at the offset 0x160.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8e4 at the offset 0x190.
grub-install: info: relocating an R_X86_64_64 entry to 0x6dd8 at the offset 0x1a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ce1 at the offset 0x1a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78b4 at the offset 0x1d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x979d at the offset 0x320.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa37 at the offset 0x340.
grub-install: info: relocating an R_X86_64_64 entry to 0x417 at the offset 0x348.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa42 at the offset 0x358.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x360.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa4d at the offset 0x370.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cc at the offset 0x378.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa59 at the offset 0x388.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x390.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa64 at the offset 0x3a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x3a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa6f at the offset 0x3b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x3c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa7a at the offset 0x3d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x3d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa85 at the offset 0x3e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x3f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa90 at the offset 0x400.
grub-install: info: relocating an R_X86_64_64 entry to 0x49f at the offset 0x408.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa9b at the offset 0x418.
grub-install: info: relocating an R_X86_64_64 entry to 0xe500 at the offset 0x420.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaad at the offset 0x430.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x438.
grub-install: info: relocating an R_X86_64_64 entry to 0xaac2 at the offset 0x448.
grub-install: info: relocating an R_X86_64_64 entry to 0x4846 at the offset 0x450.
grub-install: info: relocating an R_X86_64_64 entry to 0xaad4 at the offset 0x460.
grub-install: info: relocating an R_X86_64_64 entry to 0x4978 at the offset 0x468.
grub-install: info: relocating an R_X86_64_64 entry to 0xaae8 at the offset 0x478.
grub-install: info: relocating an R_X86_64_64 entry to 0x4763 at the offset 0x480.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaf9 at the offset 0x490.
grub-install: info: relocating an R_X86_64_64 entry to 0xe540 at the offset 0x498.
grub-install: info: relocating an R_X86_64_64 entry to 0xab0f at the offset 0x4a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x4b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xab1f at the offset 0x4c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe538 at the offset 0x4c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xab32 at the offset 0x4d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e34 at the offset 0x4e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xab49 at the offset 0x4f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e49 at the offset 0x4f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xab62 at the offset 0x508.
grub-install: info: relocating an R_X86_64_64 entry to 0xe530 at the offset 0x510.
grub-install: info: relocating an R_X86_64_64 entry to 0xab7a at the offset 0x520.
grub-install: info: relocating an R_X86_64_64 entry to 0xe520 at the offset 0x528.
grub-install: info: relocating an R_X86_64_64 entry to 0xab98 at the offset 0x538.
grub-install: info: relocating an R_X86_64_64 entry to 0x556c at the offset 0x540.
grub-install: info: relocating an R_X86_64_64 entry to 0xabab at the offset 0x550.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f1e at the offset 0x558.
grub-install: info: relocating an R_X86_64_64 entry to 0xabba at the offset 0x568.
grub-install: info: relocating an R_X86_64_64 entry to 0x5208 at the offset 0x570.
grub-install: info: relocating an R_X86_64_64 entry to 0xabc9 at the offset 0x580.
grub-install: info: relocating an R_X86_64_64 entry to 0xe528 at the offset 0x588.
grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0x598.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c16 at the offset 0x5a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xabec at the offset 0x5b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a0 at the offset 0x5b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xabf9 at the offset 0x5c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6285 at the offset 0x5d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xac06 at the offset 0x5e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x58d0 at the offset 0x5e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xac1f at the offset 0x5f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x573b at the offset 0x600.
grub-install: info: relocating an R_X86_64_64 entry to 0xac2b at the offset 0x610.
grub-install: info: relocating an R_X86_64_64 entry to 0x57b3 at the offset 0x618.
grub-install: info: relocating an R_X86_64_64 entry to 0xac3a at the offset 0x628.
grub-install: info: relocating an R_X86_64_64 entry to 0x5777 at the offset 0x630.
grub-install: info: relocating an R_X86_64_64 entry to 0xac48 at the offset 0x640.
grub-install: info: relocating an R_X86_64_64 entry to 0x599 at the offset 0x648.
grub-install: info: relocating an R_X86_64_64 entry to 0xac56 at the offset 0x658.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a9 at the offset 0x660.
grub-install: info: relocating an R_X86_64_64 entry to 0xac68 at the offset 0x670.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a5 at the offset 0x678.
grub-install: info: relocating an R_X86_64_64 entry to 0xac7a at the offset 0x688.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d27 at the offset 0x690.
grub-install: info: relocating an R_X86_64_64 entry to 0xac92 at the offset 0x6a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c75 at the offset 0x6a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xacae at the offset 0x6b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f1 at the offset 0x6c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaccc at the offset 0x6d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x22a6 at the offset 0x6d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaceb at the offset 0x6e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x226e at the offset 0x6f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xad0a at the offset 0x700.
grub-install: info: relocating an R_X86_64_64 entry to 0x2f25 at the offset 0x708.
grub-install: info: relocating an R_X86_64_64 entry to 0xad28 at the offset 0x718.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c4b at the offset 0x720.
grub-install: info: relocating an R_X86_64_64 entry to 0xad3c at the offset 0x730.
grub-install: info: relocating an R_X86_64_64 entry to 0x2253 at the offset 0x738.
grub-install: info: relocating an R_X86_64_64 entry to 0xad55 at the offset 0x748.
grub-install: info: relocating an R_X86_64_64 entry to 0x2163 at the offset 0x750.
grub-install: info: relocating an R_X86_64_64 entry to 0xad6b at the offset 0x760.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d4c at the offset 0x768.
grub-install: info: relocating an R_X86_64_64 entry to 0xad85 at the offset 0x778.
grub-install: info: relocating an R_X86_64_64 entry to 0x2deb at the offset 0x780.
grub-install: info: relocating an R_X86_64_64 entry to 0xad9d at the offset 0x790.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ee1 at the offset 0x798.
grub-install: info: relocating an R_X86_64_64 entry to 0xadb3 at the offset 0x7a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d8 at the offset 0x7b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xadc9 at the offset 0x7c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc758 at the offset 0x7c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xadde at the offset 0x7d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b49 at the offset 0x7e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xadf5 at the offset 0x7f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1aff at the offset 0x7f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xae0e at the offset 0x808.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e8 at the offset 0x810.
grub-install: info: relocating an R_X86_64_64 entry to 0xae22 at the offset 0x820.
grub-install: info: relocating an R_X86_64_64 entry to 0x1c42 at the offset 0x828.
grub-install: info: relocating an R_X86_64_64 entry to 0xae39 at the offset 0x838.
grub-install: info: relocating an R_X86_64_64 entry to 0x2302 at the offset 0x840.
grub-install: info: relocating an R_X86_64_64 entry to 0xae54 at the offset 0x850.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ff5 at the offset 0x858.
grub-install: info: relocating an R_X86_64_64 entry to 0xae69 at the offset 0x868.
grub-install: info: relocating an R_X86_64_64 entry to 0x1ca1 at the offset 0x870.
grub-install: info: relocating an R_X86_64_64 entry to 0xae80 at the offset 0x880.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e06 at the offset 0x888.
grub-install: info: relocating an R_X86_64_64 entry to 0xae96 at the offset 0x898.
grub-install: info: relocating an R_X86_64_64 entry to 0x1dab at the offset 0x8a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaeb7 at the offset 0x8b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d28 at the offset 0x8b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaec6 at the offset 0x8c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0x8d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaedc at the offset 0x8e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x14b3 at the offset 0x8e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaefb at the offset 0x8f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1600 at the offset 0x900.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf18 at the offset 0x910.
grub-install: info: relocating an R_X86_64_64 entry to 0x66f2 at the offset 0x918.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf28 at the offset 0x928.
grub-install: info: relocating an R_X86_64_64 entry to 0x6555 at the offset 0x930.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf35 at the offset 0x940.
grub-install: info: relocating an R_X86_64_64 entry to 0x6425 at the offset 0x948.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf42 at the offset 0x958.
grub-install: info: relocating an R_X86_64_64 entry to 0x6583 at the offset 0x960.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf51 at the offset 0x970.
grub-install: info: relocating an R_X86_64_64 entry to 0x6607 at the offset 0x978.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf6c at the offset 0x988.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e4 at the offset 0x990.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf84 at the offset 0x9a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x184e0 at the offset 0x9a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf90 at the offset 0x9b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x185e0 at the offset 0x9c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf9b at the offset 0x9d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6738 at the offset 0x9d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xafa6 at the offset 0x9e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x684b at the offset 0x9f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xafb5 at the offset 0xa00.
grub-install: info: relocating an R_X86_64_64 entry to 0x67b4 at the offset 0xa08.
grub-install: info: relocating an R_X86_64_64 entry to 0xafc5 at the offset 0xa18.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d67 at the offset 0xa20.
grub-install: info: relocating an R_X86_64_64 entry to 0xafcf at the offset 0xa30.
grub-install: info: relocating an R_X86_64_64 entry to 0x89d1 at the offset 0xa38.
grub-install: info: relocating an R_X86_64_64 entry to 0xafda at the offset 0xa48.
grub-install: info: relocating an R_X86_64_64 entry to 0x6a8e at the offset 0xa50.
grub-install: info: relocating an R_X86_64_64 entry to 0xafea at the offset 0xa60.
grub-install: info: relocating an R_X86_64_64 entry to 0x18620 at the offset 0xa68.
grub-install: info: relocating an R_X86_64_64 entry to 0xb000 at the offset 0xa78.
grub-install: info: relocating an R_X86_64_64 entry to 0x18640 at the offset 0xa80.
grub-install: info: relocating an R_X86_64_64 entry to 0xb01a at the offset 0xa90.
grub-install: info: relocating an R_X86_64_64 entry to 0x695c at the offset 0xa98.
grub-install: info: relocating an R_X86_64_64 entry to 0xb034 at the offset 0xaa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ad9 at the offset 0xab0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb043 at the offset 0xac0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18600 at the offset 0xac8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb05b at the offset 0xad8.
grub-install: info: relocating an R_X86_64_64 entry to 0x69ee at the offset 0xae0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb06a at the offset 0xaf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ca8 at the offset 0xaf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb079 at the offset 0xb08.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e4d at the offset 0xb10.
grub-install: info: relocating an R_X86_64_64 entry to 0xb083 at the offset 0xb20.
grub-install: info: relocating an R_X86_64_64 entry to 0xe288 at the offset 0xb28.
grub-install: info: relocating an R_X86_64_64 entry to 0xb099 at the offset 0xb38.
grub-install: info: relocating an R_X86_64_64 entry to 0xe290 at the offset 0xb40.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0a6 at the offset 0xb50.
grub-install: info: relocating an R_X86_64_64 entry to 0x6fba at the offset 0xb58.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0b4 at the offset 0xb68.
grub-install: info: relocating an R_X86_64_64 entry to 0x4146 at the offset 0xb70.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0c5 at the offset 0xb80.
grub-install: info: relocating an R_X86_64_64 entry to 0x9867 at the offset 0xb88.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0d1 at the offset 0xb98.
grub-install: info: relocating an R_X86_64_64 entry to 0x97f5 at the offset 0xba0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0e5 at the offset 0xbb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f0 at the offset 0xbb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0f2 at the offset 0xbc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x79e3 at the offset 0xbd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0ff at the offset 0xbe0.
grub-install: info: relocating an R_X86_64_64 entry to 0x71fe at the offset 0xbe8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb10e at the offset 0xbf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7218 at the offset 0xc00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb11f at the offset 0xc10.
grub-install: info: relocating an R_X86_64_64 entry to 0x534 at the offset 0xc18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb131 at the offset 0xc28.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e02 at the offset 0xc30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb13d at the offset 0xc40.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c1c at the offset 0xc48.
grub-install: info: relocating an R_X86_64_64 entry to 0xb14b at the offset 0xc58.
grub-install: info: relocating an R_X86_64_64 entry to 0x547 at the offset 0xc60.
grub-install: info: relocating an R_X86_64_64 entry to 0xb15f at the offset 0xc70.
grub-install: info: relocating an R_X86_64_64 entry to 0x794f at the offset 0xc78.
grub-install: info: relocating an R_X86_64_64 entry to 0xb16b at the offset 0xc88.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0xc90.
grub-install: info: relocating an R_X86_64_64 entry to 0xb178 at the offset 0xca0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7af1 at the offset 0xca8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb184 at the offset 0xcb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4160 at the offset 0xcc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb194 at the offset 0xcd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f8 at the offset 0xcd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1a1 at the offset 0xce8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4e0 at the offset 0xcf0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1ae at the offset 0xd00.
grub-install: info: relocating an R_X86_64_64 entry to 0x71c6 at the offset 0xd08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1c3 at the offset 0xd18.
grub-install: info: relocating an R_X86_64_64 entry to 0xc790 at the offset 0xd20.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1d1 at the offset 0xd30.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0xd38.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1ea at the offset 0xd48.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b51 at the offset 0xd50.
grub-install: info: relocating an R_X86_64_64 entry to 0xb204 at the offset 0xd60.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c07 at the offset 0xd68.
grub-install: info: relocating an R_X86_64_64 entry to 0xb21e at the offset 0xd78.
grub-install: info: relocating an R_X86_64_64 entry to 0x90e7 at the offset 0xd80.
grub-install: info: relocating an R_X86_64_64 entry to 0xb236 at the offset 0xd90.
grub-install: info: relocating an R_X86_64_64 entry to 0x907a at the offset 0xd98.
grub-install: info: relocating an R_X86_64_64 entry to 0xb24d at the offset 0xda8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18660 at the offset 0xdb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb265 at the offset 0xdc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ee5 at the offset 0xdc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb27a at the offset 0xdd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x69b at the offset 0xde0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb293 at the offset 0xdf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d4 at the offset 0xdf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a4 at the offset 0xe08.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0xe10.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2ba at the offset 0xe20.
grub-install: info: relocating an R_X86_64_64 entry to 0x68be at the offset 0xe28.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2cb at the offset 0xe38.
grub-install: info: relocating an R_X86_64_64 entry to 0x868b at the offset 0xe40.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2d7 at the offset 0xe50.
grub-install: info: relocating an R_X86_64_64 entry to 0x86da at the offset 0xe58.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2e4 at the offset 0xe68.
grub-install: info: relocating an R_X86_64_64 entry to 0x7916 at the offset 0xe70.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2ef at the offset 0xe80.
grub-install: info: relocating an R_X86_64_64 entry to 0x8738 at the offset 0xe88.
grub-install: info: relocating an R_X86_64_64 entry to 0xb301 at the offset 0xe98.
grub-install: info: relocating an R_X86_64_64 entry to 0x408d at the offset 0xea0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb30e at the offset 0xeb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x983f at the offset 0xeb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb31b at the offset 0xec8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4184 at the offset 0xed0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb336 at the offset 0xee0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6692 at the offset 0xee8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb352 at the offset 0xef8.
grub-install: info: relocating an R_X86_64_64 entry to 0x8890 at the offset 0xf00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb360 at the offset 0xf10.
grub-install: info: relocating an R_X86_64_64 entry to 0x79bb at the offset 0xf18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb36c at the offset 0xf28.
grub-install: info: relocating an R_X86_64_64 entry to 0x796f at the offset 0xf30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb378 at the offset 0xf40.
grub-install: info: relocating an R_X86_64_64 entry to 0x7903 at the offset 0xf48.
grub-install: info: relocating an R_X86_64_64 entry to 0xb384 at the offset 0xf58.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b79 at the offset 0xf60.
grub-install: info: relocating an R_X86_64_64 entry to 0xb390 at the offset 0xf70.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b68 at the offset 0xf78.
grub-install: info: relocating an R_X86_64_64 entry to 0xb39c at the offset 0xf88.
grub-install: info: relocating an R_X86_64_64 entry to 0x798e at the offset 0xf90.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3a9 at the offset 0xfa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bc1 at the offset 0xfa8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3b6 at the offset 0xfb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d0 at the offset 0xfc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3c3 at the offset 0xfd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x80f4 at the offset 0xfd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3d0 at the offset 0xfe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c7f at the offset 0xff0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3de at the offset 0x1000.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a58 at the offset 0x1008.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3eb at the offset 0x1018.
grub-install: info: relocating an R_X86_64_64 entry to 0xb848 at the offset 0x1020.
grub-install: info: relocating an R_X86_64_64 entry to 0xb405 at the offset 0x1030.
grub-install: info: relocating an R_X86_64_64 entry to 0x18670 at the offset 0x1038.
grub-install: info: relocating an R_X86_64_64 entry to 0xb416 at the offset 0x1048.
grub-install: info: relocating an R_X86_64_64 entry to 0x18680 at the offset 0x1050.
grub-install: info: relocating an R_X86_64_64 entry to 0xb430 at the offset 0x1060.
grub-install: info: relocating an R_X86_64_64 entry to 0xb849 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0xb447 at the offset 0x1078.
grub-install: info: relocating an R_X86_64_64 entry to 0x18678 at the offset 0x1080.
grub-install: info: relocating an R_X86_64_64 entry to 0xb459 at the offset 0x1090.
grub-install: info: relocating an R_X86_64_64 entry to 0x18668 at the offset 0x1098.
grub-install: info: relocating an R_X86_64_64 entry to 0xb474 at the offset 0x10a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c8 at the offset 0x10b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb487 at the offset 0x10c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4f0 at the offset 0x10c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb495 at the offset 0x10d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4276 at the offset 0x10e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4ad at the offset 0x10f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8575 at the offset 0x10f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4ba at the offset 0x1108.
grub-install: info: relocating an R_X86_64_64 entry to 0x887c at the offset 0x1110.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4c9 at the offset 0x1120.
grub-install: info: relocating an R_X86_64_64 entry to 0x8982 at the offset 0x1128.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4d8 at the offset 0x1138.
grub-install: info: relocating an R_X86_64_64 entry to 0xb840 at the offset 0x1140.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4e3 at the offset 0x1150.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d5 at the offset 0x1158.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4f3 at the offset 0x1168.
grub-install: info: relocating an R_X86_64_64 entry to 0x3e13 at the offset 0x1170.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4ff at the offset 0x1180.
grub-install: info: relocating an R_X86_64_64 entry to 0x794f at the offset 0x1188.
grub-install: info: relocating an R_X86_64_64 entry to 0xb506 at the offset 0x1198.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x11a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb50d at the offset 0x11b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x78d4 at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb515 at the offset 0x11c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7af1 at the offset 0x11d0.
grub-install: info: translating the relocation section .rela.text.
grub-install: info: adding a relocation entry for 0x51d.
grub-install: info: adding a relocation entry for 0x52a.
grub-install: info: adding a relocation entry for 0x53c.
grub-install: info: adding a relocation entry for 0x565.
grub-install: info: adding a relocation entry for 0x57a.
grub-install: info: adding a relocation entry for 0x58b.
grub-install: info: adding a relocation entry for 0x59b.
grub-install: info: adding a relocation entry for 0x5e8.
grub-install: info: adding a relocation entry for 0x6ac.
grub-install: info: adding a relocation entry for 0x746.
grub-install: info: adding a relocation entry for 0x757.
grub-install: info: adding a relocation entry for 0x785.
grub-install: info: adding a relocation entry for 0x821.
grub-install: info: adding a relocation entry for 0x834.
grub-install: info: adding a relocation entry for 0x85f.
grub-install: info: adding a relocation entry for 0x870.
grub-install: info: adding a relocation entry for 0x8aa.
grub-install: info: adding a relocation entry for 0x8b4.
grub-install: info: adding a relocation entry for 0x8c3.
grub-install: info: adding a relocation entry for 0x8cf.
grub-install: info: adding a relocation entry for 0x8ee.
grub-install: info: adding a relocation entry for 0x8fb.
grub-install: info: adding a relocation entry for 0x90e.
grub-install: info: adding a relocation entry for 0x918.
grub-install: info: adding a relocation entry for 0x945.
grub-install: info: adding a relocation entry for 0x954.
grub-install: info: adding a relocation entry for 0x96d.
grub-install: info: adding a relocation entry for 0x97e.
grub-install: info: adding a relocation entry for 0x98a.
grub-install: info: adding a relocation entry for 0x9b2.
grub-install: info: adding a relocation entry for 0x9c1.
grub-install: info: adding a relocation entry for 0x9d0.
grub-install: info: adding a relocation entry for 0x9dd.
grub-install: info: adding a relocation entry for 0x9f5.
grub-install: info: adding a relocation entry for 0xa10.
grub-install: info: adding a relocation entry for 0xa30.
grub-install: info: adding a relocation entry for 0xa41.
grub-install: info: adding a relocation entry for 0xa59.
grub-install: info: adding a relocation entry for 0xa94.
grub-install: info: adding a relocation entry for 0xaaf.
grub-install: info: adding a relocation entry for 0xae0.
grub-install: info: adding a relocation entry for 0xaea.
grub-install: info: adding a relocation entry for 0xaf9.
grub-install: info: adding a relocation entry for 0xb1c.
grub-install: info: adding a relocation entry for 0xb3d.
grub-install: info: adding a relocation entry for 0xb49.
grub-install: info: adding a relocation entry for 0xb54.
grub-install: info: adding a relocation entry for 0xb5f.
grub-install: info: adding a relocation entry for 0xb8c.
grub-install: info: adding a relocation entry for 0xb9e.
grub-install: info: adding a relocation entry for 0xbbb.
grub-install: info: adding a relocation entry for 0xbcc.
grub-install: info: adding a relocation entry for 0xbf4.
grub-install: info: adding a relocation entry for 0xc2b.
grub-install: info: adding a relocation entry for 0xc44.
grub-install: info: adding a relocation entry for 0xc52.
grub-install: info: adding a relocation entry for 0xc6d.
grub-install: info: adding a relocation entry for 0xc83.
grub-install: info: adding a relocation entry for 0xcb9.
grub-install: info: adding a relocation entry for 0xcde.
grub-install: info: adding a relocation entry for 0xd04.
grub-install: info: adding a relocation entry for 0xd0e.
grub-install: info: adding a relocation entry for 0xd45.
grub-install: info: adding a relocation entry for 0xd61.
grub-install: info: adding a relocation entry for 0xd91.
grub-install: info: adding a relocation entry for 0xda3.
grub-install: info: adding a relocation entry for 0xdd2.
grub-install: info: adding a relocation entry for 0xdeb.
grub-install: info: adding a relocation entry for 0xe00.
grub-install: info: adding a relocation entry for 0xe1e.
grub-install: info: adding a relocation entry for 0xe67.
grub-install: info: adding a relocation entry for 0xe71.
grub-install: info: adding a relocation entry for 0xe80.
grub-install: info: adding a relocation entry for 0xe8a.
grub-install: info: adding a relocation entry for 0xeb8.
grub-install: info: adding a relocation entry for 0xed3.
grub-install: info: adding a relocation entry for 0xeec.
grub-install: info: adding a relocation entry for 0xf1f.
grub-install: info: adding a relocation entry for 0xf33.
grub-install: info: adding a relocation entry for 0xf4d.
grub-install: info: adding a relocation entry for 0xf61.
grub-install: info: adding a relocation entry for 0xf73.
grub-install: info: adding a relocation entry for 0xf7d.
grub-install: info: adding a relocation entry for 0xf8c.
grub-install: info: adding a relocation entry for 0xf96.
grub-install: info: adding a relocation entry for 0xfbe.
grub-install: info: adding a relocation entry for 0xfd2.
grub-install: info: adding a relocation entry for 0xfe4.
grub-install: info: adding a relocation entry for 0xfee.
grub-install: info: adding a relocation entry for 0xffd.
grub-install: info: adding a relocation entry for 0x1007.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 192 bytes of a fixup block starting at 0x0.
grub-install: info: adding a relocation entry for 0x1030.
grub-install: info: adding a relocation entry for 0x1046.
grub-install: info: adding a relocation entry for 0x105a.
grub-install: info: adding a relocation entry for 0x106c.
grub-install: info: adding a relocation entry for 0x1076.
grub-install: info: adding a relocation entry for 0x1085.
grub-install: info: adding a relocation entry for 0x108f.
grub-install: info: adding a relocation entry for 0x10c9.
grub-install: info: adding a relocation entry for 0x10fd.
grub-install: info: adding a relocation entry for 0x1128.
grub-install: info: adding a relocation entry for 0x1147.
grub-install: info: adding a relocation entry for 0x11b2.
grub-install: info: adding a relocation entry for 0x11e8.
grub-install: info: adding a relocation entry for 0x11f2.
grub-install: info: adding a relocation entry for 0x1201.
grub-install: info: adding a relocation entry for 0x120b.
grub-install: info: adding a relocation entry for 0x1239.
grub-install: info: adding a relocation entry for 0x1254.
grub-install: info: adding a relocation entry for 0x126d.
grub-install: info: adding a relocation entry for 0x1288.
grub-install: info: adding a relocation entry for 0x129a.
grub-install: info: adding a relocation entry for 0x12a4.
grub-install: info: adding a relocation entry for 0x12bf.
grub-install: info: adding a relocation entry for 0x131e.
grub-install: info: adding a relocation entry for 0x1328.
grub-install: info: adding a relocation entry for 0x1334.
grub-install: info: adding a relocation entry for 0x13cd.
grub-install: info: adding a relocation entry for 0x13e3.
grub-install: info: adding a relocation entry for 0x1404.
grub-install: info: adding a relocation entry for 0x144a.
grub-install: info: adding a relocation entry for 0x1468.
grub-install: info: adding a relocation entry for 0x1474.
grub-install: info: adding a relocation entry for 0x147e.
grub-install: info: adding a relocation entry for 0x149a.
grub-install: info: adding a relocation entry for 0x14a9.
grub-install: info: adding a relocation entry for 0x1501.
grub-install: info: adding a relocation entry for 0x150b.
grub-install: info: adding a relocation entry for 0x153c.
grub-install: info: adding a relocation entry for 0x155d.
grub-install: info: adding a relocation entry for 0x1570.
grub-install: info: adding a relocation entry for 0x15dd.
grub-install: info: adding a relocation entry for 0x1606.
grub-install: info: adding a relocation entry for 0x1629.
grub-install: info: adding a relocation entry for 0x165f.
grub-install: info: adding a relocation entry for 0x16b4.
grub-install: info: adding a relocation entry for 0x16c2.
grub-install: info: adding a relocation entry for 0x16e0.
grub-install: info: adding a relocation entry for 0x1708.
grub-install: info: adding a relocation entry for 0x1726.
grub-install: info: adding a relocation entry for 0x173d.
grub-install: info: adding a relocation entry for 0x1753.
grub-install: info: adding a relocation entry for 0x1760.
grub-install: info: adding a relocation entry for 0x1781.
grub-install: info: adding a relocation entry for 0x1790.
grub-install: info: adding a relocation entry for 0x17ba.
grub-install: info: adding a relocation entry for 0x17d3.
grub-install: info: adding a relocation entry for 0x1909.
grub-install: info: adding a relocation entry for 0x1952.
grub-install: info: adding a relocation entry for 0x196d.
grub-install: info: adding a relocation entry for 0x198c.
grub-install: info: adding a relocation entry for 0x1b08.
grub-install: info: adding a relocation entry for 0x1b1b.
grub-install: info: adding a relocation entry for 0x1b56.
grub-install: info: adding a relocation entry for 0x1b8e.
grub-install: info: adding a relocation entry for 0x1bac.
grub-install: info: adding a relocation entry for 0x1bd5.
grub-install: info: adding a relocation entry for 0x1c16.
grub-install: info: adding a relocation entry for 0x1c4b.
grub-install: info: adding a relocation entry for 0x1c69.
grub-install: info: adding a relocation entry for 0x1c81.
grub-install: info: adding a relocation entry for 0x1ca9.
grub-install: info: adding a relocation entry for 0x1cb3.
grub-install: info: adding a relocation entry for 0x1ce2.
grub-install: info: adding a relocation entry for 0x1d0d.
grub-install: info: adding a relocation entry for 0x1d2a.
grub-install: info: adding a relocation entry for 0x1d42.
grub-install: info: adding a relocation entry for 0x1d53.
grub-install: info: adding a relocation entry for 0x1d5d.
grub-install: info: adding a relocation entry for 0x1d6a.
grub-install: info: adding a relocation entry for 0x1d76.
grub-install: info: adding a relocation entry for 0x1d92.
grub-install: info: adding a relocation entry for 0x1d9f.
grub-install: info: adding a relocation entry for 0x1db0.
grub-install: info: adding a relocation entry for 0x1dd5.
grub-install: info: adding a relocation entry for 0x1de7.
grub-install: info: adding a relocation entry for 0x1df8.
grub-install: info: adding a relocation entry for 0x1e1a.
grub-install: info: adding a relocation entry for 0x1e34.
grub-install: info: adding a relocation entry for 0x1e44.
grub-install: info: adding a relocation entry for 0x1e62.
grub-install: info: adding a relocation entry for 0x1e74.
grub-install: info: adding a relocation entry for 0x1e97.
grub-install: info: adding a relocation entry for 0x1eb2.
grub-install: info: adding a relocation entry for 0x1ecb.
grub-install: info: adding a relocation entry for 0x1ef3.
grub-install: info: adding a relocation entry for 0x1efd.
grub-install: info: adding a relocation entry for 0x1f45.
grub-install: info: adding a relocation entry for 0x1f58.
grub-install: info: adding a relocation entry for 0x1f74.
grub-install: info: adding a relocation entry for 0x1f9f.
grub-install: info: adding a relocation entry for 0x1ffa.
grub-install: info: adding a relocation entry for 0x2005.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 216 bytes of a fixup block starting at 0x1000.
grub-install: info: adding a relocation entry for 0x207d.
grub-install: info: adding a relocation entry for 0x20ac.
grub-install: info: adding a relocation entry for 0x20cd.
grub-install: info: adding a relocation entry for 0x20e0.
grub-install: info: adding a relocation entry for 0x20fe.
grub-install: info: adding a relocation entry for 0x2124.
grub-install: info: adding a relocation entry for 0x21b1.
grub-install: info: adding a relocation entry for 0x21c5.
grub-install: info: adding a relocation entry for 0x225a.
grub-install: info: adding a relocation entry for 0x2264.
grub-install: info: adding a relocation entry for 0x22d3.
grub-install: info: adding a relocation entry for 0x22f0.
grub-install: info: adding a relocation entry for 0x2311.
grub-install: info: adding a relocation entry for 0x236a.
grub-install: info: adding a relocation entry for 0x2378.
grub-install: info: adding a relocation entry for 0x238b.
grub-install: info: adding a relocation entry for 0x23a4.
grub-install: info: adding a relocation entry for 0x23bb.
grub-install: info: adding a relocation entry for 0x23cf.
grub-install: info: adding a relocation entry for 0x23e6.
grub-install: info: adding a relocation entry for 0x23fc.
grub-install: info: adding a relocation entry for 0x240f.
grub-install: info: adding a relocation entry for 0x241e.
grub-install: info: adding a relocation entry for 0x2446.
grub-install: info: adding a relocation entry for 0x245b.
grub-install: info: adding a relocation entry for 0x2476.
grub-install: info: adding a relocation entry for 0x2489.
grub-install: info: adding a relocation entry for 0x249a.
grub-install: info: adding a relocation entry for 0x24b2.
grub-install: info: adding a relocation entry for 0x24c8.
grub-install: info: adding a relocation entry for 0x24de.
grub-install: info: adding a relocation entry for 0x2511.
grub-install: info: adding a relocation entry for 0x253c.
grub-install: info: adding a relocation entry for 0x254e.
grub-install: info: adding a relocation entry for 0x256b.
grub-install: info: adding a relocation entry for 0x2582.
grub-install: info: adding a relocation entry for 0x25a0.
grub-install: info: adding a relocation entry for 0x25b7.
grub-install: info: adding a relocation entry for 0x25ce.
grub-install: info: adding a relocation entry for 0x25eb.
grub-install: info: adding a relocation entry for 0x2604.
grub-install: info: adding a relocation entry for 0x262a.
grub-install: info: adding a relocation entry for 0x2643.
grub-install: info: adding a relocation entry for 0x267b.
grub-install: info: adding a relocation entry for 0x26d2.
grub-install: info: adding a relocation entry for 0x2760.
grub-install: info: adding a relocation entry for 0x2785.
grub-install: info: adding a relocation entry for 0x27ab.
grub-install: info: adding a relocation entry for 0x27c6.
grub-install: info: adding a relocation entry for 0x27d5.
grub-install: info: adding a relocation entry for 0x27f2.
grub-install: info: adding a relocation entry for 0x2809.
grub-install: info: adding a relocation entry for 0x2864.
grub-install: info: adding a relocation entry for 0x287e.
grub-install: info: adding a relocation entry for 0x2888.
grub-install: info: adding a relocation entry for 0x289d.
grub-install: info: adding a relocation entry for 0x28c8.
grub-install: info: adding a relocation entry for 0x28d9.
grub-install: info: adding a relocation entry for 0x28ec.
grub-install: info: adding a relocation entry for 0x28fd.
grub-install: info: adding a relocation entry for 0x2918.
grub-install: info: adding a relocation entry for 0x295e.
grub-install: info: adding a relocation entry for 0x297e.
grub-install: info: adding a relocation entry for 0x298e.
grub-install: info: adding a relocation entry for 0x29a6.
grub-install: info: adding a relocation entry for 0x29bd.
grub-install: info: adding a relocation entry for 0x2a13.
grub-install: info: adding a relocation entry for 0x2a8d.
grub-install: info: adding a relocation entry for 0x2a99.
grub-install: info: adding a relocation entry for 0x2aa3.
grub-install: info: adding a relocation entry for 0x2aaf.
grub-install: info: adding a relocation entry for 0x2abb.
grub-install: info: adding a relocation entry for 0x2ad9.
grub-install: info: adding a relocation entry for 0x2ae6.
grub-install: info: adding a relocation entry for 0x2af4.
grub-install: info: adding a relocation entry for 0x2b09.
grub-install: info: adding a relocation entry for 0x2b21.
grub-install: info: adding a relocation entry for 0x2b31.
grub-install: info: adding a relocation entry for 0x2b4c.
grub-install: info: adding a relocation entry for 0x2b70.
grub-install: info: adding a relocation entry for 0x2b8a.
grub-install: info: adding a relocation entry for 0x2b97.
grub-install: info: adding a relocation entry for 0x2bc0.
grub-install: info: adding a relocation entry for 0x2bed.
grub-install: info: adding a relocation entry for 0x2c50.
grub-install: info: adding a relocation entry for 0x2c63.
grub-install: info: adding a relocation entry for 0x2c97.
grub-install: info: adding a relocation entry for 0x2cb9.
grub-install: info: adding a relocation entry for 0x2d08.
grub-install: info: adding a relocation entry for 0x2d5d.
grub-install: info: adding a relocation entry for 0x2d7a.
grub-install: info: adding a relocation entry for 0x2dcc.
grub-install: info: adding a relocation entry for 0x2df1.
grub-install: info: adding a relocation entry for 0x2e1d.
grub-install: info: adding a relocation entry for 0x2e27.
grub-install: info: adding a relocation entry for 0x2e36.
grub-install: info: adding a relocation entry for 0x2e4c.
grub-install: info: adding a relocation entry for 0x2e60.
grub-install: info: adding a relocation entry for 0x2e76.
grub-install: info: adding a relocation entry for 0x2e8b.
grub-install: info: adding a relocation entry for 0x2ea3.
grub-install: info: adding a relocation entry for 0x2ecd.
grub-install: info: adding a relocation entry for 0x2eef.
grub-install: info: adding a relocation entry for 0x2f2b.
grub-install: info: adding a relocation entry for 0x2f4e.
grub-install: info: adding a relocation entry for 0x2f89.
grub-install: info: adding a relocation entry for 0x2f99.
grub-install: info: adding a relocation entry for 0x2fa3.
grub-install: info: adding a relocation entry for 0x2fad.
grub-install: info: adding a relocation entry for 0x2fb7.
grub-install: info: adding a relocation entry for 0x2fc4.
grub-install: info: adding a relocation entry for 0x2fde.
grub-install: info: adding a relocation entry for 0x2ff1.
grub-install: info: adding a relocation entry for 0x3002.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 240 bytes of a fixup block starting at 0x2000.
grub-install: info: adding a relocation entry for 0x3013.
grub-install: info: adding a relocation entry for 0x3020.
grub-install: info: adding a relocation entry for 0x302f.
grub-install: info: adding a relocation entry for 0x303a.
grub-install: info: adding a relocation entry for 0x304c.
grub-install: info: adding a relocation entry for 0x3056.
grub-install: info: adding a relocation entry for 0x3060.
grub-install: info: adding a relocation entry for 0x306a.
grub-install: info: adding a relocation entry for 0x3074.
grub-install: info: adding a relocation entry for 0x3084.
grub-install: info: adding a relocation entry for 0x3091.
grub-install: info: adding a relocation entry for 0x309d.
grub-install: info: adding a relocation entry for 0x30ac.
grub-install: info: adding a relocation entry for 0x30c1.
grub-install: info: adding a relocation entry for 0x30ce.
grub-install: info: adding a relocation entry for 0x30db.
grub-install: info: adding a relocation entry for 0x30f6.
grub-install: info: adding a relocation entry for 0x3106.
grub-install: info: adding a relocation entry for 0x3114.
grub-install: info: adding a relocation entry for 0x3125.
grub-install: info: adding a relocation entry for 0x3131.
grub-install: info: adding a relocation entry for 0x3142.
grub-install: info: adding a relocation entry for 0x3157.
grub-install: info: adding a relocation entry for 0x316a.
grub-install: info: adding a relocation entry for 0x317a.
grub-install: info: adding a relocation entry for 0x3187.
grub-install: info: adding a relocation entry for 0x3198.
grub-install: info: adding a relocation entry for 0x31aa.
grub-install: info: adding a relocation entry for 0x31bc.
grub-install: info: adding a relocation entry for 0x31d9.
grub-install: info: adding a relocation entry for 0x31e3.
grub-install: info: adding a relocation entry for 0x3213.
grub-install: info: adding a relocation entry for 0x322c.
grub-install: info: adding a relocation entry for 0x3259.
grub-install: info: adding a relocation entry for 0x3271.
grub-install: info: adding a relocation entry for 0x32ca.
grub-install: info: adding a relocation entry for 0x32d6.
grub-install: info: adding a relocation entry for 0x3342.
grub-install: info: adding a relocation entry for 0x345c.
grub-install: info: adding a relocation entry for 0x34b4.
grub-install: info: adding a relocation entry for 0x34be.
grub-install: info: adding a relocation entry for 0x34ca.
grub-install: info: adding a relocation entry for 0x34e1.
grub-install: info: adding a relocation entry for 0x34fc.
grub-install: info: adding a relocation entry for 0x3517.
grub-install: info: adding a relocation entry for 0x35fc.
grub-install: info: adding a relocation entry for 0x3670.
grub-install: info: adding a relocation entry for 0x3681.
grub-install: info: adding a relocation entry for 0x369a.
grub-install: info: adding a relocation entry for 0x36ab.
grub-install: info: adding a relocation entry for 0x36d1.
grub-install: info: adding a relocation entry for 0x36f3.
grub-install: info: adding a relocation entry for 0x3717.
grub-install: info: adding a relocation entry for 0x3729.
grub-install: info: adding a relocation entry for 0x3749.
grub-install: info: adding a relocation entry for 0x375b.
grub-install: info: adding a relocation entry for 0x3769.
grub-install: info: adding a relocation entry for 0x377d.
grub-install: info: adding a relocation entry for 0x378b.
grub-install: info: adding a relocation entry for 0x379f.
grub-install: info: adding a relocation entry for 0x37b3.
grub-install: info: adding a relocation entry for 0x37c8.
grub-install: info: adding a relocation entry for 0x37d9.
grub-install: info: adding a relocation entry for 0x3801.
grub-install: info: adding a relocation entry for 0x380c.
grub-install: info: adding a relocation entry for 0x3820.
grub-install: info: adding a relocation entry for 0x382e.
grub-install: info: adding a relocation entry for 0x3842.
grub-install: info: adding a relocation entry for 0x3855.
grub-install: info: adding a relocation entry for 0x38a8.
grub-install: info: adding a relocation entry for 0x38c1.
grub-install: info: adding a relocation entry for 0x38d0.
grub-install: info: adding a relocation entry for 0x38dc.
grub-install: info: adding a relocation entry for 0x3906.
grub-install: info: adding a relocation entry for 0x392c.
grub-install: info: adding a relocation entry for 0x393d.
grub-install: info: adding a relocation entry for 0x394c.
grub-install: info: adding a relocation entry for 0x3958.
grub-install: info: adding a relocation entry for 0x3962.
grub-install: info: adding a relocation entry for 0x396c.
grub-install: info: adding a relocation entry for 0x397c.
grub-install: info: adding a relocation entry for 0x398b.
grub-install: info: adding a relocation entry for 0x3995.
grub-install: info: adding a relocation entry for 0x399f.
grub-install: info: adding a relocation entry for 0x39ad.
grub-install: info: adding a relocation entry for 0x39bd.
grub-install: info: adding a relocation entry for 0x39c7.
grub-install: info: adding a relocation entry for 0x39d1.
grub-install: info: adding a relocation entry for 0x39e1.
grub-install: info: adding a relocation entry for 0x39f0.
grub-install: info: adding a relocation entry for 0x39fa.
grub-install: info: adding a relocation entry for 0x3a05.
grub-install: info: adding a relocation entry for 0x3a11.
grub-install: info: adding a relocation entry for 0x3a24.
grub-install: info: adding a relocation entry for 0x3a2e.
grub-install: info: adding a relocation entry for 0x3a3a.
grub-install: info: adding a relocation entry for 0x3a46.
grub-install: info: adding a relocation entry for 0x3a55.
grub-install: info: adding a relocation entry for 0x3a72.
grub-install: info: adding a relocation entry for 0x3a7f.
grub-install: info: adding a relocation entry for 0x3ae3.
grub-install: info: adding a relocation entry for 0x3b29.
grub-install: info: adding a relocation entry for 0x3b42.
grub-install: info: adding a relocation entry for 0x3b4c.
grub-install: info: adding a relocation entry for 0x3b56.
grub-install: info: adding a relocation entry for 0x3b62.
grub-install: info: adding a relocation entry for 0x3b6e.
grub-install: info: adding a relocation entry for 0x3b84.
grub-install: info: adding a relocation entry for 0x3b90.
grub-install: info: adding a relocation entry for 0x3bd4.
grub-install: info: adding a relocation entry for 0x3be0.
grub-install: info: adding a relocation entry for 0x3bef.
grub-install: info: adding a relocation entry for 0x3c04.
grub-install: info: adding a relocation entry for 0x3c10.
grub-install: info: adding a relocation entry for 0x3c25.
grub-install: info: adding a relocation entry for 0x3c58.
grub-install: info: adding a relocation entry for 0x3ca8.
grub-install: info: adding a relocation entry for 0x3cb4.
grub-install: info: adding a relocation entry for 0x3ccd.
grub-install: info: adding a relocation entry for 0x3cd9.
grub-install: info: adding a relocation entry for 0x3dca.
grub-install: info: adding a relocation entry for 0x3de0.
grub-install: info: adding a relocation entry for 0x3df1.
grub-install: info: adding a relocation entry for 0x3e07.
grub-install: info: adding a relocation entry for 0x3e20.
grub-install: info: adding a relocation entry for 0x3e3c.
grub-install: info: adding a relocation entry for 0x3e5c.
grub-install: info: adding a relocation entry for 0x3eae.
grub-install: info: adding a relocation entry for 0x3eba.
grub-install: info: adding a relocation entry for 0x3f94.
grub-install: info: adding a relocation entry for 0x3ffa.
grub-install: info: adding a relocation entry for 0x404a.
grub-install: info: writing 272 bytes of a fixup block starting at 0x3000.
grub-install: info: adding a relocation entry for 0x40a0.
grub-install: info: adding a relocation entry for 0x40bc.
grub-install: info: adding a relocation entry for 0x40cf.
grub-install: info: adding a relocation entry for 0x40f6.
grub-install: info: adding a relocation entry for 0x4118.
grub-install: info: adding a relocation entry for 0x412b.
grub-install: info: adding a relocation entry for 0x4148.
grub-install: info: adding a relocation entry for 0x4157.
grub-install: info: adding a relocation entry for 0x4168.
grub-install: info: adding a relocation entry for 0x419f.
grub-install: info: adding a relocation entry for 0x41c5.
grub-install: info: adding a relocation entry for 0x41d8.
grub-install: info: adding a relocation entry for 0x41ed.
grub-install: info: adding a relocation entry for 0x4294.
grub-install: info: adding a relocation entry for 0x42a3.
grub-install: info: adding a relocation entry for 0x42b4.
grub-install: info: adding a relocation entry for 0x42be.
grub-install: info: adding a relocation entry for 0x42cb.
grub-install: info: adding a relocation entry for 0x42d5.
grub-install: info: adding a relocation entry for 0x42ef.
grub-install: info: adding a relocation entry for 0x42f9.
grub-install: info: adding a relocation entry for 0x4319.
grub-install: info: adding a relocation entry for 0x4323.
grub-install: info: adding a relocation entry for 0x432f.
grub-install: info: adding a relocation entry for 0x4339.
grub-install: info: adding a relocation entry for 0x4345.
grub-install: info: adding a relocation entry for 0x4356.
grub-install: info: adding a relocation entry for 0x4366.
grub-install: info: adding a relocation entry for 0x4383.
grub-install: info: adding a relocation entry for 0x439e.
grub-install: info: adding a relocation entry for 0x43b5.
grub-install: info: adding a relocation entry for 0x43d7.
grub-install: info: adding a relocation entry for 0x43e8.
grub-install: info: adding a relocation entry for 0x4400.
grub-install: info: adding a relocation entry for 0x4413.
grub-install: info: adding a relocation entry for 0x4427.
grub-install: info: adding a relocation entry for 0x4433.
grub-install: info: adding a relocation entry for 0x4448.
grub-install: info: adding a relocation entry for 0x445a.
grub-install: info: adding a relocation entry for 0x4464.
grub-install: info: adding a relocation entry for 0x4470.
grub-install: info: adding a relocation entry for 0x447f.
grub-install: info: adding a relocation entry for 0x448e.
grub-install: info: adding a relocation entry for 0x449a.
grub-install: info: adding a relocation entry for 0x44b0.
grub-install: info: adding a relocation entry for 0x44c1.
grub-install: info: adding a relocation entry for 0x44e1.
grub-install: info: adding a relocation entry for 0x44ed.
grub-install: info: adding a relocation entry for 0x4501.
grub-install: info: adding a relocation entry for 0x4518.
grub-install: info: adding a relocation entry for 0x4522.
grub-install: info: adding a relocation entry for 0x4545.
grub-install: info: adding a relocation entry for 0x4551.
grub-install: info: adding a relocation entry for 0x456b.
grub-install: info: adding a relocation entry for 0x4585.
grub-install: info: adding a relocation entry for 0x4596.
grub-install: info: adding a relocation entry for 0x45ac.
grub-install: info: adding a relocation entry for 0x45c5.
grub-install: info: adding a relocation entry for 0x45d6.
grub-install: info: adding a relocation entry for 0x45e3.
grub-install: info: adding a relocation entry for 0x45fa.
grub-install: info: adding a relocation entry for 0x4604.
grub-install: info: adding a relocation entry for 0x460e.
grub-install: info: adding a relocation entry for 0x4618.
grub-install: info: adding a relocation entry for 0x4622.
grub-install: info: adding a relocation entry for 0x463d.
grub-install: info: adding a relocation entry for 0x4647.
grub-install: info: adding a relocation entry for 0x4651.
grub-install: info: adding a relocation entry for 0x465b.
grub-install: info: adding a relocation entry for 0x466a.
grub-install: info: adding a relocation entry for 0x4674.
grub-install: info: adding a relocation entry for 0x467e.
grub-install: info: adding a relocation entry for 0x4688.
grub-install: info: adding a relocation entry for 0x469a.
grub-install: info: adding a relocation entry for 0x46a5.
grub-install: info: adding a relocation entry for 0x46af.
grub-install: info: adding a relocation entry for 0x46b9.
grub-install: info: adding a relocation entry for 0x46c7.
grub-install: info: adding a relocation entry for 0x46f7.
grub-install: info: adding a relocation entry for 0x4701.
grub-install: info: adding a relocation entry for 0x471b.
grub-install: info: adding a relocation entry for 0x4727.
grub-install: info: adding a relocation entry for 0x4770.
grub-install: info: adding a relocation entry for 0x477a.
grub-install: info: adding a relocation entry for 0x4793.
grub-install: info: adding a relocation entry for 0x479d.
grub-install: info: adding a relocation entry for 0x47ae.
grub-install: info: adding a relocation entry for 0x47c3.
grub-install: info: adding a relocation entry for 0x47e2.
grub-install: info: adding a relocation entry for 0x47f9.
grub-install: info: adding a relocation entry for 0x4808.
grub-install: info: adding a relocation entry for 0x4833.
grub-install: info: adding a relocation entry for 0x4856.
grub-install: info: adding a relocation entry for 0x4866.
grub-install: info: adding a relocation entry for 0x4884.
grub-install: info: adding a relocation entry for 0x48b9.
grub-install: info: adding a relocation entry for 0x48cd.
grub-install: info: adding a relocation entry for 0x48e5.
grub-install: info: adding a relocation entry for 0x48f7.
grub-install: info: adding a relocation entry for 0x4909.
grub-install: info: adding a relocation entry for 0x4921.
grub-install: info: adding a relocation entry for 0x492b.
grub-install: info: adding a relocation entry for 0x4995.
grub-install: info: adding a relocation entry for 0x49bd.
grub-install: info: adding a relocation entry for 0x4a17.
grub-install: info: adding a relocation entry for 0x4a31.
grub-install: info: adding a relocation entry for 0x4a5c.
grub-install: info: adding a relocation entry for 0x4a70.
grub-install: info: adding a relocation entry for 0x4a87.
grub-install: info: adding a relocation entry for 0x4ad3.
grub-install: info: adding a relocation entry for 0x4b29.
grub-install: info: adding a relocation entry for 0x4b88.
grub-install: info: adding a relocation entry for 0x4ba5.
grub-install: info: adding a relocation entry for 0x4bbf.
grub-install: info: adding a relocation entry for 0x4bd0.
grub-install: info: adding a relocation entry for 0x4bfb.
grub-install: info: adding a relocation entry for 0x4c4e.
grub-install: info: adding a relocation entry for 0x4c6b.
grub-install: info: adding a relocation entry for 0x4c85.
grub-install: info: adding a relocation entry for 0x4c96.
grub-install: info: adding a relocation entry for 0x4d35.
grub-install: info: adding a relocation entry for 0x4d41.
grub-install: info: adding a relocation entry for 0x4d4e.
grub-install: info: adding a relocation entry for 0x4d58.
grub-install: info: adding a relocation entry for 0x4d69.
grub-install: info: adding a relocation entry for 0x4d76.
grub-install: info: adding a relocation entry for 0x4d87.
grub-install: info: adding a relocation entry for 0x4da4.
grub-install: info: adding a relocation entry for 0x4dee.
grub-install: info: adding a relocation entry for 0x4df9.
grub-install: info: adding a relocation entry for 0x4e04.
grub-install: info: adding a relocation entry for 0x4e36.
grub-install: info: adding a relocation entry for 0x4e4b.
grub-install: info: adding a relocation entry for 0x4e55.
grub-install: info: adding a relocation entry for 0x4e88.
grub-install: info: adding a relocation entry for 0x4e92.
grub-install: info: adding a relocation entry for 0x4ea1.
grub-install: info: adding a relocation entry for 0x4eab.
grub-install: info: adding a relocation entry for 0x4ecf.
grub-install: info: adding a relocation entry for 0x4ed9.
grub-install: info: adding a relocation entry for 0x4ee5.
grub-install: info: adding a relocation entry for 0x4ef3.
grub-install: info: adding a relocation entry for 0x4f2f.
grub-install: info: adding a relocation entry for 0x4f39.
grub-install: info: adding a relocation entry for 0x4f4f.
grub-install: info: adding a relocation entry for 0x4f59.
grub-install: info: adding a relocation entry for 0x4f6d.
grub-install: info: adding a relocation entry for 0x4fc2.
grub-install: info: adding a relocation entry for 0x4fea.
grub-install: info: adding a relocation entry for 0x4ffe.
grub-install: info: adding a relocation entry for 0x5019.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 312 bytes of a fixup block starting at 0x4000.
grub-install: info: adding a relocation entry for 0x5026.
grub-install: info: adding a relocation entry for 0x5056.
grub-install: info: adding a relocation entry for 0x5080.
grub-install: info: adding a relocation entry for 0x5093.
grub-install: info: adding a relocation entry for 0x50ac.
grub-install: info: adding a relocation entry for 0x50b8.
grub-install: info: adding a relocation entry for 0x50ce.
grub-install: info: adding a relocation entry for 0x50df.
grub-install: info: adding a relocation entry for 0x50e9.
grub-install: info: adding a relocation entry for 0x50f8.
grub-install: info: adding a relocation entry for 0x5107.
grub-install: info: adding a relocation entry for 0x5116.
grub-install: info: adding a relocation entry for 0x512a.
grub-install: info: adding a relocation entry for 0x5147.
grub-install: info: adding a relocation entry for 0x5158.
grub-install: info: adding a relocation entry for 0x5179.
grub-install: info: adding a relocation entry for 0x518e.
grub-install: info: adding a relocation entry for 0x519d.
grub-install: info: adding a relocation entry for 0x51ae.
grub-install: info: adding a relocation entry for 0x51ba.
grub-install: info: adding a relocation entry for 0x51d8.
grub-install: info: adding a relocation entry for 0x51e9.
grub-install: info: adding a relocation entry for 0x5256.
grub-install: info: adding a relocation entry for 0x5267.
grub-install: info: adding a relocation entry for 0x52b2.
grub-install: info: adding a relocation entry for 0x52c3.
grub-install: info: adding a relocation entry for 0x52d3.
grub-install: info: adding a relocation entry for 0x52e1.
grub-install: info: adding a relocation entry for 0x52ee.
grub-install: info: adding a relocation entry for 0x52f8.
grub-install: info: adding a relocation entry for 0x5307.
grub-install: info: adding a relocation entry for 0x5311.
grub-install: info: adding a relocation entry for 0x531e.
grub-install: info: adding a relocation entry for 0x5359.
grub-install: info: adding a relocation entry for 0x53c0.
grub-install: info: adding a relocation entry for 0x5414.
grub-install: info: adding a relocation entry for 0x54bb.
grub-install: info: adding a relocation entry for 0x54d9.
grub-install: info: adding a relocation entry for 0x5522.
grub-install: info: adding a relocation entry for 0x553c.
grub-install: info: adding a relocation entry for 0x5592.
grub-install: info: adding a relocation entry for 0x55a4.
grub-install: info: adding a relocation entry for 0x55d6.
grub-install: info: adding a relocation entry for 0x5644.
grub-install: info: adding a relocation entry for 0x565e.
grub-install: info: adding a relocation entry for 0x5670.
grub-install: info: adding a relocation entry for 0x5682.
grub-install: info: adding a relocation entry for 0x56b5.
grub-install: info: adding a relocation entry for 0x56cd.
grub-install: info: adding a relocation entry for 0x56d8.
grub-install: info: adding a relocation entry for 0x571b.
grub-install: info: adding a relocation entry for 0x5745.
grub-install: info: adding a relocation entry for 0x5781.
grub-install: info: adding a relocation entry for 0x57db.
grub-install: info: adding a relocation entry for 0x57e5.
grub-install: info: adding a relocation entry for 0x580f.
grub-install: info: adding a relocation entry for 0x581d.
grub-install: info: adding a relocation entry for 0x5870.
grub-install: info: adding a relocation entry for 0x587d.
grub-install: info: adding a relocation entry for 0x5891.
grub-install: info: adding a relocation entry for 0x58f3.
grub-install: info: adding a relocation entry for 0x58fd.
grub-install: info: adding a relocation entry for 0x5907.
grub-install: info: adding a relocation entry for 0x5911.
grub-install: info: adding a relocation entry for 0x5922.
grub-install: info: adding a relocation entry for 0x5950.
grub-install: info: adding a relocation entry for 0x5961.
grub-install: info: adding a relocation entry for 0x5972.
grub-install: info: adding a relocation entry for 0x598b.
grub-install: info: adding a relocation entry for 0x59b2.
grub-install: info: adding a relocation entry for 0x59c3.
grub-install: info: adding a relocation entry for 0x59d9.
grub-install: info: adding a relocation entry for 0x59fb.
grub-install: info: adding a relocation entry for 0x5a07.
grub-install: info: adding a relocation entry for 0x5a16.
grub-install: info: adding a relocation entry for 0x5a20.
grub-install: info: adding a relocation entry for 0x5a2d.
grub-install: info: adding a relocation entry for 0x5a47.
grub-install: info: adding a relocation entry for 0x5a56.
grub-install: info: adding a relocation entry for 0x5a72.
grub-install: info: adding a relocation entry for 0x5a7c.
grub-install: info: adding a relocation entry for 0x5a94.
grub-install: info: adding a relocation entry for 0x5aac.
grub-install: info: adding a relocation entry for 0x5abd.
grub-install: info: adding a relocation entry for 0x5ad2.
grub-install: info: adding a relocation entry for 0x5ae3.
grub-install: info: adding a relocation entry for 0x5afe.
grub-install: info: adding a relocation entry for 0x5b18.
grub-install: info: adding a relocation entry for 0x5b2d.
grub-install: info: adding a relocation entry for 0x5b4d.
grub-install: info: adding a relocation entry for 0x5b64.
grub-install: info: adding a relocation entry for 0x5b8b.
grub-install: info: adding a relocation entry for 0x5b9c.
grub-install: info: adding a relocation entry for 0x5bbf.
grub-install: info: adding a relocation entry for 0x5bd8.
grub-install: info: adding a relocation entry for 0x5c30.
grub-install: info: adding a relocation entry for 0x5c9d.
grub-install: info: adding a relocation entry for 0x5cee.
grub-install: info: adding a relocation entry for 0x5d05.
grub-install: info: adding a relocation entry for 0x5d28.
grub-install: info: adding a relocation entry for 0x5d62.
grub-install: info: adding a relocation entry for 0x5d73.
grub-install: info: adding a relocation entry for 0x5e00.
grub-install: info: adding a relocation entry for 0x5e3d.
grub-install: info: adding a relocation entry for 0x5e50.
grub-install: info: adding a relocation entry for 0x5ed4.
grub-install: info: adding a relocation entry for 0x5f21.
grub-install: info: adding a relocation entry for 0x5f30.
grub-install: info: adding a relocation entry for 0x5f3f.
grub-install: info: adding a relocation entry for 0x5f49.
grub-install: info: adding a relocation entry for 0x5f73.
grub-install: info: adding a relocation entry for 0x5fc1.
grub-install: info: adding a relocation entry for 0x5fd2.
grub-install: info: adding a relocation entry for 0x600a.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 240 bytes of a fixup block starting at 0x5000.
grub-install: info: adding a relocation entry for 0x601b.
grub-install: info: adding a relocation entry for 0x6039.
grub-install: info: adding a relocation entry for 0x60a0.
grub-install: info: adding a relocation entry for 0x60aa.
grub-install: info: adding a relocation entry for 0x60b9.
grub-install: info: adding a relocation entry for 0x60cc.
grub-install: info: adding a relocation entry for 0x60d6.
grub-install: info: adding a relocation entry for 0x60e5.
grub-install: info: adding a relocation entry for 0x60f8.
grub-install: info: adding a relocation entry for 0x6102.
grub-install: info: adding a relocation entry for 0x6111.
grub-install: info: adding a relocation entry for 0x6121.
grub-install: info: adding a relocation entry for 0x6148.
grub-install: info: adding a relocation entry for 0x616c.
grub-install: info: adding a relocation entry for 0x617d.
grub-install: info: adding a relocation entry for 0x618d.
grub-install: info: adding a relocation entry for 0x61b2.
grub-install: info: adding a relocation entry for 0x61c3.
grub-install: info: adding a relocation entry for 0x61d1.
grub-install: info: adding a relocation entry for 0x61ef.
grub-install: info: adding a relocation entry for 0x61f9.
grub-install: info: adding a relocation entry for 0x6223.
grub-install: info: adding a relocation entry for 0x622d.
grub-install: info: adding a relocation entry for 0x6258.
grub-install: info: adding a relocation entry for 0x628e.
grub-install: info: adding a relocation entry for 0x6298.
grub-install: info: adding a relocation entry for 0x62aa.
grub-install: info: adding a relocation entry for 0x62c7.
grub-install: info: adding a relocation entry for 0x62d1.
grub-install: info: adding a relocation entry for 0x62e2.
grub-install: info: adding a relocation entry for 0x62fb.
grub-install: info: adding a relocation entry for 0x6305.
grub-install: info: adding a relocation entry for 0x6320.
grub-install: info: adding a relocation entry for 0x6332.
grub-install: info: adding a relocation entry for 0x6349.
grub-install: info: adding a relocation entry for 0x6359.
grub-install: info: adding a relocation entry for 0x636a.
grub-install: info: adding a relocation entry for 0x6380.
grub-install: info: adding a relocation entry for 0x638e.
grub-install: info: adding a relocation entry for 0x63a6.
grub-install: info: adding a relocation entry for 0x63e3.
grub-install: info: adding a relocation entry for 0x63ef.
grub-install: info: adding a relocation entry for 0x6429.
grub-install: info: adding a relocation entry for 0x645f.
grub-install: info: adding a relocation entry for 0x6482.
grub-install: info: adding a relocation entry for 0x6498.
grub-install: info: adding a relocation entry for 0x64b3.
grub-install: info: adding a relocation entry for 0x64da.
grub-install: info: adding a relocation entry for 0x6532.
grub-install: info: adding a relocation entry for 0x6548.
grub-install: info: adding a relocation entry for 0x6557.
grub-install: info: adding a relocation entry for 0x658b.
grub-install: info: adding a relocation entry for 0x65b1.
grub-install: info: adding a relocation entry for 0x65bb.
grub-install: info: adding a relocation entry for 0x65e5.
grub-install: info: adding a relocation entry for 0x660d.
grub-install: info: adding a relocation entry for 0x6628.
grub-install: info: adding a relocation entry for 0x66a0.
grub-install: info: adding a relocation entry for 0x66b5.
grub-install: info: adding a relocation entry for 0x66c2.
grub-install: info: adding a relocation entry for 0x66d1.
grub-install: info: adding a relocation entry for 0x66f6.
grub-install: info: adding a relocation entry for 0x670b.
grub-install: info: adding a relocation entry for 0x6718.
grub-install: info: adding a relocation entry for 0x6745.
grub-install: info: adding a relocation entry for 0x677f.
grub-install: info: adding a relocation entry for 0x6798.
grub-install: info: adding a relocation entry for 0x67a2.
grub-install: info: adding a relocation entry for 0x67b5.
grub-install: info: adding a relocation entry for 0x67c6.
grub-install: info: adding a relocation entry for 0x67dd.
grub-install: info: adding a relocation entry for 0x67e9.
grub-install: info: adding a relocation entry for 0x67fa.
grub-install: info: adding a relocation entry for 0x6805.
grub-install: info: adding a relocation entry for 0x6810.
grub-install: info: adding a relocation entry for 0x681a.
grub-install: info: adding a relocation entry for 0x682c.
grub-install: info: adding a relocation entry for 0x683c.
grub-install: info: adding a relocation entry for 0x684c.
grub-install: info: adding a relocation entry for 0x685d.
grub-install: info: adding a relocation entry for 0x6866.
grub-install: info: adding a relocation entry for 0x687e.
grub-install: info: adding a relocation entry for 0x6890.
grub-install: info: adding a relocation entry for 0x689a.
grub-install: info: adding a relocation entry for 0x68ad.
grub-install: info: adding a relocation entry for 0x68c1.
grub-install: info: adding a relocation entry for 0x68d0.
grub-install: info: adding a relocation entry for 0x68da.
grub-install: info: adding a relocation entry for 0x68e6.
grub-install: info: adding a relocation entry for 0x68f3.
grub-install: info: adding a relocation entry for 0x6900.
grub-install: info: adding a relocation entry for 0x690b.
grub-install: info: adding a relocation entry for 0x6915.
grub-install: info: adding a relocation entry for 0x6925.
grub-install: info: adding a relocation entry for 0x6934.
grub-install: info: adding a relocation entry for 0x6940.
grub-install: info: adding a relocation entry for 0x694c.
grub-install: info: adding a relocation entry for 0x6975.
grub-install: info: adding a relocation entry for 0x698b.
grub-install: info: adding a relocation entry for 0x699a.
grub-install: info: adding a relocation entry for 0x69b1.
grub-install: info: adding a relocation entry for 0x69d0.
grub-install: info: adding a relocation entry for 0x6a06.
grub-install: info: adding a relocation entry for 0x6a12.
grub-install: info: adding a relocation entry for 0x6a51.
grub-install: info: adding a relocation entry for 0x6aae.
grub-install: info: adding a relocation entry for 0x6abd.
grub-install: info: adding a relocation entry for 0x6acd.
grub-install: info: adding a relocation entry for 0x6add.
grub-install: info: adding a relocation entry for 0x6af0.
grub-install: info: adding a relocation entry for 0x6aff.
grub-install: info: adding a relocation entry for 0x6b25.
grub-install: info: adding a relocation entry for 0x6b3d.
grub-install: info: adding a relocation entry for 0x6b60.
grub-install: info: adding a relocation entry for 0x6b8a.
grub-install: info: adding a relocation entry for 0x6b9d.
grub-install: info: adding a relocation entry for 0x6bce.
grub-install: info: adding a relocation entry for 0x6be0.
grub-install: info: adding a relocation entry for 0x6bf2.
grub-install: info: adding a relocation entry for 0x6c29.
grub-install: info: adding a relocation entry for 0x6c3a.
grub-install: info: adding a relocation entry for 0x6c44.
grub-install: info: adding a relocation entry for 0x6c4e.
grub-install: info: adding a relocation entry for 0x6c62.
grub-install: info: adding a relocation entry for 0x6c79.
grub-install: info: adding a relocation entry for 0x6c83.
grub-install: info: adding a relocation entry for 0x6c8d.
grub-install: info: adding a relocation entry for 0x6cb0.
grub-install: info: adding a relocation entry for 0x6cba.
grub-install: info: adding a relocation entry for 0x6ce7.
grub-install: info: adding a relocation entry for 0x6dde.
grub-install: info: adding a relocation entry for 0x6e41.
grub-install: info: adding a relocation entry for 0x6e8e.
grub-install: info: adding a relocation entry for 0x6ea4.
grub-install: info: adding a relocation entry for 0x6ebc.
grub-install: info: adding a relocation entry for 0x6ecd.
grub-install: info: adding a relocation entry for 0x6efb.
grub-install: info: adding a relocation entry for 0x6f2e.
grub-install: info: adding a relocation entry for 0x6f5a.
grub-install: info: adding a relocation entry for 0x6f6b.
grub-install: info: adding a relocation entry for 0x6f95.
grub-install: info: adding a relocation entry for 0x6fa3.
grub-install: info: adding a relocation entry for 0x6fcd.
grub-install: info: adding a relocation entry for 0x6fda.
grub-install: info: adding a relocation entry for 0x6ff3.
grub-install: info: adding a relocation entry for 0x6ffd.
grub-install: info: adding a relocation entry for 0x700c.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 304 bytes of a fixup block starting at 0x6000.
grub-install: info: adding a relocation entry for 0x701b.
grub-install: info: adding a relocation entry for 0x7025.
grub-install: info: adding a relocation entry for 0x7035.
grub-install: info: adding a relocation entry for 0x7048.
grub-install: info: adding a relocation entry for 0x705a.
grub-install: info: adding a relocation entry for 0x7064.
grub-install: info: adding a relocation entry for 0x7073.
grub-install: info: adding a relocation entry for 0x7080.
grub-install: info: adding a relocation entry for 0x708b.
grub-install: info: adding a relocation entry for 0x70a1.
grub-install: info: adding a relocation entry for 0x70b9.
grub-install: info: adding a relocation entry for 0x70cd.
grub-install: info: adding a relocation entry for 0x70e6.
grub-install: info: adding a relocation entry for 0x70f6.
grub-install: info: adding a relocation entry for 0x7105.
grub-install: info: adding a relocation entry for 0x710f.
grub-install: info: adding a relocation entry for 0x711e.
grub-install: info: adding a relocation entry for 0x712b.
grub-install: info: adding a relocation entry for 0x7136.
grub-install: info: adding a relocation entry for 0x7149.
grub-install: info: adding a relocation entry for 0x7154.
grub-install: info: adding a relocation entry for 0x7160.
grub-install: info: adding a relocation entry for 0x7174.
grub-install: info: adding a relocation entry for 0x717f.
grub-install: info: adding a relocation entry for 0x719d.
grub-install: info: adding a relocation entry for 0x71ae.
grub-install: info: adding a relocation entry for 0x71ca.
grub-install: info: adding a relocation entry for 0x7250.
grub-install: info: adding a relocation entry for 0x7270.
grub-install: info: adding a relocation entry for 0x7280.
grub-install: info: adding a relocation entry for 0x728d.
grub-install: info: adding a relocation entry for 0x72ad.
grub-install: info: adding a relocation entry for 0x72c1.
grub-install: info: adding a relocation entry for 0x72e8.
grub-install: info: adding a relocation entry for 0x7339.
grub-install: info: adding a relocation entry for 0x7348.
grub-install: info: adding a relocation entry for 0x7354.
grub-install: info: adding a relocation entry for 0x736c.
grub-install: info: adding a relocation entry for 0x737f.
grub-install: info: adding a relocation entry for 0x7391.
grub-install: info: adding a relocation entry for 0x739d.
grub-install: info: adding a relocation entry for 0x73ac.
grub-install: info: adding a relocation entry for 0x73ea.
grub-install: info: adding a relocation entry for 0x73f9.
grub-install: info: adding a relocation entry for 0x7423.
grub-install: info: adding a relocation entry for 0x742d.
grub-install: info: adding a relocation entry for 0x7437.
grub-install: info: adding a relocation entry for 0x7443.
grub-install: info: adding a relocation entry for 0x7452.
grub-install: info: adding a relocation entry for 0x74ad.
grub-install: info: adding a relocation entry for 0x74b7.
grub-install: info: adding a relocation entry for 0x74c1.
grub-install: info: adding a relocation entry for 0x74d5.
grub-install: info: adding a relocation entry for 0x74ef.
grub-install: info: adding a relocation entry for 0x74f9.
grub-install: info: adding a relocation entry for 0x7503.
grub-install: info: adding a relocation entry for 0x7523.
grub-install: info: adding a relocation entry for 0x752d.
grub-install: info: adding a relocation entry for 0x7539.
grub-install: info: adding a relocation entry for 0x7543.
grub-install: info: adding a relocation entry for 0x7552.
grub-install: info: adding a relocation entry for 0x7576.
grub-install: info: adding a relocation entry for 0x7596.
grub-install: info: adding a relocation entry for 0x75be.
grub-install: info: adding a relocation entry for 0x761c.
grub-install: info: adding a relocation entry for 0x7637.
grub-install: info: adding a relocation entry for 0x7676.
grub-install: info: adding a relocation entry for 0x7680.
grub-install: info: adding a relocation entry for 0x76a1.
grub-install: info: adding a relocation entry for 0x76b0.
grub-install: info: adding a relocation entry for 0x76bf.
grub-install: info: adding a relocation entry for 0x76d0.
grub-install: info: adding a relocation entry for 0x76dc.
grub-install: info: adding a relocation entry for 0x76e6.
grub-install: info: adding a relocation entry for 0x76fa.
grub-install: info: adding a relocation entry for 0x7713.
grub-install: info: adding a relocation entry for 0x7723.
grub-install: info: adding a relocation entry for 0x7733.
grub-install: info: adding a relocation entry for 0x7742.
grub-install: info: adding a relocation entry for 0x774e.
grub-install: info: adding a relocation entry for 0x775a.
grub-install: info: adding a relocation entry for 0x7771.
grub-install: info: adding a relocation entry for 0x777d.
grub-install: info: adding a relocation entry for 0x778f.
grub-install: info: adding a relocation entry for 0x779b.
grub-install: info: adding a relocation entry for 0x77a5.
grub-install: info: adding a relocation entry for 0x77b3.
grub-install: info: adding a relocation entry for 0x77bd.
grub-install: info: adding a relocation entry for 0x77cd.
grub-install: info: adding a relocation entry for 0x77da.
grub-install: info: adding a relocation entry for 0x77f5.
grub-install: info: adding a relocation entry for 0x781f.
grub-install: info: adding a relocation entry for 0x7835.
grub-install: info: adding a relocation entry for 0x7847.
grub-install: info: adding a relocation entry for 0x7856.
grub-install: info: adding a relocation entry for 0x7868.
grub-install: info: adding a relocation entry for 0x7878.
grub-install: info: adding a relocation entry for 0x7899.
grub-install: info: adding a relocation entry for 0x78a5.
grub-install: info: adding a relocation entry for 0x78c9.
grub-install: info: adding a relocation entry for 0x7919.
grub-install: info: adding a relocation entry for 0x7927.
grub-install: info: adding a relocation entry for 0x7a10.
grub-install: info: adding a relocation entry for 0x7a64.
grub-install: info: adding a relocation entry for 0x7a72.
grub-install: info: adding a relocation entry for 0x7b81.
grub-install: info: adding a relocation entry for 0x7b91.
grub-install: info: adding a relocation entry for 0x7bb1.
grub-install: info: adding a relocation entry for 0x7bc9.
grub-install: info: adding a relocation entry for 0x7bdf.
grub-install: info: adding a relocation entry for 0x7c00.
grub-install: info: adding a relocation entry for 0x7c83.
grub-install: info: adding a relocation entry for 0x7d1b.
grub-install: info: adding a relocation entry for 0x7d2c.
grub-install: info: adding a relocation entry for 0x7d47.
grub-install: info: adding a relocation entry for 0x7d58.
grub-install: info: adding a relocation entry for 0x7d69.
grub-install: info: adding a relocation entry for 0x7eac.
grub-install: info: adding a relocation entry for 0x7ec5.
grub-install: info: adding a relocation entry for 0x7efb.
grub-install: info: adding a relocation entry for 0x7f0d.
grub-install: info: adding a relocation entry for 0x804b.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 256 bytes of a fixup block starting at 0x7000.
grub-install: info: adding a relocation entry for 0x80f6.
grub-install: info: adding a relocation entry for 0x81a4.
grub-install: info: adding a relocation entry for 0x81f2.
grub-install: info: adding a relocation entry for 0x82b5.
grub-install: info: adding a relocation entry for 0x834d.
grub-install: info: adding a relocation entry for 0x8376.
grub-install: info: adding a relocation entry for 0x8585.
grub-install: info: adding a relocation entry for 0x858f.
grub-install: info: adding a relocation entry for 0x8599.
grub-install: info: adding a relocation entry for 0x85bd.
grub-install: info: adding a relocation entry for 0x85da.
grub-install: info: adding a relocation entry for 0x85ee.
grub-install: info: adding a relocation entry for 0x8601.
grub-install: info: adding a relocation entry for 0x860e.
grub-install: info: adding a relocation entry for 0x861b.
grub-install: info: adding a relocation entry for 0x8628.
grub-install: info: adding a relocation entry for 0x864c.
grub-install: info: adding a relocation entry for 0x865b.
grub-install: info: adding a relocation entry for 0x866f.
grub-install: info: adding a relocation entry for 0x86cb.
grub-install: info: adding a relocation entry for 0x8715.
grub-install: info: adding a relocation entry for 0x8729.
grub-install: info: adding a relocation entry for 0x8750.
grub-install: info: adding a relocation entry for 0x875a.
grub-install: info: adding a relocation entry for 0x8780.
grub-install: info: adding a relocation entry for 0x878d.
grub-install: info: adding a relocation entry for 0x87af.
grub-install: info: adding a relocation entry for 0x87b9.
grub-install: info: adding a relocation entry for 0x87ee.
grub-install: info: adding a relocation entry for 0x87fa.
grub-install: info: adding a relocation entry for 0x8829.
grub-install: info: adding a relocation entry for 0x884b.
grub-install: info: adding a relocation entry for 0x885c.
grub-install: info: adding a relocation entry for 0x8883.
grub-install: info: adding a relocation entry for 0x88c6.
grub-install: info: adding a relocation entry for 0x88db.
grub-install: info: adding a relocation entry for 0x88f4.
grub-install: info: adding a relocation entry for 0x8919.
grub-install: info: adding a relocation entry for 0x8938.
grub-install: info: adding a relocation entry for 0x894c.
grub-install: info: adding a relocation entry for 0x8963.
grub-install: info: adding a relocation entry for 0x89c2.
grub-install: info: adding a relocation entry for 0x89d4.
grub-install: info: adding a relocation entry for 0x8a17.
grub-install: info: adding a relocation entry for 0x8a2b.
grub-install: info: adding a relocation entry for 0x8a39.
grub-install: info: adding a relocation entry for 0x8a45.
grub-install: info: adding a relocation entry for 0x8a55.
grub-install: info: adding a relocation entry for 0x8a63.
grub-install: info: adding a relocation entry for 0x8a6f.
grub-install: info: adding a relocation entry for 0x8ab7.
grub-install: info: adding a relocation entry for 0x8ad4.
grub-install: info: adding a relocation entry for 0x8ae9.
grub-install: info: adding a relocation entry for 0x8b1f.
grub-install: info: adding a relocation entry for 0x8b75.
grub-install: info: adding a relocation entry for 0x8bb2.
grub-install: info: adding a relocation entry for 0x8c55.
grub-install: info: adding a relocation entry for 0x8cad.
grub-install: info: adding a relocation entry for 0x8cc8.
grub-install: info: adding a relocation entry for 0x8ce7.
grub-install: info: adding a relocation entry for 0x8d25.
grub-install: info: adding a relocation entry for 0x8da4.
grub-install: info: adding a relocation entry for 0x8dd3.
grub-install: info: adding a relocation entry for 0x8df5.
grub-install: info: adding a relocation entry for 0x8e1d.
grub-install: info: adding a relocation entry for 0x8e28.
grub-install: info: adding a relocation entry for 0x8e7b.
grub-install: info: adding a relocation entry for 0x8e85.
grub-install: info: adding a relocation entry for 0x8eb8.
grub-install: info: adding a relocation entry for 0x8ec9.
grub-install: info: adding a relocation entry for 0x8ed6.
grub-install: info: adding a relocation entry for 0x8f29.
grub-install: info: adding a relocation entry for 0x8f3b.
grub-install: info: adding a relocation entry for 0x8f70.
grub-install: info: adding a relocation entry for 0x8fc2.
grub-install: info: adding a relocation entry for 0x8fd2.
grub-install: info: adding a relocation entry for 0x8ff0.
grub-install: info: adding a relocation entry for 0x9011.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 168 bytes of a fixup block starting at 0x8000.
grub-install: info: adding a relocation entry for 0x904e.
grub-install: info: adding a relocation entry for 0x907e.
grub-install: info: adding a relocation entry for 0x90ae.
grub-install: info: adding a relocation entry for 0x90c2.
grub-install: info: adding a relocation entry for 0x90fc.
grub-install: info: adding a relocation entry for 0x9106.
grub-install: info: adding a relocation entry for 0x911f.
grub-install: info: adding a relocation entry for 0x912e.
grub-install: info: adding a relocation entry for 0x9152.
grub-install: info: adding a relocation entry for 0x9180.
grub-install: info: adding a relocation entry for 0x918a.
grub-install: info: adding a relocation entry for 0x919e.
grub-install: info: adding a relocation entry for 0x924e.
grub-install: info: adding a relocation entry for 0x926a.
grub-install: info: adding a relocation entry for 0x927e.
grub-install: info: adding a relocation entry for 0x9288.
grub-install: info: adding a relocation entry for 0x929a.
grub-install: info: adding a relocation entry for 0x92ac.
grub-install: info: adding a relocation entry for 0x92d0.
grub-install: info: adding a relocation entry for 0x92e7.
grub-install: info: adding a relocation entry for 0x930c.
grub-install: info: adding a relocation entry for 0x9349.
grub-install: info: adding a relocation entry for 0x93a3.
grub-install: info: adding a relocation entry for 0x93bc.
grub-install: info: adding a relocation entry for 0x93d2.
grub-install: info: adding a relocation entry for 0x93f9.
grub-install: info: adding a relocation entry for 0x943c.
grub-install: info: adding a relocation entry for 0x946e.
grub-install: info: adding a relocation entry for 0x9493.
grub-install: info: adding a relocation entry for 0x94a3.
grub-install: info: adding a relocation entry for 0x94cf.
grub-install: info: adding a relocation entry for 0x94db.
grub-install: info: adding a relocation entry for 0x94e7.
grub-install: info: adding a relocation entry for 0x94f1.
grub-install: info: adding a relocation entry for 0x9505.
grub-install: info: adding a relocation entry for 0x9511.
grub-install: info: adding a relocation entry for 0x9522.
grub-install: info: adding a relocation entry for 0x9537.
grub-install: info: adding a relocation entry for 0x954c.
grub-install: info: adding a relocation entry for 0x955b.
grub-install: info: adding a relocation entry for 0x9565.
grub-install: info: adding a relocation entry for 0x9586.
grub-install: info: adding a relocation entry for 0x9590.
grub-install: info: adding a relocation entry for 0x959c.
grub-install: info: adding a relocation entry for 0x95a6.
grub-install: info: adding a relocation entry for 0x95d8.
grub-install: info: adding a relocation entry for 0x95f6.
grub-install: info: adding a relocation entry for 0x9612.
grub-install: info: adding a relocation entry for 0x963c.
grub-install: info: adding a relocation entry for 0x9650.
grub-install: info: adding a relocation entry for 0x965a.
grub-install: info: adding a relocation entry for 0x9669.
grub-install: info: adding a relocation entry for 0x9673.
grub-install: info: adding a relocation entry for 0x9691.
grub-install: info: adding a relocation entry for 0x969d.
grub-install: info: adding a relocation entry for 0x96ad.
grub-install: info: adding a relocation entry for 0x96b7.
grub-install: info: adding a relocation entry for 0x96c3.
grub-install: info: adding a relocation entry for 0x96f2.
grub-install: info: adding a relocation entry for 0x9703.
grub-install: info: adding a relocation entry for 0x974f.
grub-install: info: adding a relocation entry for 0x978a.
grub-install: info: adding a relocation entry for 0x97a3.
grub-install: info: adding a relocation entry for 0x97ca.
grub-install: info: adding a relocation entry for 0x97f7.
grub-install: info: adding a relocation entry for 0x980b.
grub-install: info: adding a relocation entry for 0x981c.
grub-install: info: adding a relocation entry for 0x9842.
grub-install: info: adding a relocation entry for 0x986a.
grub-install: info: adding a relocation entry for 0x9874.
grub-install: info: adding a relocation entry for 0x988a.
grub-install: info: adding a relocation entry for 0x9895.
grub-install: info: translating the relocation section .rela.rodata.
grub-install: info: adding a relocation entry for 0x9a00.
grub-install: info: adding a relocation entry for 0x9a08.
grub-install: info: adding a relocation entry for 0x9a10.
grub-install: info: adding a relocation entry for 0x9a18.
grub-install: info: adding a relocation entry for 0x9a20.
grub-install: info: adding a relocation entry for 0x9a28.
grub-install: info: adding a relocation entry for 0x9a30.
grub-install: info: adding a relocation entry for 0x9a38.
grub-install: info: adding a relocation entry for 0x9a40.
grub-install: info: adding a relocation entry for 0x9a48.
grub-install: info: adding a relocation entry for 0x9a50.
grub-install: info: adding a relocation entry for 0x9a58.
grub-install: info: adding a relocation entry for 0x9a60.
grub-install: info: adding a relocation entry for 0x9a68.
grub-install: info: adding a relocation entry for 0x9a70.
grub-install: info: adding a relocation entry for 0x9a78.
grub-install: info: adding a relocation entry for 0x9a80.
grub-install: info: adding a relocation entry for 0x9a88.
grub-install: info: adding a relocation entry for 0x9a90.
grub-install: info: adding a relocation entry for 0x9a98.
grub-install: info: adding a relocation entry for 0x9aa0.
grub-install: info: adding a relocation entry for 0x9aa8.
grub-install: info: adding a relocation entry for 0x9ab0.
grub-install: info: adding a relocation entry for 0x9ab8.
grub-install: info: adding a relocation entry for 0x9ac0.
grub-install: info: adding a relocation entry for 0x9ac8.
grub-install: info: adding a relocation entry for 0x9ad0.
grub-install: info: adding a relocation entry for 0x9ad8.
grub-install: info: adding a relocation entry for 0x9b40.
grub-install: info: adding a relocation entry for 0x9b48.
grub-install: info: adding a relocation entry for 0x9b50.
grub-install: info: adding a relocation entry for 0x9b58.
grub-install: info: adding a relocation entry for 0x9b60.
grub-install: info: adding a relocation entry for 0x9b68.
grub-install: info: adding a relocation entry for 0x9b70.
grub-install: info: adding a relocation entry for 0x9b78.
grub-install: info: adding a relocation entry for 0x9b80.
grub-install: info: adding a relocation entry for 0x9b88.
grub-install: info: adding a relocation entry for 0x9b90.
grub-install: info: translating the relocation section .rela.data.
grub-install: info: adding a relocation entry for 0xb520.
grub-install: info: writing 232 bytes of a fixup block starting at 0x9000.
grub-install: info: adding a relocation entry for 0xb530.
grub-install: info: adding a relocation entry for 0xb538.
grub-install: info: adding a relocation entry for 0xb540.
grub-install: info: adding a relocation entry for 0xb548.
grub-install: info: adding a relocation entry for 0xb550.
grub-install: info: adding a relocation entry for 0xb5b0.
grub-install: info: adding a relocation entry for 0xb5b8.
grub-install: info: adding a relocation entry for 0xb5c0.
grub-install: info: adding a relocation entry for 0xb5c8.
grub-install: info: adding a relocation entry for 0xb5d8.
grub-install: info: adding a relocation entry for 0xb5e0.
grub-install: info: adding a relocation entry for 0xb5e8.
grub-install: info: adding a relocation entry for 0xb5f0.
grub-install: info: adding a relocation entry for 0xb5f8.
grub-install: info: adding a relocation entry for 0xb600.
grub-install: info: adding a relocation entry for 0xb650.
grub-install: info: adding a relocation entry for 0xb668.
grub-install: info: adding a relocation entry for 0xb680.
grub-install: info: adding a relocation entry for 0xb6b0.
grub-install: info: adding a relocation entry for 0xb6c0.
grub-install: info: adding a relocation entry for 0xb6c8.
grub-install: info: adding a relocation entry for 0xb6f0.
grub-install: info: adding a relocation entry for 0xb840.
grub-install: info: adding a relocation entry for 0xb860.
grub-install: info: adding a relocation entry for 0xb868.
grub-install: info: adding a relocation entry for 0xb878.
grub-install: info: adding a relocation entry for 0xb880.
grub-install: info: adding a relocation entry for 0xb890.
grub-install: info: adding a relocation entry for 0xb898.
grub-install: info: adding a relocation entry for 0xb8a8.
grub-install: info: adding a relocation entry for 0xb8b0.
grub-install: info: adding a relocation entry for 0xb8c0.
grub-install: info: adding a relocation entry for 0xb8c8.
grub-install: info: adding a relocation entry for 0xb8d8.
grub-install: info: adding a relocation entry for 0xb8e0.
grub-install: info: adding a relocation entry for 0xb8f0.
grub-install: info: adding a relocation entry for 0xb8f8.
grub-install: info: adding a relocation entry for 0xb908.
grub-install: info: adding a relocation entry for 0xb910.
grub-install: info: adding a relocation entry for 0xb920.
grub-install: info: adding a relocation entry for 0xb928.
grub-install: info: adding a relocation entry for 0xb938.
grub-install: info: adding a relocation entry for 0xb940.
grub-install: info: adding a relocation entry for 0xb950.
grub-install: info: adding a relocation entry for 0xb958.
grub-install: info: adding a relocation entry for 0xb968.
grub-install: info: adding a relocation entry for 0xb970.
grub-install: info: adding a relocation entry for 0xb980.
grub-install: info: adding a relocation entry for 0xb988.
grub-install: info: adding a relocation entry for 0xb998.
grub-install: info: adding a relocation entry for 0xb9a0.
grub-install: info: adding a relocation entry for 0xb9b0.
grub-install: info: adding a relocation entry for 0xb9b8.
grub-install: info: adding a relocation entry for 0xb9c8.
grub-install: info: adding a relocation entry for 0xb9d0.
grub-install: info: adding a relocation entry for 0xb9e0.
grub-install: info: adding a relocation entry for 0xb9e8.
grub-install: info: adding a relocation entry for 0xb9f8.
grub-install: info: adding a relocation entry for 0xba00.
grub-install: info: adding a relocation entry for 0xba10.
grub-install: info: adding a relocation entry for 0xba18.
grub-install: info: adding a relocation entry for 0xba28.
grub-install: info: adding a relocation entry for 0xba30.
grub-install: info: adding a relocation entry for 0xba40.
grub-install: info: adding a relocation entry for 0xba48.
grub-install: info: adding a relocation entry for 0xba58.
grub-install: info: adding a relocation entry for 0xba60.
grub-install: info: adding a relocation entry for 0xba70.
grub-install: info: adding a relocation entry for 0xba78.
grub-install: info: adding a relocation entry for 0xba88.
grub-install: info: adding a relocation entry for 0xba90.
grub-install: info: adding a relocation entry for 0xbaa0.
grub-install: info: adding a relocation entry for 0xbaa8.
grub-install: info: adding a relocation entry for 0xbab8.
grub-install: info: adding a relocation entry for 0xbac0.
grub-install: info: adding a relocation entry for 0xbad0.
grub-install: info: adding a relocation entry for 0xbad8.
grub-install: info: adding a relocation entry for 0xbae8.
grub-install: info: adding a relocation entry for 0xbaf0.
grub-install: info: adding a relocation entry for 0xbb00.
grub-install: info: adding a relocation entry for 0xbb08.
grub-install: info: adding a relocation entry for 0xbb18.
grub-install: info: adding a relocation entry for 0xbb20.
grub-install: info: adding a relocation entry for 0xbb30.
grub-install: info: adding a relocation entry for 0xbb38.
grub-install: info: adding a relocation entry for 0xbb48.
grub-install: info: adding a relocation entry for 0xbb50.
grub-install: info: adding a relocation entry for 0xbb60.
grub-install: info: adding a relocation entry for 0xbb68.
grub-install: info: adding a relocation entry for 0xbb78.
grub-install: info: adding a relocation entry for 0xbb80.
grub-install: info: adding a relocation entry for 0xbb90.
grub-install: info: adding a relocation entry for 0xbb98.
grub-install: info: adding a relocation entry for 0xbba8.
grub-install: info: adding a relocation entry for 0xbbb0.
grub-install: info: adding a relocation entry for 0xbbc0.
grub-install: info: adding a relocation entry for 0xbbc8.
grub-install: info: adding a relocation entry for 0xbbd8.
grub-install: info: adding a relocation entry for 0xbbe0.
grub-install: info: adding a relocation entry for 0xbbf0.
grub-install: info: adding a relocation entry for 0xbbf8.
grub-install: info: adding a relocation entry for 0xbc08.
grub-install: info: adding a relocation entry for 0xbc10.
grub-install: info: adding a relocation entry for 0xbc20.
grub-install: info: adding a relocation entry for 0xbc28.
grub-install: info: adding a relocation entry for 0xbc38.
grub-install: info: adding a relocation entry for 0xbc40.
grub-install: info: adding a relocation entry for 0xbc50.
grub-install: info: adding a relocation entry for 0xbc58.
grub-install: info: adding a relocation entry for 0xbc68.
grub-install: info: adding a relocation entry for 0xbc70.
grub-install: info: adding a relocation entry for 0xbc80.
grub-install: info: adding a relocation entry for 0xbc88.
grub-install: info: adding a relocation entry for 0xbc98.
grub-install: info: adding a relocation entry for 0xbca0.
grub-install: info: adding a relocation entry for 0xbcb0.
grub-install: info: adding a relocation entry for 0xbcb8.
grub-install: info: adding a relocation entry for 0xbcc8.
grub-install: info: adding a relocation entry for 0xbcd0.
grub-install: info: adding a relocation entry for 0xbce0.
grub-install: info: adding a relocation entry for 0xbce8.
grub-install: info: adding a relocation entry for 0xbcf8.
grub-install: info: adding a relocation entry for 0xbd00.
grub-install: info: adding a relocation entry for 0xbd10.
grub-install: info: adding a relocation entry for 0xbd18.
grub-install: info: adding a relocation entry for 0xbd28.
grub-install: info: adding a relocation entry for 0xbd30.
grub-install: info: adding a relocation entry for 0xbd40.
grub-install: info: adding a relocation entry for 0xbd48.
grub-install: info: adding a relocation entry for 0xbd58.
grub-install: info: adding a relocation entry for 0xbd60.
grub-install: info: adding a relocation entry for 0xbd70.
grub-install: info: adding a relocation entry for 0xbd78.
grub-install: info: adding a relocation entry for 0xbd88.
grub-install: info: adding a relocation entry for 0xbd90.
grub-install: info: adding a relocation entry for 0xbda0.
grub-install: info: adding a relocation entry for 0xbda8.
grub-install: info: adding a relocation entry for 0xbdb8.
grub-install: info: adding a relocation entry for 0xbdc0.
grub-install: info: adding a relocation entry for 0xbdd0.
grub-install: info: adding a relocation entry for 0xbdd8.
grub-install: info: adding a relocation entry for 0xbde8.
grub-install: info: adding a relocation entry for 0xbdf0.
grub-install: info: adding a relocation entry for 0xbe00.
grub-install: info: adding a relocation entry for 0xbe08.
grub-install: info: adding a relocation entry for 0xbe18.
grub-install: info: adding a relocation entry for 0xbe20.
grub-install: info: adding a relocation entry for 0xbe30.
grub-install: info: adding a relocation entry for 0xbe38.
grub-install: info: adding a relocation entry for 0xbe48.
grub-install: info: adding a relocation entry for 0xbe50.
grub-install: info: adding a relocation entry for 0xbe60.
grub-install: info: adding a relocation entry for 0xbe68.
grub-install: info: adding a relocation entry for 0xbe78.
grub-install: info: adding a relocation entry for 0xbe80.
grub-install: info: adding a relocation entry for 0xbe90.
grub-install: info: adding a relocation entry for 0xbe98.
grub-install: info: adding a relocation entry for 0xbea8.
grub-install: info: adding a relocation entry for 0xbeb0.
grub-install: info: adding a relocation entry for 0xbec0.
grub-install: info: adding a relocation entry for 0xbec8.
grub-install: info: adding a relocation entry for 0xbed8.
grub-install: info: adding a relocation entry for 0xbee0.
grub-install: info: adding a relocation entry for 0xbef0.
grub-install: info: adding a relocation entry for 0xbef8.
grub-install: info: adding a relocation entry for 0xbf08.
grub-install: info: adding a relocation entry for 0xbf10.
grub-install: info: adding a relocation entry for 0xbf20.
grub-install: info: adding a relocation entry for 0xbf28.
grub-install: info: adding a relocation entry for 0xbf38.
grub-install: info: adding a relocation entry for 0xbf40.
grub-install: info: adding a relocation entry for 0xbf50.
grub-install: info: adding a relocation entry for 0xbf58.
grub-install: info: adding a relocation entry for 0xbf68.
grub-install: info: adding a relocation entry for 0xbf70.
grub-install: info: adding a relocation entry for 0xbf80.
grub-install: info: adding a relocation entry for 0xbf88.
grub-install: info: adding a relocation entry for 0xbf98.
grub-install: info: adding a relocation entry for 0xbfa0.
grub-install: info: adding a relocation entry for 0xbfb0.
grub-install: info: adding a relocation entry for 0xbfb8.
grub-install: info: adding a relocation entry for 0xbfc8.
grub-install: info: adding a relocation entry for 0xbfd0.
grub-install: info: adding a relocation entry for 0xbfe0.
grub-install: info: adding a relocation entry for 0xbfe8.
grub-install: info: adding a relocation entry for 0xbff8.
grub-install: info: adding a relocation entry for 0xc000.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 384 bytes of a fixup block starting at 0xb000.
grub-install: info: adding a relocation entry for 0xc010.
grub-install: info: adding a relocation entry for 0xc018.
grub-install: info: adding a relocation entry for 0xc028.
grub-install: info: adding a relocation entry for 0xc030.
grub-install: info: adding a relocation entry for 0xc040.
grub-install: info: adding a relocation entry for 0xc048.
grub-install: info: adding a relocation entry for 0xc058.
grub-install: info: adding a relocation entry for 0xc060.
grub-install: info: adding a relocation entry for 0xc070.
grub-install: info: adding a relocation entry for 0xc078.
grub-install: info: adding a relocation entry for 0xc088.
grub-install: info: adding a relocation entry for 0xc090.
grub-install: info: adding a relocation entry for 0xc0a0.
grub-install: info: adding a relocation entry for 0xc0a8.
grub-install: info: adding a relocation entry for 0xc0b8.
grub-install: info: adding a relocation entry for 0xc0c0.
grub-install: info: adding a relocation entry for 0xc0d0.
grub-install: info: adding a relocation entry for 0xc0d8.
grub-install: info: adding a relocation entry for 0xc0e8.
grub-install: info: adding a relocation entry for 0xc0f0.
grub-install: info: adding a relocation entry for 0xc100.
grub-install: info: adding a relocation entry for 0xc108.
grub-install: info: adding a relocation entry for 0xc118.
grub-install: info: adding a relocation entry for 0xc120.
grub-install: info: adding a relocation entry for 0xc130.
grub-install: info: adding a relocation entry for 0xc138.
grub-install: info: adding a relocation entry for 0xc148.
grub-install: info: adding a relocation entry for 0xc150.
grub-install: info: adding a relocation entry for 0xc160.
grub-install: info: adding a relocation entry for 0xc168.
grub-install: info: adding a relocation entry for 0xc178.
grub-install: info: adding a relocation entry for 0xc180.
grub-install: info: adding a relocation entry for 0xc190.
grub-install: info: adding a relocation entry for 0xc198.
grub-install: info: adding a relocation entry for 0xc1a8.
grub-install: info: adding a relocation entry for 0xc1b0.
grub-install: info: adding a relocation entry for 0xc1c0.
grub-install: info: adding a relocation entry for 0xc1c8.
grub-install: info: adding a relocation entry for 0xc1d8.
grub-install: info: adding a relocation entry for 0xc1e0.
grub-install: info: adding a relocation entry for 0xc1f0.
grub-install: info: adding a relocation entry for 0xc1f8.
grub-install: info: adding a relocation entry for 0xc208.
grub-install: info: adding a relocation entry for 0xc210.
grub-install: info: adding a relocation entry for 0xc220.
grub-install: info: adding a relocation entry for 0xc228.
grub-install: info: adding a relocation entry for 0xc238.
grub-install: info: adding a relocation entry for 0xc240.
grub-install: info: adding a relocation entry for 0xc250.
grub-install: info: adding a relocation entry for 0xc258.
grub-install: info: adding a relocation entry for 0xc268.
grub-install: info: adding a relocation entry for 0xc270.
grub-install: info: adding a relocation entry for 0xc280.
grub-install: info: adding a relocation entry for 0xc288.
grub-install: info: adding a relocation entry for 0xc298.
grub-install: info: adding a relocation entry for 0xc2a0.
grub-install: info: adding a relocation entry for 0xc2b0.
grub-install: info: adding a relocation entry for 0xc2b8.
grub-install: info: adding a relocation entry for 0xc2c8.
grub-install: info: adding a relocation entry for 0xc2d0.
grub-install: info: adding a relocation entry for 0xc2e0.
grub-install: info: adding a relocation entry for 0xc2e8.
grub-install: info: adding a relocation entry for 0xc2f8.
grub-install: info: adding a relocation entry for 0xc300.
grub-install: info: adding a relocation entry for 0xc310.
grub-install: info: adding a relocation entry for 0xc318.
grub-install: info: adding a relocation entry for 0xc328.
grub-install: info: adding a relocation entry for 0xc330.
grub-install: info: adding a relocation entry for 0xc340.
grub-install: info: adding a relocation entry for 0xc348.
grub-install: info: adding a relocation entry for 0xc358.
grub-install: info: adding a relocation entry for 0xc360.
grub-install: info: adding a relocation entry for 0xc370.
grub-install: info: adding a relocation entry for 0xc378.
grub-install: info: adding a relocation entry for 0xc388.
grub-install: info: adding a relocation entry for 0xc390.
grub-install: info: adding a relocation entry for 0xc3a0.
grub-install: info: adding a relocation entry for 0xc3a8.
grub-install: info: adding a relocation entry for 0xc3b8.
grub-install: info: adding a relocation entry for 0xc3c0.
grub-install: info: adding a relocation entry for 0xc3d0.
grub-install: info: adding a relocation entry for 0xc3d8.
grub-install: info: adding a relocation entry for 0xc3e8.
grub-install: info: adding a relocation entry for 0xc3f0.
grub-install: info: adding a relocation entry for 0xc400.
grub-install: info: adding a relocation entry for 0xc408.
grub-install: info: adding a relocation entry for 0xc418.
grub-install: info: adding a relocation entry for 0xc420.
grub-install: info: adding a relocation entry for 0xc430.
grub-install: info: adding a relocation entry for 0xc438.
grub-install: info: adding a relocation entry for 0xc448.
grub-install: info: adding a relocation entry for 0xc450.
grub-install: info: adding a relocation entry for 0xc460.
grub-install: info: adding a relocation entry for 0xc468.
grub-install: info: adding a relocation entry for 0xc478.
grub-install: info: adding a relocation entry for 0xc480.
grub-install: info: adding a relocation entry for 0xc490.
grub-install: info: adding a relocation entry for 0xc498.
grub-install: info: adding a relocation entry for 0xc4a8.
grub-install: info: adding a relocation entry for 0xc4b0.
grub-install: info: adding a relocation entry for 0xc4c0.
grub-install: info: adding a relocation entry for 0xc4c8.
grub-install: info: adding a relocation entry for 0xc4d8.
grub-install: info: adding a relocation entry for 0xc4e0.
grub-install: info: adding a relocation entry for 0xc4f0.
grub-install: info: adding a relocation entry for 0xc4f8.
grub-install: info: adding a relocation entry for 0xc508.
grub-install: info: adding a relocation entry for 0xc510.
grub-install: info: adding a relocation entry for 0xc520.
grub-install: info: adding a relocation entry for 0xc528.
grub-install: info: adding a relocation entry for 0xc538.
grub-install: info: adding a relocation entry for 0xc540.
grub-install: info: adding a relocation entry for 0xc550.
grub-install: info: adding a relocation entry for 0xc558.
grub-install: info: adding a relocation entry for 0xc568.
grub-install: info: adding a relocation entry for 0xc570.
grub-install: info: adding a relocation entry for 0xc580.
grub-install: info: adding a relocation entry for 0xc588.
grub-install: info: adding a relocation entry for 0xc598.
grub-install: info: adding a relocation entry for 0xc5a0.
grub-install: info: adding a relocation entry for 0xc5b0.
grub-install: info: adding a relocation entry for 0xc5b8.
grub-install: info: adding a relocation entry for 0xc5c8.
grub-install: info: adding a relocation entry for 0xc5d0.
grub-install: info: adding a relocation entry for 0xc5e0.
grub-install: info: adding a relocation entry for 0xc5e8.
grub-install: info: adding a relocation entry for 0xc5f8.
grub-install: info: adding a relocation entry for 0xc600.
grub-install: info: adding a relocation entry for 0xc610.
grub-install: info: adding a relocation entry for 0xc618.
grub-install: info: adding a relocation entry for 0xc628.
grub-install: info: adding a relocation entry for 0xc630.
grub-install: info: adding a relocation entry for 0xc640.
grub-install: info: adding a relocation entry for 0xc648.
grub-install: info: adding a relocation entry for 0xc658.
grub-install: info: adding a relocation entry for 0xc660.
grub-install: info: adding a relocation entry for 0xc670.
grub-install: info: adding a relocation entry for 0xc678.
grub-install: info: adding a relocation entry for 0xc688.
grub-install: info: adding a relocation entry for 0xc690.
grub-install: info: adding a relocation entry for 0xc6a0.
grub-install: info: adding a relocation entry for 0xc6a8.
grub-install: info: adding a relocation entry for 0xc6b8.
grub-install: info: adding a relocation entry for 0xc6c0.
grub-install: info: adding a relocation entry for 0xc6d0.
grub-install: info: adding a relocation entry for 0xc6d8.
grub-install: info: adding a relocation entry for 0xc6e8.
grub-install: info: adding a relocation entry for 0xc6f0.
grub-install: info: adding 231 padding fixup entries.
grub-install: info: writing 768 bytes of a fixup block starting at 0xc000.
grub-install: info: reading /usr/lib/grub/x86_64-efi/fshelp.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/ext2.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
grub-install: info: kernel_img=0x1097ea0, kernel_size=0x18400.
grub-install: info: the core size is 0x1c1d0.
grub-install: info: writing 0x1d400 bytes.
grub-install: info: copying `/boot/grub/x86_64-efi/core.efi' -> `/boot/efi/EFI/debian/grubx64.efi'.
grub-install: info: Registering with EFI: distributor = `debian', path = `\EFI\debian\grubx64.efi', ESP at hostdisk//dev/sda,gpt1.
grub-install: info: executing efibootmgr --version </dev/null >/dev/null.
grub-install: info: executing modprobe -q efivars.
efibootmgr: EFI variables are not supported on this system.
grub-install: info: executing efibootmgr -c -d /dev/sda -p 1 -w -L debian -l \EFI\debian\grubx64.efi.
efibootmgr: EFI variables are not supported on this system.
Installation finished. No error reported.
*********************** END grub-install.log


-- Package-specific info:

*********************** BEGIN /proc/mounts
/dev/dm-2 / ext4 rw,relatime,discard,errors=remount-ro,data=ordered 0 0
/dev/sda4 /boot ext2 rw,relatime 0 0
/dev/sda2 /mnt/rescue ext4 rw,relatime,discard,errors=remount-ro,data=ordered 0 0
/dev/mapper/musik /mnt/musik ext4 rw,relatime,errors=remount-ro,data=ordered 0 0
/dev/sda1 /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro 0 0
*********************** END /proc/mounts

*********************** BEGIN /boot/grub/grub.cfg

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages grub2-common depends on:
ii  dpkg                1.18.4
ii  grub-common         2.02~beta2-33
ii  install-info        6.0.0.dfsg.1-4
ii  libc6               2.21-6
ii  libdevmapper1.02.1  2:1.02.114-1
ii  liblzma5            5.1.1alpha+20120614-2.1

grub2-common recommends no packages.

grub2-common suggests no packages.

-- no debconf information



More information about the Pkg-grub-devel mailing list