You are not logged in.

#1 2015-09-12 14:04:32

corrupt
Member
Registered: 2007-06-25
Posts: 74

[Solved] Grub2 UEFI Black Screen

Having grub2 problem for 2 days after resizing partition with Acronis Disk Director which changed partition order and broke grub. Managed to boot with efi vars with the help of gparted live cd and flash drive, then did grub-install without errors but getting black screen with blinking cursor after booting into arch efi image. I have latest pacman packages and provided all config files and grub-install output. Followed this guide for my M5A97 motherboard. Tried typing stuff after booting into black screen to no avail.

>blkid

/dev/sda1: LABEL="M-PM-^WM-PM-0M-QM-^@M-PM-5M-PM-7M-PM-5M-QM-^@M-PM-2M-PM-8M-QM-^@M-PM->M-PM-2M-PM-0M-PM-=M-PM-> M-QM-^AM-PM-8M-QM-^AM-QM-^BM-PM-5M-PM-<M-PM->M-PM-9" UUID="D4A459B5A4599AB6" TYPE="ntfs" PARTLABEL="Microsoft basic data" PARTUUID="8484c5cc-d6fa-41a6-8b7e-e6fb042ee04c"
/dev/sda2: UUID="69560316-8281-4a2a-9e8d-005b4a612c40" TYPE="swap" PARTLABEL="Linux swap" PARTUUID="84579eee-128a-4932-b40c-7d41a8c9586d"
/dev/sda3: LABEL="Arch" UUID="e760e4f1-7805-b384-2327-692c39b1bef2" TYPE="reiserfs" PARTLABEL="Linux filesystem" PARTUUID="8aaab9c1-d279-4d4f-86c0-bc765e7ea522"
/dev/sda4: UUID="D85A9C5F5A9C3C66" TYPE="ntfs" PARTLABEL="Microsoft basic data" PARTUUID="104e9ffd-8860-43c8-9fcd-fbb41e6a6037"
/dev/sda5: LABEL="home" UUID="9c725b82-85f4-1168-1433-14795115a2ad" TYPE="ext3" PARTLABEL="Linux filesystem" PARTUUID="9f24b265-ef65-44a9-ae50-155186597e64"
/dev/sda6: PARTLABEL="Microsoft basic data" PARTUUID="9b90f283-289c-420a-8b73-f891fda75c38"
/dev/sda7: LABEL="EFI-BOOT" UUID="787F-05DD" TYPE="vfat" PARTUUID="c92e4c3a-00d8-41cf-81f4-3d3c5a8e86aa"
/dev/sdb1: LABEL="store" UUID="3db3187b-8c7a-4bd2-afba-2e66cf60914d" TYPE="ext3" PARTUUID="00040b8f-01"
/dev/sdc1: SEC_TYPE="msdos" UUID="0EB6-0000" TYPE="vfat" PARTUUID="bd66a70a-01"

grub.cfg generated automatically with grub-mkconfig

#
# 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 ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
  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 reiserfs
set root='hd0,gpt3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  e760e4f1-7805-b384-2327-692c39b1bef2
else
  search --no-floppy --fs-uuid --set=root e760e4f1-7805-b384-2327-692c39b1bef2
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=640x480
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=ru_RU
  insmod gettext
fi
terminal_input console
terminal_output gfxterm
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
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-e760e4f1-7805-b384-2327-692c39b1bef2' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_gpt 
	insmod reiserfs
	set root='hd0,gpt3'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  e760e4f1-7805-b384-2327-692c39b1bef2
	else
	  search --no-floppy --fs-uuid --set=root e760e4f1-7805-b384-2327-692c39b1bef2
	fi
	echo	'Loading Linux linux ...'
	linux	/boot/vmlinuz-linux root=UUID=e760e4f1-7805-b384-2327-692c39b1bef2 rw  text nomodeset
	echo	'Loading initial ramdisk ...'
	initrd	 /boot/initramfs-linux.img
}
submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-e760e4f1-7805-b384-2327-692c39b1bef2' {
	menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-e760e4f1-7805-b384-2327-692c39b1bef2' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt 
		insmod reiserfs
		set root='hd0,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  e760e4f1-7805-b384-2327-692c39b1bef2
		else
		  search --no-floppy --fs-uuid --set=root e760e4f1-7805-b384-2327-692c39b1bef2
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=e760e4f1-7805-b384-2327-692c39b1bef2 rw  text nomodeset
		echo	'Loading initial ramdisk ...'
		initrd	 /boot/initramfs-linux.img
	}
	menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-e760e4f1-7805-b384-2327-692c39b1bef2' {
		load_video
		set gfxpayload=keep
		insmod gzio
		insmod part_gpt 
		insmod reiserfs
		set root='hd0,gpt3'
		if [ x$feature_platform_search_hint = xy ]; then
		  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt3 --hint-efi=hd0,gpt3 --hint-baremetal=ahci0,gpt3  e760e4f1-7805-b384-2327-692c39b1bef2
		else
		  search --no-floppy --fs-uuid --set=root e760e4f1-7805-b384-2327-692c39b1bef2
		fi
		echo	'Loading Linux linux ...'
		linux	/boot/vmlinuz-linux root=UUID=e760e4f1-7805-b384-2327-692c39b1bef2 rw  text nomodeset
		echo	'Loading initial ramdisk ...'
		initrd	 /boot/initramfs-linux-fallback.img
	}
}

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

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

### BEGIN /etc/grub.d/30_os-prober ###
menuentry 'Windows Boot Manager (on /dev/sda7)' --class windows --class os $menuentry_id_option 'osprober-efi-787F-05DD' {
	insmod part_gpt 
	insmod fat
	set root='hd0,gpt7'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt7 --hint-efi=hd0,gpt7 --hint-baremetal=ahci0,gpt7  787F-05DD
	else
	  search --no-floppy --fs-uuid --set=root 787F-05DD
	fi
	chainloader /efi/Microsoft/Boot/bootmgfw.efi
}
### END /etc/grub.d/30_os-prober ###

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

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

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${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 ###

### BEGIN /etc/grub.d/60_memtest86+ ###
### END /etc/grub.d/60_memtest86+ ###

Output from grub-install --target=x86_64-efi --efi-directory=/boot/efi --recheck --debug /dev/sda

Installing for x86_64-efi platform.
grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
grub-install: info: /dev/sda7 is not present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 975708160.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: Partition 3 starts from 46170873.
grub-install: info: Partition 4 starts from 156392838.
grub-install: info: Partition 5 starts from 419426304.
grub-install: info: Partition 6 starts from 975708160.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 975708160.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: Partition 3 starts from 46170873.
grub-install: info: Partition 4 starts from 156392838.
grub-install: info: Partition 5 starts from 419426304.
grub-install: info: Partition 6 starts from 975708160.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 975708160.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: Partition 3 starts from 46170873.
grub-install: info: Partition 4 starts from 156392838.
grub-install: info: Partition 5 starts from 419426304.
grub-install: info: Partition 6 starts from 975708160.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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/gcry_blowfish.mod' -> `/boot/grub/x86_64-efi/gcry_blowfish.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cacheinfo.mod' -> `/boot/grub/x86_64-efi/cacheinfo.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/gcry_sha1.mod' -> `/boot/grub/x86_64-efi/gcry_sha1.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/cmp.mod' -> `/boot/grub/x86_64-efi/cmp.mod'.
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/usbserial_usbdebug.mod' -> `/boot/grub/x86_64-efi/usbserial_usbdebug.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/part_sunpc.mod' -> `/boot/grub/x86_64-efi/part_sunpc.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/gcry_rijndael.mod' -> `/boot/grub/x86_64-efi/gcry_rijndael.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/part_acorn.mod' -> `/boot/grub/x86_64-efi/part_acorn.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/minix2.mod' -> `/boot/grub/x86_64-efi/minix2.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/minix3.mod' -> `/boot/grub/x86_64-efi/minix3.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/msdospart.mod' -> `/boot/grub/x86_64-efi/msdospart.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/usbtest.mod' -> `/boot/grub/x86_64-efi/usbtest.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/trig.mod' -> `/boot/grub/x86_64-efi/trig.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/hdparm.mod' -> `/boot/grub/x86_64-efi/hdparm.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/date.mod' -> `/boot/grub/x86_64-efi/date.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/setjmp.mod' -> `/boot/grub/x86_64-efi/setjmp.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/iorw.mod' -> `/boot/grub/x86_64-efi/iorw.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/sleep_test.mod' -> `/boot/grub/x86_64-efi/sleep_test.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/pbkdf2.mod' -> `/boot/grub/x86_64-efi/pbkdf2.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/gfxterm.mod' -> `/boot/grub/x86_64-efi/gfxterm.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_crc.mod' -> `/boot/grub/x86_64-efi/gcry_crc.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/part_bsd.mod' -> `/boot/grub/x86_64-efi/part_bsd.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/ldm.mod' -> `/boot/grub/x86_64-efi/ldm.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/search_fs_file.mod' -> `/boot/grub/x86_64-efi/search_fs_file.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/bufio.mod' -> `/boot/grub/x86_64-efi/bufio.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/loadenv.mod' -> `/boot/grub/x86_64-efi/loadenv.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/linux16.mod' -> `/boot/grub/x86_64-efi/linux16.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/sfs.mod' -> `/boot/grub/x86_64-efi/sfs.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/blocklist.mod' -> `/boot/grub/x86_64-efi/blocklist.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/hexdump.mod' -> `/boot/grub/x86_64-efi/hexdump.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/disk.mod' -> `/boot/grub/x86_64-efi/disk.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/zfs.mod' -> `/boot/grub/x86_64-efi/zfs.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/font.mod' -> `/boot/grub/x86_64-efi/font.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/multiboot.mod' -> `/boot/grub/x86_64-efi/multiboot.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/elf.mod' -> `/boot/grub/x86_64-efi/elf.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/diskfilter.mod' -> `/boot/grub/x86_64-efi/diskfilter.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/hfspluscomp.mod' -> `/boot/grub/x86_64-efi/hfspluscomp.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/fat.mod' -> `/boot/grub/x86_64-efi/fat.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/testspeed.mod' -> `/boot/grub/x86_64-efi/testspeed.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_dsa.mod' -> `/boot/grub/x86_64-efi/gcry_dsa.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/spkmodem.mod' -> `/boot/grub/x86_64-efi/spkmodem.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/boottime.mod' -> `/boot/grub/x86_64-efi/boottime.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/tar.mod' -> `/boot/grub/x86_64-efi/tar.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/reiserfs.mod' -> `/boot/grub/x86_64-efi/reiserfs.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/div_test.mod' -> `/boot/grub/x86_64-efi/div_test.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/lsmmap.mod' -> `/boot/grub/x86_64-efi/lsmmap.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/mdraid09_be.mod' -> `/boot/grub/x86_64-efi/mdraid09_be.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/bitmap.mod' -> `/boot/grub/x86_64-efi/bitmap.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/all_video.mod' -> `/boot/grub/x86_64-efi/all_video.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/video_bochs.mod' -> `/boot/grub/x86_64-efi/video_bochs.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/pata.mod' -> `/boot/grub/x86_64-efi/pata.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/gcry_md4.mod' -> `/boot/grub/x86_64-efi/gcry_md4.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/squash4.mod' -> `/boot/grub/x86_64-efi/squash4.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/geli.mod' -> `/boot/grub/x86_64-efi/geli.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/usbms.mod' -> `/boot/grub/x86_64-efi/usbms.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/tga.mod' -> `/boot/grub/x86_64-efi/tga.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/gzio.mod' -> `/boot/grub/x86_64-efi/gzio.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/extcmd.mod' -> `/boot/grub/x86_64-efi/extcmd.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/archelp.mod' -> `/boot/grub/x86_64-efi/archelp.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/verify.mod' -> `/boot/grub/x86_64-efi/verify.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_idea.mod' -> `/boot/grub/x86_64-efi/gcry_idea.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/ohci.mod' -> `/boot/grub/x86_64-efi/ohci.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/cbfs.mod' -> `/boot/grub/x86_64-efi/cbfs.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/mpi.mod' -> `/boot/grub/x86_64-efi/mpi.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/efi_uga.mod' -> `/boot/grub/x86_64-efi/efi_uga.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/tftp.mod' -> `/boot/grub/x86_64-efi/tftp.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/udf.mod' -> `/boot/grub/x86_64-efi/udf.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/lsefi.mod' -> `/boot/grub/x86_64-efi/lsefi.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/minicmd.mod' -> `/boot/grub/x86_64-efi/minicmd.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/part_dvh.mod' -> `/boot/grub/x86_64-efi/part_dvh.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/part_plan.mod' -> `/boot/grub/x86_64-efi/part_plan.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/relocator.mod' -> `/boot/grub/x86_64-efi/relocator.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/normal.mod' -> `/boot/grub/x86_64-efi/normal.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/cpio.mod' -> `/boot/grub/x86_64-efi/cpio.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/ls.mod' -> `/boot/grub/x86_64-efi/ls.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/pbkdf2_test.mod' -> `/boot/grub/x86_64-efi/pbkdf2_test.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/efi_gop.mod' -> `/boot/grub/x86_64-efi/efi_gop.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/usbserial_common.mod' -> `/boot/grub/x86_64-efi/usbserial_common.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/exfat.mod' -> `/boot/grub/x86_64-efi/exfat.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/nilfs2.mod' -> `/boot/grub/x86_64-efi/nilfs2.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/video_fb.mod' -> `/boot/grub/x86_64-efi/video_fb.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/afs.mod' -> `/boot/grub/x86_64-efi/afs.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/hfs.mod' -> `/boot/grub/x86_64-efi/hfs.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/backtrace.mod' -> `/boot/grub/x86_64-efi/backtrace.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/usbserial_ftdi.mod' -> `/boot/grub/x86_64-efi/usbserial_ftdi.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/procfs.mod' -> `/boot/grub/x86_64-efi/procfs.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/zfsinfo.mod' -> `/boot/grub/x86_64-efi/zfsinfo.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/tr.mod' -> `/boot/grub/x86_64-efi/tr.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/jpeg.mod' -> `/boot/grub/x86_64-efi/jpeg.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/gcry_seed.mod' -> `/boot/grub/x86_64-efi/gcry_seed.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/luks.mod' -> `/boot/grub/x86_64-efi/luks.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/romfs.mod' -> `/boot/grub/x86_64-efi/romfs.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/part_sun.mod' -> `/boot/grub/x86_64-efi/part_sun.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/gptsync.mod' -> `/boot/grub/x86_64-efi/gptsync.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/gettext.mod' -> `/boot/grub/x86_64-efi/gettext.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/gcry_rmd160.mod' -> `/boot/grub/x86_64-efi/gcry_rmd160.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/play.mod' -> `/boot/grub/x86_64-efi/play.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/functional_test.mod' -> `/boot/grub/x86_64-efi/functional_test.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/parttool.mod' -> `/boot/grub/x86_64-efi/parttool.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/raid5rec.mod' -> `/boot/grub/x86_64-efi/raid5rec.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/reboot.mod' -> `/boot/grub/x86_64-efi/reboot.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/crc64.mod' -> `/boot/grub/x86_64-efi/crc64.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/gfxterm_menu.mod' -> `/boot/grub/x86_64-efi/gfxterm_menu.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/configfile.mod' -> `/boot/grub/x86_64-efi/configfile.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/gfxmenu.mod' -> `/boot/grub/x86_64-efi/gfxmenu.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/fshelp.mod' -> `/boot/grub/x86_64-efi/fshelp.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/setpci.mod' -> `/boot/grub/x86_64-efi/setpci.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/gcry_sha512.mod' -> `/boot/grub/x86_64-efi/gcry_sha512.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/gcry_rfc2268.mod' -> `/boot/grub/x86_64-efi/gcry_rfc2268.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/hello.mod' -> `/boot/grub/x86_64-efi/hello.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/read.mod' -> `/boot/grub/x86_64-efi/read.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/boot.mod' -> `/boot/grub/x86_64-efi/boot.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/png.mod' -> `/boot/grub/x86_64-efi/png.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/lsacpi.mod' -> `/boot/grub/x86_64-efi/lsacpi.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/memdisk.mod' -> `/boot/grub/x86_64-efi/memdisk.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/datetime.mod' -> `/boot/grub/x86_64-efi/datetime.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/jfs.mod' -> `/boot/grub/x86_64-efi/jfs.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/linux.mod' -> `/boot/grub/x86_64-efi/linux.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/cpuid.mod' -> `/boot/grub/x86_64-efi/cpuid.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/macho.mod' -> `/boot/grub/x86_64-efi/macho.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/cbtable.mod' -> `/boot/grub/x86_64-efi/cbtable.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/xfs.mod' -> `/boot/grub/x86_64-efi/xfs.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/help.mod' -> `/boot/grub/x86_64-efi/help.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/loadbios.mod' -> `/boot/grub/x86_64-efi/loadbios.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/ufs1_be.mod' -> `/boot/grub/x86_64-efi/ufs1_be.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/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/C/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/C.mo'.
grub-install: info: cannot open `/usr/share/locale/C/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/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/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/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/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/ar/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ar.mo'.
grub-install: info: cannot open `/usr/share/locale/ar/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'.
grub-install: info: copying `/usr/share/locale/bn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn.mo'.
grub-install: info: cannot open `/usr/share/locale/bn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/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/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'.
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/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'.
grub-install: info: copying `/usr/share/locale/cs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs.mo'.
grub-install: info: cannot open `/usr/share/locale/cs/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/cy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cy.mo'.
grub-install: info: cannot open `/usr/share/locale/cy/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/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/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'.
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/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/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'.
grub-install: info: copying `/usr/share/locale/fi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi.mo'.
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/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/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/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/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/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'.
grub-install: info: copying `/usr/share/locale/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'.
grub-install: info: copying `/usr/share/locale/ha/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ha.mo'.
grub-install: info: cannot open `/usr/share/locale/ha/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/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/gr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gr.mo'.
grub-install: info: cannot open `/usr/share/locale/gr/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/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/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/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'.
grub-install: info: copying `/usr/share/locale/ig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ig.mo'.
grub-install: info: cannot open `/usr/share/locale/ig/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/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'.
grub-install: info: copying `/usr/share/locale/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'.
grub-install: info: copying `/usr/share/locale/hy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hy.mo'.
grub-install: info: cannot open `/usr/share/locale/hy/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'.
grub-install: info: copying `/usr/share/locale/ka/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ka.mo'.
grub-install: info: cannot open `/usr/share/locale/ka/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kg.mo'.
grub-install: info: cannot open `/usr/share/locale/kg/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/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/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/lb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lb.mo'.
grub-install: info: cannot open `/usr/share/locale/lb/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/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/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/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/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/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/lo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lo.mo'.
grub-install: info: cannot open `/usr/share/locale/lo/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'.
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/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/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/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/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'.
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/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/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/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/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/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'.
grub-install: info: copying `/usr/share/locale/nn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn.mo'.
grub-install: info: cannot open `/usr/share/locale/nn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/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/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'.
grub-install: info: copying `/usr/share/locale/or/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/or.mo'.
grub-install: info: cannot open `/usr/share/locale/or/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'.
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/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/rm/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rm.mo'.
grub-install: info: cannot open `/usr/share/locale/rm/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/se/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/se.mo'.
grub-install: info: cannot open `/usr/share/locale/se/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/ru/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru.mo'.
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/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/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/sl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl.mo'.
grub-install: info: copying `/usr/share/locale/so/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/so.mo'.
grub-install: info: cannot open `/usr/share/locale/so/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/sp/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sp.mo'.
grub-install: info: cannot open `/usr/share/locale/sp/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/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/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/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/ti/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ti.mo'.
grub-install: info: cannot open `/usr/share/locale/ti/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'.
grub-install: info: copying `/usr/share/locale/tk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tk.mo'.
grub-install: info: cannot open `/usr/share/locale/tk/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/sw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sw.mo'.
grub-install: info: cannot open `/usr/share/locale/sw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'.
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/ts/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ts.mo'.
grub-install: info: cannot open `/usr/share/locale/ts/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/uk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk.mo'.
grub-install: info: copying `/usr/share/locale/ve/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ve.mo'.
grub-install: info: cannot open `/usr/share/locale/ve/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/vi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi.mo'.
grub-install: info: copying `/usr/share/locale/wa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wa.mo'.
grub-install: info: cannot open `/usr/share/locale/wa/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/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/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/yo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yo.mo'.
grub-install: info: cannot open `/usr/share/locale/yo/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/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/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/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/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'.
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/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/cmn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cmn.mo'.
grub-install: info: cannot open `/usr/share/locale/cmn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/byn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/byn.mo'.
grub-install: info: cannot open `/usr/share/locale/byn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/gez/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gez.mo'.
grub-install: info: cannot open `/usr/share/locale/gez/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/haw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/haw.mo'.
grub-install: info: cannot open `/usr/share/locale/haw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/hne/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hne.mo'.
grub-install: info: cannot open `/usr/share/locale/hne/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/hsb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hsb.mo'.
grub-install: info: cannot open `/usr/share/locale/hsb/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kab/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kab.mo'.
grub-install: info: cannot open `/usr/share/locale/kab/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kok/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kok.mo'.
grub-install: info: cannot open `/usr/share/locale/kok/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/mhr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mhr.mo'.
grub-install: info: cannot open `/usr/share/locale/mhr/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/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/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/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/tig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tig.mo'.
grub-install: info: cannot open `/usr/share/locale/tig/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/szl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/szl.mo'.
grub-install: info: cannot open `/usr/share/locale/szl/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/wal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wal.mo'.
grub-install: info: cannot open `/usr/share/locale/wal/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@arabic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@arabic.mo'.
grub-install: info: copying `/usr/share/locale/zh_CN.GB2312/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.GB2312.mo'.
grub-install: info: cannot open `/usr/share/locale/zh_CN.GB2312/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kde4/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kde4.mo'.
grub-install: info: cannot open `/usr/share/locale/kde4/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@hebrew.mo'.
grub-install: info: copying `/usr/share/locale/en@boldquot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@boldquot.mo'.
grub-install: info: cannot open `/usr/share/locale/en@boldquot/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt_BR.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.us-ascii.mo'.
grub-install: info: cannot open `/usr/share/locale/pt_BR.us-ascii/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/ca_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca_ES.mo'.
grub-install: info: cannot open `/usr/share/locale/ca_ES/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/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/da_DK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da_DK.mo'.
grub-install: info: cannot open `/usr/share/locale/da_DK/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/de_CH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_CH.mo'.
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/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/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/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/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/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/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/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/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/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/es_VE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_VE.mo'.
grub-install: info: cannot open `/usr/share/locale/es_VE/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fi_FI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi_FI.mo'.
grub-install: info: cannot open `/usr/share/locale/fi_FI/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gl_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl_ES.mo'.
grub-install: info: cannot open `/usr/share/locale/gl_ES/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/he_IL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he_IL.mo'.
grub-install: info: cannot open `/usr/share/locale/he_IL/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/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/ja_JP/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja_JP.mo'.
grub-install: info: cannot open `/usr/share/locale/ja_JP/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/de@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de@hebrew.mo'.
grub-install: info: copying `/usr/share/locale/km_KH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/km_KH.mo'.
grub-install: info: cannot open `/usr/share/locale/km_KH/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ko_KR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko_KR.mo'.
grub-install: info: cannot open `/usr/share/locale/ko_KR/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ku_IQ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ku_IQ.mo'.
grub-install: info: cannot open `/usr/share/locale/ku_IQ/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/lo_LA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lo_LA.mo'.
grub-install: info: cannot open `/usr/share/locale/lo_LA/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt_LT.mo'.
grub-install: info: cannot open `/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mk_MK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk_MK.mo'.
grub-install: info: cannot open `/usr/share/locale/mk_MK/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/lv_LV/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lv_LV.mo'.
grub-install: info: cannot open `/usr/share/locale/lv_LV/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ml_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ml_IN.mo'.
grub-install: info: cannot open `/usr/share/locale/ml_IN/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/mr_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mr_IN.mo'.
grub-install: info: cannot open `/usr/share/locale/mr_IN/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/nn_NO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn_NO.mo'.
grub-install: info: cannot open `/usr/share/locale/nn_NO/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/my_MM/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my_MM.mo'.
grub-install: info: cannot open `/usr/share/locale/my_MM/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pl_PL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl_PL.mo'.
grub-install: info: cannot open `/usr/share/locale/pl_PL/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'.
grub-install: info: copying `/usr/share/locale/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/ro_RO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro_RO.mo'.
grub-install: info: cannot open `/usr/share/locale/ro_RO/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ru_RU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru_RU.mo'.
grub-install: info: cannot open `/usr/share/locale/ru_RU/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ru_UA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru_UA.mo'.
grub-install: info: cannot open `/usr/share/locale/ru_UA/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sk_SK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk_SK.mo'.
grub-install: info: cannot open `/usr/share/locale/sk_SK/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sl_SI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl_SI.mo'.
grub-install: info: cannot open `/usr/share/locale/sl_SI/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/th_TH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th_TH.mo'.
grub-install: info: cannot open `/usr/share/locale/th_TH/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sv_SE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv_SE.mo'.
grub-install: info: cannot open `/usr/share/locale/sv_SE/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tl_PH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl_PH.mo'.
grub-install: info: cannot open `/usr/share/locale/tl_PH/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/ur_PK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur_PK.mo'.
grub-install: info: cannot open `/usr/share/locale/ur_PK/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/vi_VN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi_VN.mo'.
grub-install: info: cannot open `/usr/share/locale/vi_VN/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'.
grub-install: info: copying `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_HK.mo'.
grub-install: info: cannot open `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'.
grub-install: info: copying `/usr/share/locale/es.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.us-ascii.mo'.
grub-install: info: cannot open `/usr/share/locale/es.us-ascii/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr@ijekavianlatin.mo'.
grub-install: info: cannot open `/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/zh_TW.Big5/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.Big5.mo'.
grub-install: info: cannot open `/usr/share/locale/zh_TW.Big5/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@quot.mo'.
grub-install: info: copying `/usr/share/locale/en@shaw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@shaw.mo'.
grub-install: info: cannot open `/usr/share/locale/en@shaw/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/sr@Latn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr@Latn.mo'.
grub-install: info: cannot open `/usr/share/locale/sr@Latn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca@valencia.mo'.
grub-install: info: cannot open `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.us-ascii.mo'.
grub-install: info: cannot open `/usr/share/locale/pt.us-ascii/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/es_419/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_419.mo'.
grub-install: info: cannot open `/usr/share/locale/es_419/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt@iqtelif.mo'.
grub-install: info: cannot open `/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kf5_all_languages/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kf5_all_languages.mo'.
grub-install: info: cannot open `/usr/share/locale/kf5_all_languages/LC_MESSAGES/grub.mo': Not a directory.
grub-install: info: copying `/usr/share/locale/en@piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@piglatin.mo'.
grub-install: info: copying `/usr/share/locale/sr@ije/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr@ije.mo'.
grub-install: info: cannot open `/usr/share/locale/sr@ije/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ca_ES@valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca_ES@valencia.mo'.
grub-install: info: cannot open `/usr/share/locale/ca_ES@valencia/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/uz@Latn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz@Latn.mo'.
grub-install: info: cannot open `/usr/share/locale/uz@Latn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/no.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/no.us-ascii.mo'.
grub-install: info: cannot open `/usr/share/locale/no.us-ascii/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sr_RS@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr_RS@latin.mo'.
grub-install: info: cannot open `/usr/share/locale/sr_RS@latin/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/be@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be@latin.mo'.
grub-install: info: cannot open `/usr/share/locale/be@latin/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/sr@ijekavian/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr@ijekavian.mo'.
grub-install: info: cannot open `/usr/share/locale/sr@ijekavian/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/uz@cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz@cyrillic.mo'.
grub-install: info: cannot open `/usr/share/locale/uz@cyrillic/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr@latin.mo'.
grub-install: info: cannot open `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_se.png' -> `/boot/grub/themes/starfield/boot_menu_se.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_sw.png' -> `/boot/grub/themes/starfield/boot_menu_sw.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_ne.png' -> `/boot/grub/themes/starfield/terminal_box_ne.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_nw.png' -> `/boot/grub/themes/starfield/terminal_box_nw.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_se.png' -> `/boot/grub/themes/starfield/terminal_box_se.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_sw.png' -> `/boot/grub/themes/starfield/terminal_box_sw.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/README' -> `/boot/grub/themes/starfield/README'.
grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_10.pf2' -> `/boot/grub/themes/starfield/dejavu_10.pf2'.
grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_12.pf2' -> `/boot/grub/themes/starfield/dejavu_12.pf2'.
grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_14.pf2' -> `/boot/grub/themes/starfield/dejavu_14.pf2'.
grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_16.pf2' -> `/boot/grub/themes/starfield/dejavu_16.pf2'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_c.png' -> `/boot/grub/themes/starfield/boot_menu_c.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_e.png' -> `/boot/grub/themes/starfield/boot_menu_e.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_n.png' -> `/boot/grub/themes/starfield/boot_menu_n.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_s.png' -> `/boot/grub/themes/starfield/boot_menu_s.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_w.png' -> `/boot/grub/themes/starfield/boot_menu_w.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_c.png' -> `/boot/grub/themes/starfield/terminal_box_c.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_e.png' -> `/boot/grub/themes/starfield/terminal_box_e.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_n.png' -> `/boot/grub/themes/starfield/terminal_box_n.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/blob_w.png' -> `/boot/grub/themes/starfield/blob_w.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_s.png' -> `/boot/grub/themes/starfield/terminal_box_s.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_w.png' -> `/boot/grub/themes/starfield/terminal_box_w.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/theme.txt' -> `/boot/grub/themes/starfield/theme.txt'.
grub-install: info: copying `/usr/share/grub/themes/starfield/COPYING.CC-BY-SA-3.0' -> `/boot/grub/themes/starfield/COPYING.CC-BY-SA-3.0'.
grub-install: info: copying `/usr/share/grub/themes/starfield/slider_c.png' -> `/boot/grub/themes/starfield/slider_c.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_bold_14.pf2' -> `/boot/grub/themes/starfield/dejavu_bold_14.pf2'.
grub-install: info: copying `/usr/share/grub/themes/starfield/slider_n.png' -> `/boot/grub/themes/starfield/slider_n.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/starfield.png' -> `/boot/grub/themes/starfield/starfield.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/slider_s.png' -> `/boot/grub/themes/starfield/slider_s.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_ne.png' -> `/boot/grub/themes/starfield/boot_menu_ne.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_nw.png' -> `/boot/grub/themes/starfield/boot_menu_nw.png'.
grub-install: info: copying `/usr/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
grub-install: info: /dev/sda3 is present.
grub-install: info: Looking for /dev/sda3.
grub-install: info: /dev/sda is a parent of /dev/sda3.
grub-install: info: /dev/sda3 starts from 4225095.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: /dev/sda3 is present.
grub-install: info: Looking for /dev/sda3.
grub-install: info: /dev/sda is a parent of /dev/sda3.
grub-install: info: /dev/sda3 starts from 4225095.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: /dev/sda3 is present.
grub-install: info: Looking for /dev/sda3.
grub-install: info: /dev/sda is a parent of /dev/sda3.
grub-install: info: /dev/sda3 starts from 4225095.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 975708160.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: Partition 3 starts from 46170873.
grub-install: info: Partition 4 starts from 156392838.
grub-install: info: Partition 5 starts from 419426304.
grub-install: info: Partition 6 starts from 975708160.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 975708160.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: Partition 3 starts from 46170873.
grub-install: info: Partition 4 starts from 156392838.
grub-install: info: Partition 5 starts from 419426304.
grub-install: info: Partition 6 starts from 975708160.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 975708160.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: Partition 3 starts from 46170873.
grub-install: info: Partition 4 starts from 156392838.
grub-install: info: Partition 5 starts from 419426304.
grub-install: info: Partition 6 starts from 975708160.
grub-install: info: grub-mkimage --directory '/usr/lib/grub/x86_64-efi' --prefix '(,gpt3)/boot/grub' --output '/boot/grub/x86_64-efi/core.efi' --format 'x86_64-efi' --compression 'auto'  'reiserfs' 'part_gpt' 
.
grub-install: info: the total module size is 0x5398.
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 0x95d8.
grub-install: info: locating the section .rodata at 0x9600.
grub-install: info: locating the section .rodata.str1.1 at 0x97b8.
grub-install: info: locating the section .data at 0xb240.
grub-install: info: locating the section .module_license at 0xc4a0.
grub-install: info: locating the section .bss at 0xc4c0.
grub-install: info: locating  at 0x400 (0x400).
grub-install: info: locating  at 0x9a00 (0x9a00).
grub-install: info: locating  at 0x9bb8 (0x9bb8).
grub-install: info: locating  at 0xb640 (0xb640).
grub-install: info: locating  at 0xc8c0 (0xc8c0).
grub-install: info: locating  at 0x99d8 (0x99d8).
grub-install: info: locating  at 0xc8a0 (0xc8a0).
grub-install: info: locating  at 0x400 (0x400).
grub-install: info: locating grub_strlen at 0x7b5b (0x400).
grub-install: info: locating grub_net_poll_cards_idle at 0xe6c0 (0xc8c0).
grub-install: info: locating grub_efi_finish_boot_services at 0x2d78 (0x400).
grub-install: info: locating grub_disk_get_size at 0x5425 (0x400).
grub-install: info: locating grub_file_progress_hook at 0x18850 (0xc8c0).
grub-install: info: locating grub_efidisk_fini at 0xb77 (0x400).
grub-install: info: locating grub_puts_ at 0x790a (0x400).
grub-install: info: locating grub_millisleep at 0x3fd2 (0x400).
grub-install: info: locating grub_fs_autoload_hook at 0xe468 (0xc8c0).
grub-install: info: locating efi_wrap_10 at 0x4cc (0x400).
grub-install: info: locating grub_fs_blocklist at 0xb800 (0xb640).
grub-install: info: locating grub_errmsg at 0x18740 (0xc8c0).
grub-install: info: locating efi_wrap_5 at 0x463 (0x400).
grub-install: info: locating grub_strncmp at 0x7982 (0x400).
grub-install: info: locating grub_strtoull at 0x7c71 (0x400).
grub-install: info: locating grub_dma_get_virt at 0x5a5 (0x400).
grub-install: info: locating grub_efi_system_table at 0xe6d0 (0xc8c0).
grub-install: info: locating memmove at 0x78c8 (0x400).
grub-install: info: locating efi_wrap_4 at 0x44f (0x400).
grub-install: info: locating grub_disk_open at 0x4de5 (0x400).
grub-install: info: locating grub_efi_locate_protocol at 0x1b9c (0x400).
grub-install: info: locating grub_env_update_get_sorted at 0x6523 (0x400).
grub-install: info: locating grub_strcpy at 0x78f7 (0x400).
grub-install: info: locating grub_partition_probe at 0x9003 (0x400).
grub-install: info: locating grub_strrchr at 0x79c4 (0x400).
grub-install: info: locating grub_partition_get_name at 0x9207 (0x400).
grub-install: info: locating grub_dl_load at 0x61a0 (0x400).
grub-install: info: locating grub_efi_stall at 0x1dc5 (0x400).
grub-install: info: locating grub_efi_get_filename at 0x2128 (0x400).
grub-install: info: locating grub_env_export at 0x660e (0x400).
grub-install: info: locating grub_xvasprintf at 0x890b (0x400).
grub-install: info: locating grub_error_push at 0x66d0 (0x400).
grub-install: info: locating grub_rescue_run at 0x97ae (0x400).
grub-install: info: locating grub_xasprintf at 0x89b8 (0x400).
grub-install: info: locating grub_realloc at 0x3eff (0x400).
grub-install: info: locating grub_exit at 0x1e04 (0x400).
grub-install: info: locating memcpy at 0x78c8 (0x400).
grub-install: info: locating grub_memmove at 0x78c8 (0x400).
grub-install: info: locating grub_device_open at 0x45d5 (0x400).
grub-install: info: locating grub_register_exported_symbols at 0x99a4 (0x400).
grub-install: info: locating grub_strdup at 0x7b6c (0x400).
grub-install: info: locating grub_disk_firmware_is_tainted at 0xe740 (0xc8c0).
grub-install: info: locating grub_divmod64 at 0x7c0b (0x400).
grub-install: info: locating grub_file_get_device_name at 0x6878 (0x400).
grub-install: info: locating grub_efi_print_device_path at 0x2213 (0x400).
grub-install: info: locating grub_partition_iterate at 0x919a (0x400).
grub-install: info: locating grub_boot_time_head at 0x188a0 (0xc8c0).
grub-install: info: locating grub_dma_free at 0x599 (0x400).
grub-install: info: locating grub_vsnprintf at 0x88b2 (0x400).
grub-install: info: locating grub_partition_map_list at 0x188a8 (0xc8c0).
grub-install: info: locating efi_wrap_1 at 0x422 (0x400).
grub-install: info: locating grub_command_list at 0xe700 (0xc8c0).
grub-install: info: locating grub_machine_fini at 0x534 (0x400).
grub-install: info: locating grub_real_boot_time at 0x8aaf (0x400).
grub-install: info: locating grub_tsc_rate at 0xe6f0 (0xc8c0).
grub-install: info: locating grub_rescue_parse_line at 0x9515 (0x400).
grub-install: info: locating grub_efi_get_variable at 0x1f77 (0x400).
grub-install: info: locating grub_snprintf at 0x88c6 (0x400).
grub-install: info: locating grub_register_core_commands at 0x4466 (0x400).
grub-install: info: locating grub_disk_dev_register at 0x4cfb (0x400).
grub-install: info: locating grub_console_init at 0x375e (0x400).
grub-install: info: locating grub_disk_write_weak at 0xe748 (0xc8c0).
grub-install: info: locating grub_dl_add at 0x54fa (0x400).
grub-install: info: locating grub_disk_read at 0x50c8 (0x400).
grub-install: info: locating grub_term_highlight_color at 0xb9c8 (0xb640).
grub-install: info: locating grub_parser_execute at 0x8f95 (0x400).
grub-install: info: locating grub_xputs at 0xb9c0 (0xb640).
grub-install: info: locating grub_console_fini at 0x385b (0x400).
grub-install: info: locating grub_fatal at 0x8a07 (0x400).
grub-install: info: locating grub_dl_ref at 0x55f4 (0x400).
grub-install: info: locating grub_file_seek at 0x6bc4 (0x400).
grub-install: info: locating grub_pci_find_capability at 0x699 (0x400).
grub-install: info: locating grub_efi_get_loaded_image at 0x1de9 (0x400).
grub-install: info: locating grub_errno at 0x18840 (0xc8c0).
grub-install: info: locating grub_parser_cmdline_state at 0x8c69 (0x400).
grub-install: info: locating grub_memset at 0x7ae7 (0x400).
grub-install: info: locating grub_getkey at 0x9985 (0x400).
grub-install: info: locating grub_term_outputs_disabled at 0x188b0 (0xc8c0).
grub-install: info: locating grub_grubnet_fini at 0x18858 (0xc8c0).
grub-install: info: locating grub_register_variable_hook at 0x65ae (0x400).
grub-install: info: locating grub_efi_image_handle at 0xe6d8 (0xc8c0).
grub-install: info: locating grub_vprintf at 0x85ab (0x400).
grub-install: info: locating grub_net_open at 0xc910 (0xc8c0).
grub-install: info: locating grub_register_command_prio at 0x3ff6 (0x400).
grub-install: info: locating grub_efi_compare_device_paths at 0x2901 (0x400).
grub-install: info: locating grub_file_filters_all at 0x18860 (0xc8c0).
grub-install: info: locating grub_install_get_time_ms at 0x3fc4 (0x400).
grub-install: info: locating _start at 0x400 (0x400).
grub-install: info: locating grub_term_inputs at 0x188b8 (0xc8c0).
grub-install: info: locating grub_parser_split_cmdline at 0x8d21 (0x400).
grub-install: info: locating grub_disk_firmware_fini at 0xe750 (0xc8c0).
grub-install: info: locating grub_disk_close at 0x4d41 (0x400).
grub-install: info: locating grub_dl_unload at 0x566a (0x400).
grub-install: info: locating grub_efi_set_variable at 0x1e9d (0x400).
grub-install: info: locating grub_printf at 0x86c1 (0x400).
grub-install: info: locating grub_unregister_command at 0x40e8 (0x400).
grub-install: info: locating grub_fs_list at 0xe470 (0xc8c0).
grub-install: info: locating grub_efidisk_get_device_handle at 0x154e (0x400).
grub-install: info: locating grub_main at 0x71c3 (0x400).
grub-install: info: locating grub_file_read at 0x690a (0x400).
grub-install: info: locating grub_dl_unload_unneeded at 0x6297 (0x400).
grub-install: info: locating grub_pci_make_address at 0x5ac (0x400).
grub-install: info: locating memcmp at 0x7943 (0x400).
grub-install: info: locating grub_term_normal_color at 0xb9c9 (0xb640).
grub-install: info: locating grub_disk_dev_list at 0xe758 (0xc8c0).
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 0x1be6 (0x400).
grub-install: info: locating grub_term_outputs at 0x188c0 (0xc8c0).
grub-install: info: locating grub_modbase at 0xe6e0 (0xc8c0).
grub-install: info: locating grub_term_inputs_disabled at 0x188c8 (0xc8c0).
grub-install: info: locating grub_efi_net_config at 0xe6e8 (0xc8c0).
grub-install: info: locating grub_efi_set_virtual_address_map at 0x1e48 (0x400).
grub-install: info: locating grub_print_error at 0x67da (0x400).
grub-install: info: locating grub_efi_mm_init at 0x3053 (0x400).
grub-install: info: locating memset at 0x7ae7 (0x400).
grub-install: info: locating grub_zalloc at 0x3c65 (0x400).
grub-install: info: locating grub_strcmp at 0x7963 (0x400).
grub-install: info: locating grub_tsc_init at 0x38da (0x400).
grub-install: info: locating grub_efi_allocate_pages at 0x2b7a (0x400).
grub-install: info: locating grub_strchr at 0x79af (0x400).
grub-install: info: locating grub_refresh at 0x995d (0x400).
grub-install: info: locating grub_malloc at 0x3c54 (0x400).
grub-install: info: locating grub_efi_get_memory_map at 0x2c3e (0x400).
grub-install: info: locating grub_efidisk_get_device_name at 0x169b (0x400).
grub-install: info: locating grub_get_time_ms at 0x3fb8 (0x400).
grub-install: info: locating grub_file_close at 0x69aa (0x400).
grub-install: info: locating grub_file_open at 0x69f5 (0x400).
grub-install: info: locating grub_isspace at 0x79d7 (0x400).
grub-install: info: locating grub_efi_open_protocol at 0x1cdf (0x400).
grub-install: info: locating grub_real_dprintf at 0x876e (0x400).
grub-install: info: locating efi_wrap_3 at 0x43e (0x400).
grub-install: info: locating grub_dl_load_core_noinit at 0x5786 (0x400).
grub-install: info: locating grub_dl_load_file at 0x60b5 (0x400).
grub-install: info: locating grub_env_unset at 0x649f (0x400).
grub-install: info: locating grub_device_close at 0x46b8 (0x400).
grub-install: info: locating efi_wrap_6 at 0x47c (0x400).
grub-install: info: locating grub_dl_head at 0xc940 (0xc8c0).
grub-install: info: locating grub_fs_probe at 0x6ed6 (0x400).
grub-install: info: locating grub_mm_base at 0xe6f8 (0xc8c0).
grub-install: info: locating grub_term_poll_usb at 0xe6c8 (0xc8c0).
grub-install: info: locating grub_file_filters_enabled at 0x18880 (0xc8c0).
grub-install: info: locating grub_strword at 0x7a34 (0x400).
grub-install: info: locating grub_machine_get_bootlocation at 0x29f8 (0x400).
grub-install: info: locating grub_efi_fini at 0x2a8f (0x400).
grub-install: info: locating grub_err_printed_errors at 0x18844 (0xc8c0).
grub-install: info: locating grub_error at 0x6654 (0x400).
grub-install: info: locating grub_current_context at 0xb7c0 (0xb640).
grub-install: info: locating efi_codes at 0x9b00 (0x9a00).
grub-install: info: locating grub_dl_register_symbol at 0x5537 (0x400).
grub-install: info: locating grub_efi_is_finished at 0xc8d8 (0xc8c0).
grub-install: info: locating grub_list_remove at 0x7134 (0x400).
grub-install: info: locating grub_pci_iterate at 0x5d4 (0x400).
grub-install: info: locating grub_modules_get_end at 0x71a7 (0x400).
grub-install: info: locating grub_free at 0x3c9f (0x400).
grub-install: info: locating grub_strndup at 0x7bb4 (0x400).
grub-install: info: locating efi_wrap_7 at 0x49f (0x400).
grub-install: info: locating grub_named_list_find at 0x70e2 (0x400).
grub-install: info: locating grub_dl_unref at 0x562f (0x400).
grub-install: info: locating grub_efidisk_init at 0x131d (0x400).
grub-install: info: locating grub_disk_dev_unregister at 0x4d10 (0x400).
grub-install: info: locating grub_efi_init at 0x2992 (0x400).
grub-install: info: locating grub_arch_dl_check_header at 0x741 (0x400).
grub-install: info: locating grub_arch_dl_relocate_symbols at 0x770 (0x400).
grub-install: info: locating grub_efi_free_pages at 0x2b50 (0x400).
grub-install: info: locating grub_printf_ at 0x8710 (0x400).
grub-install: info: locating grub_efi_get_device_path at 0x21f8 (0x400).
grub-install: info: locating start at 0x400 (0x400).
grub-install: info: locating grub_efi_modules_addr at 0x208b (0x400).
grub-install: info: locating grub_error_pop at 0x6767 (0x400).
grub-install: info: locating grub_device_iterate at 0x47ec (0x400).
grub-install: info: locating grub_getkey_noblock at 0x9913 (0x400).
grub-install: info: locating grub_memalign_dma32 at 0x547 (0x400).
grub-install: info: locating grub_list_push at 0x711a (0x400).
grub-install: info: locating grub_efi_set_text_mode at 0x1d3e (0x400).
grub-install: info: locating grub_err_printf at 0x86c1 (0x400).
grub-install: info: locating grub_disk_cache_invalidate_all at 0x4cb1 (0x400).
grub-install: info: locating grub_env_set at 0x6340 (0x400).
grub-install: info: locating grub_disk_cache_get_performance at 0x4c96 (0x400).
grub-install: info: locating grub_dl_load_core at 0x5ff9 (0x400).
grub-install: info: locating grub_gettext at 0xb858 (0xb640).
grub-install: info: locating grub_memcmp at 0x7943 (0x400).
grub-install: info: locating grub_env_get at 0x6470 (0x400).
grub-install: info: locating efi_wrap_2 at 0x430 (0x400).
grub-install: info: locating grub_strtoul at 0x8105 (0x400).
grub-install: info: locating grub_dma_get_phys at 0x5a9 (0x400).
grub-install: info: locating grub_mm_init_region at 0x3dc4 (0x400).
grub-install: info: locating grub_disk_cache_table at 0xe780 (0xc8c0).
grub-install: info: locating grub_memalign at 0x3a56 (0x400).
grub-install: info: dealing with the relocation section .rela.text for .text.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xe2d1 at the offset 0x3.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xe2c2 at the offset 0xa.
grub-install: info: relocating an R_X86_64_PC32 entry to 0x6dac at the offset 0x13.
grub-install: info: relocating an R_X86_64_64 entry to 0x2992 at the offset 0x11d.
grub-install: info: relocating an R_X86_64_64 entry to 0x38da at the offset 0x12a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a8f at the offset 0x13c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x165.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bb8 at the offset 0x17a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x18b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x19b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x1e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x2a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bd8 at the offset 0x352.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x363.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bf9 at the offset 0x390.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c1c at the offset 0x429.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x43b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c34 at the offset 0x465.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x476.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c5b at the offset 0x4e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x4f1.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x500.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x50c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x52b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c82 at the offset 0x538.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x54b.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x555.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x586.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x594.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c8e at the offset 0x5ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5be.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x5c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x5f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x601.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x610.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c5 at the offset 0x61d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c9c at the offset 0x635.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x650.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cab at the offset 0x663.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x670.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x685.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cd7 at the offset 0x6d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cee at the offset 0x71d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x727.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x736.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x75a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x77b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x787.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x792.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56 at the offset 0x79d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x7ca.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d10 at the offset 0x7dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x7f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1be6 at the offset 0x80a.
grub-install: info: relocating an R_X86_64_64 entry to 0x21f8 at the offset 0x832.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0x869.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x882.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x890.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8ab.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0x91a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d04 at the offset 0x94a.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0x95c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x98b.
grub-install: info: relocating an R_X86_64_64 entry to 0xd16 at the offset 0x9a4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x9b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x9d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0xa04.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0xa2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0xa63.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0xa82.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xacf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d08 at the offset 0xad9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xae8.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xaf2.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xb20.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d3c at the offset 0xb3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0xb54.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0xb87.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0xb9b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d64 at the offset 0xbb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xbc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d69 at the offset 0xbdb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xbe5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xbf4.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xbfe.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d77 at the offset 0xc26.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xc3a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d69 at the offset 0xc4c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xc56.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xc65.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xc6f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0xc98.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d7c at the offset 0xcae.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xcc2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d69 at the offset 0xcd4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xcde.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xced.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xcf7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0xd58.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0xd75.
grub-install: info: relocating an R_X86_64_64 entry to 0x112b at the offset 0xd8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0xdb3.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0xdbd.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0xdf4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0xe4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xe83.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d81 at the offset 0xe8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xe9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xea6.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xed4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9db3 at the offset 0xeef.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0xf08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb77 at the offset 0xf23.
grub-install: info: relocating an R_X86_64_64 entry to 0xe750 at the offset 0xf35.
grub-install: info: relocating an R_X86_64_64 entry to 0xbed at the offset 0xf3f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1187 at the offset 0xf5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0xfb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xdfe at the offset 0xfc3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0xfcf.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0x1187 at the offset 0x107e.
grub-install: info: relocating an R_X86_64_64 entry to 0xdfe at the offset 0x109f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x10e5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56 at the offset 0x1103.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x110f.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cfb at the offset 0x1119.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x1135.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x1144.
grub-install: info: relocating an R_X86_64_64 entry to 0xbed at the offset 0x119c.
grub-install: info: relocating an R_X86_64_64 entry to 0x112b at the offset 0x11a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0x11d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0x11f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x120b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56 at the offset 0x1278.
grub-install: info: relocating an R_X86_64_64 entry to 0x21f8 at the offset 0x12a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0x12c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x112b at the offset 0x12fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xd81 at the offset 0x134f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x135d.
grub-install: info: relocating an R_X86_64_64 entry to 0x4de5 at the offset 0x137b.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x13a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x5425 at the offset 0x13c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x13d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x120c at the offset 0x13ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x919a at the offset 0x13fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dd9 at the offset 0x141d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x142d.
grub-install: info: relocating an R_X86_64_64 entry to 0xd81 at the offset 0x1457.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x1470.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x15a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ddf at the offset 0x15ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e20 at the offset 0x160a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e22 at the offset 0x1629.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x17a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x17b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x17f3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x182b.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1849.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x1872.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x18b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x18e7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x1909.
grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x191e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b9c at the offset 0x1946.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6b0 at the offset 0x1950.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x197f.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x19aa.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x19c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x19df.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6a0 at the offset 0x19f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x19fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a8f at the offset 0x1a07.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1a13.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x1a2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1a3c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1a4c.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1a62.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e28 at the offset 0x1a7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x1a8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1ab1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x1acb.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x1ad9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1a3a at the offset 0x1af8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1b0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1b2d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e47 at the offset 0x1b48.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x1b61.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1b89.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x1b93.
grub-install: info: relocating an R_X86_64_64 entry to 0x1a3a at the offset 0x1bdb.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1be5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1bf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x1c35.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x1c8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1de9 at the offset 0x1ca2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x1cc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e67 at the offset 0x1ce6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x1d75.
grub-install: info: relocating an R_X86_64_64 entry to 0x1887 at the offset 0x1d89.
grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x1dff.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x1e09.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x1e22.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e6c at the offset 0x1e7b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e78 at the offset 0x1e89.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e82 at the offset 0x1e9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a00 at the offset 0x1eb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e93 at the offset 0x1ecc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e9f at the offset 0x1ee0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eab at the offset 0x1ef7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ebf at the offset 0x1f0d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ec8 at the offset 0x1f20.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ed2 at the offset 0x1f2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ee1 at the offset 0x1f57.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eee at the offset 0x1f6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef5 at the offset 0x1f87.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef9 at the offset 0x1f9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1fab.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef5 at the offset 0x1fc4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef9 at the offset 0x1fda.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1ff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9efd at the offset 0x2023.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f01 at the offset 0x204e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f05 at the offset 0x2060.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a28 at the offset 0x207d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f16 at the offset 0x2094.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f27 at the offset 0x20b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f34 at the offset 0x20c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f4d at the offset 0x20e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f59 at the offset 0x20fd.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f65 at the offset 0x2116.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f7f at the offset 0x213c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f88 at the offset 0x2155.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fb3 at the offset 0x218b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fde at the offset 0x21e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa021 at the offset 0x2270.
grub-install: info: relocating an R_X86_64_64 entry to 0xa040 at the offset 0x2295.
grub-install: info: relocating an R_X86_64_64 entry to 0xa055 at the offset 0x22bb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa065 at the offset 0x22d6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa06f at the offset 0x22e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ab8 at the offset 0x2302.
grub-install: info: relocating an R_X86_64_64 entry to 0xa085 at the offset 0x2319.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0be at the offset 0x2374.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0d0 at the offset 0x238e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1991 at the offset 0x2398.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x23ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x1887 at the offset 0x23d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x23e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0d6 at the offset 0x23fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x240d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0e0 at the offset 0x2428.
grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x246e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa12e at the offset 0x248e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa13e at the offset 0x249e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa14f at the offset 0x24b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x24cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x251a.
grub-install: info: relocating an R_X86_64_64 entry to 0x208b at the offset 0x2595.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x25a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x375e at the offset 0x25ab.
grub-install: info: relocating an R_X86_64_64 entry to 0x3053 at the offset 0x25b7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x25c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x25e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x131d at the offset 0x25ee.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x25fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x1de9 at the offset 0x2611.
grub-install: info: relocating an R_X86_64_64 entry to 0x169b at the offset 0x2629.
grub-install: info: relocating an R_X86_64_64 entry to 0x2128 at the offset 0x2639.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e8 at the offset 0x2654.
grub-install: info: relocating an R_X86_64_64 entry to 0x79c4 at the offset 0x2678.
grub-install: info: relocating an R_X86_64_64 entry to 0xb77 at the offset 0x2692.
grub-install: info: relocating an R_X86_64_64 entry to 0x385b at the offset 0x269f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x26c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x699 at the offset 0x26f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2755.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2768.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x27ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x27cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x281f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x2844.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2870.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x287a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2889.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x289f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x28b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x28c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x28de.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x28f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2920.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x2942.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x297e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x29a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x29dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x29ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x29f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x2a00.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2a0a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2a17.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2a31.
grub-install: info: relocating an R_X86_64_64 entry to 0xa181 at the offset 0x2a44.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x2a55.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2a66.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x2a73.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2a82.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x2a8d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x2a9f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x2aa9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2ab3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2abd.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x2ac7.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2ad7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x2ae4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa164 at the offset 0x2af0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2aff.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2b14.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x2b21.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2b2e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2b49.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x2b59.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1a0 at the offset 0x2b67.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1c0 at the offset 0x2b78.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x2b84.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x2b95.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2baa.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2bbd.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2bcd.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x2bda.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2beb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x2bfd.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x2c0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x2aa9 at the offset 0x2c2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d4 at the offset 0x2c36.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b7a at the offset 0x2c66.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1e8 at the offset 0x2c82.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x2cac.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x2cc4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1ff at the offset 0x2d19.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x2d25.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x2d91.
grub-install: info: relocating an R_X86_64_64 entry to 0x3dc4 at the offset 0x2eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa215 at the offset 0x2f02.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x2f0c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa24a at the offset 0x2f1b.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x2f33.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x2f4e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2f6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3032.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x30aa.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x30bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x30d4.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x30e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x30f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x312d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3151.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x3163.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3183.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x3195.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x31a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3581 at the offset 0x31b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x31c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x31d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3581 at the offset 0x31ed.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3202.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x3213.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c9 at the offset 0x323b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c8 at the offset 0x3246.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x325a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3268.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x327c.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x328f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b00 at the offset 0x32e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x32fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x330a.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3316.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x3340.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x3366.
grub-install: info: relocating an R_X86_64_64 entry to 0xa25c at the offset 0x3377.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3386.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x3392.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x339c.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c8 at the offset 0x33a6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb798 at the offset 0x33b6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x33c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x33cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x711a at the offset 0x33d9.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x33e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x33f7.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x3401.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b0 at the offset 0x340b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6d8 at the offset 0x341b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x342a.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x3434.
grub-install: info: relocating an R_X86_64_64 entry to 0x711a at the offset 0x343f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x344b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7134 at the offset 0x345e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x3468.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x3474.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x3480.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x348f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc900 at the offset 0x34ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f0 at the offset 0x34b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc900 at the offset 0x351d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x3560.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f0 at the offset 0x357c.
grub-install: info: relocating an R_X86_64_64 entry to 0x389a at the offset 0x3586.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fc4 at the offset 0x3590.
grub-install: info: relocating an R_X86_64_64 entry to 0xa279 at the offset 0x359c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x35a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa286 at the offset 0x35be.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x35ca.
grub-install: info: relocating an R_X86_64_64 entry to 0xa29b at the offset 0x360e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x361a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2ce at the offset 0x3629.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2ad at the offset 0x363e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x364a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x3660.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x369c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2e6 at the offset 0x36ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x36f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2f7 at the offset 0x3711.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x371d.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cb1 at the offset 0x3818.
grub-install: info: relocating an R_X86_64_64 entry to 0xa318 at the offset 0x382f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3840.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x3859.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x3872.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x388e.
grub-install: info: relocating an R_X86_64_64 entry to 0x39b2 at the offset 0x38ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2f7 at the offset 0x3904.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x3910.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x39f5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x3a02.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3a68.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x3ac7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x3b15.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3b2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x39b2 at the offset 0x3b41.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x3b68.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x3b8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3b9d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc908 at the offset 0x3bba.
grub-install: info: relocating an R_X86_64_64 entry to 0xc908 at the offset 0x3bc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x3bda.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x3c11.
grub-install: info: relocating an R_X86_64_64 entry to 0xa326 at the offset 0x3c37.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x3c4a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x3c5f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7134 at the offset 0x3d06.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3d15.
grub-install: info: relocating an R_X86_64_64 entry to 0xa327 at the offset 0x3d26.
grub-install: info: relocating an R_X86_64_64 entry to 0xa329 at the offset 0x3d30.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3d3d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa32a at the offset 0x3d47.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3d61.
grub-install: info: relocating an R_X86_64_64 entry to 0xa330 at the offset 0x3d6b.
grub-install: info: relocating an R_X86_64_64 entry to 0x415b at the offset 0x3d8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x47ec at the offset 0x3d95.
grub-install: info: relocating an R_X86_64_64 entry to 0xa33e at the offset 0x3da1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x3dab.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x3db7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x3dc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6878 at the offset 0x3dd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x3df5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ed6 at the offset 0x3e10.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x3e27.
grub-install: info: relocating an R_X86_64_64 entry to 0xa340 at the offset 0x3e49.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3e5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x3e72.
grub-install: info: relocating an R_X86_64_64 entry to 0xa336 at the offset 0x3e85.
grub-install: info: relocating an R_X86_64_64 entry to 0xa351 at the offset 0x3e99.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3ea5.
grub-install: info: relocating an R_X86_64_64 entry to 0x4120 at the offset 0x3eba.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x3ecc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa33e at the offset 0x3ed6.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x3ee2.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x3ef1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3f00.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x3f0c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa36a at the offset 0x3f22.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3f33.
grub-install: info: relocating an R_X86_64_64 entry to 0x60b5 at the offset 0x3f53.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x3f5f.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x3f73.
grub-install: info: relocating an R_X86_64_64 entry to 0xa36a at the offset 0x3f87.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3f98.
grub-install: info: relocating an R_X86_64_64 entry to 0x649f at the offset 0x3fa5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6523 at the offset 0x3fbf.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x3fc9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa380 at the offset 0x3fec.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3ff8.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x4012.
grub-install: info: relocating an R_X86_64_64 entry to 0xa387 at the offset 0x402c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x403d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x4053.
grub-install: info: relocating an R_X86_64_64 entry to 0xa399 at the offset 0x406c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3b6 at the offset 0x4076.
grub-install: info: relocating an R_X86_64_64 entry to 0x43b6 at the offset 0x4080.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3c5 at the offset 0x408a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ff6 at the offset 0x4094.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3c9 at the offset 0x40af.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3e9 at the offset 0x40b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x4381 at the offset 0x40c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3f0 at the offset 0x40cd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3f6 at the offset 0x40dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa40d at the offset 0x40e6.
grub-install: info: relocating an R_X86_64_64 entry to 0x417b at the offset 0x40f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa413 at the offset 0x40fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa416 at the offset 0x410c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa427 at the offset 0x4117.
grub-install: info: relocating an R_X86_64_64 entry to 0x431c at the offset 0x4121.
grub-install: info: relocating an R_X86_64_64 entry to 0xa42e at the offset 0x412b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4139.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0x4169.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4173.
grub-install: info: relocating an R_X86_64_64 entry to 0xa435 at the offset 0x418d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x4199.
grub-install: info: relocating an R_X86_64_64 entry to 0xa43b at the offset 0x41e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x41ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xa43b at the offset 0x4205.
grub-install: info: relocating an R_X86_64_64 entry to 0xa440 at the offset 0x420f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4220.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4235.
grub-install: info: relocating an R_X86_64_64 entry to 0x4de5 at the offset 0x4254.
grub-install: info: relocating an R_X86_64_64 entry to 0xc910 at the offset 0x426b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x427a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x42a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x42c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x42d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x42f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x4326.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x433a.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x4352.
grub-install: info: relocating an R_X86_64_64 entry to 0x4535 at the offset 0x4364.
grub-install: info: relocating an R_X86_64_64 entry to 0x919a at the offset 0x4376.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x438e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4398.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x4409.
grub-install: info: relocating an R_X86_64_64 entry to 0x4702 at the offset 0x442b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x4482.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x44d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc920 at the offset 0x44fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc920 at the offset 0x4510.
grub-install: info: relocating an R_X86_64_64 entry to 0xc918 at the offset 0x451f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc918 at the offset 0x452c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x455b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4586.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x45b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x45c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x45dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x48ac at the offset 0x462b.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x4648.
grub-install: info: relocating an R_X86_64_64 entry to 0x4856 at the offset 0x4662.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4673.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x469a.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x46f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x4937 at the offset 0x4713.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x472d.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x473e.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x47dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x47e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa458 at the offset 0x47f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4800.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4811.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x481e.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x482f.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x484c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc920 at the offset 0x4898.
grub-install: info: relocating an R_X86_64_64 entry to 0xc918 at the offset 0x48a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x48b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x18708 at the offset 0x48c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x48cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x48fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x4912.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x491c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa479 at the offset 0x494f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4959.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4968.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4972.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x4996.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x49a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc928 at the offset 0x49ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x49ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xa488 at the offset 0x49f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4a00.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4a16.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4a20.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x4a34.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4a80.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x4aa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x4abc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x4ad6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x4af6.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4b03.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4b33.
grub-install: info: relocating an R_X86_64_64 entry to 0xa499 at the offset 0x4b5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4b70.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4b89.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4b95.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x4bab.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4d9 at the offset 0x4bbc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4bc6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x4be4.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x4bf3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4ef at the offset 0x4c07.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4c18.
grub-install: info: relocating an R_X86_64_64 entry to 0x9003 at the offset 0x4c39.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4c7 at the offset 0x4c4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4c5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x4c6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc928 at the offset 0x4c7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cb1 at the offset 0x4c98.
grub-install: info: relocating an R_X86_64_64 entry to 0xc928 at the offset 0x4ca9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa503 at the offset 0x4d16.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4d27.
grub-install: info: relocating an R_X86_64_64 entry to 0xa531 at the offset 0x4d72.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4d83.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x4d96.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x4da4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa55f at the offset 0x4db1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4dbb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4dca.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4dd4.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x4de1.
grub-install: info: relocating an R_X86_64_64 entry to 0x49fc at the offset 0x4e1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x48ac at the offset 0x4e7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x4937 at the offset 0x4eff.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4fab.
grub-install: info: relocating an R_X86_64_64 entry to 0x49fc at the offset 0x4fc5.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x4fe9.
grub-install: info: relocating an R_X86_64_64 entry to 0x4856 at the offset 0x5007.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x504b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x505d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x508f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5447 at the offset 0x50fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa587 at the offset 0x5117.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5129.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x513b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x516e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5186.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x5191.
grub-install: info: relocating an R_X86_64_64 entry to 0xc980 at the offset 0x51d4.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x5200.
grub-install: info: relocating an R_X86_64_64 entry to 0x562f at the offset 0x523b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5294.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x529e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc980 at the offset 0x52c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x52d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5329.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5336.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x534a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa59e at the offset 0x53a9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x53b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x53bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x53c7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ca at the offset 0x53d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5eb at the offset 0x5406.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5417.
grub-install: info: relocating an R_X86_64_64 entry to 0x741 at the offset 0x5428.
grub-install: info: relocating an R_X86_64_64 entry to 0xa60e at the offset 0x5441.
grub-install: info: relocating an R_X86_64_64 entry to 0xa635 at the offset 0x5468.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5479.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x548f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa64f at the offset 0x54b1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x54bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x54cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x5489 at the offset 0x54d6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa661 at the offset 0x54e3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa671 at the offset 0x54fd.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x550c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa686 at the offset 0x5528.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x5532.
grub-install: info: relocating an R_X86_64_64 entry to 0xa694 at the offset 0x554a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6a3 at the offset 0x5562.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6b2 at the offset 0x5573.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6bb at the offset 0x5588.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5597.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x55ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6d0 at the offset 0x55c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x55e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x55f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x5624.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x5635.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x5658.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x5671.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x56c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x5736.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x5787.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x579e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x57c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6d9 at the offset 0x57fb.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x580c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b60 at the offset 0x5899.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x58da.
grub-install: info: relocating an R_X86_64_64 entry to 0xc980 at the offset 0x58ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x598e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x59db.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x59ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x59f9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6e9 at the offset 0x5a03.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6f7 at the offset 0x5a2a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa705 at the offset 0x5a78.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5a89.
grub-install: info: relocating an R_X86_64_64 entry to 0xa71e at the offset 0x5aa9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5aba.
grub-install: info: relocating an R_X86_64_64 entry to 0x770 at the offset 0x5ad4.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x5b37.
grub-install: info: relocating an R_X86_64_64 entry to 0xa734 at the offset 0x5b54.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x5b5e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5b6d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa750 at the offset 0x5b80.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x5b8a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5b99.
grub-install: info: relocating an R_X86_64_64 entry to 0xa761 at the offset 0x5bac.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x5bb6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5bc5.
grub-install: info: relocating an R_X86_64_64 entry to 0x54fa at the offset 0x5bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa774 at the offset 0x5c07.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5c16.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0x5c20.
grub-install: info: relocating an R_X86_64_64 entry to 0x5786 at the offset 0x5c32.
grub-install: info: relocating an R_X86_64_64 entry to 0xa783 at the offset 0x5c4b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5c5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5c74.
grub-install: info: relocating an R_X86_64_64 entry to 0xa795 at the offset 0x5c81.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5c90.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5ca1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7a6 at the offset 0x5cc7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5cd6.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0x5ce0.
grub-install: info: relocating an R_X86_64_64 entry to 0x69f5 at the offset 0x5cf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x5d0e.
grub-install: info: relocating an R_X86_64_64 entry to 0x69aa at the offset 0x5d18.
grub-install: info: relocating an R_X86_64_64 entry to 0x690a at the offset 0x5d40.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5d4a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ff9 at the offset 0x5d77.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7b8 at the offset 0x5da9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x5db3.
grub-install: info: relocating an R_X86_64_64 entry to 0x5447 at the offset 0x5dc5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7b8 at the offset 0x5de2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7bf at the offset 0x5dec.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5dfd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7d7 at the offset 0x5e16.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x5e20.
grub-install: info: relocating an R_X86_64_64 entry to 0x60b5 at the offset 0x5e3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5e4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x5e64.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7ec at the offset 0x5e74.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5e85.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5e9b.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x5ea9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5ec1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x5efe.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x5f0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x5f44.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x5f7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5f9d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x5fb3.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x5fce.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x5ff5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x604d.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6063.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x6072.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x60a7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fd at the offset 0x60cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x60d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x6101.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x6129.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x6144.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x61bc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fd at the offset 0x61d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x61de.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x61ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x6212.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fd at the offset 0x6227.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x6234.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6261.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x629b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x62b4.
grub-install: info: relocating an R_X86_64_64 entry to 0x88b2 at the offset 0x62be.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x62d1.
grub-install: info: relocating an R_X86_64_64 entry to 0xda40 at the offset 0x62e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x62f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6305.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x6316.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x6321.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x632c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6336.
grub-install: info: relocating an R_X86_64_64 entry to 0xda00 at the offset 0x6348.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6358.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x6368.
grub-install: info: relocating an R_X86_64_64 entry to 0xda40 at the offset 0x6379.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x6382.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x639a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x63ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x63b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x63c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x63dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fe at the offset 0x63ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x63f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x6402.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x640f.
grub-install: info: relocating an R_X86_64_64 entry to 0x18844 at the offset 0x641c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18844 at the offset 0x6427.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x6431.
grub-install: info: relocating an R_X86_64_64 entry to 0xda00 at the offset 0x6441.
grub-install: info: relocating an R_X86_64_64 entry to 0xa80a at the offset 0x6450.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x645c.
grub-install: info: relocating an R_X86_64_64 entry to 0xda00 at the offset 0x6468.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x6491.
grub-install: info: relocating an R_X86_64_64 entry to 0xa832 at the offset 0x64a7.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x64b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x64cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x64ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xa846 at the offset 0x6525.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6531.
grub-install: info: relocating an R_X86_64_64 entry to 0x18850 at the offset 0x656d.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x65ca.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x65d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x65e9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6878 at the offset 0x65f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x660c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x661b.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x6641.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x6659.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x667c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb800 at the offset 0x66a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ed6 at the offset 0x66b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x66ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x66fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0x670e.
grub-install: info: relocating an R_X86_64_64 entry to 0x69aa at the offset 0x6745.
grub-install: info: relocating an R_X86_64_64 entry to 0x18860 at the offset 0x6756.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0x6760.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x676a.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x677e.
grub-install: info: relocating an R_X86_64_64 entry to 0x18860 at the offset 0x6795.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0x679f.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x67a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x67cc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa86b at the offset 0x67d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x50c8 at the offset 0x6803.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x68fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x6959.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x69b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x69c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa88f at the offset 0x69d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x69e4.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x6a12.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6a2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x6a4e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8a6 at the offset 0x6a76.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6a87.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x6ab1.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6abf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe470 at the offset 0x6ae9.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x6af6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8bf at the offset 0x6b0f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d0 at the offset 0x6b19.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d3 at the offset 0x6b28.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bf7 at the offset 0x6b37.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8dd at the offset 0x6b41.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6b51.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x6b64.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8df at the offset 0x6b76.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d0 at the offset 0x6b80.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d3 at the offset 0x6b8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x6b9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6ba7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6bbd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe468 at the offset 0x6bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6be9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe468 at the offset 0x6c02.
grub-install: info: relocating an R_X86_64_64 entry to 0xe470 at the offset 0x6c12.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bf7 at the offset 0x6c21.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8dd at the offset 0x6c2b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6c3a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c47.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c52.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c65.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c70.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6c7c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c90.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c9b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f5 at the offset 0x6cb9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6cca.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x6ce6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x6d6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x6d8c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x6d9c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6da9.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a at the offset 0x6dc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0x6dd9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa913 at the offset 0x6deb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x6dfa.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x6e06.
grub-install: info: relocating an R_X86_64_64 entry to 0xa933 at the offset 0x6e30.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x6e3c.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x6e48.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6e6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x6eb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe480 at the offset 0x6ecc.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x6ed8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x6ef0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe480 at the offset 0x6f03.
grub-install: info: relocating an R_X86_64_64 entry to 0xa946 at the offset 0x6f17.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x6f26.
grub-install: info: relocating an R_X86_64_64 entry to 0x99a4 at the offset 0x6f34.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6f40.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ff9 at the offset 0x6f5e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6f6d.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x6f98.
grub-install: info: relocating an R_X86_64_64 entry to 0xa967 at the offset 0x6fa2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x6fac.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6fb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x6fc7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa96a at the offset 0x6fe6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x6ff5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x7001.
grub-install: info: relocating an R_X86_64_64 entry to 0x7163 at the offset 0x703f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98a at the offset 0x7049.
grub-install: info: relocating an R_X86_64_64 entry to 0x65ae at the offset 0x7053.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f8 at the offset 0x7067.
grub-install: info: relocating an R_X86_64_64 entry to 0xa912 at the offset 0x70ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98f at the offset 0x70b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x70c2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa996 at the offset 0x70e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x70ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xa996 at the offset 0x70f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x660e at the offset 0x7102.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x7111.
grub-install: info: relocating an R_X86_64_64 entry to 0x79c4 at the offset 0x7135.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x7155.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x717d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x71dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x71f7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa99e at the offset 0x7237.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x7241.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x7263.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x7272.
grub-install: info: relocating an R_X86_64_64 entry to 0xa912 at the offset 0x7281.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98f at the offset 0x7292.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x729e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x72a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9a9 at the offset 0x72bc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98a at the offset 0x72d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x72e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x660e at the offset 0x72f5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98a at the offset 0x7304.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9a9 at the offset 0x7311.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x731e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9b0 at the offset 0x7335.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x7344.
grub-install: info: relocating an R_X86_64_64 entry to 0x4466 at the offset 0x7352.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x7360.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9cf at the offset 0x736a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe480 at the offset 0x737b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8f95 at the offset 0x738d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9f4 at the offset 0x7399.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x73aa.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa35 at the offset 0x73b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x73c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x73ce.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa35 at the offset 0x73d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x73e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x70e2 at the offset 0x73f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x7410.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x7426.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa3c at the offset 0x743b.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x744a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x745c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x746c.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa3c at the offset 0x748d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x7499.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x74bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x750d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x751b.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x75f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x79f6 at the offset 0x763e.
grub-install: info: relocating an R_X86_64_64 entry to 0x79f6 at the offset 0x7655.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x7774.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x7784.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x77a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x77c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x77d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x77f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x7875.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa56 at the offset 0x7915.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x7926.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x7941.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa41 at the offset 0x7952.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x7963.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x7ab2.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x7acb.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7b01.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x7b13.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b88 at the offset 0x7c5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7d07.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7db4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7e02.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa6a at the offset 0x7ec6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x7f67.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x7fa2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9c at the offset 0x81bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x8111 at the offset 0x81c5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0x81cf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0x81f3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8210.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8224.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5bc at the offset 0x8237.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5bd at the offset 0x8244.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5be at the offset 0x8251.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5bf at the offset 0x825e.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x8282.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x8291.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x82a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x8301.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x834b.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x835f.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa71 at the offset 0x8386.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x8390.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa77 at the offset 0x83b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a34 at the offset 0x83c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa7b at the offset 0x83e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x83ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x8424.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x8430.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9c at the offset 0x845f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8111 at the offset 0x8481.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x8492.
grub-install: info: relocating an R_X86_64_64 entry to 0x8849 at the offset 0x84b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x88b2 at the offset 0x84fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8511.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9c at the offset 0x852a.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x854f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8111 at the offset 0x856e.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x8582.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8599.
grub-install: info: relocating an R_X86_64_64 entry to 0x890b at the offset 0x85f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x860a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x864d.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x8661.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa83 at the offset 0x866f.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x867b.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa8d at the offset 0x868b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9985 at the offset 0x8699.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e04 at the offset 0x86a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x86c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x86cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x86f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x870c.
grub-install: info: relocating an R_X86_64_64 entry to 0x890b at the offset 0x874a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb850 at the offset 0x875a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb850 at the offset 0x876a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8774.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x87cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x87ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x8801.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x8837.
grub-install: info: relocating an R_X86_64_64 entry to 0xb880 at the offset 0x888d.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x88c6.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b91 at the offset 0x896f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c69 at the offset 0x89c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b91 at the offset 0x89e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c1b at the offset 0x8a01.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x8a3f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c1b at the offset 0x8abe.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8aed.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x8b0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8b3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8b46.
grub-install: info: relocating an R_X86_64_64 entry to 0x9515 at the offset 0x8b99.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ba9 at the offset 0x8ba3.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ba9 at the offset 0x8bd6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8be7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8bf4.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x8c47.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0x8c59.
grub-install: info: relocating an R_X86_64_64 entry to 0x7982 at the offset 0x8c8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x93df at the offset 0x8cdd.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8cf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8d0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8d31.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8d6e.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0x8d9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9446 at the offset 0x8dce.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8de2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x8e11.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaa5 at the offset 0x8e2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x8e38.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x8e4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8e72.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0x8ea0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaa6 at the offset 0x8eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x8ebe.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0x8f6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaa9 at the offset 0x8f8a.
grub-install: info: relocating an R_X86_64_64 entry to 0xaae5 at the offset 0x8f9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x8fa8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaadb at the offset 0x8fba.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8fcc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9346 at the offset 0x8ff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x9007.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x902c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9346 at the offset 0x9069.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0x90c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9446 at the offset 0x90dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x90f2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d21 at the offset 0x9119.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x915c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x918e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x91b3.
grub-install: info: relocating an R_X86_64_64 entry to 0x70e2 at the offset 0x91c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaf6 at the offset 0x91ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x8710 at the offset 0x91fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x9207.
grub-install: info: relocating an R_X86_64_64 entry to 0xab0d at the offset 0x9211.
grub-install: info: relocating an R_X86_64_64 entry to 0xab12 at the offset 0x9225.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x9231.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x9242.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x9257.
grub-install: info: relocating an R_X86_64_64 entry to 0xab28 at the offset 0x926c.
grub-install: info: relocating an R_X86_64_64 entry to 0xab2b at the offset 0x927b.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x9285.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x92a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x92b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9985 at the offset 0x92bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x92c6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x92f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x9316.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x9332.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x935c.
grub-install: info: relocating an R_X86_64_64 entry to 0xab39 at the offset 0x9370.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x937a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x9389.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x9393.
grub-install: info: relocating an R_X86_64_64 entry to 0xab3b at the offset 0x93b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x93bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x93cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x9666 at the offset 0x93d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x93e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9515 at the offset 0x9412.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x9423.
grub-install: info: relocating an R_X86_64_64 entry to 0x982f at the offset 0x946d.
grub-install: info: relocating an R_X86_64_64 entry to 0x982f at the offset 0x94a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x982f at the offset 0x94c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x94e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c8 at the offset 0x9515.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c0 at the offset 0x9529.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x953a.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x9560.
grub-install: info: relocating an R_X86_64_64 entry to 0x9913 at the offset 0x9588.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x9592.
grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x95a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xba00 at the offset 0x95b3.
grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
grub-install: info: relocating an R_X86_64_64 entry to 0x22c0 at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x22d9 at the offset 0x8.
grub-install: info: relocating an R_X86_64_64 entry to 0x22ed at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x2308 at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x231a at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x2488 at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x24a6 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0x24bf at the offset 0x38.
grub-install: info: relocating an R_X86_64_64 entry to 0x24da at the offset 0x40.
grub-install: info: relocating an R_X86_64_64 entry to 0x24f1 at the offset 0x48.
grub-install: info: relocating an R_X86_64_64 entry to 0x2536 at the offset 0x50.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0x58.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0x60.
grub-install: info: relocating an R_X86_64_64 entry to 0x2665 at the offset 0x68.
grub-install: info: relocating an R_X86_64_64 entry to 0x26d1 at the offset 0x70.
grub-install: info: relocating an R_X86_64_64 entry to 0x2549 at the offset 0x78.
grub-install: info: relocating an R_X86_64_64 entry to 0x2583 at the offset 0x80.
grub-install: info: relocating an R_X86_64_64 entry to 0x25da at the offset 0x88.
grub-install: info: relocating an R_X86_64_64 entry to 0x2689 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x250a at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x26af at the offset 0xb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x270d at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x276a at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2789 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x27a7 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x281c at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ca4 at the offset 0x160.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ca4 at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0x5da2 at the offset 0x170.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e45 at the offset 0x178.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e69 at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0x808e at the offset 0x188.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x190.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x198.
grub-install: info: relocating an R_X86_64_64 entry to 0x80ae at the offset 0x1a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x1a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x1b0.
grub-install: info: dealing with the relocation section .rela.data for .data.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0xf69 at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x917 at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e2 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0xead at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x1261 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0xa271 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x35d3 at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x35b2 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x334c at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x34e3 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x354f at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x34a8 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x36f9 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3600 at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3581 at the offset 0xe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa271 at the offset 0x150.
grub-install: info: relocating an R_X86_64_64 entry to 0x3665 at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0xd980 at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0xa908 at the offset 0x1d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cf4 at the offset 0x1e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bfd at the offset 0x1e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a0 at the offset 0x210.
grub-install: info: relocating an R_X86_64_64 entry to 0x78a8 at the offset 0x218.
grub-install: info: relocating an R_X86_64_64 entry to 0x98bb at the offset 0x380.
grub-install: info: relocating an R_X86_64_64 entry to 0xab54 at the offset 0x3c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x417 at the offset 0x3c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xab5f at the offset 0x3d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x3e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xab6a at the offset 0x3f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cc at the offset 0x3f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xab76 at the offset 0x408.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x410.
grub-install: info: relocating an R_X86_64_64 entry to 0xab81 at the offset 0x420.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x428.
grub-install: info: relocating an R_X86_64_64 entry to 0xab8c at the offset 0x438.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x440.
grub-install: info: relocating an R_X86_64_64 entry to 0xab97 at the offset 0x450.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x458.
grub-install: info: relocating an R_X86_64_64 entry to 0xaba2 at the offset 0x468.
grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x470.
grub-install: info: relocating an R_X86_64_64 entry to 0xabad at the offset 0x480.
grub-install: info: relocating an R_X86_64_64 entry to 0x49f at the offset 0x488.
grub-install: info: relocating an R_X86_64_64 entry to 0xabb8 at the offset 0x498.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a0 at the offset 0x4a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xabcc at the offset 0x4b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x4b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0x4c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x4d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xabf3 at the offset 0x4e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x4e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xac05 at the offset 0x4f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x47ec at the offset 0x500.
grub-install: info: relocating an R_X86_64_64 entry to 0xac19 at the offset 0x510.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x518.
grub-install: info: relocating an R_X86_64_64 entry to 0xac2a at the offset 0x528.
grub-install: info: relocating an R_X86_64_64 entry to 0x4c96 at the offset 0x530.
grub-install: info: relocating an R_X86_64_64 entry to 0xac4a at the offset 0x540.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x548.
grub-install: info: relocating an R_X86_64_64 entry to 0xac60 at the offset 0x558.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x560.
grub-install: info: relocating an R_X86_64_64 entry to 0xac70 at the offset 0x570.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x578.
grub-install: info: relocating an R_X86_64_64 entry to 0xac83 at the offset 0x588.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cfb at the offset 0x590.
grub-install: info: relocating an R_X86_64_64 entry to 0xac9a at the offset 0x5a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d10 at the offset 0x5a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xacb3 at the offset 0x5b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe750 at the offset 0x5c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaccb at the offset 0x5d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe740 at the offset 0x5d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xace9 at the offset 0x5e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5425 at the offset 0x5f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xacfc at the offset 0x600.
grub-install: info: relocating an R_X86_64_64 entry to 0x4de5 at the offset 0x608.
grub-install: info: relocating an R_X86_64_64 entry to 0xad0b at the offset 0x618.
grub-install: info: relocating an R_X86_64_64 entry to 0x50c8 at the offset 0x620.
grub-install: info: relocating an R_X86_64_64 entry to 0xad1a at the offset 0x630.
grub-install: info: relocating an R_X86_64_64 entry to 0xe748 at the offset 0x638.
grub-install: info: relocating an R_X86_64_64 entry to 0xad2f at the offset 0x648.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x650.
grub-install: info: relocating an R_X86_64_64 entry to 0xad3d at the offset 0x660.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x668.
grub-install: info: relocating an R_X86_64_64 entry to 0xad4a at the offset 0x678.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x680.
grub-install: info: relocating an R_X86_64_64 entry to 0xad57 at the offset 0x690.
grub-install: info: relocating an R_X86_64_64 entry to 0x5786 at the offset 0x698.
grub-install: info: relocating an R_X86_64_64 entry to 0xad70 at the offset 0x6a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x6b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xad7c at the offset 0x6c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x6c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xad8b at the offset 0x6d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x562f at the offset 0x6e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xad99 at the offset 0x6f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x599 at the offset 0x6f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xada7 at the offset 0x708.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a9 at the offset 0x710.
grub-install: info: relocating an R_X86_64_64 entry to 0xadb9 at the offset 0x720.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a5 at the offset 0x728.
grub-install: info: relocating an R_X86_64_64 entry to 0xadcb at the offset 0x738.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b7a at the offset 0x740.
grub-install: info: relocating an R_X86_64_64 entry to 0xade3 at the offset 0x750.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0x758.
grub-install: info: relocating an R_X86_64_64 entry to 0xae01 at the offset 0x768.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d78 at the offset 0x770.
grub-install: info: relocating an R_X86_64_64 entry to 0xae1f at the offset 0x780.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x788.
grub-install: info: relocating an R_X86_64_64 entry to 0xae33 at the offset 0x798.
grub-install: info: relocating an R_X86_64_64 entry to 0x21f8 at the offset 0x7a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xae4c at the offset 0x7b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2128 at the offset 0x7b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xae62 at the offset 0x7c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1de9 at the offset 0x7d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xae7c at the offset 0x7e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x7e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xae94 at the offset 0x7f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1f77 at the offset 0x800.
grub-install: info: relocating an R_X86_64_64 entry to 0xaeaa at the offset 0x810.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x818.
grub-install: info: relocating an R_X86_64_64 entry to 0xaec0 at the offset 0x828.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x830.
grub-install: info: relocating an R_X86_64_64 entry to 0xaed5 at the offset 0x840.
grub-install: info: relocating an R_X86_64_64 entry to 0x1be6 at the offset 0x848.
grub-install: info: relocating an R_X86_64_64 entry to 0xaeec at the offset 0x858.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b9c at the offset 0x860.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf05 at the offset 0x870.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e8 at the offset 0x878.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf19 at the offset 0x888.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x890.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf30 at the offset 0x8a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2213 at the offset 0x8a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf4b at the offset 0x8b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x8c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf62 at the offset 0x8d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e9d at the offset 0x8d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf78 at the offset 0x8e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e48 at the offset 0x8f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf99 at the offset 0x900.
grub-install: info: relocating an R_X86_64_64 entry to 0x1dc5 at the offset 0x908.
grub-install: info: relocating an R_X86_64_64 entry to 0xafa8 at the offset 0x918.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x920.
grub-install: info: relocating an R_X86_64_64 entry to 0xafbe at the offset 0x930.
grub-install: info: relocating an R_X86_64_64 entry to 0x154e at the offset 0x938.
grub-install: info: relocating an R_X86_64_64 entry to 0xafdd at the offset 0x948.
grub-install: info: relocating an R_X86_64_64 entry to 0x169b at the offset 0x950.
grub-install: info: relocating an R_X86_64_64 entry to 0xaffa at the offset 0x960.
grub-install: info: relocating an R_X86_64_64 entry to 0x660e at the offset 0x968.
grub-install: info: relocating an R_X86_64_64 entry to 0xb00a at the offset 0x978.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x980.
grub-install: info: relocating an R_X86_64_64 entry to 0xb017 at the offset 0x990.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x998.
grub-install: info: relocating an R_X86_64_64 entry to 0xb024 at the offset 0x9a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x649f at the offset 0x9b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb033 at the offset 0x9c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6523 at the offset 0x9c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb04e at the offset 0x9d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18844 at the offset 0x9e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb066 at the offset 0x9f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x9f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb072 at the offset 0xa08.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0xa10.
grub-install: info: relocating an R_X86_64_64 entry to 0xb07d at the offset 0xa20.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0xa28.
grub-install: info: relocating an R_X86_64_64 entry to 0xb088 at the offset 0xa38.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0xa40.
grub-install: info: relocating an R_X86_64_64 entry to 0xb097 at the offset 0xa50.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0xa58.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0a7 at the offset 0xa68.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e04 at the offset 0xa70.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0b1 at the offset 0xa80.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0xa88.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0bc at the offset 0xa98.
grub-install: info: relocating an R_X86_64_64 entry to 0x69aa at the offset 0xaa0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0cc at the offset 0xab0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18860 at the offset 0xab8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0e2 at the offset 0xac8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0xad0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0fc at the offset 0xae0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6878 at the offset 0xae8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb116 at the offset 0xaf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x69f5 at the offset 0xb00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb125 at the offset 0xb10.
grub-install: info: relocating an R_X86_64_64 entry to 0x18850 at the offset 0xb18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb13d at the offset 0xb28.
grub-install: info: relocating an R_X86_64_64 entry to 0x690a at the offset 0xb30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb14c at the offset 0xb40.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bc4 at the offset 0xb48.
grub-install: info: relocating an R_X86_64_64 entry to 0xb15b at the offset 0xb58.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0xb60.
grub-install: info: relocating an R_X86_64_64 entry to 0xb165 at the offset 0xb70.
grub-install: info: relocating an R_X86_64_64 entry to 0xe468 at the offset 0xb78.
grub-install: info: relocating an R_X86_64_64 entry to 0xb17b at the offset 0xb88.
grub-install: info: relocating an R_X86_64_64 entry to 0xe470 at the offset 0xb90.
grub-install: info: relocating an R_X86_64_64 entry to 0xb188 at the offset 0xba0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ed6 at the offset 0xba8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb196 at the offset 0xbb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0xbc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1a7 at the offset 0xbd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9985 at the offset 0xbd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1b3 at the offset 0xbe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9913 at the offset 0xbf0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1c7 at the offset 0xc00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0xc08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1d4 at the offset 0xc18.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0xc20.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1e1 at the offset 0xc30.
grub-install: info: relocating an R_X86_64_64 entry to 0x711a at the offset 0xc38.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1f0 at the offset 0xc48.
grub-install: info: relocating an R_X86_64_64 entry to 0x7134 at the offset 0xc50.
grub-install: info: relocating an R_X86_64_64 entry to 0xb201 at the offset 0xc60.
grub-install: info: relocating an R_X86_64_64 entry to 0x534 at the offset 0xc68.
grub-install: info: relocating an R_X86_64_64 entry to 0xb213 at the offset 0xc78.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0xc80.
grub-install: info: relocating an R_X86_64_64 entry to 0xb21f at the offset 0xc90.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0xc98.
grub-install: info: relocating an R_X86_64_64 entry to 0xb22d at the offset 0xca8.
grub-install: info: relocating an R_X86_64_64 entry to 0x547 at the offset 0xcb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb241 at the offset 0xcc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0xcc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb24d at the offset 0xcd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0xce0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb25a at the offset 0xcf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0xcf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb266 at the offset 0xd08.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fd2 at the offset 0xd10.
grub-install: info: relocating an R_X86_64_64 entry to 0xb276 at the offset 0xd20.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0xd28.
grub-install: info: relocating an R_X86_64_64 entry to 0xb283 at the offset 0xd38.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0xd40.
grub-install: info: relocating an R_X86_64_64 entry to 0xb290 at the offset 0xd50.
grub-install: info: relocating an R_X86_64_64 entry to 0x70e2 at the offset 0xd58.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a5 at the offset 0xd68.
grub-install: info: relocating an R_X86_64_64 entry to 0xc910 at the offset 0xd70.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2b3 at the offset 0xd80.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c0 at the offset 0xd88.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2cc at the offset 0xd98.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c69 at the offset 0xda0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2e6 at the offset 0xdb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d21 at the offset 0xdb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb300 at the offset 0xdc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0xdd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb318 at the offset 0xde0.
grub-install: info: relocating an R_X86_64_64 entry to 0x919a at the offset 0xde8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb32f at the offset 0xdf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0xe00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb347 at the offset 0xe10.
grub-install: info: relocating an R_X86_64_64 entry to 0x9003 at the offset 0xe18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb35c at the offset 0xe28.
grub-install: info: relocating an R_X86_64_64 entry to 0x699 at the offset 0xe30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb375 at the offset 0xe40.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d4 at the offset 0xe48.
grub-install: info: relocating an R_X86_64_64 entry to 0xb386 at the offset 0xe58.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0xe60.
grub-install: info: relocating an R_X86_64_64 entry to 0xb39c at the offset 0xe70.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0xe78.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3ad at the offset 0xe88.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0xe90.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3b9 at the offset 0xea0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8710 at the offset 0xea8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3c6 at the offset 0xeb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x790a at the offset 0xec0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3d1 at the offset 0xed0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0xed8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3e5 at the offset 0xee8.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xef0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3f7 at the offset 0xf00.
grub-install: info: relocating an R_X86_64_64 entry to 0x3eff at the offset 0xf08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb404 at the offset 0xf18.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0xf20.
grub-install: info: relocating an R_X86_64_64 entry to 0xb411 at the offset 0xf30.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ff6 at the offset 0xf38.
grub-install: info: relocating an R_X86_64_64 entry to 0xb42c at the offset 0xf48.
grub-install: info: relocating an R_X86_64_64 entry to 0x65ae at the offset 0xf50.
grub-install: info: relocating an R_X86_64_64 entry to 0xb448 at the offset 0xf60.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xf68.
grub-install: info: relocating an R_X86_64_64 entry to 0xb456 at the offset 0xf78.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0xf80.
grub-install: info: relocating an R_X86_64_64 entry to 0xb462 at the offset 0xf90.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0xf98.
grub-install: info: relocating an R_X86_64_64 entry to 0xb46e at the offset 0xfa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78f7 at the offset 0xfb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb47a at the offset 0xfc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0xfc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb486 at the offset 0xfd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0xfe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb492 at the offset 0xff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7982 at the offset 0xff8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb49f at the offset 0x1008.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x1010.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4ac at the offset 0x1020.
grub-install: info: relocating an R_X86_64_64 entry to 0x79c4 at the offset 0x1028.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4b9 at the offset 0x1038.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x1040.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4c6 at the offset 0x1050.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x1058.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4d4 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a34 at the offset 0x1070.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4e1 at the offset 0x1080.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c8 at the offset 0x1088.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4fb at the offset 0x1098.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x10a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb50c at the offset 0x10b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c8 at the offset 0x10b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb526 at the offset 0x10c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c9 at the offset 0x10d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb53d at the offset 0x10e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x10e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb54f at the offset 0x10f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b0 at the offset 0x1100.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56a at the offset 0x1110.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c8 at the offset 0x1118.
grub-install: info: relocating an R_X86_64_64 entry to 0xb57d at the offset 0x1128.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f0 at the offset 0x1130.
grub-install: info: relocating an R_X86_64_64 entry to 0xb58b at the offset 0x1140.
grub-install: info: relocating an R_X86_64_64 entry to 0x40e8 at the offset 0x1148.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a3 at the offset 0x1158.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x1160.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5b0 at the offset 0x1170.
grub-install: info: relocating an R_X86_64_64 entry to 0x88b2 at the offset 0x1178.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5bf at the offset 0x1188.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x1190.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5ce at the offset 0x11a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x11a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5d9 at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x890b at the offset 0x11c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5e9 at the offset 0x11d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x11d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5f5 at the offset 0x11e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x11f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5fc at the offset 0x1200.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x1208.
grub-install: info: relocating an R_X86_64_64 entry to 0xb603 at the offset 0x1218.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x1220.
grub-install: info: relocating an R_X86_64_64 entry to 0xb60b at the offset 0x1230.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x1238.
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 0x5e1.
grub-install: info: adding a relocation entry for 0x6a5.
grub-install: info: adding a relocation entry for 0x752.
grub-install: info: adding a relocation entry for 0x763.
grub-install: info: adding a relocation entry for 0x790.
grub-install: info: adding a relocation entry for 0x829.
grub-install: info: adding a relocation entry for 0x83b.
grub-install: info: adding a relocation entry for 0x865.
grub-install: info: adding a relocation entry for 0x876.
grub-install: info: adding a relocation entry for 0x8e7.
grub-install: info: adding a relocation entry for 0x8f1.
grub-install: info: adding a relocation entry for 0x900.
grub-install: info: adding a relocation entry for 0x90c.
grub-install: info: adding a relocation entry for 0x92b.
grub-install: info: adding a relocation entry for 0x938.
grub-install: info: adding a relocation entry for 0x94b.
grub-install: info: adding a relocation entry for 0x955.
grub-install: info: adding a relocation entry for 0x986.
grub-install: info: adding a relocation entry for 0x994.
grub-install: info: adding a relocation entry for 0x9ad.
grub-install: info: adding a relocation entry for 0x9be.
grub-install: info: adding a relocation entry for 0x9c9.
grub-install: info: adding a relocation entry for 0x9f2.
grub-install: info: adding a relocation entry for 0xa01.
grub-install: info: adding a relocation entry for 0xa10.
grub-install: info: adding a relocation entry for 0xa1d.
grub-install: info: adding a relocation entry for 0xa35.
grub-install: info: adding a relocation entry for 0xa50.
grub-install: info: adding a relocation entry for 0xa63.
grub-install: info: adding a relocation entry for 0xa70.
grub-install: info: adding a relocation entry for 0xa85.
grub-install: info: adding a relocation entry for 0xad1.
grub-install: info: adding a relocation entry for 0xaec.
grub-install: info: adding a relocation entry for 0xb1d.
grub-install: info: adding a relocation entry for 0xb27.
grub-install: info: adding a relocation entry for 0xb36.
grub-install: info: adding a relocation entry for 0xb5a.
grub-install: info: adding a relocation entry for 0xb7b.
grub-install: info: adding a relocation entry for 0xb87.
grub-install: info: adding a relocation entry for 0xb92.
grub-install: info: adding a relocation entry for 0xb9d.
grub-install: info: adding a relocation entry for 0xbca.
grub-install: info: adding a relocation entry for 0xbdc.
grub-install: info: adding a relocation entry for 0xbf9.
grub-install: info: adding a relocation entry for 0xc0a.
grub-install: info: adding a relocation entry for 0xc32.
grub-install: info: adding a relocation entry for 0xc69.
grub-install: info: adding a relocation entry for 0xc82.
grub-install: info: adding a relocation entry for 0xc90.
grub-install: info: adding a relocation entry for 0xcab.
grub-install: info: adding a relocation entry for 0xcc1.
grub-install: info: adding a relocation entry for 0xcf7.
grub-install: info: adding a relocation entry for 0xd1a.
grub-install: info: adding a relocation entry for 0xd4a.
grub-install: info: adding a relocation entry for 0xd5c.
grub-install: info: adding a relocation entry for 0xd8b.
grub-install: info: adding a relocation entry for 0xda4.
grub-install: info: adding a relocation entry for 0xdb9.
grub-install: info: adding a relocation entry for 0xdd7.
grub-install: info: adding a relocation entry for 0xe04.
grub-install: info: adding a relocation entry for 0xe2f.
grub-install: info: adding a relocation entry for 0xe63.
grub-install: info: adding a relocation entry for 0xe82.
grub-install: info: adding a relocation entry for 0xecf.
grub-install: info: adding a relocation entry for 0xed9.
grub-install: info: adding a relocation entry for 0xee8.
grub-install: info: adding a relocation entry for 0xef2.
grub-install: info: adding a relocation entry for 0xf20.
grub-install: info: adding a relocation entry for 0xf3b.
grub-install: info: adding a relocation entry for 0xf54.
grub-install: info: adding a relocation entry for 0xf87.
grub-install: info: adding a relocation entry for 0xf9b.
grub-install: info: adding a relocation entry for 0xfb5.
grub-install: info: adding a relocation entry for 0xfc9.
grub-install: info: adding a relocation entry for 0xfdb.
grub-install: info: adding a relocation entry for 0xfe5.
grub-install: info: adding a relocation entry for 0xff4.
grub-install: info: adding a relocation entry for 0xffe.
grub-install: info: adding a relocation entry for 0x1026.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 184 bytes of a fixup block starting at 0x0.
grub-install: info: adding a relocation entry for 0x103a.
grub-install: info: adding a relocation entry for 0x104c.
grub-install: info: adding a relocation entry for 0x1056.
grub-install: info: adding a relocation entry for 0x1065.
grub-install: info: adding a relocation entry for 0x106f.
grub-install: info: adding a relocation entry for 0x1098.
grub-install: info: adding a relocation entry for 0x10ae.
grub-install: info: adding a relocation entry for 0x10c2.
grub-install: info: adding a relocation entry for 0x10d4.
grub-install: info: adding a relocation entry for 0x10de.
grub-install: info: adding a relocation entry for 0x10ed.
grub-install: info: adding a relocation entry for 0x10f7.
grub-install: info: adding a relocation entry for 0x1158.
grub-install: info: adding a relocation entry for 0x1175.
grub-install: info: adding a relocation entry for 0x118d.
grub-install: info: adding a relocation entry for 0x11b3.
grub-install: info: adding a relocation entry for 0x11bd.
grub-install: info: adding a relocation entry for 0x11f4.
grub-install: info: adding a relocation entry for 0x124d.
grub-install: info: adding a relocation entry for 0x1283.
grub-install: info: adding a relocation entry for 0x128d.
grub-install: info: adding a relocation entry for 0x129c.
grub-install: info: adding a relocation entry for 0x12a6.
grub-install: info: adding a relocation entry for 0x12d4.
grub-install: info: adding a relocation entry for 0x12ef.
grub-install: info: adding a relocation entry for 0x1308.
grub-install: info: adding a relocation entry for 0x1323.
grub-install: info: adding a relocation entry for 0x1335.
grub-install: info: adding a relocation entry for 0x133f.
grub-install: info: adding a relocation entry for 0x135a.
grub-install: info: adding a relocation entry for 0x13b9.
grub-install: info: adding a relocation entry for 0x13c3.
grub-install: info: adding a relocation entry for 0x13cf.
grub-install: info: adding a relocation entry for 0x1468.
grub-install: info: adding a relocation entry for 0x147e.
grub-install: info: adding a relocation entry for 0x149f.
grub-install: info: adding a relocation entry for 0x14e5.
grub-install: info: adding a relocation entry for 0x1503.
grub-install: info: adding a relocation entry for 0x150f.
grub-install: info: adding a relocation entry for 0x1519.
grub-install: info: adding a relocation entry for 0x1535.
grub-install: info: adding a relocation entry for 0x1544.
grub-install: info: adding a relocation entry for 0x159c.
grub-install: info: adding a relocation entry for 0x15a6.
grub-install: info: adding a relocation entry for 0x15d7.
grub-install: info: adding a relocation entry for 0x15f8.
grub-install: info: adding a relocation entry for 0x160b.
grub-install: info: adding a relocation entry for 0x1678.
grub-install: info: adding a relocation entry for 0x16a1.
grub-install: info: adding a relocation entry for 0x16c4.
grub-install: info: adding a relocation entry for 0x16fa.
grub-install: info: adding a relocation entry for 0x174f.
grub-install: info: adding a relocation entry for 0x175d.
grub-install: info: adding a relocation entry for 0x177b.
grub-install: info: adding a relocation entry for 0x17a3.
grub-install: info: adding a relocation entry for 0x17c1.
grub-install: info: adding a relocation entry for 0x17d9.
grub-install: info: adding a relocation entry for 0x17ef.
grub-install: info: adding a relocation entry for 0x17fc.
grub-install: info: adding a relocation entry for 0x181d.
grub-install: info: adding a relocation entry for 0x182d.
grub-install: info: adding a relocation entry for 0x1857.
grub-install: info: adding a relocation entry for 0x1870.
grub-install: info: adding a relocation entry for 0x19a6.
grub-install: info: adding a relocation entry for 0x19ef.
grub-install: info: adding a relocation entry for 0x1a0a.
grub-install: info: adding a relocation entry for 0x1a29.
grub-install: info: adding a relocation entry for 0x1ba5.
grub-install: info: adding a relocation entry for 0x1bb8.
grub-install: info: adding a relocation entry for 0x1bf3.
grub-install: info: adding a relocation entry for 0x1c2b.
grub-install: info: adding a relocation entry for 0x1c49.
grub-install: info: adding a relocation entry for 0x1c72.
grub-install: info: adding a relocation entry for 0x1cb3.
grub-install: info: adding a relocation entry for 0x1ce7.
grub-install: info: adding a relocation entry for 0x1d09.
grub-install: info: adding a relocation entry for 0x1d1e.
grub-install: info: adding a relocation entry for 0x1d46.
grub-install: info: adding a relocation entry for 0x1d50.
grub-install: info: adding a relocation entry for 0x1d7f.
grub-install: info: adding a relocation entry for 0x1daa.
grub-install: info: adding a relocation entry for 0x1dc7.
grub-install: info: adding a relocation entry for 0x1ddf.
grub-install: info: adding a relocation entry for 0x1df0.
grub-install: info: adding a relocation entry for 0x1dfa.
grub-install: info: adding a relocation entry for 0x1e07.
grub-install: info: adding a relocation entry for 0x1e13.
grub-install: info: adding a relocation entry for 0x1e2f.
grub-install: info: adding a relocation entry for 0x1e3c.
grub-install: info: adding a relocation entry for 0x1e4c.
grub-install: info: adding a relocation entry for 0x1e62.
grub-install: info: adding a relocation entry for 0x1e7e.
grub-install: info: adding a relocation entry for 0x1e8f.
grub-install: info: adding a relocation entry for 0x1eb1.
grub-install: info: adding a relocation entry for 0x1ecb.
grub-install: info: adding a relocation entry for 0x1ed9.
grub-install: info: adding a relocation entry for 0x1ef8.
grub-install: info: adding a relocation entry for 0x1f0a.
grub-install: info: adding a relocation entry for 0x1f2d.
grub-install: info: adding a relocation entry for 0x1f48.
grub-install: info: adding a relocation entry for 0x1f61.
grub-install: info: adding a relocation entry for 0x1f89.
grub-install: info: adding a relocation entry for 0x1f93.
grub-install: info: adding a relocation entry for 0x1fdb.
grub-install: info: adding a relocation entry for 0x1fe5.
grub-install: info: adding a relocation entry for 0x1ff8.
grub-install: info: adding a relocation entry for 0x2035.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 224 bytes of a fixup block starting at 0x1000.
grub-install: info: adding a relocation entry for 0x208f.
grub-install: info: adding a relocation entry for 0x20a2.
grub-install: info: adding a relocation entry for 0x20c0.
grub-install: info: adding a relocation entry for 0x20e6.
grub-install: info: adding a relocation entry for 0x2175.
grub-install: info: adding a relocation entry for 0x2189.
grub-install: info: adding a relocation entry for 0x21ff.
grub-install: info: adding a relocation entry for 0x2209.
grub-install: info: adding a relocation entry for 0x2222.
grub-install: info: adding a relocation entry for 0x227b.
grub-install: info: adding a relocation entry for 0x2289.
grub-install: info: adding a relocation entry for 0x229c.
grub-install: info: adding a relocation entry for 0x22b5.
grub-install: info: adding a relocation entry for 0x22cc.
grub-install: info: adding a relocation entry for 0x22e0.
grub-install: info: adding a relocation entry for 0x22f7.
grub-install: info: adding a relocation entry for 0x230d.
grub-install: info: adding a relocation entry for 0x2320.
grub-install: info: adding a relocation entry for 0x232f.
grub-install: info: adding a relocation entry for 0x2357.
grub-install: info: adding a relocation entry for 0x236c.
grub-install: info: adding a relocation entry for 0x2387.
grub-install: info: adding a relocation entry for 0x239a.
grub-install: info: adding a relocation entry for 0x23ab.
grub-install: info: adding a relocation entry for 0x23c4.
grub-install: info: adding a relocation entry for 0x23da.
grub-install: info: adding a relocation entry for 0x23f0.
grub-install: info: adding a relocation entry for 0x2423.
grub-install: info: adding a relocation entry for 0x244e.
grub-install: info: adding a relocation entry for 0x2460.
grub-install: info: adding a relocation entry for 0x247d.
grub-install: info: adding a relocation entry for 0x2494.
grub-install: info: adding a relocation entry for 0x24b2.
grub-install: info: adding a relocation entry for 0x24c9.
grub-install: info: adding a relocation entry for 0x24e0.
grub-install: info: adding a relocation entry for 0x24fd.
grub-install: info: adding a relocation entry for 0x2516.
grub-install: info: adding a relocation entry for 0x253c.
grub-install: info: adding a relocation entry for 0x2555.
grub-install: info: adding a relocation entry for 0x258b.
grub-install: info: adding a relocation entry for 0x25e2.
grub-install: info: adding a relocation entry for 0x2670.
grub-install: info: adding a relocation entry for 0x2695.
grub-install: info: adding a relocation entry for 0x26bb.
grub-install: info: adding a relocation entry for 0x26d6.
grub-install: info: adding a relocation entry for 0x26e5.
grub-install: info: adding a relocation entry for 0x2702.
grub-install: info: adding a relocation entry for 0x2719.
grub-install: info: adding a relocation entry for 0x2774.
grub-install: info: adding a relocation entry for 0x278e.
grub-install: info: adding a relocation entry for 0x2798.
grub-install: info: adding a relocation entry for 0x27ad.
grub-install: info: adding a relocation entry for 0x27d8.
grub-install: info: adding a relocation entry for 0x27e9.
grub-install: info: adding a relocation entry for 0x27fc.
grub-install: info: adding a relocation entry for 0x280d.
grub-install: info: adding a relocation entry for 0x2828.
grub-install: info: adding a relocation entry for 0x286e.
grub-install: info: adding a relocation entry for 0x288e.
grub-install: info: adding a relocation entry for 0x289e.
grub-install: info: adding a relocation entry for 0x28b6.
grub-install: info: adding a relocation entry for 0x28cd.
grub-install: info: adding a relocation entry for 0x291a.
grub-install: info: adding a relocation entry for 0x2995.
grub-install: info: adding a relocation entry for 0x29a1.
grub-install: info: adding a relocation entry for 0x29ab.
grub-install: info: adding a relocation entry for 0x29b7.
grub-install: info: adding a relocation entry for 0x29c3.
grub-install: info: adding a relocation entry for 0x29e1.
grub-install: info: adding a relocation entry for 0x29ee.
grub-install: info: adding a relocation entry for 0x29fc.
grub-install: info: adding a relocation entry for 0x2a11.
grub-install: info: adding a relocation entry for 0x2a29.
grub-install: info: adding a relocation entry for 0x2a39.
grub-install: info: adding a relocation entry for 0x2a54.
grub-install: info: adding a relocation entry for 0x2a78.
grub-install: info: adding a relocation entry for 0x2a92.
grub-install: info: adding a relocation entry for 0x2a9f.
grub-install: info: adding a relocation entry for 0x2ac8.
grub-install: info: adding a relocation entry for 0x2af2.
grub-install: info: adding a relocation entry for 0x2b55.
grub-install: info: adding a relocation entry for 0x2b68.
grub-install: info: adding a relocation entry for 0x2bae.
grub-install: info: adding a relocation entry for 0x2bcd.
grub-install: info: adding a relocation entry for 0x2c1f.
grub-install: info: adding a relocation entry for 0x2c44.
grub-install: info: adding a relocation entry for 0x2c70.
grub-install: info: adding a relocation entry for 0x2c7a.
grub-install: info: adding a relocation entry for 0x2c89.
grub-install: info: adding a relocation entry for 0x2c9f.
grub-install: info: adding a relocation entry for 0x2cb3.
grub-install: info: adding a relocation entry for 0x2cc9.
grub-install: info: adding a relocation entry for 0x2cde.
grub-install: info: adding a relocation entry for 0x2cf6.
grub-install: info: adding a relocation entry for 0x2d20.
grub-install: info: adding a relocation entry for 0x2d42.
grub-install: info: adding a relocation entry for 0x2d7e.
grub-install: info: adding a relocation entry for 0x2da1.
grub-install: info: adding a relocation entry for 0x2ddc.
grub-install: info: adding a relocation entry for 0x2dec.
grub-install: info: adding a relocation entry for 0x2df6.
grub-install: info: adding a relocation entry for 0x2e00.
grub-install: info: adding a relocation entry for 0x2e0a.
grub-install: info: adding a relocation entry for 0x2e17.
grub-install: info: adding a relocation entry for 0x2e31.
grub-install: info: adding a relocation entry for 0x2e44.
grub-install: info: adding a relocation entry for 0x2e55.
grub-install: info: adding a relocation entry for 0x2e66.
grub-install: info: adding a relocation entry for 0x2e73.
grub-install: info: adding a relocation entry for 0x2e82.
grub-install: info: adding a relocation entry for 0x2e8d.
grub-install: info: adding a relocation entry for 0x2e9f.
grub-install: info: adding a relocation entry for 0x2ea9.
grub-install: info: adding a relocation entry for 0x2eb3.
grub-install: info: adding a relocation entry for 0x2ebd.
grub-install: info: adding a relocation entry for 0x2ec7.
grub-install: info: adding a relocation entry for 0x2ed7.
grub-install: info: adding a relocation entry for 0x2ee4.
grub-install: info: adding a relocation entry for 0x2ef0.
grub-install: info: adding a relocation entry for 0x2eff.
grub-install: info: adding a relocation entry for 0x2f14.
grub-install: info: adding a relocation entry for 0x2f21.
grub-install: info: adding a relocation entry for 0x2f2e.
grub-install: info: adding a relocation entry for 0x2f49.
grub-install: info: adding a relocation entry for 0x2f59.
grub-install: info: adding a relocation entry for 0x2f67.
grub-install: info: adding a relocation entry for 0x2f78.
grub-install: info: adding a relocation entry for 0x2f84.
grub-install: info: adding a relocation entry for 0x2f95.
grub-install: info: adding a relocation entry for 0x2faa.
grub-install: info: adding a relocation entry for 0x2fbd.
grub-install: info: adding a relocation entry for 0x2fcd.
grub-install: info: adding a relocation entry for 0x2fda.
grub-install: info: adding a relocation entry for 0x2feb.
grub-install: info: adding a relocation entry for 0x2ffd.
grub-install: info: adding a relocation entry for 0x300f.
grub-install: info: writing 280 bytes of a fixup block starting at 0x2000.
grub-install: info: adding a relocation entry for 0x302c.
grub-install: info: adding a relocation entry for 0x3036.
grub-install: info: adding a relocation entry for 0x3066.
grub-install: info: adding a relocation entry for 0x3082.
grub-install: info: adding a relocation entry for 0x30ac.
grub-install: info: adding a relocation entry for 0x30c4.
grub-install: info: adding a relocation entry for 0x3119.
grub-install: info: adding a relocation entry for 0x3125.
grub-install: info: adding a relocation entry for 0x3191.
grub-install: info: adding a relocation entry for 0x32aa.
grub-install: info: adding a relocation entry for 0x3302.
grub-install: info: adding a relocation entry for 0x330c.
grub-install: info: adding a relocation entry for 0x331b.
grub-install: info: adding a relocation entry for 0x3333.
grub-install: info: adding a relocation entry for 0x334e.
grub-install: info: adding a relocation entry for 0x336c.
grub-install: info: adding a relocation entry for 0x3432.
grub-install: info: adding a relocation entry for 0x34aa.
grub-install: info: adding a relocation entry for 0x34bb.
grub-install: info: adding a relocation entry for 0x34d4.
grub-install: info: adding a relocation entry for 0x34e9.
grub-install: info: adding a relocation entry for 0x34f7.
grub-install: info: adding a relocation entry for 0x352d.
grub-install: info: adding a relocation entry for 0x3551.
grub-install: info: adding a relocation entry for 0x3563.
grub-install: info: adding a relocation entry for 0x3583.
grub-install: info: adding a relocation entry for 0x3595.
grub-install: info: adding a relocation entry for 0x35a3.
grub-install: info: adding a relocation entry for 0x35b7.
grub-install: info: adding a relocation entry for 0x35c5.
grub-install: info: adding a relocation entry for 0x35d9.
grub-install: info: adding a relocation entry for 0x35ed.
grub-install: info: adding a relocation entry for 0x3602.
grub-install: info: adding a relocation entry for 0x3613.
grub-install: info: adding a relocation entry for 0x363b.
grub-install: info: adding a relocation entry for 0x3646.
grub-install: info: adding a relocation entry for 0x365a.
grub-install: info: adding a relocation entry for 0x3668.
grub-install: info: adding a relocation entry for 0x367c.
grub-install: info: adding a relocation entry for 0x368f.
grub-install: info: adding a relocation entry for 0x36e2.
grub-install: info: adding a relocation entry for 0x36fb.
grub-install: info: adding a relocation entry for 0x370a.
grub-install: info: adding a relocation entry for 0x3716.
grub-install: info: adding a relocation entry for 0x3740.
grub-install: info: adding a relocation entry for 0x3766.
grub-install: info: adding a relocation entry for 0x3777.
grub-install: info: adding a relocation entry for 0x3786.
grub-install: info: adding a relocation entry for 0x3792.
grub-install: info: adding a relocation entry for 0x379c.
grub-install: info: adding a relocation entry for 0x37a6.
grub-install: info: adding a relocation entry for 0x37b6.
grub-install: info: adding a relocation entry for 0x37c5.
grub-install: info: adding a relocation entry for 0x37cf.
grub-install: info: adding a relocation entry for 0x37d9.
grub-install: info: adding a relocation entry for 0x37e7.
grub-install: info: adding a relocation entry for 0x37f7.
grub-install: info: adding a relocation entry for 0x3801.
grub-install: info: adding a relocation entry for 0x380b.
grub-install: info: adding a relocation entry for 0x381b.
grub-install: info: adding a relocation entry for 0x382a.
grub-install: info: adding a relocation entry for 0x3834.
grub-install: info: adding a relocation entry for 0x383f.
grub-install: info: adding a relocation entry for 0x384b.
grub-install: info: adding a relocation entry for 0x385e.
grub-install: info: adding a relocation entry for 0x3868.
grub-install: info: adding a relocation entry for 0x3874.
grub-install: info: adding a relocation entry for 0x3880.
grub-install: info: adding a relocation entry for 0x388f.
grub-install: info: adding a relocation entry for 0x38ac.
grub-install: info: adding a relocation entry for 0x38b9.
grub-install: info: adding a relocation entry for 0x391d.
grub-install: info: adding a relocation entry for 0x3960.
grub-install: info: adding a relocation entry for 0x397c.
grub-install: info: adding a relocation entry for 0x3986.
grub-install: info: adding a relocation entry for 0x3990.
grub-install: info: adding a relocation entry for 0x399c.
grub-install: info: adding a relocation entry for 0x39a8.
grub-install: info: adding a relocation entry for 0x39be.
grub-install: info: adding a relocation entry for 0x39ca.
grub-install: info: adding a relocation entry for 0x3a0e.
grub-install: info: adding a relocation entry for 0x3a1a.
grub-install: info: adding a relocation entry for 0x3a29.
grub-install: info: adding a relocation entry for 0x3a3e.
grub-install: info: adding a relocation entry for 0x3a4a.
grub-install: info: adding a relocation entry for 0x3a60.
grub-install: info: adding a relocation entry for 0x3a9c.
grub-install: info: adding a relocation entry for 0x3aec.
grub-install: info: adding a relocation entry for 0x3af8.
grub-install: info: adding a relocation entry for 0x3b11.
grub-install: info: adding a relocation entry for 0x3b1d.
grub-install: info: adding a relocation entry for 0x3c18.
grub-install: info: adding a relocation entry for 0x3c2f.
grub-install: info: adding a relocation entry for 0x3c40.
grub-install: info: adding a relocation entry for 0x3c59.
grub-install: info: adding a relocation entry for 0x3c72.
grub-install: info: adding a relocation entry for 0x3c8e.
grub-install: info: adding a relocation entry for 0x3cae.
grub-install: info: adding a relocation entry for 0x3d04.
grub-install: info: adding a relocation entry for 0x3d10.
grub-install: info: adding a relocation entry for 0x3df5.
grub-install: info: adding a relocation entry for 0x3e02.
grub-install: info: adding a relocation entry for 0x3e68.
grub-install: info: adding a relocation entry for 0x3ec7.
grub-install: info: adding a relocation entry for 0x3f15.
grub-install: info: adding a relocation entry for 0x3f2e.
grub-install: info: adding a relocation entry for 0x3f41.
grub-install: info: adding a relocation entry for 0x3f68.
grub-install: info: adding a relocation entry for 0x3f8a.
grub-install: info: adding a relocation entry for 0x3f9d.
grub-install: info: adding a relocation entry for 0x3fba.
grub-install: info: adding a relocation entry for 0x3fc9.
grub-install: info: adding a relocation entry for 0x3fda.
grub-install: info: adding a relocation entry for 0x4011.
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 0x3000.
grub-install: info: adding a relocation entry for 0x4037.
grub-install: info: adding a relocation entry for 0x404a.
grub-install: info: adding a relocation entry for 0x405f.
grub-install: info: adding a relocation entry for 0x4106.
grub-install: info: adding a relocation entry for 0x4115.
grub-install: info: adding a relocation entry for 0x4126.
grub-install: info: adding a relocation entry for 0x4130.
grub-install: info: adding a relocation entry for 0x413d.
grub-install: info: adding a relocation entry for 0x4147.
grub-install: info: adding a relocation entry for 0x4161.
grub-install: info: adding a relocation entry for 0x416b.
grub-install: info: adding a relocation entry for 0x418b.
grub-install: info: adding a relocation entry for 0x4195.
grub-install: info: adding a relocation entry for 0x41a1.
grub-install: info: adding a relocation entry for 0x41ab.
grub-install: info: adding a relocation entry for 0x41b7.
grub-install: info: adding a relocation entry for 0x41c8.
grub-install: info: adding a relocation entry for 0x41d8.
grub-install: info: adding a relocation entry for 0x41f5.
grub-install: info: adding a relocation entry for 0x4210.
grub-install: info: adding a relocation entry for 0x4227.
grub-install: info: adding a relocation entry for 0x4249.
grub-install: info: adding a relocation entry for 0x425a.
grub-install: info: adding a relocation entry for 0x4272.
grub-install: info: adding a relocation entry for 0x4285.
grub-install: info: adding a relocation entry for 0x4299.
grub-install: info: adding a relocation entry for 0x42a5.
grub-install: info: adding a relocation entry for 0x42ba.
grub-install: info: adding a relocation entry for 0x42cc.
grub-install: info: adding a relocation entry for 0x42d6.
grub-install: info: adding a relocation entry for 0x42e2.
grub-install: info: adding a relocation entry for 0x42f1.
grub-install: info: adding a relocation entry for 0x4300.
grub-install: info: adding a relocation entry for 0x430c.
grub-install: info: adding a relocation entry for 0x4322.
grub-install: info: adding a relocation entry for 0x4333.
grub-install: info: adding a relocation entry for 0x4353.
grub-install: info: adding a relocation entry for 0x435f.
grub-install: info: adding a relocation entry for 0x4373.
grub-install: info: adding a relocation entry for 0x4387.
grub-install: info: adding a relocation entry for 0x4398.
grub-install: info: adding a relocation entry for 0x43a5.
grub-install: info: adding a relocation entry for 0x43bf.
grub-install: info: adding a relocation entry for 0x43c9.
grub-install: info: adding a relocation entry for 0x43ec.
grub-install: info: adding a relocation entry for 0x43f8.
grub-install: info: adding a relocation entry for 0x4412.
grub-install: info: adding a relocation entry for 0x442c.
grub-install: info: adding a relocation entry for 0x443d.
grub-install: info: adding a relocation entry for 0x4453.
grub-install: info: adding a relocation entry for 0x446c.
grub-install: info: adding a relocation entry for 0x4476.
grub-install: info: adding a relocation entry for 0x4480.
grub-install: info: adding a relocation entry for 0x448a.
grub-install: info: adding a relocation entry for 0x4494.
grub-install: info: adding a relocation entry for 0x44af.
grub-install: info: adding a relocation entry for 0x44b9.
grub-install: info: adding a relocation entry for 0x44c3.
grub-install: info: adding a relocation entry for 0x44cd.
grub-install: info: adding a relocation entry for 0x44dc.
grub-install: info: adding a relocation entry for 0x44e6.
grub-install: info: adding a relocation entry for 0x44f0.
grub-install: info: adding a relocation entry for 0x44fa.
grub-install: info: adding a relocation entry for 0x450c.
grub-install: info: adding a relocation entry for 0x4517.
grub-install: info: adding a relocation entry for 0x4521.
grub-install: info: adding a relocation entry for 0x452b.
grub-install: info: adding a relocation entry for 0x4539.
grub-install: info: adding a relocation entry for 0x4569.
grub-install: info: adding a relocation entry for 0x4573.
grub-install: info: adding a relocation entry for 0x458d.
grub-install: info: adding a relocation entry for 0x4599.
grub-install: info: adding a relocation entry for 0x45e2.
grub-install: info: adding a relocation entry for 0x45ec.
grub-install: info: adding a relocation entry for 0x4605.
grub-install: info: adding a relocation entry for 0x460f.
grub-install: info: adding a relocation entry for 0x4620.
grub-install: info: adding a relocation entry for 0x4635.
grub-install: info: adding a relocation entry for 0x4654.
grub-install: info: adding a relocation entry for 0x466b.
grub-install: info: adding a relocation entry for 0x467a.
grub-install: info: adding a relocation entry for 0x46a5.
grub-install: info: adding a relocation entry for 0x46c8.
grub-install: info: adding a relocation entry for 0x46d8.
grub-install: info: adding a relocation entry for 0x46f6.
grub-install: info: adding a relocation entry for 0x4726.
grub-install: info: adding a relocation entry for 0x473a.
grub-install: info: adding a relocation entry for 0x4752.
grub-install: info: adding a relocation entry for 0x4764.
grub-install: info: adding a relocation entry for 0x4776.
grub-install: info: adding a relocation entry for 0x478e.
grub-install: info: adding a relocation entry for 0x4798.
grub-install: info: adding a relocation entry for 0x4809.
grub-install: info: adding a relocation entry for 0x482b.
grub-install: info: adding a relocation entry for 0x4882.
grub-install: info: adding a relocation entry for 0x48d8.
grub-install: info: adding a relocation entry for 0x48fc.
grub-install: info: adding a relocation entry for 0x4910.
grub-install: info: adding a relocation entry for 0x491f.
grub-install: info: adding a relocation entry for 0x492c.
grub-install: info: adding a relocation entry for 0x495b.
grub-install: info: adding a relocation entry for 0x4986.
grub-install: info: adding a relocation entry for 0x49b1.
grub-install: info: adding a relocation entry for 0x49c5.
grub-install: info: adding a relocation entry for 0x49dc.
grub-install: info: adding a relocation entry for 0x4a2b.
grub-install: info: adding a relocation entry for 0x4a48.
grub-install: info: adding a relocation entry for 0x4a62.
grub-install: info: adding a relocation entry for 0x4a73.
grub-install: info: adding a relocation entry for 0x4a9a.
grub-install: info: adding a relocation entry for 0x4af6.
grub-install: info: adding a relocation entry for 0x4b13.
grub-install: info: adding a relocation entry for 0x4b2d.
grub-install: info: adding a relocation entry for 0x4b3e.
grub-install: info: adding a relocation entry for 0x4bdd.
grub-install: info: adding a relocation entry for 0x4be9.
grub-install: info: adding a relocation entry for 0x4bf6.
grub-install: info: adding a relocation entry for 0x4c00.
grub-install: info: adding a relocation entry for 0x4c11.
grub-install: info: adding a relocation entry for 0x4c1e.
grub-install: info: adding a relocation entry for 0x4c2f.
grub-install: info: adding a relocation entry for 0x4c4c.
grub-install: info: adding a relocation entry for 0x4c98.
grub-install: info: adding a relocation entry for 0x4ca5.
grub-install: info: adding a relocation entry for 0x4cb5.
grub-install: info: adding a relocation entry for 0x4cc0.
grub-install: info: adding a relocation entry for 0x4ccb.
grub-install: info: adding a relocation entry for 0x4cfd.
grub-install: info: adding a relocation entry for 0x4d12.
grub-install: info: adding a relocation entry for 0x4d1c.
grub-install: info: adding a relocation entry for 0x4d4f.
grub-install: info: adding a relocation entry for 0x4d59.
grub-install: info: adding a relocation entry for 0x4d68.
grub-install: info: adding a relocation entry for 0x4d72.
grub-install: info: adding a relocation entry for 0x4d96.
grub-install: info: adding a relocation entry for 0x4da0.
grub-install: info: adding a relocation entry for 0x4dac.
grub-install: info: adding a relocation entry for 0x4dba.
grub-install: info: adding a relocation entry for 0x4df6.
grub-install: info: adding a relocation entry for 0x4e00.
grub-install: info: adding a relocation entry for 0x4e16.
grub-install: info: adding a relocation entry for 0x4e20.
grub-install: info: adding a relocation entry for 0x4e34.
grub-install: info: adding a relocation entry for 0x4e80.
grub-install: info: adding a relocation entry for 0x4ea8.
grub-install: info: adding a relocation entry for 0x4ebc.
grub-install: info: adding a relocation entry for 0x4ed6.
grub-install: info: adding a relocation entry for 0x4ef6.
grub-install: info: adding a relocation entry for 0x4f03.
grub-install: info: adding a relocation entry for 0x4f33.
grub-install: info: adding a relocation entry for 0x4f5d.
grub-install: info: adding a relocation entry for 0x4f70.
grub-install: info: adding a relocation entry for 0x4f89.
grub-install: info: adding a relocation entry for 0x4f95.
grub-install: info: adding a relocation entry for 0x4fab.
grub-install: info: adding a relocation entry for 0x4fbc.
grub-install: info: adding a relocation entry for 0x4fc6.
grub-install: info: adding a relocation entry for 0x4fd5.
grub-install: info: adding a relocation entry for 0x4fe4.
grub-install: info: adding a relocation entry for 0x4ff3.
grub-install: info: adding a relocation entry for 0x5007.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 336 bytes of a fixup block starting at 0x4000.
grub-install: info: adding a relocation entry for 0x5018.
grub-install: info: adding a relocation entry for 0x5039.
grub-install: info: adding a relocation entry for 0x504e.
grub-install: info: adding a relocation entry for 0x505d.
grub-install: info: adding a relocation entry for 0x506e.
grub-install: info: adding a relocation entry for 0x507a.
grub-install: info: adding a relocation entry for 0x5098.
grub-install: info: adding a relocation entry for 0x50a9.
grub-install: info: adding a relocation entry for 0x5116.
grub-install: info: adding a relocation entry for 0x5127.
grub-install: info: adding a relocation entry for 0x5172.
grub-install: info: adding a relocation entry for 0x5183.
grub-install: info: adding a relocation entry for 0x5196.
grub-install: info: adding a relocation entry for 0x51a4.
grub-install: info: adding a relocation entry for 0x51b1.
grub-install: info: adding a relocation entry for 0x51bb.
grub-install: info: adding a relocation entry for 0x51ca.
grub-install: info: adding a relocation entry for 0x51d4.
grub-install: info: adding a relocation entry for 0x51e1.
grub-install: info: adding a relocation entry for 0x521e.
grub-install: info: adding a relocation entry for 0x527e.
grub-install: info: adding a relocation entry for 0x52ff.
grub-install: info: adding a relocation entry for 0x53ab.
grub-install: info: adding a relocation entry for 0x53c5.
grub-install: info: adding a relocation entry for 0x53e9.
grub-install: info: adding a relocation entry for 0x5407.
grub-install: info: adding a relocation entry for 0x544b.
grub-install: info: adding a relocation entry for 0x545d.
grub-install: info: adding a relocation entry for 0x548f.
grub-install: info: adding a relocation entry for 0x54fd.
grub-install: info: adding a relocation entry for 0x5517.
grub-install: info: adding a relocation entry for 0x5529.
grub-install: info: adding a relocation entry for 0x553b.
grub-install: info: adding a relocation entry for 0x556e.
grub-install: info: adding a relocation entry for 0x5586.
grub-install: info: adding a relocation entry for 0x5591.
grub-install: info: adding a relocation entry for 0x55d4.
grub-install: info: adding a relocation entry for 0x5600.
grub-install: info: adding a relocation entry for 0x563b.
grub-install: info: adding a relocation entry for 0x5694.
grub-install: info: adding a relocation entry for 0x569e.
grub-install: info: adding a relocation entry for 0x56c8.
grub-install: info: adding a relocation entry for 0x56d6.
grub-install: info: adding a relocation entry for 0x5729.
grub-install: info: adding a relocation entry for 0x5736.
grub-install: info: adding a relocation entry for 0x574a.
grub-install: info: adding a relocation entry for 0x57a9.
grub-install: info: adding a relocation entry for 0x57b3.
grub-install: info: adding a relocation entry for 0x57bd.
grub-install: info: adding a relocation entry for 0x57c7.
grub-install: info: adding a relocation entry for 0x57d8.
grub-install: info: adding a relocation entry for 0x5806.
grub-install: info: adding a relocation entry for 0x5817.
grub-install: info: adding a relocation entry for 0x5828.
grub-install: info: adding a relocation entry for 0x5841.
grub-install: info: adding a relocation entry for 0x5868.
grub-install: info: adding a relocation entry for 0x5879.
grub-install: info: adding a relocation entry for 0x588f.
grub-install: info: adding a relocation entry for 0x58b1.
grub-install: info: adding a relocation entry for 0x58bd.
grub-install: info: adding a relocation entry for 0x58cc.
grub-install: info: adding a relocation entry for 0x58d6.
grub-install: info: adding a relocation entry for 0x58e3.
grub-install: info: adding a relocation entry for 0x58fd.
grub-install: info: adding a relocation entry for 0x590c.
grub-install: info: adding a relocation entry for 0x5928.
grub-install: info: adding a relocation entry for 0x5932.
grub-install: info: adding a relocation entry for 0x594a.
grub-install: info: adding a relocation entry for 0x5962.
grub-install: info: adding a relocation entry for 0x5973.
grub-install: info: adding a relocation entry for 0x5988.
grub-install: info: adding a relocation entry for 0x5997.
grub-install: info: adding a relocation entry for 0x59ac.
grub-install: info: adding a relocation entry for 0x59c1.
grub-install: info: adding a relocation entry for 0x59e1.
grub-install: info: adding a relocation entry for 0x59f8.
grub-install: info: adding a relocation entry for 0x5a24.
grub-install: info: adding a relocation entry for 0x5a35.
grub-install: info: adding a relocation entry for 0x5a58.
grub-install: info: adding a relocation entry for 0x5a71.
grub-install: info: adding a relocation entry for 0x5ac9.
grub-install: info: adding a relocation entry for 0x5b36.
grub-install: info: adding a relocation entry for 0x5b87.
grub-install: info: adding a relocation entry for 0x5b9e.
grub-install: info: adding a relocation entry for 0x5bc1.
grub-install: info: adding a relocation entry for 0x5bfb.
grub-install: info: adding a relocation entry for 0x5c0c.
grub-install: info: adding a relocation entry for 0x5c99.
grub-install: info: adding a relocation entry for 0x5cda.
grub-install: info: adding a relocation entry for 0x5ced.
grub-install: info: adding a relocation entry for 0x5d8e.
grub-install: info: adding a relocation entry for 0x5ddb.
grub-install: info: adding a relocation entry for 0x5dea.
grub-install: info: adding a relocation entry for 0x5df9.
grub-install: info: adding a relocation entry for 0x5e03.
grub-install: info: adding a relocation entry for 0x5e2a.
grub-install: info: adding a relocation entry for 0x5e78.
grub-install: info: adding a relocation entry for 0x5e89.
grub-install: info: adding a relocation entry for 0x5ea9.
grub-install: info: adding a relocation entry for 0x5eba.
grub-install: info: adding a relocation entry for 0x5ed4.
grub-install: info: adding a relocation entry for 0x5f37.
grub-install: info: adding a relocation entry for 0x5f54.
grub-install: info: adding a relocation entry for 0x5f5e.
grub-install: info: adding a relocation entry for 0x5f6d.
grub-install: info: adding a relocation entry for 0x5f80.
grub-install: info: adding a relocation entry for 0x5f8a.
grub-install: info: adding a relocation entry for 0x5f99.
grub-install: info: adding a relocation entry for 0x5fac.
grub-install: info: adding a relocation entry for 0x5fb6.
grub-install: info: adding a relocation entry for 0x5fc5.
grub-install: info: adding a relocation entry for 0x5fd5.
grub-install: info: adding a relocation entry for 0x6007.
grub-install: info: adding a padding fixup entry.
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 0x6016.
grub-install: info: adding a relocation entry for 0x6020.
grub-install: info: adding a relocation entry for 0x6032.
grub-install: info: adding a relocation entry for 0x604b.
grub-install: info: adding a relocation entry for 0x605a.
grub-install: info: adding a relocation entry for 0x6074.
grub-install: info: adding a relocation entry for 0x6081.
grub-install: info: adding a relocation entry for 0x6090.
grub-install: info: adding a relocation entry for 0x60a1.
grub-install: info: adding a relocation entry for 0x60c7.
grub-install: info: adding a relocation entry for 0x60d6.
grub-install: info: adding a relocation entry for 0x60e0.
grub-install: info: adding a relocation entry for 0x60f0.
grub-install: info: adding a relocation entry for 0x610e.
grub-install: info: adding a relocation entry for 0x6118.
grub-install: info: adding a relocation entry for 0x6140.
grub-install: info: adding a relocation entry for 0x614a.
grub-install: info: adding a relocation entry for 0x6177.
grub-install: info: adding a relocation entry for 0x61a9.
grub-install: info: adding a relocation entry for 0x61b3.
grub-install: info: adding a relocation entry for 0x61c5.
grub-install: info: adding a relocation entry for 0x61e2.
grub-install: info: adding a relocation entry for 0x61ec.
grub-install: info: adding a relocation entry for 0x61fd.
grub-install: info: adding a relocation entry for 0x6216.
grub-install: info: adding a relocation entry for 0x6220.
grub-install: info: adding a relocation entry for 0x623b.
grub-install: info: adding a relocation entry for 0x624d.
grub-install: info: adding a relocation entry for 0x6264.
grub-install: info: adding a relocation entry for 0x6274.
grub-install: info: adding a relocation entry for 0x6285.
grub-install: info: adding a relocation entry for 0x629b.
grub-install: info: adding a relocation entry for 0x62a9.
grub-install: info: adding a relocation entry for 0x62c1.
grub-install: info: adding a relocation entry for 0x62fe.
grub-install: info: adding a relocation entry for 0x630a.
grub-install: info: adding a relocation entry for 0x6344.
grub-install: info: adding a relocation entry for 0x637a.
grub-install: info: adding a relocation entry for 0x639d.
grub-install: info: adding a relocation entry for 0x63b3.
grub-install: info: adding a relocation entry for 0x63ce.
grub-install: info: adding a relocation entry for 0x63f5.
grub-install: info: adding a relocation entry for 0x644d.
grub-install: info: adding a relocation entry for 0x6463.
grub-install: info: adding a relocation entry for 0x6472.
grub-install: info: adding a relocation entry for 0x64a7.
grub-install: info: adding a relocation entry for 0x64cd.
grub-install: info: adding a relocation entry for 0x64d7.
grub-install: info: adding a relocation entry for 0x6501.
grub-install: info: adding a relocation entry for 0x6529.
grub-install: info: adding a relocation entry for 0x6544.
grub-install: info: adding a relocation entry for 0x65bc.
grub-install: info: adding a relocation entry for 0x65d1.
grub-install: info: adding a relocation entry for 0x65de.
grub-install: info: adding a relocation entry for 0x65ed.
grub-install: info: adding a relocation entry for 0x6612.
grub-install: info: adding a relocation entry for 0x6627.
grub-install: info: adding a relocation entry for 0x6634.
grub-install: info: adding a relocation entry for 0x6661.
grub-install: info: adding a relocation entry for 0x669b.
grub-install: info: adding a relocation entry for 0x66b4.
grub-install: info: adding a relocation entry for 0x66be.
grub-install: info: adding a relocation entry for 0x66d1.
grub-install: info: adding a relocation entry for 0x66e2.
grub-install: info: adding a relocation entry for 0x66f9.
grub-install: info: adding a relocation entry for 0x6705.
grub-install: info: adding a relocation entry for 0x6716.
grub-install: info: adding a relocation entry for 0x6721.
grub-install: info: adding a relocation entry for 0x672c.
grub-install: info: adding a relocation entry for 0x6736.
grub-install: info: adding a relocation entry for 0x6748.
grub-install: info: adding a relocation entry for 0x6758.
grub-install: info: adding a relocation entry for 0x6768.
grub-install: info: adding a relocation entry for 0x6779.
grub-install: info: adding a relocation entry for 0x6782.
grub-install: info: adding a relocation entry for 0x679a.
grub-install: info: adding a relocation entry for 0x67ac.
grub-install: info: adding a relocation entry for 0x67b6.
grub-install: info: adding a relocation entry for 0x67c9.
grub-install: info: adding a relocation entry for 0x67dd.
grub-install: info: adding a relocation entry for 0x67ec.
grub-install: info: adding a relocation entry for 0x67f6.
grub-install: info: adding a relocation entry for 0x6802.
grub-install: info: adding a relocation entry for 0x680f.
grub-install: info: adding a relocation entry for 0x681c.
grub-install: info: adding a relocation entry for 0x6827.
grub-install: info: adding a relocation entry for 0x6831.
grub-install: info: adding a relocation entry for 0x6841.
grub-install: info: adding a relocation entry for 0x6850.
grub-install: info: adding a relocation entry for 0x685c.
grub-install: info: adding a relocation entry for 0x6868.
grub-install: info: adding a relocation entry for 0x6891.
grub-install: info: adding a relocation entry for 0x68a7.
grub-install: info: adding a relocation entry for 0x68b6.
grub-install: info: adding a relocation entry for 0x68cd.
grub-install: info: adding a relocation entry for 0x68ec.
grub-install: info: adding a relocation entry for 0x6925.
grub-install: info: adding a relocation entry for 0x6931.
grub-install: info: adding a relocation entry for 0x696d.
grub-install: info: adding a relocation entry for 0x69ca.
grub-install: info: adding a relocation entry for 0x69d9.
grub-install: info: adding a relocation entry for 0x69e9.
grub-install: info: adding a relocation entry for 0x69f9.
grub-install: info: adding a relocation entry for 0x6a0c.
grub-install: info: adding a relocation entry for 0x6a1b.
grub-install: info: adding a relocation entry for 0x6a41.
grub-install: info: adding a relocation entry for 0x6a59.
grub-install: info: adding a relocation entry for 0x6a7c.
grub-install: info: adding a relocation entry for 0x6aa6.
grub-install: info: adding a relocation entry for 0x6ab9.
grub-install: info: adding a relocation entry for 0x6aea.
grub-install: info: adding a relocation entry for 0x6afc.
grub-install: info: adding a relocation entry for 0x6b0e.
grub-install: info: adding a relocation entry for 0x6b45.
grub-install: info: adding a relocation entry for 0x6b56.
grub-install: info: adding a relocation entry for 0x6b60.
grub-install: info: adding a relocation entry for 0x6b6a.
grub-install: info: adding a relocation entry for 0x6b7e.
grub-install: info: adding a relocation entry for 0x6b95.
grub-install: info: adding a relocation entry for 0x6b9f.
grub-install: info: adding a relocation entry for 0x6ba9.
grub-install: info: adding a relocation entry for 0x6bcc.
grub-install: info: adding a relocation entry for 0x6bd6.
grub-install: info: adding a relocation entry for 0x6c03.
grub-install: info: adding a relocation entry for 0x6cfa.
grub-install: info: adding a relocation entry for 0x6d59.
grub-install: info: adding a relocation entry for 0x6db2.
grub-install: info: adding a relocation entry for 0x6dc1.
grub-install: info: adding a relocation entry for 0x6dd3.
grub-install: info: adding a relocation entry for 0x6de4.
grub-install: info: adding a relocation entry for 0x6e12.
grub-install: info: adding a relocation entry for 0x6e2c.
grub-install: info: adding a relocation entry for 0x6e4e.
grub-install: info: adding a relocation entry for 0x6e76.
grub-install: info: adding a relocation entry for 0x6e87.
grub-install: info: adding a relocation entry for 0x6eb1.
grub-install: info: adding a relocation entry for 0x6ebf.
grub-install: info: adding a relocation entry for 0x6ee9.
grub-install: info: adding a relocation entry for 0x6ef6.
grub-install: info: adding a relocation entry for 0x6f0f.
grub-install: info: adding a relocation entry for 0x6f19.
grub-install: info: adding a relocation entry for 0x6f28.
grub-install: info: adding a relocation entry for 0x6f37.
grub-install: info: adding a relocation entry for 0x6f41.
grub-install: info: adding a relocation entry for 0x6f51.
grub-install: info: adding a relocation entry for 0x6f64.
grub-install: info: adding a relocation entry for 0x6f76.
grub-install: info: adding a relocation entry for 0x6f80.
grub-install: info: adding a relocation entry for 0x6f8f.
grub-install: info: adding a relocation entry for 0x6f9c.
grub-install: info: adding a relocation entry for 0x6fa7.
grub-install: info: adding a relocation entry for 0x6fbd.
grub-install: info: adding a relocation entry for 0x6fd5.
grub-install: info: adding a relocation entry for 0x6fe9.
grub-install: info: adding a relocation entry for 0x7002.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 320 bytes of a fixup block starting at 0x6000.
grub-install: info: adding a relocation entry for 0x7012.
grub-install: info: adding a relocation entry for 0x7021.
grub-install: info: adding a relocation entry for 0x702b.
grub-install: info: adding a relocation entry for 0x703a.
grub-install: info: adding a relocation entry for 0x7047.
grub-install: info: adding a relocation entry for 0x7052.
grub-install: info: adding a relocation entry for 0x7065.
grub-install: info: adding a relocation entry for 0x7070.
grub-install: info: adding a relocation entry for 0x707c.
grub-install: info: adding a relocation entry for 0x7090.
grub-install: info: adding a relocation entry for 0x709b.
grub-install: info: adding a relocation entry for 0x70b9.
grub-install: info: adding a relocation entry for 0x70ca.
grub-install: info: adding a relocation entry for 0x70e6.
grub-install: info: adding a relocation entry for 0x716c.
grub-install: info: adding a relocation entry for 0x718c.
grub-install: info: adding a relocation entry for 0x719c.
grub-install: info: adding a relocation entry for 0x71a9.
grub-install: info: adding a relocation entry for 0x71c9.
grub-install: info: adding a relocation entry for 0x71d9.
grub-install: info: adding a relocation entry for 0x71eb.
grub-install: info: adding a relocation entry for 0x71fa.
grub-install: info: adding a relocation entry for 0x7206.
grub-install: info: adding a relocation entry for 0x7230.
grub-install: info: adding a relocation entry for 0x723c.
grub-install: info: adding a relocation entry for 0x7248.
grub-install: info: adding a relocation entry for 0x726f.
grub-install: info: adding a relocation entry for 0x72b9.
grub-install: info: adding a relocation entry for 0x72cc.
grub-install: info: adding a relocation entry for 0x72d8.
grub-install: info: adding a relocation entry for 0x72f0.
grub-install: info: adding a relocation entry for 0x7303.
grub-install: info: adding a relocation entry for 0x7317.
grub-install: info: adding a relocation entry for 0x7326.
grub-install: info: adding a relocation entry for 0x7334.
grub-install: info: adding a relocation entry for 0x7340.
grub-install: info: adding a relocation entry for 0x735e.
grub-install: info: adding a relocation entry for 0x736d.
grub-install: info: adding a relocation entry for 0x7398.
grub-install: info: adding a relocation entry for 0x73a2.
grub-install: info: adding a relocation entry for 0x73ac.
grub-install: info: adding a relocation entry for 0x73b8.
grub-install: info: adding a relocation entry for 0x73c7.
grub-install: info: adding a relocation entry for 0x73e6.
grub-install: info: adding a relocation entry for 0x73f5.
grub-install: info: adding a relocation entry for 0x7401.
grub-install: info: adding a relocation entry for 0x743f.
grub-install: info: adding a relocation entry for 0x7449.
grub-install: info: adding a relocation entry for 0x7453.
grub-install: info: adding a relocation entry for 0x7467.
grub-install: info: adding a relocation entry for 0x74ae.
grub-install: info: adding a relocation entry for 0x74b8.
grub-install: info: adding a relocation entry for 0x74c2.
grub-install: info: adding a relocation entry for 0x74e2.
grub-install: info: adding a relocation entry for 0x74ec.
grub-install: info: adding a relocation entry for 0x74f8.
grub-install: info: adding a relocation entry for 0x7502.
grub-install: info: adding a relocation entry for 0x7511.
grub-install: info: adding a relocation entry for 0x7535.
grub-install: info: adding a relocation entry for 0x7555.
grub-install: info: adding a relocation entry for 0x757d.
grub-install: info: adding a relocation entry for 0x75dc.
grub-install: info: adding a relocation entry for 0x75f7.
grub-install: info: adding a relocation entry for 0x7637.
grub-install: info: adding a relocation entry for 0x7641.
grub-install: info: adding a relocation entry for 0x7663.
grub-install: info: adding a relocation entry for 0x7672.
grub-install: info: adding a relocation entry for 0x7681.
grub-install: info: adding a relocation entry for 0x7692.
grub-install: info: adding a relocation entry for 0x769e.
grub-install: info: adding a relocation entry for 0x76a8.
grub-install: info: adding a relocation entry for 0x76bc.
grub-install: info: adding a relocation entry for 0x76d5.
grub-install: info: adding a relocation entry for 0x76e5.
grub-install: info: adding a relocation entry for 0x76f5.
grub-install: info: adding a relocation entry for 0x7704.
grub-install: info: adding a relocation entry for 0x7711.
grub-install: info: adding a relocation entry for 0x771e.
grub-install: info: adding a relocation entry for 0x7735.
grub-install: info: adding a relocation entry for 0x7744.
grub-install: info: adding a relocation entry for 0x7752.
grub-install: info: adding a relocation entry for 0x7760.
grub-install: info: adding a relocation entry for 0x776a.
grub-install: info: adding a relocation entry for 0x777b.
grub-install: info: adding a relocation entry for 0x778d.
grub-install: info: adding a relocation entry for 0x7799.
grub-install: info: adding a relocation entry for 0x77aa.
grub-install: info: adding a relocation entry for 0x77b6.
grub-install: info: adding a relocation entry for 0x77c0.
grub-install: info: adding a relocation entry for 0x77ce.
grub-install: info: adding a relocation entry for 0x77d8.
grub-install: info: adding a relocation entry for 0x77e8.
grub-install: info: adding a relocation entry for 0x77f5.
grub-install: info: adding a relocation entry for 0x7810.
grub-install: info: adding a relocation entry for 0x7826.
grub-install: info: adding a relocation entry for 0x783b.
grub-install: info: adding a relocation entry for 0x784a.
grub-install: info: adding a relocation entry for 0x785c.
grub-install: info: adding a relocation entry for 0x786c.
grub-install: info: adding a relocation entry for 0x788d.
grub-install: info: adding a relocation entry for 0x7899.
grub-install: info: adding a relocation entry for 0x78bd.
grub-install: info: adding a relocation entry for 0x790d.
grub-install: info: adding a relocation entry for 0x791b.
grub-install: info: adding a relocation entry for 0x79f9.
grub-install: info: adding a relocation entry for 0x7a3e.
grub-install: info: adding a relocation entry for 0x7a55.
grub-install: info: adding a relocation entry for 0x7b74.
grub-install: info: adding a relocation entry for 0x7b84.
grub-install: info: adding a relocation entry for 0x7ba4.
grub-install: info: adding a relocation entry for 0x7bc0.
grub-install: info: adding a relocation entry for 0x7bd3.
grub-install: info: adding a relocation entry for 0x7bf4.
grub-install: info: adding a relocation entry for 0x7c75.
grub-install: info: adding a relocation entry for 0x7d15.
grub-install: info: adding a relocation entry for 0x7d26.
grub-install: info: adding a relocation entry for 0x7d41.
grub-install: info: adding a relocation entry for 0x7d52.
grub-install: info: adding a relocation entry for 0x7d63.
grub-install: info: adding a relocation entry for 0x7eb2.
grub-install: info: adding a relocation entry for 0x7ecb.
grub-install: info: adding a relocation entry for 0x7f01.
grub-install: info: adding a relocation entry for 0x7f13.
grub-install: info: adding a relocation entry for 0x805d.
grub-install: info: writing 256 bytes of a fixup block starting at 0x7000.
grub-install: info: adding a relocation entry for 0x8107.
grub-install: info: adding a relocation entry for 0x81b4.
grub-install: info: adding a relocation entry for 0x8202.
grub-install: info: adding a relocation entry for 0x82c6.
grub-install: info: adding a relocation entry for 0x8367.
grub-install: info: adding a relocation entry for 0x83a2.
grub-install: info: adding a relocation entry for 0x85bb.
grub-install: info: adding a relocation entry for 0x85c5.
grub-install: info: adding a relocation entry for 0x85cf.
grub-install: info: adding a relocation entry for 0x85f3.
grub-install: info: adding a relocation entry for 0x8610.
grub-install: info: adding a relocation entry for 0x8624.
grub-install: info: adding a relocation entry for 0x8637.
grub-install: info: adding a relocation entry for 0x8644.
grub-install: info: adding a relocation entry for 0x8651.
grub-install: info: adding a relocation entry for 0x865e.
grub-install: info: adding a relocation entry for 0x8682.
grub-install: info: adding a relocation entry for 0x8691.
grub-install: info: adding a relocation entry for 0x86a5.
grub-install: info: adding a relocation entry for 0x8701.
grub-install: info: adding a relocation entry for 0x874b.
grub-install: info: adding a relocation entry for 0x875f.
grub-install: info: adding a relocation entry for 0x8786.
grub-install: info: adding a relocation entry for 0x8790.
grub-install: info: adding a relocation entry for 0x87b6.
grub-install: info: adding a relocation entry for 0x87c3.
grub-install: info: adding a relocation entry for 0x87e5.
grub-install: info: adding a relocation entry for 0x87ef.
grub-install: info: adding a relocation entry for 0x8824.
grub-install: info: adding a relocation entry for 0x8830.
grub-install: info: adding a relocation entry for 0x885f.
grub-install: info: adding a relocation entry for 0x8881.
grub-install: info: adding a relocation entry for 0x8892.
grub-install: info: adding a relocation entry for 0x88b9.
grub-install: info: adding a relocation entry for 0x88fc.
grub-install: info: adding a relocation entry for 0x8911.
grub-install: info: adding a relocation entry for 0x892a.
grub-install: info: adding a relocation entry for 0x894f.
grub-install: info: adding a relocation entry for 0x896e.
grub-install: info: adding a relocation entry for 0x8982.
grub-install: info: adding a relocation entry for 0x8999.
grub-install: info: adding a relocation entry for 0x89f8.
grub-install: info: adding a relocation entry for 0x8a0a.
grub-install: info: adding a relocation entry for 0x8a4d.
grub-install: info: adding a relocation entry for 0x8a61.
grub-install: info: adding a relocation entry for 0x8a6f.
grub-install: info: adding a relocation entry for 0x8a7b.
grub-install: info: adding a relocation entry for 0x8a8b.
grub-install: info: adding a relocation entry for 0x8a99.
grub-install: info: adding a relocation entry for 0x8aa5.
grub-install: info: adding a relocation entry for 0x8ac2.
grub-install: info: adding a relocation entry for 0x8acc.
grub-install: info: adding a relocation entry for 0x8af0.
grub-install: info: adding a relocation entry for 0x8b0c.
grub-install: info: adding a relocation entry for 0x8b4a.
grub-install: info: adding a relocation entry for 0x8b5a.
grub-install: info: adding a relocation entry for 0x8b6a.
grub-install: info: adding a relocation entry for 0x8b74.
grub-install: info: adding a relocation entry for 0x8bcf.
grub-install: info: adding a relocation entry for 0x8bec.
grub-install: info: adding a relocation entry for 0x8c01.
grub-install: info: adding a relocation entry for 0x8c37.
grub-install: info: adding a relocation entry for 0x8c8d.
grub-install: info: adding a relocation entry for 0x8cc6.
grub-install: info: adding a relocation entry for 0x8d6f.
grub-install: info: adding a relocation entry for 0x8dc7.
grub-install: info: adding a relocation entry for 0x8de2.
grub-install: info: adding a relocation entry for 0x8e01.
grub-install: info: adding a relocation entry for 0x8e3f.
grub-install: info: adding a relocation entry for 0x8ebe.
grub-install: info: adding a relocation entry for 0x8eed.
grub-install: info: adding a relocation entry for 0x8f0f.
grub-install: info: adding a relocation entry for 0x8f3b.
grub-install: info: adding a relocation entry for 0x8f46.
grub-install: info: adding a relocation entry for 0x8f99.
grub-install: info: adding a relocation entry for 0x8fa3.
grub-install: info: adding a relocation entry for 0x8fd6.
grub-install: info: adding a relocation entry for 0x8fe7.
grub-install: info: adding a relocation entry for 0x8ff4.
grub-install: info: adding a relocation entry for 0x9047.
grub-install: info: writing 168 bytes of a fixup block starting at 0x8000.
grub-install: info: adding a relocation entry for 0x9059.
grub-install: info: adding a relocation entry for 0x908e.
grub-install: info: adding a relocation entry for 0x90dd.
grub-install: info: adding a relocation entry for 0x90f0.
grub-install: info: adding a relocation entry for 0x910b.
grub-install: info: adding a relocation entry for 0x9131.
grub-install: info: adding a relocation entry for 0x916e.
grub-install: info: adding a relocation entry for 0x919e.
grub-install: info: adding a relocation entry for 0x91ce.
grub-install: info: adding a relocation entry for 0x91e2.
grub-install: info: adding a relocation entry for 0x9211.
grub-install: info: adding a relocation entry for 0x922e.
grub-install: info: adding a relocation entry for 0x9238.
grub-install: info: adding a relocation entry for 0x924e.
grub-install: info: adding a relocation entry for 0x9272.
grub-install: info: adding a relocation entry for 0x92a0.
grub-install: info: adding a relocation entry for 0x92aa.
grub-install: info: adding a relocation entry for 0x92be.
grub-install: info: adding a relocation entry for 0x936e.
grub-install: info: adding a relocation entry for 0x938a.
grub-install: info: adding a relocation entry for 0x939e.
grub-install: info: adding a relocation entry for 0x93a8.
grub-install: info: adding a relocation entry for 0x93ba.
grub-install: info: adding a relocation entry for 0x93cc.
grub-install: info: adding a relocation entry for 0x93f0.
grub-install: info: adding a relocation entry for 0x9407.
grub-install: info: adding a relocation entry for 0x942c.
grub-install: info: adding a relocation entry for 0x9469.
grub-install: info: adding a relocation entry for 0x94c3.
grub-install: info: adding a relocation entry for 0x94dc.
grub-install: info: adding a relocation entry for 0x94f2.
grub-install: info: adding a relocation entry for 0x9519.
grub-install: info: adding a relocation entry for 0x955c.
grub-install: info: adding a relocation entry for 0x958e.
grub-install: info: adding a relocation entry for 0x95b3.
grub-install: info: adding a relocation entry for 0x95c3.
grub-install: info: adding a relocation entry for 0x95ef.
grub-install: info: adding a relocation entry for 0x95fb.
grub-install: info: adding a relocation entry for 0x9607.
grub-install: info: adding a relocation entry for 0x9611.
grub-install: info: adding a relocation entry for 0x9625.
grub-install: info: adding a relocation entry for 0x9631.
grub-install: info: adding a relocation entry for 0x9642.
grub-install: info: adding a relocation entry for 0x9657.
grub-install: info: adding a relocation entry for 0x966c.
grub-install: info: adding a relocation entry for 0x967b.
grub-install: info: adding a relocation entry for 0x9685.
grub-install: info: adding a relocation entry for 0x96a6.
grub-install: info: adding a relocation entry for 0x96b0.
grub-install: info: adding a relocation entry for 0x96bc.
grub-install: info: adding a relocation entry for 0x96c6.
grub-install: info: adding a relocation entry for 0x96f8.
grub-install: info: adding a relocation entry for 0x9716.
grub-install: info: adding a relocation entry for 0x9732.
grub-install: info: adding a relocation entry for 0x975c.
grub-install: info: adding a relocation entry for 0x9770.
grub-install: info: adding a relocation entry for 0x977a.
grub-install: info: adding a relocation entry for 0x9789.
grub-install: info: adding a relocation entry for 0x9793.
grub-install: info: adding a relocation entry for 0x97b1.
grub-install: info: adding a relocation entry for 0x97bd.
grub-install: info: adding a relocation entry for 0x97cd.
grub-install: info: adding a relocation entry for 0x97d7.
grub-install: info: adding a relocation entry for 0x97e3.
grub-install: info: adding a relocation entry for 0x9812.
grub-install: info: adding a relocation entry for 0x9823.
grub-install: info: adding a relocation entry for 0x986d.
grub-install: info: adding a relocation entry for 0x98a8.
grub-install: info: adding a relocation entry for 0x98c1.
grub-install: info: adding a relocation entry for 0x98e8.
grub-install: info: adding a relocation entry for 0x9915.
grub-install: info: adding a relocation entry for 0x9929.
grub-install: info: adding a relocation entry for 0x993a.
grub-install: info: adding a relocation entry for 0x9960.
grub-install: info: adding a relocation entry for 0x9988.
grub-install: info: adding a relocation entry for 0x9992.
grub-install: info: adding a relocation entry for 0x99a8.
grub-install: info: adding a relocation entry for 0x99b3.
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 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: adding a relocation entry for 0x9b98.
grub-install: info: adding a relocation entry for 0x9ba0.
grub-install: info: adding a relocation entry for 0x9ba8.
grub-install: info: adding a relocation entry for 0x9bb0.
grub-install: info: translating the relocation section .rela.data.
grub-install: info: adding a relocation entry for 0xb640.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 248 bytes of a fixup block starting at 0x9000.
grub-install: info: adding a relocation entry for 0xb650.
grub-install: info: adding a relocation entry for 0xb658.
grub-install: info: adding a relocation entry for 0xb660.
grub-install: info: adding a relocation entry for 0xb668.
grub-install: info: adding a relocation entry for 0xb670.
grub-install: info: adding a relocation entry for 0xb6d0.
grub-install: info: adding a relocation entry for 0xb6d8.
grub-install: info: adding a relocation entry for 0xb6e0.
grub-install: info: adding a relocation entry for 0xb6e8.
grub-install: info: adding a relocation entry for 0xb6f8.
grub-install: info: adding a relocation entry for 0xb700.
grub-install: info: adding a relocation entry for 0xb708.
grub-install: info: adding a relocation entry for 0xb710.
grub-install: info: adding a relocation entry for 0xb718.
grub-install: info: adding a relocation entry for 0xb720.
grub-install: info: adding a relocation entry for 0xb790.
grub-install: info: adding a relocation entry for 0xb7a8.
grub-install: info: adding a relocation entry for 0xb7c0.
grub-install: info: adding a relocation entry for 0xb810.
grub-install: info: adding a relocation entry for 0xb820.
grub-install: info: adding a relocation entry for 0xb828.
grub-install: info: adding a relocation entry for 0xb850.
grub-install: info: adding a relocation entry for 0xb858.
grub-install: info: adding a relocation entry for 0xb9c0.
grub-install: info: adding a relocation entry for 0xba00.
grub-install: info: adding a relocation entry for 0xba08.
grub-install: info: adding a relocation entry for 0xba18.
grub-install: info: adding a relocation entry for 0xba20.
grub-install: info: adding a relocation entry for 0xba30.
grub-install: info: adding a relocation entry for 0xba38.
grub-install: info: adding a relocation entry for 0xba48.
grub-install: info: adding a relocation entry for 0xba50.
grub-install: info: adding a relocation entry for 0xba60.
grub-install: info: adding a relocation entry for 0xba68.
grub-install: info: adding a relocation entry for 0xba78.
grub-install: info: adding a relocation entry for 0xba80.
grub-install: info: adding a relocation entry for 0xba90.
grub-install: info: adding a relocation entry for 0xba98.
grub-install: info: adding a relocation entry for 0xbaa8.
grub-install: info: adding a relocation entry for 0xbab0.
grub-install: info: adding a relocation entry for 0xbac0.
grub-install: info: adding a relocation entry for 0xbac8.
grub-install: info: adding a relocation entry for 0xbad8.
grub-install: info: adding a relocation entry for 0xbae0.
grub-install: info: adding a relocation entry for 0xbaf0.
grub-install: info: adding a relocation entry for 0xbaf8.
grub-install: info: adding a relocation entry for 0xbb08.
grub-install: info: adding a relocation entry for 0xbb10.
grub-install: info: adding a relocation entry for 0xbb20.
grub-install: info: adding a relocation entry for 0xbb28.
grub-install: info: adding a relocation entry for 0xbb38.
grub-install: info: adding a relocation entry for 0xbb40.
grub-install: info: adding a relocation entry for 0xbb50.
grub-install: info: adding a relocation entry for 0xbb58.
grub-install: info: adding a relocation entry for 0xbb68.
grub-install: info: adding a relocation entry for 0xbb70.
grub-install: info: adding a relocation entry for 0xbb80.
grub-install: info: adding a relocation entry for 0xbb88.
grub-install: info: adding a relocation entry for 0xbb98.
grub-install: info: adding a relocation entry for 0xbba0.
grub-install: info: adding a relocation entry for 0xbbb0.
grub-install: info: adding a relocation entry for 0xbbb8.
grub-install: info: adding a relocation entry for 0xbbc8.
grub-install: info: adding a relocation entry for 0xbbd0.
grub-install: info: adding a relocation entry for 0xbbe0.
grub-install: info: adding a relocation entry for 0xbbe8.
grub-install: info: adding a relocation entry for 0xbbf8.
grub-install: info: adding a relocation entry for 0xbc00.
grub-install: info: adding a relocation entry for 0xbc10.
grub-install: info: adding a relocation entry for 0xbc18.
grub-install: info: adding a relocation entry for 0xbc28.
grub-install: info: adding a relocation entry for 0xbc30.
grub-install: info: adding a relocation entry for 0xbc40.
grub-install: info: adding a relocation entry for 0xbc48.
grub-install: info: adding a relocation entry for 0xbc58.
grub-install: info: adding a relocation entry for 0xbc60.
grub-install: info: adding a relocation entry for 0xbc70.
grub-install: info: adding a relocation entry for 0xbc78.
grub-install: info: adding a relocation entry for 0xbc88.
grub-install: info: adding a relocation entry for 0xbc90.
grub-install: info: adding a relocation entry for 0xbca0.
grub-install: info: adding a relocation entry for 0xbca8.
grub-install: info: adding a relocation entry for 0xbcb8.
grub-install: info: adding a relocation entry for 0xbcc0.
grub-install: info: adding a relocation entry for 0xbcd0.
grub-install: info: adding a relocation entry for 0xbcd8.
grub-install: info: adding a relocation entry for 0xbce8.
grub-install: info: adding a relocation entry for 0xbcf0.
grub-install: info: adding a relocation entry for 0xbd00.
grub-install: info: adding a relocation entry for 0xbd08.
grub-install: info: adding a relocation entry for 0xbd18.
grub-install: info: adding a relocation entry for 0xbd20.
grub-install: info: adding a relocation entry for 0xbd30.
grub-install: info: adding a relocation entry for 0xbd38.
grub-install: info: adding a relocation entry for 0xbd48.
grub-install: info: adding a relocation entry for 0xbd50.
grub-install: info: adding a relocation entry for 0xbd60.
grub-install: info: adding a relocation entry for 0xbd68.
grub-install: info: adding a relocation entry for 0xbd78.
grub-install: info: adding a relocation entry for 0xbd80.
grub-install: info: adding a relocation entry for 0xbd90.
grub-install: info: adding a relocation entry for 0xbd98.
grub-install: info: adding a relocation entry for 0xbda8.
grub-install: info: adding a relocation entry for 0xbdb0.
grub-install: info: adding a relocation entry for 0xbdc0.
grub-install: info: adding a relocation entry for 0xbdc8.
grub-install: info: adding a relocation entry for 0xbdd8.
grub-install: info: adding a relocation entry for 0xbde0.
grub-install: info: adding a relocation entry for 0xbdf0.
grub-install: info: adding a relocation entry for 0xbdf8.
grub-install: info: adding a relocation entry for 0xbe08.
grub-install: info: adding a relocation entry for 0xbe10.
grub-install: info: adding a relocation entry for 0xbe20.
grub-install: info: adding a relocation entry for 0xbe28.
grub-install: info: adding a relocation entry for 0xbe38.
grub-install: info: adding a relocation entry for 0xbe40.
grub-install: info: adding a relocation entry for 0xbe50.
grub-install: info: adding a relocation entry for 0xbe58.
grub-install: info: adding a relocation entry for 0xbe68.
grub-install: info: adding a relocation entry for 0xbe70.
grub-install: info: adding a relocation entry for 0xbe80.
grub-install: info: adding a relocation entry for 0xbe88.
grub-install: info: adding a relocation entry for 0xbe98.
grub-install: info: adding a relocation entry for 0xbea0.
grub-install: info: adding a relocation entry for 0xbeb0.
grub-install: info: adding a relocation entry for 0xbeb8.
grub-install: info: adding a relocation entry for 0xbec8.
grub-install: info: adding a relocation entry for 0xbed0.
grub-install: info: adding a relocation entry for 0xbee0.
grub-install: info: adding a relocation entry for 0xbee8.
grub-install: info: adding a relocation entry for 0xbef8.
grub-install: info: adding a relocation entry for 0xbf00.
grub-install: info: adding a relocation entry for 0xbf10.
grub-install: info: adding a relocation entry for 0xbf18.
grub-install: info: adding a relocation entry for 0xbf28.
grub-install: info: adding a relocation entry for 0xbf30.
grub-install: info: adding a relocation entry for 0xbf40.
grub-install: info: adding a relocation entry for 0xbf48.
grub-install: info: adding a relocation entry for 0xbf58.
grub-install: info: adding a relocation entry for 0xbf60.
grub-install: info: adding a relocation entry for 0xbf70.
grub-install: info: adding a relocation entry for 0xbf78.
grub-install: info: adding a relocation entry for 0xbf88.
grub-install: info: adding a relocation entry for 0xbf90.
grub-install: info: adding a relocation entry for 0xbfa0.
grub-install: info: adding a relocation entry for 0xbfa8.
grub-install: info: adding a relocation entry for 0xbfb8.
grub-install: info: adding a relocation entry for 0xbfc0.
grub-install: info: adding a relocation entry for 0xbfd0.
grub-install: info: adding a relocation entry for 0xbfd8.
grub-install: info: adding a relocation entry for 0xbfe8.
grub-install: info: adding a relocation entry for 0xbff0.
grub-install: info: adding a relocation entry for 0xc000.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 320 bytes of a fixup block starting at 0xb000.
grub-install: info: adding a relocation entry for 0xc008.
grub-install: info: adding a relocation entry for 0xc018.
grub-install: info: adding a relocation entry for 0xc020.
grub-install: info: adding a relocation entry for 0xc030.
grub-install: info: adding a relocation entry for 0xc038.
grub-install: info: adding a relocation entry for 0xc048.
grub-install: info: adding a relocation entry for 0xc050.
grub-install: info: adding a relocation entry for 0xc060.
grub-install: info: adding a relocation entry for 0xc068.
grub-install: info: adding a relocation entry for 0xc078.
grub-install: info: adding a relocation entry for 0xc080.
grub-install: info: adding a relocation entry for 0xc090.
grub-install: info: adding a relocation entry for 0xc098.
grub-install: info: adding a relocation entry for 0xc0a8.
grub-install: info: adding a relocation entry for 0xc0b0.
grub-install: info: adding a relocation entry for 0xc0c0.
grub-install: info: adding a relocation entry for 0xc0c8.
grub-install: info: adding a relocation entry for 0xc0d8.
grub-install: info: adding a relocation entry for 0xc0e0.
grub-install: info: adding a relocation entry for 0xc0f0.
grub-install: info: adding a relocation entry for 0xc0f8.
grub-install: info: adding a relocation entry for 0xc108.
grub-install: info: adding a relocation entry for 0xc110.
grub-install: info: adding a relocation entry for 0xc120.
grub-install: info: adding a relocation entry for 0xc128.
grub-install: info: adding a relocation entry for 0xc138.
grub-install: info: adding a relocation entry for 0xc140.
grub-install: info: adding a relocation entry for 0xc150.
grub-install: info: adding a relocation entry for 0xc158.
grub-install: info: adding a relocation entry for 0xc168.
grub-install: info: adding a relocation entry for 0xc170.
grub-install: info: adding a relocation entry for 0xc180.
grub-install: info: adding a relocation entry for 0xc188.
grub-install: info: adding a relocation entry for 0xc198.
grub-install: info: adding a relocation entry for 0xc1a0.
grub-install: info: adding a relocation entry for 0xc1b0.
grub-install: info: adding a relocation entry for 0xc1b8.
grub-install: info: adding a relocation entry for 0xc1c8.
grub-install: info: adding a relocation entry for 0xc1d0.
grub-install: info: adding a relocation entry for 0xc1e0.
grub-install: info: adding a relocation entry for 0xc1e8.
grub-install: info: adding a relocation entry for 0xc1f8.
grub-install: info: adding a relocation entry for 0xc200.
grub-install: info: adding a relocation entry for 0xc210.
grub-install: info: adding a relocation entry for 0xc218.
grub-install: info: adding a relocation entry for 0xc228.
grub-install: info: adding a relocation entry for 0xc230.
grub-install: info: adding a relocation entry for 0xc240.
grub-install: info: adding a relocation entry for 0xc248.
grub-install: info: adding a relocation entry for 0xc258.
grub-install: info: adding a relocation entry for 0xc260.
grub-install: info: adding a relocation entry for 0xc270.
grub-install: info: adding a relocation entry for 0xc278.
grub-install: info: adding a relocation entry for 0xc288.
grub-install: info: adding a relocation entry for 0xc290.
grub-install: info: adding a relocation entry for 0xc2a0.
grub-install: info: adding a relocation entry for 0xc2a8.
grub-install: info: adding a relocation entry for 0xc2b8.
grub-install: info: adding a relocation entry for 0xc2c0.
grub-install: info: adding a relocation entry for 0xc2d0.
grub-install: info: adding a relocation entry for 0xc2d8.
grub-install: info: adding a relocation entry for 0xc2e8.
grub-install: info: adding a relocation entry for 0xc2f0.
grub-install: info: adding a relocation entry for 0xc300.
grub-install: info: adding a relocation entry for 0xc308.
grub-install: info: adding a relocation entry for 0xc318.
grub-install: info: adding a relocation entry for 0xc320.
grub-install: info: adding a relocation entry for 0xc330.
grub-install: info: adding a relocation entry for 0xc338.
grub-install: info: adding a relocation entry for 0xc348.
grub-install: info: adding a relocation entry for 0xc350.
grub-install: info: adding a relocation entry for 0xc360.
grub-install: info: adding a relocation entry for 0xc368.
grub-install: info: adding a relocation entry for 0xc378.
grub-install: info: adding a relocation entry for 0xc380.
grub-install: info: adding a relocation entry for 0xc390.
grub-install: info: adding a relocation entry for 0xc398.
grub-install: info: adding a relocation entry for 0xc3a8.
grub-install: info: adding a relocation entry for 0xc3b0.
grub-install: info: adding a relocation entry for 0xc3c0.
grub-install: info: adding a relocation entry for 0xc3c8.
grub-install: info: adding a relocation entry for 0xc3d8.
grub-install: info: adding a relocation entry for 0xc3e0.
grub-install: info: adding a relocation entry for 0xc3f0.
grub-install: info: adding a relocation entry for 0xc3f8.
grub-install: info: adding a relocation entry for 0xc408.
grub-install: info: adding a relocation entry for 0xc410.
grub-install: info: adding a relocation entry for 0xc420.
grub-install: info: adding a relocation entry for 0xc428.
grub-install: info: adding a relocation entry for 0xc438.
grub-install: info: adding a relocation entry for 0xc440.
grub-install: info: adding a relocation entry for 0xc450.
grub-install: info: adding a relocation entry for 0xc458.
grub-install: info: adding a relocation entry for 0xc468.
grub-install: info: adding a relocation entry for 0xc470.
grub-install: info: adding a relocation entry for 0xc480.
grub-install: info: adding a relocation entry for 0xc488.
grub-install: info: adding a relocation entry for 0xc498.
grub-install: info: adding a relocation entry for 0xc4a0.
grub-install: info: adding a relocation entry for 0xc4b0.
grub-install: info: adding a relocation entry for 0xc4b8.
grub-install: info: adding a relocation entry for 0xc4c8.
grub-install: info: adding a relocation entry for 0xc4d0.
grub-install: info: adding a relocation entry for 0xc4e0.
grub-install: info: adding a relocation entry for 0xc4e8.
grub-install: info: adding a relocation entry for 0xc4f8.
grub-install: info: adding a relocation entry for 0xc500.
grub-install: info: adding a relocation entry for 0xc510.
grub-install: info: adding a relocation entry for 0xc518.
grub-install: info: adding a relocation entry for 0xc528.
grub-install: info: adding a relocation entry for 0xc530.
grub-install: info: adding a relocation entry for 0xc540.
grub-install: info: adding a relocation entry for 0xc548.
grub-install: info: adding a relocation entry for 0xc558.
grub-install: info: adding a relocation entry for 0xc560.
grub-install: info: adding a relocation entry for 0xc570.
grub-install: info: adding a relocation entry for 0xc578.
grub-install: info: adding a relocation entry for 0xc588.
grub-install: info: adding a relocation entry for 0xc590.
grub-install: info: adding a relocation entry for 0xc5a0.
grub-install: info: adding a relocation entry for 0xc5a8.
grub-install: info: adding a relocation entry for 0xc5b8.
grub-install: info: adding a relocation entry for 0xc5c0.
grub-install: info: adding a relocation entry for 0xc5d0.
grub-install: info: adding a relocation entry for 0xc5d8.
grub-install: info: adding a relocation entry for 0xc5e8.
grub-install: info: adding a relocation entry for 0xc5f0.
grub-install: info: adding a relocation entry for 0xc600.
grub-install: info: adding a relocation entry for 0xc608.
grub-install: info: adding a relocation entry for 0xc618.
grub-install: info: adding a relocation entry for 0xc620.
grub-install: info: adding a relocation entry for 0xc630.
grub-install: info: adding a relocation entry for 0xc638.
grub-install: info: adding a relocation entry for 0xc648.
grub-install: info: adding a relocation entry for 0xc650.
grub-install: info: adding a relocation entry for 0xc660.
grub-install: info: adding a relocation entry for 0xc668.
grub-install: info: adding a relocation entry for 0xc678.
grub-install: info: adding a relocation entry for 0xc680.
grub-install: info: adding a relocation entry for 0xc690.
grub-install: info: adding a relocation entry for 0xc698.
grub-install: info: adding a relocation entry for 0xc6a8.
grub-install: info: adding a relocation entry for 0xc6b0.
grub-install: info: adding a relocation entry for 0xc6c0.
grub-install: info: adding a relocation entry for 0xc6c8.
grub-install: info: adding a relocation entry for 0xc6d8.
grub-install: info: adding a relocation entry for 0xc6e0.
grub-install: info: adding a relocation entry for 0xc6f0.
grub-install: info: adding a relocation entry for 0xc6f8.
grub-install: info: adding a relocation entry for 0xc708.
grub-install: info: adding a relocation entry for 0xc710.
grub-install: info: adding a relocation entry for 0xc720.
grub-install: info: adding a relocation entry for 0xc728.
grub-install: info: adding a relocation entry for 0xc738.
grub-install: info: adding a relocation entry for 0xc740.
grub-install: info: adding a relocation entry for 0xc750.
grub-install: info: adding a relocation entry for 0xc758.
grub-install: info: adding a relocation entry for 0xc768.
grub-install: info: adding a relocation entry for 0xc770.
grub-install: info: adding a relocation entry for 0xc780.
grub-install: info: adding a relocation entry for 0xc788.
grub-install: info: adding a relocation entry for 0xc798.
grub-install: info: adding a relocation entry for 0xc7a0.
grub-install: info: adding a relocation entry for 0xc7b0.
grub-install: info: adding a relocation entry for 0xc7b8.
grub-install: info: adding a relocation entry for 0xc7c8.
grub-install: info: adding a relocation entry for 0xc7d0.
grub-install: info: adding a relocation entry for 0xc7e0.
grub-install: info: adding a relocation entry for 0xc7e8.
grub-install: info: adding a relocation entry for 0xc7f8.
grub-install: info: adding a relocation entry for 0xc800.
grub-install: info: adding a relocation entry for 0xc810.
grub-install: info: adding a relocation entry for 0xc818.
grub-install: info: adding a relocation entry for 0xc828.
grub-install: info: adding a relocation entry for 0xc830.
grub-install: info: adding a relocation entry for 0xc840.
grub-install: info: adding a relocation entry for 0xc848.
grub-install: info: adding a relocation entry for 0xc858.
grub-install: info: adding a relocation entry for 0xc860.
grub-install: info: adding a relocation entry for 0xc870.
grub-install: info: adding a relocation entry for 0xc878.
grub-install: info: adding 198 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/reiserfs.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
grub-install: info: kernel_img=0x295f4d0, kernel_size=0x18600.
grub-install: info: the core size is 0x1d998.
grub-install: info: writing 0x1ec00 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'  'reiserfs' 'part_gpt' 
.
grub-install: info: the total module size is 0x5388.
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 0x95d8.
grub-install: info: locating the section .rodata at 0x9600.
grub-install: info: locating the section .rodata.str1.1 at 0x97b8.
grub-install: info: locating the section .data at 0xb240.
grub-install: info: locating the section .module_license at 0xc4a0.
grub-install: info: locating the section .bss at 0xc4c0.
grub-install: info: locating  at 0x400 (0x400).
grub-install: info: locating  at 0x9a00 (0x9a00).
grub-install: info: locating  at 0x9bb8 (0x9bb8).
grub-install: info: locating  at 0xb640 (0xb640).
grub-install: info: locating  at 0xc8c0 (0xc8c0).
grub-install: info: locating  at 0x99d8 (0x99d8).
grub-install: info: locating  at 0xc8a0 (0xc8a0).
grub-install: info: locating  at 0x400 (0x400).
grub-install: info: locating grub_strlen at 0x7b5b (0x400).
grub-install: info: locating grub_net_poll_cards_idle at 0xe6c0 (0xc8c0).
grub-install: info: locating grub_efi_finish_boot_services at 0x2d78 (0x400).
grub-install: info: locating grub_disk_get_size at 0x5425 (0x400).
grub-install: info: locating grub_file_progress_hook at 0x18850 (0xc8c0).
grub-install: info: locating grub_efidisk_fini at 0xb77 (0x400).
grub-install: info: locating grub_puts_ at 0x790a (0x400).
grub-install: info: locating grub_millisleep at 0x3fd2 (0x400).
grub-install: info: locating grub_fs_autoload_hook at 0xe468 (0xc8c0).
grub-install: info: locating efi_wrap_10 at 0x4cc (0x400).
grub-install: info: locating grub_fs_blocklist at 0xb800 (0xb640).
grub-install: info: locating grub_errmsg at 0x18740 (0xc8c0).
grub-install: info: locating efi_wrap_5 at 0x463 (0x400).
grub-install: info: locating grub_strncmp at 0x7982 (0x400).
grub-install: info: locating grub_strtoull at 0x7c71 (0x400).
grub-install: info: locating grub_dma_get_virt at 0x5a5 (0x400).
grub-install: info: locating grub_efi_system_table at 0xe6d0 (0xc8c0).
grub-install: info: locating memmove at 0x78c8 (0x400).
grub-install: info: locating efi_wrap_4 at 0x44f (0x400).
grub-install: info: locating grub_disk_open at 0x4de5 (0x400).
grub-install: info: locating grub_efi_locate_protocol at 0x1b9c (0x400).
grub-install: info: locating grub_env_update_get_sorted at 0x6523 (0x400).
grub-install: info: locating grub_strcpy at 0x78f7 (0x400).
grub-install: info: locating grub_partition_probe at 0x9003 (0x400).
grub-install: info: locating grub_strrchr at 0x79c4 (0x400).
grub-install: info: locating grub_partition_get_name at 0x9207 (0x400).
grub-install: info: locating grub_dl_load at 0x61a0 (0x400).
grub-install: info: locating grub_efi_stall at 0x1dc5 (0x400).
grub-install: info: locating grub_efi_get_filename at 0x2128 (0x400).
grub-install: info: locating grub_env_export at 0x660e (0x400).
grub-install: info: locating grub_xvasprintf at 0x890b (0x400).
grub-install: info: locating grub_error_push at 0x66d0 (0x400).
grub-install: info: locating grub_rescue_run at 0x97ae (0x400).
grub-install: info: locating grub_xasprintf at 0x89b8 (0x400).
grub-install: info: locating grub_realloc at 0x3eff (0x400).
grub-install: info: locating grub_exit at 0x1e04 (0x400).
grub-install: info: locating memcpy at 0x78c8 (0x400).
grub-install: info: locating grub_memmove at 0x78c8 (0x400).
grub-install: info: locating grub_device_open at 0x45d5 (0x400).
grub-install: info: locating grub_register_exported_symbols at 0x99a4 (0x400).
grub-install: info: locating grub_strdup at 0x7b6c (0x400).
grub-install: info: locating grub_disk_firmware_is_tainted at 0xe740 (0xc8c0).
grub-install: info: locating grub_divmod64 at 0x7c0b (0x400).
grub-install: info: locating grub_file_get_device_name at 0x6878 (0x400).
grub-install: info: locating grub_efi_print_device_path at 0x2213 (0x400).
grub-install: info: locating grub_partition_iterate at 0x919a (0x400).
grub-install: info: locating grub_boot_time_head at 0x188a0 (0xc8c0).
grub-install: info: locating grub_dma_free at 0x599 (0x400).
grub-install: info: locating grub_vsnprintf at 0x88b2 (0x400).
grub-install: info: locating grub_partition_map_list at 0x188a8 (0xc8c0).
grub-install: info: locating efi_wrap_1 at 0x422 (0x400).
grub-install: info: locating grub_command_list at 0xe700 (0xc8c0).
grub-install: info: locating grub_machine_fini at 0x534 (0x400).
grub-install: info: locating grub_real_boot_time at 0x8aaf (0x400).
grub-install: info: locating grub_tsc_rate at 0xe6f0 (0xc8c0).
grub-install: info: locating grub_rescue_parse_line at 0x9515 (0x400).
grub-install: info: locating grub_efi_get_variable at 0x1f77 (0x400).
grub-install: info: locating grub_snprintf at 0x88c6 (0x400).
grub-install: info: locating grub_register_core_commands at 0x4466 (0x400).
grub-install: info: locating grub_disk_dev_register at 0x4cfb (0x400).
grub-install: info: locating grub_console_init at 0x375e (0x400).
grub-install: info: locating grub_disk_write_weak at 0xe748 (0xc8c0).
grub-install: info: locating grub_dl_add at 0x54fa (0x400).
grub-install: info: locating grub_disk_read at 0x50c8 (0x400).
grub-install: info: locating grub_term_highlight_color at 0xb9c8 (0xb640).
grub-install: info: locating grub_parser_execute at 0x8f95 (0x400).
grub-install: info: locating grub_xputs at 0xb9c0 (0xb640).
grub-install: info: locating grub_console_fini at 0x385b (0x400).
grub-install: info: locating grub_fatal at 0x8a07 (0x400).
grub-install: info: locating grub_dl_ref at 0x55f4 (0x400).
grub-install: info: locating grub_file_seek at 0x6bc4 (0x400).
grub-install: info: locating grub_pci_find_capability at 0x699 (0x400).
grub-install: info: locating grub_efi_get_loaded_image at 0x1de9 (0x400).
grub-install: info: locating grub_errno at 0x18840 (0xc8c0).
grub-install: info: locating grub_parser_cmdline_state at 0x8c69 (0x400).
grub-install: info: locating grub_memset at 0x7ae7 (0x400).
grub-install: info: locating grub_getkey at 0x9985 (0x400).
grub-install: info: locating grub_term_outputs_disabled at 0x188b0 (0xc8c0).
grub-install: info: locating grub_grubnet_fini at 0x18858 (0xc8c0).
grub-install: info: locating grub_register_variable_hook at 0x65ae (0x400).
grub-install: info: locating grub_efi_image_handle at 0xe6d8 (0xc8c0).
grub-install: info: locating grub_vprintf at 0x85ab (0x400).
grub-install: info: locating grub_net_open at 0xc910 (0xc8c0).
grub-install: info: locating grub_register_command_prio at 0x3ff6 (0x400).
grub-install: info: locating grub_efi_compare_device_paths at 0x2901 (0x400).
grub-install: info: locating grub_file_filters_all at 0x18860 (0xc8c0).
grub-install: info: locating grub_install_get_time_ms at 0x3fc4 (0x400).
grub-install: info: locating _start at 0x400 (0x400).
grub-install: info: locating grub_term_inputs at 0x188b8 (0xc8c0).
grub-install: info: locating grub_parser_split_cmdline at 0x8d21 (0x400).
grub-install: info: locating grub_disk_firmware_fini at 0xe750 (0xc8c0).
grub-install: info: locating grub_disk_close at 0x4d41 (0x400).
grub-install: info: locating grub_dl_unload at 0x566a (0x400).
grub-install: info: locating grub_efi_set_variable at 0x1e9d (0x400).
grub-install: info: locating grub_printf at 0x86c1 (0x400).
grub-install: info: locating grub_unregister_command at 0x40e8 (0x400).
grub-install: info: locating grub_fs_list at 0xe470 (0xc8c0).
grub-install: info: locating grub_efidisk_get_device_handle at 0x154e (0x400).
grub-install: info: locating grub_main at 0x71c3 (0x400).
grub-install: info: locating grub_file_read at 0x690a (0x400).
grub-install: info: locating grub_dl_unload_unneeded at 0x6297 (0x400).
grub-install: info: locating grub_pci_make_address at 0x5ac (0x400).
grub-install: info: locating memcmp at 0x7943 (0x400).
grub-install: info: locating grub_term_normal_color at 0xb9c9 (0xb640).
grub-install: info: locating grub_disk_dev_list at 0xe758 (0xc8c0).
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 0x1be6 (0x400).
grub-install: info: locating grub_term_outputs at 0x188c0 (0xc8c0).
grub-install: info: locating grub_modbase at 0xe6e0 (0xc8c0).
grub-install: info: locating grub_term_inputs_disabled at 0x188c8 (0xc8c0).
grub-install: info: locating grub_efi_net_config at 0xe6e8 (0xc8c0).
grub-install: info: locating grub_efi_set_virtual_address_map at 0x1e48 (0x400).
grub-install: info: locating grub_print_error at 0x67da (0x400).
grub-install: info: locating grub_efi_mm_init at 0x3053 (0x400).
grub-install: info: locating memset at 0x7ae7 (0x400).
grub-install: info: locating grub_zalloc at 0x3c65 (0x400).
grub-install: info: locating grub_strcmp at 0x7963 (0x400).
grub-install: info: locating grub_tsc_init at 0x38da (0x400).
grub-install: info: locating grub_efi_allocate_pages at 0x2b7a (0x400).
grub-install: info: locating grub_strchr at 0x79af (0x400).
grub-install: info: locating grub_refresh at 0x995d (0x400).
grub-install: info: locating grub_malloc at 0x3c54 (0x400).
grub-install: info: locating grub_efi_get_memory_map at 0x2c3e (0x400).
grub-install: info: locating grub_efidisk_get_device_name at 0x169b (0x400).
grub-install: info: locating grub_get_time_ms at 0x3fb8 (0x400).
grub-install: info: locating grub_file_close at 0x69aa (0x400).
grub-install: info: locating grub_file_open at 0x69f5 (0x400).
grub-install: info: locating grub_isspace at 0x79d7 (0x400).
grub-install: info: locating grub_efi_open_protocol at 0x1cdf (0x400).
grub-install: info: locating grub_real_dprintf at 0x876e (0x400).
grub-install: info: locating efi_wrap_3 at 0x43e (0x400).
grub-install: info: locating grub_dl_load_core_noinit at 0x5786 (0x400).
grub-install: info: locating grub_dl_load_file at 0x60b5 (0x400).
grub-install: info: locating grub_env_unset at 0x649f (0x400).
grub-install: info: locating grub_device_close at 0x46b8 (0x400).
grub-install: info: locating efi_wrap_6 at 0x47c (0x400).
grub-install: info: locating grub_dl_head at 0xc940 (0xc8c0).
grub-install: info: locating grub_fs_probe at 0x6ed6 (0x400).
grub-install: info: locating grub_mm_base at 0xe6f8 (0xc8c0).
grub-install: info: locating grub_term_poll_usb at 0xe6c8 (0xc8c0).
grub-install: info: locating grub_file_filters_enabled at 0x18880 (0xc8c0).
grub-install: info: locating grub_strword at 0x7a34 (0x400).
grub-install: info: locating grub_machine_get_bootlocation at 0x29f8 (0x400).
grub-install: info: locating grub_efi_fini at 0x2a8f (0x400).
grub-install: info: locating grub_err_printed_errors at 0x18844 (0xc8c0).
grub-install: info: locating grub_error at 0x6654 (0x400).
grub-install: info: locating grub_current_context at 0xb7c0 (0xb640).
grub-install: info: locating efi_codes at 0x9b00 (0x9a00).
grub-install: info: locating grub_dl_register_symbol at 0x5537 (0x400).
grub-install: info: locating grub_efi_is_finished at 0xc8d8 (0xc8c0).
grub-install: info: locating grub_list_remove at 0x7134 (0x400).
grub-install: info: locating grub_pci_iterate at 0x5d4 (0x400).
grub-install: info: locating grub_modules_get_end at 0x71a7 (0x400).
grub-install: info: locating grub_free at 0x3c9f (0x400).
grub-install: info: locating grub_strndup at 0x7bb4 (0x400).
grub-install: info: locating efi_wrap_7 at 0x49f (0x400).
grub-install: info: locating grub_named_list_find at 0x70e2 (0x400).
grub-install: info: locating grub_dl_unref at 0x562f (0x400).
grub-install: info: locating grub_efidisk_init at 0x131d (0x400).
grub-install: info: locating grub_disk_dev_unregister at 0x4d10 (0x400).
grub-install: info: locating grub_efi_init at 0x2992 (0x400).
grub-install: info: locating grub_arch_dl_check_header at 0x741 (0x400).
grub-install: info: locating grub_arch_dl_relocate_symbols at 0x770 (0x400).
grub-install: info: locating grub_efi_free_pages at 0x2b50 (0x400).
grub-install: info: locating grub_printf_ at 0x8710 (0x400).
grub-install: info: locating grub_efi_get_device_path at 0x21f8 (0x400).
grub-install: info: locating start at 0x400 (0x400).
grub-install: info: locating grub_efi_modules_addr at 0x208b (0x400).
grub-install: info: locating grub_error_pop at 0x6767 (0x400).
grub-install: info: locating grub_device_iterate at 0x47ec (0x400).
grub-install: info: locating grub_getkey_noblock at 0x9913 (0x400).
grub-install: info: locating grub_memalign_dma32 at 0x547 (0x400).
grub-install: info: locating grub_list_push at 0x711a (0x400).
grub-install: info: locating grub_efi_set_text_mode at 0x1d3e (0x400).
grub-install: info: locating grub_err_printf at 0x86c1 (0x400).
grub-install: info: locating grub_disk_cache_invalidate_all at 0x4cb1 (0x400).
grub-install: info: locating grub_env_set at 0x6340 (0x400).
grub-install: info: locating grub_disk_cache_get_performance at 0x4c96 (0x400).
grub-install: info: locating grub_dl_load_core at 0x5ff9 (0x400).
grub-install: info: locating grub_gettext at 0xb858 (0xb640).
grub-install: info: locating grub_memcmp at 0x7943 (0x400).
grub-install: info: locating grub_env_get at 0x6470 (0x400).
grub-install: info: locating efi_wrap_2 at 0x430 (0x400).
grub-install: info: locating grub_strtoul at 0x8105 (0x400).
grub-install: info: locating grub_dma_get_phys at 0x5a9 (0x400).
grub-install: info: locating grub_mm_init_region at 0x3dc4 (0x400).
grub-install: info: locating grub_disk_cache_table at 0xe780 (0xc8c0).
grub-install: info: locating grub_memalign at 0x3a56 (0x400).
grub-install: info: dealing with the relocation section .rela.text for .text.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xe2d1 at the offset 0x3.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xe2c2 at the offset 0xa.
grub-install: info: relocating an R_X86_64_PC32 entry to 0x6dac at the offset 0x13.
grub-install: info: relocating an R_X86_64_64 entry to 0x2992 at the offset 0x11d.
grub-install: info: relocating an R_X86_64_64 entry to 0x38da at the offset 0x12a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a8f at the offset 0x13c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x165.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bb8 at the offset 0x17a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x18b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x19b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x1e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x2a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bd8 at the offset 0x352.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x363.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bf9 at the offset 0x390.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c1c at the offset 0x429.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x43b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c34 at the offset 0x465.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x476.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c5b at the offset 0x4e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x4f1.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x500.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x50c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x52b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c82 at the offset 0x538.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x54b.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x555.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x586.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x594.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c8e at the offset 0x5ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5be.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x5c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x5f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x601.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x610.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c5 at the offset 0x61d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c9c at the offset 0x635.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x650.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cab at the offset 0x663.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x670.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x685.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cd7 at the offset 0x6d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cee at the offset 0x71d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x727.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x736.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x75a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x77b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x787.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x792.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56 at the offset 0x79d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x7ca.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d10 at the offset 0x7dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x7f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1be6 at the offset 0x80a.
grub-install: info: relocating an R_X86_64_64 entry to 0x21f8 at the offset 0x832.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0x869.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x882.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x890.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8ab.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0x91a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d04 at the offset 0x94a.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0x95c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x98b.
grub-install: info: relocating an R_X86_64_64 entry to 0xd16 at the offset 0x9a4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x9b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x9d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0xa04.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0xa2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0xa63.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0xa82.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xacf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d08 at the offset 0xad9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xae8.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xaf2.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xb20.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d3c at the offset 0xb3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0xb54.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0xb87.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0xb9b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d64 at the offset 0xbb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xbc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d69 at the offset 0xbdb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xbe5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xbf4.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xbfe.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d77 at the offset 0xc26.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xc3a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d69 at the offset 0xc4c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xc56.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xc65.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xc6f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0xc98.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d7c at the offset 0xcae.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xcc2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d69 at the offset 0xcd4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xcde.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xced.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xcf7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0xd58.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0xd75.
grub-install: info: relocating an R_X86_64_64 entry to 0x112b at the offset 0xd8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0xdb3.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0xdbd.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0xdf4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0xe4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xe83.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d81 at the offset 0xe8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xe9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xea6.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xed4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9db3 at the offset 0xeef.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0xf08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb77 at the offset 0xf23.
grub-install: info: relocating an R_X86_64_64 entry to 0xe750 at the offset 0xf35.
grub-install: info: relocating an R_X86_64_64 entry to 0xbed at the offset 0xf3f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1187 at the offset 0xf5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0xfb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xdfe at the offset 0xfc3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0xfcf.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0x1187 at the offset 0x107e.
grub-install: info: relocating an R_X86_64_64 entry to 0xdfe at the offset 0x109f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x10e5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56 at the offset 0x1103.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x110f.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cfb at the offset 0x1119.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x1135.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x1144.
grub-install: info: relocating an R_X86_64_64 entry to 0xbed at the offset 0x119c.
grub-install: info: relocating an R_X86_64_64 entry to 0x112b at the offset 0x11a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0x11d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0x11f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x120b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56 at the offset 0x1278.
grub-install: info: relocating an R_X86_64_64 entry to 0x21f8 at the offset 0x12a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0x12c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x112b at the offset 0x12fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xd81 at the offset 0x134f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x135d.
grub-install: info: relocating an R_X86_64_64 entry to 0x4de5 at the offset 0x137b.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x13a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x5425 at the offset 0x13c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x13d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x120c at the offset 0x13ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x919a at the offset 0x13fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dd9 at the offset 0x141d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x142d.
grub-install: info: relocating an R_X86_64_64 entry to 0xd81 at the offset 0x1457.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x1470.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x15a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ddf at the offset 0x15ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e20 at the offset 0x160a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e22 at the offset 0x1629.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x17a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x17b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x17f3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x182b.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1849.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x1872.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x18b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x18e7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x1909.
grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x191e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b9c at the offset 0x1946.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6b0 at the offset 0x1950.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x197f.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x19aa.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x19c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x19df.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6a0 at the offset 0x19f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x19fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a8f at the offset 0x1a07.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1a13.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x1a2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1a3c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1a4c.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1a62.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e28 at the offset 0x1a7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x1a8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1ab1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x1acb.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x1ad9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1a3a at the offset 0x1af8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1b0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1b2d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e47 at the offset 0x1b48.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x1b61.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1b89.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x1b93.
grub-install: info: relocating an R_X86_64_64 entry to 0x1a3a at the offset 0x1bdb.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1be5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1bf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x1c35.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x1c8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1de9 at the offset 0x1ca2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x1cc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e67 at the offset 0x1ce6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x1d75.
grub-install: info: relocating an R_X86_64_64 entry to 0x1887 at the offset 0x1d89.
grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x1dff.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x1e09.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x1e22.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e6c at the offset 0x1e7b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e78 at the offset 0x1e89.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e82 at the offset 0x1e9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a00 at the offset 0x1eb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e93 at the offset 0x1ecc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e9f at the offset 0x1ee0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eab at the offset 0x1ef7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ebf at the offset 0x1f0d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ec8 at the offset 0x1f20.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ed2 at the offset 0x1f2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ee1 at the offset 0x1f57.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eee at the offset 0x1f6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef5 at the offset 0x1f87.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef9 at the offset 0x1f9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1fab.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef5 at the offset 0x1fc4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef9 at the offset 0x1fda.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1ff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9efd at the offset 0x2023.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f01 at the offset 0x204e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f05 at the offset 0x2060.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a28 at the offset 0x207d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f16 at the offset 0x2094.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f27 at the offset 0x20b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f34 at the offset 0x20c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f4d at the offset 0x20e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f59 at the offset 0x20fd.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f65 at the offset 0x2116.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f7f at the offset 0x213c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f88 at the offset 0x2155.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fb3 at the offset 0x218b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fde at the offset 0x21e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa021 at the offset 0x2270.
grub-install: info: relocating an R_X86_64_64 entry to 0xa040 at the offset 0x2295.
grub-install: info: relocating an R_X86_64_64 entry to 0xa055 at the offset 0x22bb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa065 at the offset 0x22d6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa06f at the offset 0x22e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ab8 at the offset 0x2302.
grub-install: info: relocating an R_X86_64_64 entry to 0xa085 at the offset 0x2319.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0be at the offset 0x2374.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0d0 at the offset 0x238e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1991 at the offset 0x2398.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x23ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x1887 at the offset 0x23d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x23e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0d6 at the offset 0x23fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x240d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0e0 at the offset 0x2428.
grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x246e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa12e at the offset 0x248e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa13e at the offset 0x249e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa14f at the offset 0x24b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x24cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x251a.
grub-install: info: relocating an R_X86_64_64 entry to 0x208b at the offset 0x2595.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x25a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x375e at the offset 0x25ab.
grub-install: info: relocating an R_X86_64_64 entry to 0x3053 at the offset 0x25b7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x25c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x25e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x131d at the offset 0x25ee.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x25fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x1de9 at the offset 0x2611.
grub-install: info: relocating an R_X86_64_64 entry to 0x169b at the offset 0x2629.
grub-install: info: relocating an R_X86_64_64 entry to 0x2128 at the offset 0x2639.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e8 at the offset 0x2654.
grub-install: info: relocating an R_X86_64_64 entry to 0x79c4 at the offset 0x2678.
grub-install: info: relocating an R_X86_64_64 entry to 0xb77 at the offset 0x2692.
grub-install: info: relocating an R_X86_64_64 entry to 0x385b at the offset 0x269f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x26c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x699 at the offset 0x26f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2755.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2768.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x27ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x27cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x281f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x2844.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2870.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x287a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2889.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x289f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x28b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x28c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x28de.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x28f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2920.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x2942.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x297e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x29a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x29dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x29ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x29f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x2a00.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2a0a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2a17.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2a31.
grub-install: info: relocating an R_X86_64_64 entry to 0xa181 at the offset 0x2a44.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x2a55.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2a66.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x2a73.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2a82.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x2a8d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x2a9f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x2aa9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2ab3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2abd.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x2ac7.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2ad7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x2ae4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa164 at the offset 0x2af0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2aff.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2b14.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x2b21.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2b2e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2b49.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x2b59.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1a0 at the offset 0x2b67.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1c0 at the offset 0x2b78.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x2b84.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x2b95.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2baa.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2bbd.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2bcd.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x2bda.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2beb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x2bfd.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x2c0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x2aa9 at the offset 0x2c2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d4 at the offset 0x2c36.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b7a at the offset 0x2c66.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1e8 at the offset 0x2c82.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x2cac.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x2cc4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1ff at the offset 0x2d19.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x2d25.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x2d91.
grub-install: info: relocating an R_X86_64_64 entry to 0x3dc4 at the offset 0x2eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa215 at the offset 0x2f02.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x2f0c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa24a at the offset 0x2f1b.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x2f33.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x2f4e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2f6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3032.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x30aa.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x30bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x30d4.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x30e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x30f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x312d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3151.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x3163.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3183.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x3195.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x31a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3581 at the offset 0x31b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x31c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x31d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3581 at the offset 0x31ed.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3202.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x3213.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c9 at the offset 0x323b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c8 at the offset 0x3246.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x325a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3268.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x327c.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x328f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b00 at the offset 0x32e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x32fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x330a.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3316.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x3340.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x3366.
grub-install: info: relocating an R_X86_64_64 entry to 0xa25c at the offset 0x3377.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3386.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x3392.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x339c.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c8 at the offset 0x33a6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb798 at the offset 0x33b6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x33c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x33cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x711a at the offset 0x33d9.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x33e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x33f7.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x3401.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b0 at the offset 0x340b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6d8 at the offset 0x341b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x342a.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x3434.
grub-install: info: relocating an R_X86_64_64 entry to 0x711a at the offset 0x343f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x344b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7134 at the offset 0x345e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x3468.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x3474.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x3480.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x348f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc900 at the offset 0x34ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f0 at the offset 0x34b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc900 at the offset 0x351d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x3560.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f0 at the offset 0x357c.
grub-install: info: relocating an R_X86_64_64 entry to 0x389a at the offset 0x3586.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fc4 at the offset 0x3590.
grub-install: info: relocating an R_X86_64_64 entry to 0xa279 at the offset 0x359c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x35a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa286 at the offset 0x35be.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x35ca.
grub-install: info: relocating an R_X86_64_64 entry to 0xa29b at the offset 0x360e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x361a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2ce at the offset 0x3629.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2ad at the offset 0x363e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x364a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x3660.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x369c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2e6 at the offset 0x36ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x36f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2f7 at the offset 0x3711.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x371d.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cb1 at the offset 0x3818.
grub-install: info: relocating an R_X86_64_64 entry to 0xa318 at the offset 0x382f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3840.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x3859.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x3872.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x388e.
grub-install: info: relocating an R_X86_64_64 entry to 0x39b2 at the offset 0x38ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2f7 at the offset 0x3904.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x3910.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x39f5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x3a02.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3a68.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x3ac7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x3b15.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3b2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x39b2 at the offset 0x3b41.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x3b68.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x3b8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3b9d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc908 at the offset 0x3bba.
grub-install: info: relocating an R_X86_64_64 entry to 0xc908 at the offset 0x3bc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x3bda.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x3c11.
grub-install: info: relocating an R_X86_64_64 entry to 0xa326 at the offset 0x3c37.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x3c4a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x3c5f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7134 at the offset 0x3d06.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3d15.
grub-install: info: relocating an R_X86_64_64 entry to 0xa327 at the offset 0x3d26.
grub-install: info: relocating an R_X86_64_64 entry to 0xa329 at the offset 0x3d30.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3d3d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa32a at the offset 0x3d47.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3d61.
grub-install: info: relocating an R_X86_64_64 entry to 0xa330 at the offset 0x3d6b.
grub-install: info: relocating an R_X86_64_64 entry to 0x415b at the offset 0x3d8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x47ec at the offset 0x3d95.
grub-install: info: relocating an R_X86_64_64 entry to 0xa33e at the offset 0x3da1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x3dab.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x3db7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x3dc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6878 at the offset 0x3dd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x3df5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ed6 at the offset 0x3e10.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x3e27.
grub-install: info: relocating an R_X86_64_64 entry to 0xa340 at the offset 0x3e49.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3e5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x3e72.
grub-install: info: relocating an R_X86_64_64 entry to 0xa336 at the offset 0x3e85.
grub-install: info: relocating an R_X86_64_64 entry to 0xa351 at the offset 0x3e99.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3ea5.
grub-install: info: relocating an R_X86_64_64 entry to 0x4120 at the offset 0x3eba.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x3ecc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa33e at the offset 0x3ed6.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x3ee2.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x3ef1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3f00.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x3f0c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa36a at the offset 0x3f22.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3f33.
grub-install: info: relocating an R_X86_64_64 entry to 0x60b5 at the offset 0x3f53.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x3f5f.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x3f73.
grub-install: info: relocating an R_X86_64_64 entry to 0xa36a at the offset 0x3f87.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3f98.
grub-install: info: relocating an R_X86_64_64 entry to 0x649f at the offset 0x3fa5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6523 at the offset 0x3fbf.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x3fc9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa380 at the offset 0x3fec.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3ff8.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x4012.
grub-install: info: relocating an R_X86_64_64 entry to 0xa387 at the offset 0x402c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x403d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x4053.
grub-install: info: relocating an R_X86_64_64 entry to 0xa399 at the offset 0x406c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3b6 at the offset 0x4076.
grub-install: info: relocating an R_X86_64_64 entry to 0x43b6 at the offset 0x4080.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3c5 at the offset 0x408a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ff6 at the offset 0x4094.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3c9 at the offset 0x40af.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3e9 at the offset 0x40b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x4381 at the offset 0x40c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3f0 at the offset 0x40cd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3f6 at the offset 0x40dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa40d at the offset 0x40e6.
grub-install: info: relocating an R_X86_64_64 entry to 0x417b at the offset 0x40f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa413 at the offset 0x40fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa416 at the offset 0x410c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa427 at the offset 0x4117.
grub-install: info: relocating an R_X86_64_64 entry to 0x431c at the offset 0x4121.
grub-install: info: relocating an R_X86_64_64 entry to 0xa42e at the offset 0x412b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4139.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0x4169.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4173.
grub-install: info: relocating an R_X86_64_64 entry to 0xa435 at the offset 0x418d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x4199.
grub-install: info: relocating an R_X86_64_64 entry to 0xa43b at the offset 0x41e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x41ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xa43b at the offset 0x4205.
grub-install: info: relocating an R_X86_64_64 entry to 0xa440 at the offset 0x420f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4220.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4235.
grub-install: info: relocating an R_X86_64_64 entry to 0x4de5 at the offset 0x4254.
grub-install: info: relocating an R_X86_64_64 entry to 0xc910 at the offset 0x426b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x427a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x42a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x42c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x42d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x42f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x4326.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x433a.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x4352.
grub-install: info: relocating an R_X86_64_64 entry to 0x4535 at the offset 0x4364.
grub-install: info: relocating an R_X86_64_64 entry to 0x919a at the offset 0x4376.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x438e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4398.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x4409.
grub-install: info: relocating an R_X86_64_64 entry to 0x4702 at the offset 0x442b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x4482.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x44d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc920 at the offset 0x44fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc920 at the offset 0x4510.
grub-install: info: relocating an R_X86_64_64 entry to 0xc918 at the offset 0x451f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc918 at the offset 0x452c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x455b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4586.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x45b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x45c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x45dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x48ac at the offset 0x462b.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x4648.
grub-install: info: relocating an R_X86_64_64 entry to 0x4856 at the offset 0x4662.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4673.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x469a.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x46f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x4937 at the offset 0x4713.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x472d.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x473e.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x47dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x47e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa458 at the offset 0x47f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4800.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4811.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x481e.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x482f.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x484c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc920 at the offset 0x4898.
grub-install: info: relocating an R_X86_64_64 entry to 0xc918 at the offset 0x48a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x48b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x18708 at the offset 0x48c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x48cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x48fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x4912.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x491c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa479 at the offset 0x494f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4959.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4968.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4972.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x4996.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x49a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc928 at the offset 0x49ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x49ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xa488 at the offset 0x49f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4a00.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4a16.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4a20.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x4a34.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4a80.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x4aa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x4abc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x4ad6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x4af6.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4b03.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4b33.
grub-install: info: relocating an R_X86_64_64 entry to 0xa499 at the offset 0x4b5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4b70.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4b89.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4b95.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x4bab.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4d9 at the offset 0x4bbc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4bc6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x4be4.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x4bf3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4ef at the offset 0x4c07.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4c18.
grub-install: info: relocating an R_X86_64_64 entry to 0x9003 at the offset 0x4c39.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4c7 at the offset 0x4c4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4c5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x4c6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc928 at the offset 0x4c7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cb1 at the offset 0x4c98.
grub-install: info: relocating an R_X86_64_64 entry to 0xc928 at the offset 0x4ca9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa503 at the offset 0x4d16.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4d27.
grub-install: info: relocating an R_X86_64_64 entry to 0xa531 at the offset 0x4d72.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4d83.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x4d96.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x4da4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa55f at the offset 0x4db1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4dbb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4dca.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4dd4.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x4de1.
grub-install: info: relocating an R_X86_64_64 entry to 0x49fc at the offset 0x4e1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x48ac at the offset 0x4e7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x4937 at the offset 0x4eff.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4fab.
grub-install: info: relocating an R_X86_64_64 entry to 0x49fc at the offset 0x4fc5.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x4fe9.
grub-install: info: relocating an R_X86_64_64 entry to 0x4856 at the offset 0x5007.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x504b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x505d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x508f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5447 at the offset 0x50fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa587 at the offset 0x5117.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5129.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x513b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x516e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5186.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x5191.
grub-install: info: relocating an R_X86_64_64 entry to 0xc980 at the offset 0x51d4.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x5200.
grub-install: info: relocating an R_X86_64_64 entry to 0x562f at the offset 0x523b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5294.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x529e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc980 at the offset 0x52c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x52d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5329.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5336.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x534a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa59e at the offset 0x53a9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x53b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x53bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x53c7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ca at the offset 0x53d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5eb at the offset 0x5406.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5417.
grub-install: info: relocating an R_X86_64_64 entry to 0x741 at the offset 0x5428.
grub-install: info: relocating an R_X86_64_64 entry to 0xa60e at the offset 0x5441.
grub-install: info: relocating an R_X86_64_64 entry to 0xa635 at the offset 0x5468.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5479.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x548f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa64f at the offset 0x54b1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x54bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x54cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x5489 at the offset 0x54d6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa661 at the offset 0x54e3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa671 at the offset 0x54fd.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x550c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa686 at the offset 0x5528.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x5532.
grub-install: info: relocating an R_X86_64_64 entry to 0xa694 at the offset 0x554a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6a3 at the offset 0x5562.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6b2 at the offset 0x5573.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6bb at the offset 0x5588.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5597.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x55ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6d0 at the offset 0x55c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x55e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x55f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x5624.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x5635.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x5658.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x5671.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x56c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x5736.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x5787.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x579e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x57c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6d9 at the offset 0x57fb.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x580c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b60 at the offset 0x5899.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x58da.
grub-install: info: relocating an R_X86_64_64 entry to 0xc980 at the offset 0x58ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x598e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x59db.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x59ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x59f9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6e9 at the offset 0x5a03.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6f7 at the offset 0x5a2a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa705 at the offset 0x5a78.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5a89.
grub-install: info: relocating an R_X86_64_64 entry to 0xa71e at the offset 0x5aa9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5aba.
grub-install: info: relocating an R_X86_64_64 entry to 0x770 at the offset 0x5ad4.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x5b37.
grub-install: info: relocating an R_X86_64_64 entry to 0xa734 at the offset 0x5b54.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x5b5e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5b6d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa750 at the offset 0x5b80.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x5b8a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5b99.
grub-install: info: relocating an R_X86_64_64 entry to 0xa761 at the offset 0x5bac.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x5bb6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5bc5.
grub-install: info: relocating an R_X86_64_64 entry to 0x54fa at the offset 0x5bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa774 at the offset 0x5c07.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5c16.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0x5c20.
grub-install: info: relocating an R_X86_64_64 entry to 0x5786 at the offset 0x5c32.
grub-install: info: relocating an R_X86_64_64 entry to 0xa783 at the offset 0x5c4b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5c5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5c74.
grub-install: info: relocating an R_X86_64_64 entry to 0xa795 at the offset 0x5c81.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5c90.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5ca1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7a6 at the offset 0x5cc7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5cd6.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0x5ce0.
grub-install: info: relocating an R_X86_64_64 entry to 0x69f5 at the offset 0x5cf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x5d0e.
grub-install: info: relocating an R_X86_64_64 entry to 0x69aa at the offset 0x5d18.
grub-install: info: relocating an R_X86_64_64 entry to 0x690a at the offset 0x5d40.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5d4a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ff9 at the offset 0x5d77.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7b8 at the offset 0x5da9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x5db3.
grub-install: info: relocating an R_X86_64_64 entry to 0x5447 at the offset 0x5dc5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7b8 at the offset 0x5de2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7bf at the offset 0x5dec.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5dfd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7d7 at the offset 0x5e16.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x5e20.
grub-install: info: relocating an R_X86_64_64 entry to 0x60b5 at the offset 0x5e3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5e4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x5e64.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7ec at the offset 0x5e74.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5e85.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5e9b.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x5ea9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5ec1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x5efe.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x5f0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x5f44.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x5f7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5f9d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x5fb3.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x5fce.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x5ff5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x604d.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6063.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x6072.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x60a7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fd at the offset 0x60cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x60d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x6101.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x6129.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x6144.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x61bc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fd at the offset 0x61d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x61de.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x61ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x6212.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fd at the offset 0x6227.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x6234.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6261.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x629b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x62b4.
grub-install: info: relocating an R_X86_64_64 entry to 0x88b2 at the offset 0x62be.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x62d1.
grub-install: info: relocating an R_X86_64_64 entry to 0xda40 at the offset 0x62e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x62f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6305.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x6316.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x6321.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x632c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6336.
grub-install: info: relocating an R_X86_64_64 entry to 0xda00 at the offset 0x6348.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6358.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x6368.
grub-install: info: relocating an R_X86_64_64 entry to 0xda40 at the offset 0x6379.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x6382.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x639a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x63ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x63b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x63c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x63dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fe at the offset 0x63ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x63f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x6402.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x640f.
grub-install: info: relocating an R_X86_64_64 entry to 0x18844 at the offset 0x641c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18844 at the offset 0x6427.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x6431.
grub-install: info: relocating an R_X86_64_64 entry to 0xda00 at the offset 0x6441.
grub-install: info: relocating an R_X86_64_64 entry to 0xa80a at the offset 0x6450.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x645c.
grub-install: info: relocating an R_X86_64_64 entry to 0xda00 at the offset 0x6468.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x6491.
grub-install: info: relocating an R_X86_64_64 entry to 0xa832 at the offset 0x64a7.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x64b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x64cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x64ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xa846 at the offset 0x6525.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6531.
grub-install: info: relocating an R_X86_64_64 entry to 0x18850 at the offset 0x656d.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x65ca.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x65d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x65e9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6878 at the offset 0x65f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x660c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x661b.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x6641.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x6659.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x667c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb800 at the offset 0x66a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ed6 at the offset 0x66b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x66ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x66fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0x670e.
grub-install: info: relocating an R_X86_64_64 entry to 0x69aa at the offset 0x6745.
grub-install: info: relocating an R_X86_64_64 entry to 0x18860 at the offset 0x6756.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0x6760.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x676a.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x677e.
grub-install: info: relocating an R_X86_64_64 entry to 0x18860 at the offset 0x6795.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0x679f.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x67a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x67cc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa86b at the offset 0x67d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x50c8 at the offset 0x6803.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x68fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x6959.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x69b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x69c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa88f at the offset 0x69d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x69e4.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x6a12.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6a2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x6a4e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8a6 at the offset 0x6a76.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6a87.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x6ab1.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6abf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe470 at the offset 0x6ae9.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x6af6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8bf at the offset 0x6b0f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d0 at the offset 0x6b19.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d3 at the offset 0x6b28.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bf7 at the offset 0x6b37.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8dd at the offset 0x6b41.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6b51.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x6b64.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8df at the offset 0x6b76.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d0 at the offset 0x6b80.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d3 at the offset 0x6b8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x6b9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6ba7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6bbd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe468 at the offset 0x6bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6be9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe468 at the offset 0x6c02.
grub-install: info: relocating an R_X86_64_64 entry to 0xe470 at the offset 0x6c12.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bf7 at the offset 0x6c21.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8dd at the offset 0x6c2b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6c3a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c47.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c52.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c65.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c70.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6c7c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c90.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c9b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f5 at the offset 0x6cb9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6cca.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x6ce6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x6d6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x6d8c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x6d9c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6da9.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a at the offset 0x6dc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0x6dd9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa913 at the offset 0x6deb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x6dfa.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x6e06.
grub-install: info: relocating an R_X86_64_64 entry to 0xa933 at the offset 0x6e30.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x6e3c.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x6e48.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6e6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x6eb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe480 at the offset 0x6ecc.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x6ed8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x6ef0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe480 at the offset 0x6f03.
grub-install: info: relocating an R_X86_64_64 entry to 0xa946 at the offset 0x6f17.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x6f26.
grub-install: info: relocating an R_X86_64_64 entry to 0x99a4 at the offset 0x6f34.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6f40.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ff9 at the offset 0x6f5e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6f6d.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x6f98.
grub-install: info: relocating an R_X86_64_64 entry to 0xa967 at the offset 0x6fa2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x6fac.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6fb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x6fc7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa96a at the offset 0x6fe6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x6ff5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x7001.
grub-install: info: relocating an R_X86_64_64 entry to 0x7163 at the offset 0x703f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98a at the offset 0x7049.
grub-install: info: relocating an R_X86_64_64 entry to 0x65ae at the offset 0x7053.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f8 at the offset 0x7067.
grub-install: info: relocating an R_X86_64_64 entry to 0xa912 at the offset 0x70ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98f at the offset 0x70b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x70c2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa996 at the offset 0x70e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x70ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xa996 at the offset 0x70f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x660e at the offset 0x7102.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x7111.
grub-install: info: relocating an R_X86_64_64 entry to 0x79c4 at the offset 0x7135.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x7155.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x717d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x71dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x71f7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa99e at the offset 0x7237.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x7241.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x7263.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x7272.
grub-install: info: relocating an R_X86_64_64 entry to 0xa912 at the offset 0x7281.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98f at the offset 0x7292.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x729e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x72a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9a9 at the offset 0x72bc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98a at the offset 0x72d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x72e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x660e at the offset 0x72f5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98a at the offset 0x7304.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9a9 at the offset 0x7311.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x731e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9b0 at the offset 0x7335.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x7344.
grub-install: info: relocating an R_X86_64_64 entry to 0x4466 at the offset 0x7352.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x7360.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9cf at the offset 0x736a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe480 at the offset 0x737b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8f95 at the offset 0x738d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9f4 at the offset 0x7399.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x73aa.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa35 at the offset 0x73b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x73c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x73ce.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa35 at the offset 0x73d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x73e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x70e2 at the offset 0x73f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x7410.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x7426.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa3c at the offset 0x743b.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x744a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x745c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x746c.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa3c at the offset 0x748d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x7499.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x74bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x750d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x751b.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x75f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x79f6 at the offset 0x763e.
grub-install: info: relocating an R_X86_64_64 entry to 0x79f6 at the offset 0x7655.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x7774.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x7784.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x77a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x77c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x77d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x77f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x7875.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa56 at the offset 0x7915.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x7926.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x7941.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa41 at the offset 0x7952.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x7963.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x7ab2.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x7acb.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7b01.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x7b13.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b88 at the offset 0x7c5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7d07.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7db4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7e02.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa6a at the offset 0x7ec6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x7f67.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x7fa2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9c at the offset 0x81bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x8111 at the offset 0x81c5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0x81cf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0x81f3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8210.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8224.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5bc at the offset 0x8237.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5bd at the offset 0x8244.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5be at the offset 0x8251.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5bf at the offset 0x825e.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x8282.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x8291.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x82a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x8301.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x834b.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x835f.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa71 at the offset 0x8386.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x8390.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa77 at the offset 0x83b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a34 at the offset 0x83c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa7b at the offset 0x83e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x83ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x8424.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x8430.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9c at the offset 0x845f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8111 at the offset 0x8481.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x8492.
grub-install: info: relocating an R_X86_64_64 entry to 0x8849 at the offset 0x84b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x88b2 at the offset 0x84fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8511.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9c at the offset 0x852a.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x854f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8111 at the offset 0x856e.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x8582.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8599.
grub-install: info: relocating an R_X86_64_64 entry to 0x890b at the offset 0x85f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x860a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x864d.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x8661.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa83 at the offset 0x866f.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x867b.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa8d at the offset 0x868b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9985 at the offset 0x8699.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e04 at the offset 0x86a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x86c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x86cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x86f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x870c.
grub-install: info: relocating an R_X86_64_64 entry to 0x890b at the offset 0x874a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb850 at the offset 0x875a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb850 at the offset 0x876a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8774.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x87cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x87ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x8801.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x8837.
grub-install: info: relocating an R_X86_64_64 entry to 0xb880 at the offset 0x888d.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x88c6.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b91 at the offset 0x896f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c69 at the offset 0x89c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b91 at the offset 0x89e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c1b at the offset 0x8a01.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x8a3f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c1b at the offset 0x8abe.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8aed.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x8b0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8b3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8b46.
grub-install: info: relocating an R_X86_64_64 entry to 0x9515 at the offset 0x8b99.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ba9 at the offset 0x8ba3.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ba9 at the offset 0x8bd6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8be7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8bf4.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x8c47.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0x8c59.
grub-install: info: relocating an R_X86_64_64 entry to 0x7982 at the offset 0x8c8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x93df at the offset 0x8cdd.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8cf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8d0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8d31.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8d6e.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0x8d9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9446 at the offset 0x8dce.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8de2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x8e11.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaa5 at the offset 0x8e2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x8e38.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x8e4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8e72.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0x8ea0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaa6 at the offset 0x8eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x8ebe.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0x8f6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaa9 at the offset 0x8f8a.
grub-install: info: relocating an R_X86_64_64 entry to 0xaae5 at the offset 0x8f9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x8fa8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaadb at the offset 0x8fba.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8fcc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9346 at the offset 0x8ff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x9007.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x902c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9346 at the offset 0x9069.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0x90c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9446 at the offset 0x90dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x90f2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d21 at the offset 0x9119.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x915c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x918e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x91b3.
grub-install: info: relocating an R_X86_64_64 entry to 0x70e2 at the offset 0x91c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaf6 at the offset 0x91ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x8710 at the offset 0x91fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x9207.
grub-install: info: relocating an R_X86_64_64 entry to 0xab0d at the offset 0x9211.
grub-install: info: relocating an R_X86_64_64 entry to 0xab12 at the offset 0x9225.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x9231.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x9242.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x9257.
grub-install: info: relocating an R_X86_64_64 entry to 0xab28 at the offset 0x926c.
grub-install: info: relocating an R_X86_64_64 entry to 0xab2b at the offset 0x927b.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x9285.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x92a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x92b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9985 at the offset 0x92bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x92c6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x92f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x9316.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x9332.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x935c.
grub-install: info: relocating an R_X86_64_64 entry to 0xab39 at the offset 0x9370.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x937a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x9389.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x9393.
grub-install: info: relocating an R_X86_64_64 entry to 0xab3b at the offset 0x93b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x93bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x93cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x9666 at the offset 0x93d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x93e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9515 at the offset 0x9412.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x9423.
grub-install: info: relocating an R_X86_64_64 entry to 0x982f at the offset 0x946d.
grub-install: info: relocating an R_X86_64_64 entry to 0x982f at the offset 0x94a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x982f at the offset 0x94c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x94e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c8 at the offset 0x9515.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c0 at the offset 0x9529.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x953a.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x9560.
grub-install: info: relocating an R_X86_64_64 entry to 0x9913 at the offset 0x9588.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x9592.
grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x95a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xba00 at the offset 0x95b3.
grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
grub-install: info: relocating an R_X86_64_64 entry to 0x22c0 at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x22d9 at the offset 0x8.
grub-install: info: relocating an R_X86_64_64 entry to 0x22ed at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x2308 at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x231a at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x2488 at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x24a6 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0x24bf at the offset 0x38.
grub-install: info: relocating an R_X86_64_64 entry to 0x24da at the offset 0x40.
grub-install: info: relocating an R_X86_64_64 entry to 0x24f1 at the offset 0x48.
grub-install: info: relocating an R_X86_64_64 entry to 0x2536 at the offset 0x50.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0x58.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0x60.
grub-install: info: relocating an R_X86_64_64 entry to 0x2665 at the offset 0x68.
grub-install: info: relocating an R_X86_64_64 entry to 0x26d1 at the offset 0x70.
grub-install: info: relocating an R_X86_64_64 entry to 0x2549 at the offset 0x78.
grub-install: info: relocating an R_X86_64_64 entry to 0x2583 at the offset 0x80.
grub-install: info: relocating an R_X86_64_64 entry to 0x25da at the offset 0x88.
grub-install: info: relocating an R_X86_64_64 entry to 0x2689 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x250a at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x26af at the offset 0xb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x270d at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x276a at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2789 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x27a7 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x281c at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ca4 at the offset 0x160.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ca4 at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0x5da2 at the offset 0x170.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e45 at the offset 0x178.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e69 at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0x808e at the offset 0x188.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x190.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x198.
grub-install: info: relocating an R_X86_64_64 entry to 0x80ae at the offset 0x1a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x1a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x1b0.
grub-install: info: dealing with the relocation section .rela.data for .data.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0xf69 at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x917 at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e2 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0xead at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x1261 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0xa271 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x35d3 at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x35b2 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x334c at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x34e3 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x354f at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x34a8 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x36f9 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3600 at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3581 at the offset 0xe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa271 at the offset 0x150.
grub-install: info: relocating an R_X86_64_64 entry to 0x3665 at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0xd980 at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0xa908 at the offset 0x1d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cf4 at the offset 0x1e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bfd at the offset 0x1e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a0 at the offset 0x210.
grub-install: info: relocating an R_X86_64_64 entry to 0x78a8 at the offset 0x218.
grub-install: info: relocating an R_X86_64_64 entry to 0x98bb at the offset 0x380.
grub-install: info: relocating an R_X86_64_64 entry to 0xab54 at the offset 0x3c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x417 at the offset 0x3c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xab5f at the offset 0x3d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x3e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xab6a at the offset 0x3f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cc at the offset 0x3f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xab76 at the offset 0x408.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x410.
grub-install: info: relocating an R_X86_64_64 entry to 0xab81 at the offset 0x420.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x428.
grub-install: info: relocating an R_X86_64_64 entry to 0xab8c at the offset 0x438.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x440.
grub-install: info: relocating an R_X86_64_64 entry to 0xab97 at the offset 0x450.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x458.
grub-install: info: relocating an R_X86_64_64 entry to 0xaba2 at the offset 0x468.
grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x470.
grub-install: info: relocating an R_X86_64_64 entry to 0xabad at the offset 0x480.
grub-install: info: relocating an R_X86_64_64 entry to 0x49f at the offset 0x488.
grub-install: info: relocating an R_X86_64_64 entry to 0xabb8 at the offset 0x498.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a0 at the offset 0x4a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xabcc at the offset 0x4b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x4b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0x4c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x4d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xabf3 at the offset 0x4e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x4e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xac05 at the offset 0x4f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x47ec at the offset 0x500.
grub-install: info: relocating an R_X86_64_64 entry to 0xac19 at the offset 0x510.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x518.
grub-install: info: relocating an R_X86_64_64 entry to 0xac2a at the offset 0x528.
grub-install: info: relocating an R_X86_64_64 entry to 0x4c96 at the offset 0x530.
grub-install: info: relocating an R_X86_64_64 entry to 0xac4a at the offset 0x540.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x548.
grub-install: info: relocating an R_X86_64_64 entry to 0xac60 at the offset 0x558.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x560.
grub-install: info: relocating an R_X86_64_64 entry to 0xac70 at the offset 0x570.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x578.
grub-install: info: relocating an R_X86_64_64 entry to 0xac83 at the offset 0x588.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cfb at the offset 0x590.
grub-install: info: relocating an R_X86_64_64 entry to 0xac9a at the offset 0x5a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d10 at the offset 0x5a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xacb3 at the offset 0x5b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe750 at the offset 0x5c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaccb at the offset 0x5d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe740 at the offset 0x5d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xace9 at the offset 0x5e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5425 at the offset 0x5f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xacfc at the offset 0x600.
grub-install: info: relocating an R_X86_64_64 entry to 0x4de5 at the offset 0x608.
grub-install: info: relocating an R_X86_64_64 entry to 0xad0b at the offset 0x618.
grub-install: info: relocating an R_X86_64_64 entry to 0x50c8 at the offset 0x620.
grub-install: info: relocating an R_X86_64_64 entry to 0xad1a at the offset 0x630.
grub-install: info: relocating an R_X86_64_64 entry to 0xe748 at the offset 0x638.
grub-install: info: relocating an R_X86_64_64 entry to 0xad2f at the offset 0x648.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x650.
grub-install: info: relocating an R_X86_64_64 entry to 0xad3d at the offset 0x660.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x668.
grub-install: info: relocating an R_X86_64_64 entry to 0xad4a at the offset 0x678.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x680.
grub-install: info: relocating an R_X86_64_64 entry to 0xad57 at the offset 0x690.
grub-install: info: relocating an R_X86_64_64 entry to 0x5786 at the offset 0x698.
grub-install: info: relocating an R_X86_64_64 entry to 0xad70 at the offset 0x6a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x6b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xad7c at the offset 0x6c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x6c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xad8b at the offset 0x6d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x562f at the offset 0x6e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xad99 at the offset 0x6f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x599 at the offset 0x6f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xada7 at the offset 0x708.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a9 at the offset 0x710.
grub-install: info: relocating an R_X86_64_64 entry to 0xadb9 at the offset 0x720.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a5 at the offset 0x728.
grub-install: info: relocating an R_X86_64_64 entry to 0xadcb at the offset 0x738.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b7a at the offset 0x740.
grub-install: info: relocating an R_X86_64_64 entry to 0xade3 at the offset 0x750.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0x758.
grub-install: info: relocating an R_X86_64_64 entry to 0xae01 at the offset 0x768.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d78 at the offset 0x770.
grub-install: info: relocating an R_X86_64_64 entry to 0xae1f at the offset 0x780.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x788.
grub-install: info: relocating an R_X86_64_64 entry to 0xae33 at the offset 0x798.
grub-install: info: relocating an R_X86_64_64 entry to 0x21f8 at the offset 0x7a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xae4c at the offset 0x7b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2128 at the offset 0x7b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xae62 at the offset 0x7c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1de9 at the offset 0x7d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xae7c at the offset 0x7e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x7e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xae94 at the offset 0x7f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1f77 at the offset 0x800.
grub-install: info: relocating an R_X86_64_64 entry to 0xaeaa at the offset 0x810.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x818.
grub-install: info: relocating an R_X86_64_64 entry to 0xaec0 at the offset 0x828.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x830.
grub-install: info: relocating an R_X86_64_64 entry to 0xaed5 at the offset 0x840.
grub-install: info: relocating an R_X86_64_64 entry to 0x1be6 at the offset 0x848.
grub-install: info: relocating an R_X86_64_64 entry to 0xaeec at the offset 0x858.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b9c at the offset 0x860.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf05 at the offset 0x870.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e8 at the offset 0x878.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf19 at the offset 0x888.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x890.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf30 at the offset 0x8a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2213 at the offset 0x8a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf4b at the offset 0x8b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x8c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf62 at the offset 0x8d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e9d at the offset 0x8d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf78 at the offset 0x8e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e48 at the offset 0x8f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf99 at the offset 0x900.
grub-install: info: relocating an R_X86_64_64 entry to 0x1dc5 at the offset 0x908.
grub-install: info: relocating an R_X86_64_64 entry to 0xafa8 at the offset 0x918.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x920.
grub-install: info: relocating an R_X86_64_64 entry to 0xafbe at the offset 0x930.
grub-install: info: relocating an R_X86_64_64 entry to 0x154e at the offset 0x938.
grub-install: info: relocating an R_X86_64_64 entry to 0xafdd at the offset 0x948.
grub-install: info: relocating an R_X86_64_64 entry to 0x169b at the offset 0x950.
grub-install: info: relocating an R_X86_64_64 entry to 0xaffa at the offset 0x960.
grub-install: info: relocating an R_X86_64_64 entry to 0x660e at the offset 0x968.
grub-install: info: relocating an R_X86_64_64 entry to 0xb00a at the offset 0x978.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x980.
grub-install: info: relocating an R_X86_64_64 entry to 0xb017 at the offset 0x990.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x998.
grub-install: info: relocating an R_X86_64_64 entry to 0xb024 at the offset 0x9a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x649f at the offset 0x9b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb033 at the offset 0x9c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6523 at the offset 0x9c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb04e at the offset 0x9d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18844 at the offset 0x9e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb066 at the offset 0x9f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x9f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb072 at the offset 0xa08.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0xa10.
grub-install: info: relocating an R_X86_64_64 entry to 0xb07d at the offset 0xa20.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0xa28.
grub-install: info: relocating an R_X86_64_64 entry to 0xb088 at the offset 0xa38.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0xa40.
grub-install: info: relocating an R_X86_64_64 entry to 0xb097 at the offset 0xa50.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0xa58.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0a7 at the offset 0xa68.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e04 at the offset 0xa70.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0b1 at the offset 0xa80.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0xa88.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0bc at the offset 0xa98.
grub-install: info: relocating an R_X86_64_64 entry to 0x69aa at the offset 0xaa0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0cc at the offset 0xab0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18860 at the offset 0xab8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0e2 at the offset 0xac8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0xad0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0fc at the offset 0xae0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6878 at the offset 0xae8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb116 at the offset 0xaf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x69f5 at the offset 0xb00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb125 at the offset 0xb10.
grub-install: info: relocating an R_X86_64_64 entry to 0x18850 at the offset 0xb18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb13d at the offset 0xb28.
grub-install: info: relocating an R_X86_64_64 entry to 0x690a at the offset 0xb30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb14c at the offset 0xb40.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bc4 at the offset 0xb48.
grub-install: info: relocating an R_X86_64_64 entry to 0xb15b at the offset 0xb58.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0xb60.
grub-install: info: relocating an R_X86_64_64 entry to 0xb165 at the offset 0xb70.
grub-install: info: relocating an R_X86_64_64 entry to 0xe468 at the offset 0xb78.
grub-install: info: relocating an R_X86_64_64 entry to 0xb17b at the offset 0xb88.
grub-install: info: relocating an R_X86_64_64 entry to 0xe470 at the offset 0xb90.
grub-install: info: relocating an R_X86_64_64 entry to 0xb188 at the offset 0xba0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ed6 at the offset 0xba8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb196 at the offset 0xbb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0xbc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1a7 at the offset 0xbd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9985 at the offset 0xbd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1b3 at the offset 0xbe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9913 at the offset 0xbf0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1c7 at the offset 0xc00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0xc08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1d4 at the offset 0xc18.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0xc20.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1e1 at the offset 0xc30.
grub-install: info: relocating an R_X86_64_64 entry to 0x711a at the offset 0xc38.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1f0 at the offset 0xc48.
grub-install: info: relocating an R_X86_64_64 entry to 0x7134 at the offset 0xc50.
grub-install: info: relocating an R_X86_64_64 entry to 0xb201 at the offset 0xc60.
grub-install: info: relocating an R_X86_64_64 entry to 0x534 at the offset 0xc68.
grub-install: info: relocating an R_X86_64_64 entry to 0xb213 at the offset 0xc78.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0xc80.
grub-install: info: relocating an R_X86_64_64 entry to 0xb21f at the offset 0xc90.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0xc98.
grub-install: info: relocating an R_X86_64_64 entry to 0xb22d at the offset 0xca8.
grub-install: info: relocating an R_X86_64_64 entry to 0x547 at the offset 0xcb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb241 at the offset 0xcc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0xcc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb24d at the offset 0xcd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0xce0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb25a at the offset 0xcf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0xcf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb266 at the offset 0xd08.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fd2 at the offset 0xd10.
grub-install: info: relocating an R_X86_64_64 entry to 0xb276 at the offset 0xd20.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0xd28.
grub-install: info: relocating an R_X86_64_64 entry to 0xb283 at the offset 0xd38.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0xd40.
grub-install: info: relocating an R_X86_64_64 entry to 0xb290 at the offset 0xd50.
grub-install: info: relocating an R_X86_64_64 entry to 0x70e2 at the offset 0xd58.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a5 at the offset 0xd68.
grub-install: info: relocating an R_X86_64_64 entry to 0xc910 at the offset 0xd70.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2b3 at the offset 0xd80.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c0 at the offset 0xd88.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2cc at the offset 0xd98.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c69 at the offset 0xda0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2e6 at the offset 0xdb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d21 at the offset 0xdb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb300 at the offset 0xdc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0xdd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb318 at the offset 0xde0.
grub-install: info: relocating an R_X86_64_64 entry to 0x919a at the offset 0xde8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb32f at the offset 0xdf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0xe00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb347 at the offset 0xe10.
grub-install: info: relocating an R_X86_64_64 entry to 0x9003 at the offset 0xe18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb35c at the offset 0xe28.
grub-install: info: relocating an R_X86_64_64 entry to 0x699 at the offset 0xe30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb375 at the offset 0xe40.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d4 at the offset 0xe48.
grub-install: info: relocating an R_X86_64_64 entry to 0xb386 at the offset 0xe58.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0xe60.
grub-install: info: relocating an R_X86_64_64 entry to 0xb39c at the offset 0xe70.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0xe78.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3ad at the offset 0xe88.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0xe90.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3b9 at the offset 0xea0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8710 at the offset 0xea8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3c6 at the offset 0xeb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x790a at the offset 0xec0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3d1 at the offset 0xed0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0xed8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3e5 at the offset 0xee8.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xef0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3f7 at the offset 0xf00.
grub-install: info: relocating an R_X86_64_64 entry to 0x3eff at the offset 0xf08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb404 at the offset 0xf18.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0xf20.
grub-install: info: relocating an R_X86_64_64 entry to 0xb411 at the offset 0xf30.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ff6 at the offset 0xf38.
grub-install: info: relocating an R_X86_64_64 entry to 0xb42c at the offset 0xf48.
grub-install: info: relocating an R_X86_64_64 entry to 0x65ae at the offset 0xf50.
grub-install: info: relocating an R_X86_64_64 entry to 0xb448 at the offset 0xf60.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xf68.
grub-install: info: relocating an R_X86_64_64 entry to 0xb456 at the offset 0xf78.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0xf80.
grub-install: info: relocating an R_X86_64_64 entry to 0xb462 at the offset 0xf90.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0xf98.
grub-install: info: relocating an R_X86_64_64 entry to 0xb46e at the offset 0xfa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78f7 at the offset 0xfb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb47a at the offset 0xfc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0xfc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb486 at the offset 0xfd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0xfe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb492 at the offset 0xff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7982 at the offset 0xff8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb49f at the offset 0x1008.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x1010.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4ac at the offset 0x1020.
grub-install: info: relocating an R_X86_64_64 entry to 0x79c4 at the offset 0x1028.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4b9 at the offset 0x1038.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x1040.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4c6 at the offset 0x1050.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x1058.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4d4 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a34 at the offset 0x1070.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4e1 at the offset 0x1080.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c8 at the offset 0x1088.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4fb at the offset 0x1098.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x10a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb50c at the offset 0x10b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c8 at the offset 0x10b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb526 at the offset 0x10c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c9 at the offset 0x10d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb53d at the offset 0x10e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x10e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb54f at the offset 0x10f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b0 at the offset 0x1100.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56a at the offset 0x1110.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c8 at the offset 0x1118.
grub-install: info: relocating an R_X86_64_64 entry to 0xb57d at the offset 0x1128.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f0 at the offset 0x1130.
grub-install: info: relocating an R_X86_64_64 entry to 0xb58b at the offset 0x1140.
grub-install: info: relocating an R_X86_64_64 entry to 0x40e8 at the offset 0x1148.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a3 at the offset 0x1158.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x1160.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5b0 at the offset 0x1170.
grub-install: info: relocating an R_X86_64_64 entry to 0x88b2 at the offset 0x1178.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5bf at the offset 0x1188.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x1190.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5ce at the offset 0x11a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x11a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5d9 at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x890b at the offset 0x11c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5e9 at the offset 0x11d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x11d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5f5 at the offset 0x11e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x11f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5fc at the offset 0x1200.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x1208.
grub-install: info: relocating an R_X86_64_64 entry to 0xb603 at the offset 0x1218.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x1220.
grub-install: info: relocating an R_X86_64_64 entry to 0xb60b at the offset 0x1230.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x1238.
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 0x5e1.
grub-install: info: adding a relocation entry for 0x6a5.
grub-install: info: adding a relocation entry for 0x752.
grub-install: info: adding a relocation entry for 0x763.
grub-install: info: adding a relocation entry for 0x790.
grub-install: info: adding a relocation entry for 0x829.
grub-install: info: adding a relocation entry for 0x83b.
grub-install: info: adding a relocation entry for 0x865.
grub-install: info: adding a relocation entry for 0x876.
grub-install: info: adding a relocation entry for 0x8e7.
grub-install: info: adding a relocation entry for 0x8f1.
grub-install: info: adding a relocation entry for 0x900.
grub-install: info: adding a relocation entry for 0x90c.
grub-install: info: adding a relocation entry for 0x92b.
grub-install: info: adding a relocation entry for 0x938.
grub-install: info: adding a relocation entry for 0x94b.
grub-install: info: adding a relocation entry for 0x955.
grub-install: info: adding a relocation entry for 0x986.
grub-install: info: adding a relocation entry for 0x994.
grub-install: info: adding a relocation entry for 0x9ad.
grub-install: info: adding a relocation entry for 0x9be.
grub-install: info: adding a relocation entry for 0x9c9.
grub-install: info: adding a relocation entry for 0x9f2.
grub-install: info: adding a relocation entry for 0xa01.
grub-install: info: adding a relocation entry for 0xa10.
grub-install: info: adding a relocation entry for 0xa1d.
grub-install: info: adding a relocation entry for 0xa35.
grub-install: info: adding a relocation entry for 0xa50.
grub-install: info: adding a relocation entry for 0xa63.
grub-install: info: adding a relocation entry for 0xa70.
grub-install: info: adding a relocation entry for 0xa85.
grub-install: info: adding a relocation entry for 0xad1.
grub-install: info: adding a relocation entry for 0xaec.
grub-install: info: adding a relocation entry for 0xb1d.
grub-install: info: adding a relocation entry for 0xb27.
grub-install: info: adding a relocation entry for 0xb36.
grub-install: info: adding a relocation entry for 0xb5a.
grub-install: info: adding a relocation entry for 0xb7b.
grub-install: info: adding a relocation entry for 0xb87.
grub-install: info: adding a relocation entry for 0xb92.
grub-install: info: adding a relocation entry for 0xb9d.
grub-install: info: adding a relocation entry for 0xbca.
grub-install: info: adding a relocation entry for 0xbdc.
grub-install: info: adding a relocation entry for 0xbf9.
grub-install: info: adding a relocation entry for 0xc0a.
grub-install: info: adding a relocation entry for 0xc32.
grub-install: info: adding a relocation entry for 0xc69.
grub-install: info: adding a relocation entry for 0xc82.
grub-install: info: adding a relocation entry for 0xc90.
grub-install: info: adding a relocation entry for 0xcab.
grub-install: info: adding a relocation entry for 0xcc1.
grub-install: info: adding a relocation entry for 0xcf7.
grub-install: info: adding a relocation entry for 0xd1a.
grub-install: info: adding a relocation entry for 0xd4a.
grub-install: info: adding a relocation entry for 0xd5c.
grub-install: info: adding a relocation entry for 0xd8b.
grub-install: info: adding a relocation entry for 0xda4.
grub-install: info: adding a relocation entry for 0xdb9.
grub-install: info: adding a relocation entry for 0xdd7.
grub-install: info: adding a relocation entry for 0xe04.
grub-install: info: adding a relocation entry for 0xe2f.
grub-install: info: adding a relocation entry for 0xe63.
grub-install: info: adding a relocation entry for 0xe82.
grub-install: info: adding a relocation entry for 0xecf.
grub-install: info: adding a relocation entry for 0xed9.
grub-install: info: adding a relocation entry for 0xee8.
grub-install: info: adding a relocation entry for 0xef2.
grub-install: info: adding a relocation entry for 0xf20.
grub-install: info: adding a relocation entry for 0xf3b.
grub-install: info: adding a relocation entry for 0xf54.
grub-install: info: adding a relocation entry for 0xf87.
grub-install: info: adding a relocation entry for 0xf9b.
grub-install: info: adding a relocation entry for 0xfb5.
grub-install: info: adding a relocation entry for 0xfc9.
grub-install: info: adding a relocation entry for 0xfdb.
grub-install: info: adding a relocation entry for 0xfe5.
grub-install: info: adding a relocation entry for 0xff4.
grub-install: info: adding a relocation entry for 0xffe.
grub-install: info: adding a relocation entry for 0x1026.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 184 bytes of a fixup block starting at 0x0.
grub-install: info: adding a relocation entry for 0x103a.
grub-install: info: adding a relocation entry for 0x104c.
grub-install: info: adding a relocation entry for 0x1056.
grub-install: info: adding a relocation entry for 0x1065.
grub-install: info: adding a relocation entry for 0x106f.
grub-install: info: adding a relocation entry for 0x1098.
grub-install: info: adding a relocation entry for 0x10ae.
grub-install: info: adding a relocation entry for 0x10c2.
grub-install: info: adding a relocation entry for 0x10d4.
grub-install: info: adding a relocation entry for 0x10de.
grub-install: info: adding a relocation entry for 0x10ed.
grub-install: info: adding a relocation entry for 0x10f7.
grub-install: info: adding a relocation entry for 0x1158.
grub-install: info: adding a relocation entry for 0x1175.
grub-install: info: adding a relocation entry for 0x118d.
grub-install: info: adding a relocation entry for 0x11b3.
grub-install: info: adding a relocation entry for 0x11bd.
grub-install: info: adding a relocation entry for 0x11f4.
grub-install: info: adding a relocation entry for 0x124d.
grub-install: info: adding a relocation entry for 0x1283.
grub-install: info: adding a relocation entry for 0x128d.
grub-install: info: adding a relocation entry for 0x129c.
grub-install: info: adding a relocation entry for 0x12a6.
grub-install: info: adding a relocation entry for 0x12d4.
grub-install: info: adding a relocation entry for 0x12ef.
grub-install: info: adding a relocation entry for 0x1308.
grub-install: info: adding a relocation entry for 0x1323.
grub-install: info: adding a relocation entry for 0x1335.
grub-install: info: adding a relocation entry for 0x133f.
grub-install: info: adding a relocation entry for 0x135a.
grub-install: info: adding a relocation entry for 0x13b9.
grub-install: info: adding a relocation entry for 0x13c3.
grub-install: info: adding a relocation entry for 0x13cf.
grub-install: info: adding a relocation entry for 0x1468.
grub-install: info: adding a relocation entry for 0x147e.
grub-install: info: adding a relocation entry for 0x149f.
grub-install: info: adding a relocation entry for 0x14e5.
grub-install: info: adding a relocation entry for 0x1503.
grub-install: info: adding a relocation entry for 0x150f.
grub-install: info: adding a relocation entry for 0x1519.
grub-install: info: adding a relocation entry for 0x1535.
grub-install: info: adding a relocation entry for 0x1544.
grub-install: info: adding a relocation entry for 0x159c.
grub-install: info: adding a relocation entry for 0x15a6.
grub-install: info: adding a relocation entry for 0x15d7.
grub-install: info: adding a relocation entry for 0x15f8.
grub-install: info: adding a relocation entry for 0x160b.
grub-install: info: adding a relocation entry for 0x1678.
grub-install: info: adding a relocation entry for 0x16a1.
grub-install: info: adding a relocation entry for 0x16c4.
grub-install: info: adding a relocation entry for 0x16fa.
grub-install: info: adding a relocation entry for 0x174f.
grub-install: info: adding a relocation entry for 0x175d.
grub-install: info: adding a relocation entry for 0x177b.
grub-install: info: adding a relocation entry for 0x17a3.
grub-install: info: adding a relocation entry for 0x17c1.
grub-install: info: adding a relocation entry for 0x17d9.
grub-install: info: adding a relocation entry for 0x17ef.
grub-install: info: adding a relocation entry for 0x17fc.
grub-install: info: adding a relocation entry for 0x181d.
grub-install: info: adding a relocation entry for 0x182d.
grub-install: info: adding a relocation entry for 0x1857.
grub-install: info: adding a relocation entry for 0x1870.
grub-install: info: adding a relocation entry for 0x19a6.
grub-install: info: adding a relocation entry for 0x19ef.
grub-install: info: adding a relocation entry for 0x1a0a.
grub-install: info: adding a relocation entry for 0x1a29.
grub-install: info: adding a relocation entry for 0x1ba5.
grub-install: info: adding a relocation entry for 0x1bb8.
grub-install: info: adding a relocation entry for 0x1bf3.
grub-install: info: adding a relocation entry for 0x1c2b.
grub-install: info: adding a relocation entry for 0x1c49.
grub-install: info: adding a relocation entry for 0x1c72.
grub-install: info: adding a relocation entry for 0x1cb3.
grub-install: info: adding a relocation entry for 0x1ce7.
grub-install: info: adding a relocation entry for 0x1d09.
grub-install: info: adding a relocation entry for 0x1d1e.
grub-install: info: adding a relocation entry for 0x1d46.
grub-install: info: adding a relocation entry for 0x1d50.
grub-install: info: adding a relocation entry for 0x1d7f.
grub-install: info: adding a relocation entry for 0x1daa.
grub-install: info: adding a relocation entry for 0x1dc7.
grub-install: info: adding a relocation entry for 0x1ddf.
grub-install: info: adding a relocation entry for 0x1df0.
grub-install: info: adding a relocation entry for 0x1dfa.
grub-install: info: adding a relocation entry for 0x1e07.
grub-install: info: adding a relocation entry for 0x1e13.
grub-install: info: adding a relocation entry for 0x1e2f.
grub-install: info: adding a relocation entry for 0x1e3c.
grub-install: info: adding a relocation entry for 0x1e4c.
grub-install: info: adding a relocation entry for 0x1e62.
grub-install: info: adding a relocation entry for 0x1e7e.
grub-install: info: adding a relocation entry for 0x1e8f.
grub-install: info: adding a relocation entry for 0x1eb1.
grub-install: info: adding a relocation entry for 0x1ecb.
grub-install: info: adding a relocation entry for 0x1ed9.
grub-install: info: adding a relocation entry for 0x1ef8.
grub-install: info: adding a relocation entry for 0x1f0a.
grub-install: info: adding a relocation entry for 0x1f2d.
grub-install: info: adding a relocation entry for 0x1f48.
grub-install: info: adding a relocation entry for 0x1f61.
grub-install: info: adding a relocation entry for 0x1f89.
grub-install: info: adding a relocation entry for 0x1f93.
grub-install: info: adding a relocation entry for 0x1fdb.
grub-install: info: adding a relocation entry for 0x1fe5.
grub-install: info: adding a relocation entry for 0x1ff8.
grub-install: info: adding a relocation entry for 0x2035.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 224 bytes of a fixup block starting at 0x1000.
grub-install: info: adding a relocation entry for 0x208f.
grub-install: info: adding a relocation entry for 0x20a2.
grub-install: info: adding a relocation entry for 0x20c0.
grub-install: info: adding a relocation entry for 0x20e6.
grub-install: info: adding a relocation entry for 0x2175.
grub-install: info: adding a relocation entry for 0x2189.
grub-install: info: adding a relocation entry for 0x21ff.
grub-install: info: adding a relocation entry for 0x2209.
grub-install: info: adding a relocation entry for 0x2222.
grub-install: info: adding a relocation entry for 0x227b.
grub-install: info: adding a relocation entry for 0x2289.
grub-install: info: adding a relocation entry for 0x229c.
grub-install: info: adding a relocation entry for 0x22b5.
grub-install: info: adding a relocation entry for 0x22cc.
grub-install: info: adding a relocation entry for 0x22e0.
grub-install: info: adding a relocation entry for 0x22f7.
grub-install: info: adding a relocation entry for 0x230d.
grub-install: info: adding a relocation entry for 0x2320.
grub-install: info: adding a relocation entry for 0x232f.
grub-install: info: adding a relocation entry for 0x2357.
grub-install: info: adding a relocation entry for 0x236c.
grub-install: info: adding a relocation entry for 0x2387.
grub-install: info: adding a relocation entry for 0x239a.
grub-install: info: adding a relocation entry for 0x23ab.
grub-install: info: adding a relocation entry for 0x23c4.
grub-install: info: adding a relocation entry for 0x23da.
grub-install: info: adding a relocation entry for 0x23f0.
grub-install: info: adding a relocation entry for 0x2423.
grub-install: info: adding a relocation entry for 0x244e.
grub-install: info: adding a relocation entry for 0x2460.
grub-install: info: adding a relocation entry for 0x247d.
grub-install: info: adding a relocation entry for 0x2494.
grub-install: info: adding a relocation entry for 0x24b2.
grub-install: info: adding a relocation entry for 0x24c9.
grub-install: info: adding a relocation entry for 0x24e0.
grub-install: info: adding a relocation entry for 0x24fd.
grub-install: info: adding a relocation entry for 0x2516.
grub-install: info: adding a relocation entry for 0x253c.
grub-install: info: adding a relocation entry for 0x2555.
grub-install: info: adding a relocation entry for 0x258b.
grub-install: info: adding a relocation entry for 0x25e2.
grub-install: info: adding a relocation entry for 0x2670.
grub-install: info: adding a relocation entry for 0x2695.
grub-install: info: adding a relocation entry for 0x26bb.
grub-install: info: adding a relocation entry for 0x26d6.
grub-install: info: adding a relocation entry for 0x26e5.
grub-install: info: adding a relocation entry for 0x2702.
grub-install: info: adding a relocation entry for 0x2719.
grub-install: info: adding a relocation entry for 0x2774.
grub-install: info: adding a relocation entry for 0x278e.
grub-install: info: adding a relocation entry for 0x2798.
grub-install: info: adding a relocation entry for 0x27ad.
grub-install: info: adding a relocation entry for 0x27d8.
grub-install: info: adding a relocation entry for 0x27e9.
grub-install: info: adding a relocation entry for 0x27fc.
grub-install: info: adding a relocation entry for 0x280d.
grub-install: info: adding a relocation entry for 0x2828.
grub-install: info: adding a relocation entry for 0x286e.
grub-install: info: adding a relocation entry for 0x288e.
grub-install: info: adding a relocation entry for 0x289e.
grub-install: info: adding a relocation entry for 0x28b6.
grub-install: info: adding a relocation entry for 0x28cd.
grub-install: info: adding a relocation entry for 0x291a.
grub-install: info: adding a relocation entry for 0x2995.
grub-install: info: adding a relocation entry for 0x29a1.
grub-install: info: adding a relocation entry for 0x29ab.
grub-install: info: adding a relocation entry for 0x29b7.
grub-install: info: adding a relocation entry for 0x29c3.
grub-install: info: adding a relocation entry for 0x29e1.
grub-install: info: adding a relocation entry for 0x29ee.
grub-install: info: adding a relocation entry for 0x29fc.
grub-install: info: adding a relocation entry for 0x2a11.
grub-install: info: adding a relocation entry for 0x2a29.
grub-install: info: adding a relocation entry for 0x2a39.
grub-install: info: adding a relocation entry for 0x2a54.
grub-install: info: adding a relocation entry for 0x2a78.
grub-install: info: adding a relocation entry for 0x2a92.
grub-install: info: adding a relocation entry for 0x2a9f.
grub-install: info: adding a relocation entry for 0x2ac8.
grub-install: info: adding a relocation entry for 0x2af2.
grub-install: info: adding a relocation entry for 0x2b55.
grub-install: info: adding a relocation entry for 0x2b68.
grub-install: info: adding a relocation entry for 0x2bae.
grub-install: info: adding a relocation entry for 0x2bcd.
grub-install: info: adding a relocation entry for 0x2c1f.
grub-install: info: adding a relocation entry for 0x2c44.
grub-install: info: adding a relocation entry for 0x2c70.
grub-install: info: adding a relocation entry for 0x2c7a.
grub-install: info: adding a relocation entry for 0x2c89.
grub-install: info: adding a relocation entry for 0x2c9f.
grub-install: info: adding a relocation entry for 0x2cb3.
grub-install: info: adding a relocation entry for 0x2cc9.
grub-install: info: adding a relocation entry for 0x2cde.
grub-install: info: adding a relocation entry for 0x2cf6.
grub-install: info: adding a relocation entry for 0x2d20.
grub-install: info: adding a relocation entry for 0x2d42.
grub-install: info: adding a relocation entry for 0x2d7e.
grub-install: info: adding a relocation entry for 0x2da1.
grub-install: info: adding a relocation entry for 0x2ddc.
grub-install: info: adding a relocation entry for 0x2dec.
grub-install: info: adding a relocation entry for 0x2df6.
grub-install: info: adding a relocation entry for 0x2e00.
grub-install: info: adding a relocation entry for 0x2e0a.
grub-install: info: adding a relocation entry for 0x2e17.
grub-install: info: adding a relocation entry for 0x2e31.
grub-install: info: adding a relocation entry for 0x2e44.
grub-install: info: adding a relocation entry for 0x2e55.
grub-install: info: adding a relocation entry for 0x2e66.
grub-install: info: adding a relocation entry for 0x2e73.
grub-install: info: adding a relocation entry for 0x2e82.
grub-install: info: adding a relocation entry for 0x2e8d.
grub-install: info: adding a relocation entry for 0x2e9f.
grub-install: info: adding a relocation entry for 0x2ea9.
grub-install: info: adding a relocation entry for 0x2eb3.
grub-install: info: adding a relocation entry for 0x2ebd.
grub-install: info: adding a relocation entry for 0x2ec7.
grub-install: info: adding a relocation entry for 0x2ed7.
grub-install: info: adding a relocation entry for 0x2ee4.
grub-install: info: adding a relocation entry for 0x2ef0.
grub-install: info: adding a relocation entry for 0x2eff.
grub-install: info: adding a relocation entry for 0x2f14.
grub-install: info: adding a relocation entry for 0x2f21.
grub-install: info: adding a relocation entry for 0x2f2e.
grub-install: info: adding a relocation entry for 0x2f49.
grub-install: info: adding a relocation entry for 0x2f59.
grub-install: info: adding a relocation entry for 0x2f67.
grub-install: info: adding a relocation entry for 0x2f78.
grub-install: info: adding a relocation entry for 0x2f84.
grub-install: info: adding a relocation entry for 0x2f95.
grub-install: info: adding a relocation entry for 0x2faa.
grub-install: info: adding a relocation entry for 0x2fbd.
grub-install: info: adding a relocation entry for 0x2fcd.
grub-install: info: adding a relocation entry for 0x2fda.
grub-install: info: adding a relocation entry for 0x2feb.
grub-install: info: adding a relocation entry for 0x2ffd.
grub-install: info: adding a relocation entry for 0x300f.
grub-install: info: writing 280 bytes of a fixup block starting at 0x2000.
grub-install: info: adding a relocation entry for 0x302c.
grub-install: info: adding a relocation entry for 0x3036.
grub-install: info: adding a relocation entry for 0x3066.
grub-install: info: adding a relocation entry for 0x3082.
grub-install: info: adding a relocation entry for 0x30ac.
grub-install: info: adding a relocation entry for 0x30c4.
grub-install: info: adding a relocation entry for 0x3119.
grub-install: info: adding a relocation entry for 0x3125.
grub-install: info: adding a relocation entry for 0x3191.
grub-install: info: adding a relocation entry for 0x32aa.
grub-install: info: adding a relocation entry for 0x3302.
grub-install: info: adding a relocation entry for 0x330c.
grub-install: info: adding a relocation entry for 0x331b.
grub-install: info: adding a relocation entry for 0x3333.
grub-install: info: adding a relocation entry for 0x334e.
grub-install: info: adding a relocation entry for 0x336c.
grub-install: info: adding a relocation entry for 0x3432.
grub-install: info: adding a relocation entry for 0x34aa.
grub-install: info: adding a relocation entry for 0x34bb.
grub-install: info: adding a relocation entry for 0x34d4.
grub-install: info: adding a relocation entry for 0x34e9.
grub-install: info: adding a relocation entry for 0x34f7.
grub-install: info: adding a relocation entry for 0x352d.
grub-install: info: adding a relocation entry for 0x3551.
grub-install: info: adding a relocation entry for 0x3563.
grub-install: info: adding a relocation entry for 0x3583.
grub-install: info: adding a relocation entry for 0x3595.
grub-install: info: adding a relocation entry for 0x35a3.
grub-install: info: adding a relocation entry for 0x35b7.
grub-install: info: adding a relocation entry for 0x35c5.
grub-install: info: adding a relocation entry for 0x35d9.
grub-install: info: adding a relocation entry for 0x35ed.
grub-install: info: adding a relocation entry for 0x3602.
grub-install: info: adding a relocation entry for 0x3613.
grub-install: info: adding a relocation entry for 0x363b.
grub-install: info: adding a relocation entry for 0x3646.
grub-install: info: adding a relocation entry for 0x365a.
grub-install: info: adding a relocation entry for 0x3668.
grub-install: info: adding a relocation entry for 0x367c.
grub-install: info: adding a relocation entry for 0x368f.
grub-install: info: adding a relocation entry for 0x36e2.
grub-install: info: adding a relocation entry for 0x36fb.
grub-install: info: adding a relocation entry for 0x370a.
grub-install: info: adding a relocation entry for 0x3716.
grub-install: info: adding a relocation entry for 0x3740.
grub-install: info: adding a relocation entry for 0x3766.
grub-install: info: adding a relocation entry for 0x3777.
grub-install: info: adding a relocation entry for 0x3786.
grub-install: info: adding a relocation entry for 0x3792.
grub-install: info: adding a relocation entry for 0x379c.
grub-install: info: adding a relocation entry for 0x37a6.
grub-install: info: adding a relocation entry for 0x37b6.
grub-install: info: adding a relocation entry for 0x37c5.
grub-install: info: adding a relocation entry for 0x37cf.
grub-install: info: adding a relocation entry for 0x37d9.
grub-install: info: adding a relocation entry for 0x37e7.
grub-install: info: adding a relocation entry for 0x37f7.
grub-install: info: adding a relocation entry for 0x3801.
grub-install: info: adding a relocation entry for 0x380b.
grub-install: info: adding a relocation entry for 0x381b.
grub-install: info: adding a relocation entry for 0x382a.
grub-install: info: adding a relocation entry for 0x3834.
grub-install: info: adding a relocation entry for 0x383f.
grub-install: info: adding a relocation entry for 0x384b.
grub-install: info: adding a relocation entry for 0x385e.
grub-install: info: adding a relocation entry for 0x3868.
grub-install: info: adding a relocation entry for 0x3874.
grub-install: info: adding a relocation entry for 0x3880.
grub-install: info: adding a relocation entry for 0x388f.
grub-install: info: adding a relocation entry for 0x38ac.
grub-install: info: adding a relocation entry for 0x38b9.
grub-install: info: adding a relocation entry for 0x391d.
grub-install: info: adding a relocation entry for 0x3960.
grub-install: info: adding a relocation entry for 0x397c.
grub-install: info: adding a relocation entry for 0x3986.
grub-install: info: adding a relocation entry for 0x3990.
grub-install: info: adding a relocation entry for 0x399c.
grub-install: info: adding a relocation entry for 0x39a8.
grub-install: info: adding a relocation entry for 0x39be.
grub-install: info: adding a relocation entry for 0x39ca.
grub-install: info: adding a relocation entry for 0x3a0e.
grub-install: info: adding a relocation entry for 0x3a1a.
grub-install: info: adding a relocation entry for 0x3a29.
grub-install: info: adding a relocation entry for 0x3a3e.
grub-install: info: adding a relocation entry for 0x3a4a.
grub-install: info: adding a relocation entry for 0x3a60.
grub-install: info: adding a relocation entry for 0x3a9c.
grub-install: info: adding a relocation entry for 0x3aec.
grub-install: info: adding a relocation entry for 0x3af8.
grub-install: info: adding a relocation entry for 0x3b11.
grub-install: info: adding a relocation entry for 0x3b1d.
grub-install: info: adding a relocation entry for 0x3c18.
grub-install: info: adding a relocation entry for 0x3c2f.
grub-install: info: adding a relocation entry for 0x3c40.
grub-install: info: adding a relocation entry for 0x3c59.
grub-install: info: adding a relocation entry for 0x3c72.
grub-install: info: adding a relocation entry for 0x3c8e.
grub-install: info: adding a relocation entry for 0x3cae.
grub-install: info: adding a relocation entry for 0x3d04.
grub-install: info: adding a relocation entry for 0x3d10.
grub-install: info: adding a relocation entry for 0x3df5.
grub-install: info: adding a relocation entry for 0x3e02.
grub-install: info: adding a relocation entry for 0x3e68.
grub-install: info: adding a relocation entry for 0x3ec7.
grub-install: info: adding a relocation entry for 0x3f15.
grub-install: info: adding a relocation entry for 0x3f2e.
grub-install: info: adding a relocation entry for 0x3f41.
grub-install: info: adding a relocation entry for 0x3f68.
grub-install: info: adding a relocation entry for 0x3f8a.
grub-install: info: adding a relocation entry for 0x3f9d.
grub-install: info: adding a relocation entry for 0x3fba.
grub-install: info: adding a relocation entry for 0x3fc9.
grub-install: info: adding a relocation entry for 0x3fda.
grub-install: info: adding a relocation entry for 0x4011.
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 0x3000.
grub-install: info: adding a relocation entry for 0x4037.
grub-install: info: adding a relocation entry for 0x404a.
grub-install: info: adding a relocation entry for 0x405f.
grub-install: info: adding a relocation entry for 0x4106.
grub-install: info: adding a relocation entry for 0x4115.
grub-install: info: adding a relocation entry for 0x4126.
grub-install: info: adding a relocation entry for 0x4130.
grub-install: info: adding a relocation entry for 0x413d.
grub-install: info: adding a relocation entry for 0x4147.
grub-install: info: adding a relocation entry for 0x4161.
grub-install: info: adding a relocation entry for 0x416b.
grub-install: info: adding a relocation entry for 0x418b.
grub-install: info: adding a relocation entry for 0x4195.
grub-install: info: adding a relocation entry for 0x41a1.
grub-install: info: adding a relocation entry for 0x41ab.
grub-install: info: adding a relocation entry for 0x41b7.
grub-install: info: adding a relocation entry for 0x41c8.
grub-install: info: adding a relocation entry for 0x41d8.
grub-install: info: adding a relocation entry for 0x41f5.
grub-install: info: adding a relocation entry for 0x4210.
grub-install: info: adding a relocation entry for 0x4227.
grub-install: info: adding a relocation entry for 0x4249.
grub-install: info: adding a relocation entry for 0x425a.
grub-install: info: adding a relocation entry for 0x4272.
grub-install: info: adding a relocation entry for 0x4285.
grub-install: info: adding a relocation entry for 0x4299.
grub-install: info: adding a relocation entry for 0x42a5.
grub-install: info: adding a relocation entry for 0x42ba.
grub-install: info: adding a relocation entry for 0x42cc.
grub-install: info: adding a relocation entry for 0x42d6.
grub-install: info: adding a relocation entry for 0x42e2.
grub-install: info: adding a relocation entry for 0x42f1.
grub-install: info: adding a relocation entry for 0x4300.
grub-install: info: adding a relocation entry for 0x430c.
grub-install: info: adding a relocation entry for 0x4322.
grub-install: info: adding a relocation entry for 0x4333.
grub-install: info: adding a relocation entry for 0x4353.
grub-install: info: adding a relocation entry for 0x435f.
grub-install: info: adding a relocation entry for 0x4373.
grub-install: info: adding a relocation entry for 0x4387.
grub-install: info: adding a relocation entry for 0x4398.
grub-install: info: adding a relocation entry for 0x43a5.
grub-install: info: adding a relocation entry for 0x43bf.
grub-install: info: adding a relocation entry for 0x43c9.
grub-install: info: adding a relocation entry for 0x43ec.
grub-install: info: adding a relocation entry for 0x43f8.
grub-install: info: adding a relocation entry for 0x4412.
grub-install: info: adding a relocation entry for 0x442c.
grub-install: info: adding a relocation entry for 0x443d.
grub-install: info: adding a relocation entry for 0x4453.
grub-install: info: adding a relocation entry for 0x446c.
grub-install: info: adding a relocation entry for 0x4476.
grub-install: info: adding a relocation entry for 0x4480.
grub-install: info: adding a relocation entry for 0x448a.
grub-install: info: adding a relocation entry for 0x4494.
grub-install: info: adding a relocation entry for 0x44af.
grub-install: info: adding a relocation entry for 0x44b9.
grub-install: info: adding a relocation entry for 0x44c3.
grub-install: info: adding a relocation entry for 0x44cd.
grub-install: info: adding a relocation entry for 0x44dc.
grub-install: info: adding a relocation entry for 0x44e6.
grub-install: info: adding a relocation entry for 0x44f0.
grub-install: info: adding a relocation entry for 0x44fa.
grub-install: info: adding a relocation entry for 0x450c.
grub-install: info: adding a relocation entry for 0x4517.
grub-install: info: adding a relocation entry for 0x4521.
grub-install: info: adding a relocation entry for 0x452b.
grub-install: info: adding a relocation entry for 0x4539.
grub-install: info: adding a relocation entry for 0x4569.
grub-install: info: adding a relocation entry for 0x4573.
grub-install: info: adding a relocation entry for 0x458d.
grub-install: info: adding a relocation entry for 0x4599.
grub-install: info: adding a relocation entry for 0x45e2.
grub-install: info: adding a relocation entry for 0x45ec.
grub-install: info: adding a relocation entry for 0x4605.
grub-install: info: adding a relocation entry for 0x460f.
grub-install: info: adding a relocation entry for 0x4620.
grub-install: info: adding a relocation entry for 0x4635.
grub-install: info: adding a relocation entry for 0x4654.
grub-install: info: adding a relocation entry for 0x466b.
grub-install: info: adding a relocation entry for 0x467a.
grub-install: info: adding a relocation entry for 0x46a5.
grub-install: info: adding a relocation entry for 0x46c8.
grub-install: info: adding a relocation entry for 0x46d8.
grub-install: info: adding a relocation entry for 0x46f6.
grub-install: info: adding a relocation entry for 0x4726.
grub-install: info: adding a relocation entry for 0x473a.
grub-install: info: adding a relocation entry for 0x4752.
grub-install: info: adding a relocation entry for 0x4764.
grub-install: info: adding a relocation entry for 0x4776.
grub-install: info: adding a relocation entry for 0x478e.
grub-install: info: adding a relocation entry for 0x4798.
grub-install: info: adding a relocation entry for 0x4809.
grub-install: info: adding a relocation entry for 0x482b.
grub-install: info: adding a relocation entry for 0x4882.
grub-install: info: adding a relocation entry for 0x48d8.
grub-install: info: adding a relocation entry for 0x48fc.
grub-install: info: adding a relocation entry for 0x4910.
grub-install: info: adding a relocation entry for 0x491f.
grub-install: info: adding a relocation entry for 0x492c.
grub-install: info: adding a relocation entry for 0x495b.
grub-install: info: adding a relocation entry for 0x4986.
grub-install: info: adding a relocation entry for 0x49b1.
grub-install: info: adding a relocation entry for 0x49c5.
grub-install: info: adding a relocation entry for 0x49dc.
grub-install: info: adding a relocation entry for 0x4a2b.
grub-install: info: adding a relocation entry for 0x4a48.
grub-install: info: adding a relocation entry for 0x4a62.
grub-install: info: adding a relocation entry for 0x4a73.
grub-install: info: adding a relocation entry for 0x4a9a.
grub-install: info: adding a relocation entry for 0x4af6.
grub-install: info: adding a relocation entry for 0x4b13.
grub-install: info: adding a relocation entry for 0x4b2d.
grub-install: info: adding a relocation entry for 0x4b3e.
grub-install: info: adding a relocation entry for 0x4bdd.
grub-install: info: adding a relocation entry for 0x4be9.
grub-install: info: adding a relocation entry for 0x4bf6.
grub-install: info: adding a relocation entry for 0x4c00.
grub-install: info: adding a relocation entry for 0x4c11.
grub-install: info: adding a relocation entry for 0x4c1e.
grub-install: info: adding a relocation entry for 0x4c2f.
grub-install: info: adding a relocation entry for 0x4c4c.
grub-install: info: adding a relocation entry for 0x4c98.
grub-install: info: adding a relocation entry for 0x4ca5.
grub-install: info: adding a relocation entry for 0x4cb5.
grub-install: info: adding a relocation entry for 0x4cc0.
grub-install: info: adding a relocation entry for 0x4ccb.
grub-install: info: adding a relocation entry for 0x4cfd.
grub-install: info: adding a relocation entry for 0x4d12.
grub-install: info: adding a relocation entry for 0x4d1c.
grub-install: info: adding a relocation entry for 0x4d4f.
grub-install: info: adding a relocation entry for 0x4d59.
grub-install: info: adding a relocation entry for 0x4d68.
grub-install: info: adding a relocation entry for 0x4d72.
grub-install: info: adding a relocation entry for 0x4d96.
grub-install: info: adding a relocation entry for 0x4da0.
grub-install: info: adding a relocation entry for 0x4dac.
grub-install: info: adding a relocation entry for 0x4dba.
grub-install: info: adding a relocation entry for 0x4df6.
grub-install: info: adding a relocation entry for 0x4e00.
grub-install: info: adding a relocation entry for 0x4e16.
grub-install: info: adding a relocation entry for 0x4e20.
grub-install: info: adding a relocation entry for 0x4e34.
grub-install: info: adding a relocation entry for 0x4e80.
grub-install: info: adding a relocation entry for 0x4ea8.
grub-install: info: adding a relocation entry for 0x4ebc.
grub-install: info: adding a relocation entry for 0x4ed6.
grub-install: info: adding a relocation entry for 0x4ef6.
grub-install: info: adding a relocation entry for 0x4f03.
grub-install: info: adding a relocation entry for 0x4f33.
grub-install: info: adding a relocation entry for 0x4f5d.
grub-install: info: adding a relocation entry for 0x4f70.
grub-install: info: adding a relocation entry for 0x4f89.
grub-install: info: adding a relocation entry for 0x4f95.
grub-install: info: adding a relocation entry for 0x4fab.
grub-install: info: adding a relocation entry for 0x4fbc.
grub-install: info: adding a relocation entry for 0x4fc6.
grub-install: info: adding a relocation entry for 0x4fd5.
grub-install: info: adding a relocation entry for 0x4fe4.
grub-install: info: adding a relocation entry for 0x4ff3.
grub-install: info: adding a relocation entry for 0x5007.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 336 bytes of a fixup block starting at 0x4000.
grub-install: info: adding a relocation entry for 0x5018.
grub-install: info: adding a relocation entry for 0x5039.
grub-install: info: adding a relocation entry for 0x504e.
grub-install: info: adding a relocation entry for 0x505d.
grub-install: info: adding a relocation entry for 0x506e.
grub-install: info: adding a relocation entry for 0x507a.
grub-install: info: adding a relocation entry for 0x5098.
grub-install: info: adding a relocation entry for 0x50a9.
grub-install: info: adding a relocation entry for 0x5116.
grub-install: info: adding a relocation entry for 0x5127.
grub-install: info: adding a relocation entry for 0x5172.
grub-install: info: adding a relocation entry for 0x5183.
grub-install: info: adding a relocation entry for 0x5196.
grub-install: info: adding a relocation entry for 0x51a4.
grub-install: info: adding a relocation entry for 0x51b1.
grub-install: info: adding a relocation entry for 0x51bb.
grub-install: info: adding a relocation entry for 0x51ca.
grub-install: info: adding a relocation entry for 0x51d4.
grub-install: info: adding a relocation entry for 0x51e1.
grub-install: info: adding a relocation entry for 0x521e.
grub-install: info: adding a relocation entry for 0x527e.
grub-install: info: adding a relocation entry for 0x52ff.
grub-install: info: adding a relocation entry for 0x53ab.
grub-install: info: adding a relocation entry for 0x53c5.
grub-install: info: adding a relocation entry for 0x53e9.
grub-install: info: adding a relocation entry for 0x5407.
grub-install: info: adding a relocation entry for 0x544b.
grub-install: info: adding a relocation entry for 0x545d.
grub-install: info: adding a relocation entry for 0x548f.
grub-install: info: adding a relocation entry for 0x54fd.
grub-install: info: adding a relocation entry for 0x5517.
grub-install: info: adding a relocation entry for 0x5529.
grub-install: info: adding a relocation entry for 0x553b.
grub-install: info: adding a relocation entry for 0x556e.
grub-install: info: adding a relocation entry for 0x5586.
grub-install: info: adding a relocation entry for 0x5591.
grub-install: info: adding a relocation entry for 0x55d4.
grub-install: info: adding a relocation entry for 0x5600.
grub-install: info: adding a relocation entry for 0x563b.
grub-install: info: adding a relocation entry for 0x5694.
grub-install: info: adding a relocation entry for 0x569e.
grub-install: info: adding a relocation entry for 0x56c8.
grub-install: info: adding a relocation entry for 0x56d6.
grub-install: info: adding a relocation entry for 0x5729.
grub-install: info: adding a relocation entry for 0x5736.
grub-install: info: adding a relocation entry for 0x574a.
grub-install: info: adding a relocation entry for 0x57a9.
grub-install: info: adding a relocation entry for 0x57b3.
grub-install: info: adding a relocation entry for 0x57bd.
grub-install: info: adding a relocation entry for 0x57c7.
grub-install: info: adding a relocation entry for 0x57d8.
grub-install: info: adding a relocation entry for 0x5806.
grub-install: info: adding a relocation entry for 0x5817.
grub-install: info: adding a relocation entry for 0x5828.
grub-install: info: adding a relocation entry for 0x5841.
grub-install: info: adding a relocation entry for 0x5868.
grub-install: info: adding a relocation entry for 0x5879.
grub-install: info: adding a relocation entry for 0x588f.
grub-install: info: adding a relocation entry for 0x58b1.
grub-install: info: adding a relocation entry for 0x58bd.
grub-install: info: adding a relocation entry for 0x58cc.
grub-install: info: adding a relocation entry for 0x58d6.
grub-install: info: adding a relocation entry for 0x58e3.
grub-install: info: adding a relocation entry for 0x58fd.
grub-install: info: adding a relocation entry for 0x590c.
grub-install: info: adding a relocation entry for 0x5928.
grub-install: info: adding a relocation entry for 0x5932.
grub-install: info: adding a relocation entry for 0x594a.
grub-install: info: adding a relocation entry for 0x5962.
grub-install: info: adding a relocation entry for 0x5973.
grub-install: info: adding a relocation entry for 0x5988.
grub-install: info: adding a relocation entry for 0x5997.
grub-install: info: adding a relocation entry for 0x59ac.
grub-install: info: adding a relocation entry for 0x59c1.
grub-install: info: adding a relocation entry for 0x59e1.
grub-install: info: adding a relocation entry for 0x59f8.
grub-install: info: adding a relocation entry for 0x5a24.
grub-install: info: adding a relocation entry for 0x5a35.
grub-install: info: adding a relocation entry for 0x5a58.
grub-install: info: adding a relocation entry for 0x5a71.
grub-install: info: adding a relocation entry for 0x5ac9.
grub-install: info: adding a relocation entry for 0x5b36.
grub-install: info: adding a relocation entry for 0x5b87.
grub-install: info: adding a relocation entry for 0x5b9e.
grub-install: info: adding a relocation entry for 0x5bc1.
grub-install: info: adding a relocation entry for 0x5bfb.
grub-install: info: adding a relocation entry for 0x5c0c.
grub-install: info: adding a relocation entry for 0x5c99.
grub-install: info: adding a relocation entry for 0x5cda.
grub-install: info: adding a relocation entry for 0x5ced.
grub-install: info: adding a relocation entry for 0x5d8e.
grub-install: info: adding a relocation entry for 0x5ddb.
grub-install: info: adding a relocation entry for 0x5dea.
grub-install: info: adding a relocation entry for 0x5df9.
grub-install: info: adding a relocation entry for 0x5e03.
grub-install: info: adding a relocation entry for 0x5e2a.
grub-install: info: adding a relocation entry for 0x5e78.
grub-install: info: adding a relocation entry for 0x5e89.
grub-install: info: adding a relocation entry for 0x5ea9.
grub-install: info: adding a relocation entry for 0x5eba.
grub-install: info: adding a relocation entry for 0x5ed4.
grub-install: info: adding a relocation entry for 0x5f37.
grub-install: info: adding a relocation entry for 0x5f54.
grub-install: info: adding a relocation entry for 0x5f5e.
grub-install: info: adding a relocation entry for 0x5f6d.
grub-install: info: adding a relocation entry for 0x5f80.
grub-install: info: adding a relocation entry for 0x5f8a.
grub-install: info: adding a relocation entry for 0x5f99.
grub-install: info: adding a relocation entry for 0x5fac.
grub-install: info: adding a relocation entry for 0x5fb6.
grub-install: info: adding a relocation entry for 0x5fc5.
grub-install: info: adding a relocation entry for 0x5fd5.
grub-install: info: adding a relocation entry for 0x6007.
grub-install: info: adding a padding fixup entry.
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 0x6016.
grub-install: info: adding a relocation entry for 0x6020.
grub-install: info: adding a relocation entry for 0x6032.
grub-install: info: adding a relocation entry for 0x604b.
grub-install: info: adding a relocation entry for 0x605a.
grub-install: info: adding a relocation entry for 0x6074.
grub-install: info: adding a relocation entry for 0x6081.
grub-install: info: adding a relocation entry for 0x6090.
grub-install: info: adding a relocation entry for 0x60a1.
grub-install: info: adding a relocation entry for 0x60c7.
grub-install: info: adding a relocation entry for 0x60d6.
grub-install: info: adding a relocation entry for 0x60e0.
grub-install: info: adding a relocation entry for 0x60f0.
grub-install: info: adding a relocation entry for 0x610e.
grub-install: info: adding a relocation entry for 0x6118.
grub-install: info: adding a relocation entry for 0x6140.
grub-install: info: adding a relocation entry for 0x614a.
grub-install: info: adding a relocation entry for 0x6177.
grub-install: info: adding a relocation entry for 0x61a9.
grub-install: info: adding a relocation entry for 0x61b3.
grub-install: info: adding a relocation entry for 0x61c5.
grub-install: info: adding a relocation entry for 0x61e2.
grub-install: info: adding a relocation entry for 0x61ec.
grub-install: info: adding a relocation entry for 0x61fd.
grub-install: info: adding a relocation entry for 0x6216.
grub-install: info: adding a relocation entry for 0x6220.
grub-install: info: adding a relocation entry for 0x623b.
grub-install: info: adding a relocation entry for 0x624d.
grub-install: info: adding a relocation entry for 0x6264.
grub-install: info: adding a relocation entry for 0x6274.
grub-install: info: adding a relocation entry for 0x6285.
grub-install: info: adding a relocation entry for 0x629b.
grub-install: info: adding a relocation entry for 0x62a9.
grub-install: info: adding a relocation entry for 0x62c1.
grub-install: info: adding a relocation entry for 0x62fe.
grub-install: info: adding a relocation entry for 0x630a.
grub-install: info: adding a relocation entry for 0x6344.
grub-install: info: adding a relocation entry for 0x637a.
grub-install: info: adding a relocation entry for 0x639d.
grub-install: info: adding a relocation entry for 0x63b3.
grub-install: info: adding a relocation entry for 0x63ce.
grub-install: info: adding a relocation entry for 0x63f5.
grub-install: info: adding a relocation entry for 0x644d.
grub-install: info: adding a relocation entry for 0x6463.
grub-install: info: adding a relocation entry for 0x6472.
grub-install: info: adding a relocation entry for 0x64a7.
grub-install: info: adding a relocation entry for 0x64cd.
grub-install: info: adding a relocation entry for 0x64d7.
grub-install: info: adding a relocation entry for 0x6501.
grub-install: info: adding a relocation entry for 0x6529.
grub-install: info: adding a relocation entry for 0x6544.
grub-install: info: adding a relocation entry for 0x65bc.
grub-install: info: adding a relocation entry for 0x65d1.
grub-install: info: adding a relocation entry for 0x65de.
grub-install: info: adding a relocation entry for 0x65ed.
grub-install: info: adding a relocation entry for 0x6612.
grub-install: info: adding a relocation entry for 0x6627.
grub-install: info: adding a relocation entry for 0x6634.
grub-install: info: adding a relocation entry for 0x6661.
grub-install: info: adding a relocation entry for 0x669b.
grub-install: info: adding a relocation entry for 0x66b4.
grub-install: info: adding a relocation entry for 0x66be.
grub-install: info: adding a relocation entry for 0x66d1.
grub-install: info: adding a relocation entry for 0x66e2.
grub-install: info: adding a relocation entry for 0x66f9.
grub-install: info: adding a relocation entry for 0x6705.
grub-install: info: adding a relocation entry for 0x6716.
grub-install: info: adding a relocation entry for 0x6721.
grub-install: info: adding a relocation entry for 0x672c.
grub-install: info: adding a relocation entry for 0x6736.
grub-install: info: adding a relocation entry for 0x6748.
grub-install: info: adding a relocation entry for 0x6758.
grub-install: info: adding a relocation entry for 0x6768.
grub-install: info: adding a relocation entry for 0x6779.
grub-install: info: adding a relocation entry for 0x6782.
grub-install: info: adding a relocation entry for 0x679a.
grub-install: info: adding a relocation entry for 0x67ac.
grub-install: info: adding a relocation entry for 0x67b6.
grub-install: info: adding a relocation entry for 0x67c9.
grub-install: info: adding a relocation entry for 0x67dd.
grub-install: info: adding a relocation entry for 0x67ec.
grub-install: info: adding a relocation entry for 0x67f6.
grub-install: info: adding a relocation entry for 0x6802.
grub-install: info: adding a relocation entry for 0x680f.
grub-install: info: adding a relocation entry for 0x681c.
grub-install: info: adding a relocation entry for 0x6827.
grub-install: info: adding a relocation entry for 0x6831.
grub-install: info: adding a relocation entry for 0x6841.
grub-install: info: adding a relocation entry for 0x6850.
grub-install: info: adding a relocation entry for 0x685c.
grub-install: info: adding a relocation entry for 0x6868.
grub-install: info: adding a relocation entry for 0x6891.
grub-install: info: adding a relocation entry for 0x68a7.
grub-install: info: adding a relocation entry for 0x68b6.
grub-install: info: adding a relocation entry for 0x68cd.
grub-install: info: adding a relocation entry for 0x68ec.
grub-install: info: adding a relocation entry for 0x6925.
grub-install: info: adding a relocation entry for 0x6931.
grub-install: info: adding a relocation entry for 0x696d.
grub-install: info: adding a relocation entry for 0x69ca.
grub-install: info: adding a relocation entry for 0x69d9.
grub-install: info: adding a relocation entry for 0x69e9.
grub-install: info: adding a relocation entry for 0x69f9.
grub-install: info: adding a relocation entry for 0x6a0c.
grub-install: info: adding a relocation entry for 0x6a1b.
grub-install: info: adding a relocation entry for 0x6a41.
grub-install: info: adding a relocation entry for 0x6a59.
grub-install: info: adding a relocation entry for 0x6a7c.
grub-install: info: adding a relocation entry for 0x6aa6.
grub-install: info: adding a relocation entry for 0x6ab9.
grub-install: info: adding a relocation entry for 0x6aea.
grub-install: info: adding a relocation entry for 0x6afc.
grub-install: info: adding a relocation entry for 0x6b0e.
grub-install: info: adding a relocation entry for 0x6b45.
grub-install: info: adding a relocation entry for 0x6b56.
grub-install: info: adding a relocation entry for 0x6b60.
grub-install: info: adding a relocation entry for 0x6b6a.
grub-install: info: adding a relocation entry for 0x6b7e.
grub-install: info: adding a relocation entry for 0x6b95.
grub-install: info: adding a relocation entry for 0x6b9f.
grub-install: info: adding a relocation entry for 0x6ba9.
grub-install: info: adding a relocation entry for 0x6bcc.
grub-install: info: adding a relocation entry for 0x6bd6.
grub-install: info: adding a relocation entry for 0x6c03.
grub-install: info: adding a relocation entry for 0x6cfa.
grub-install: info: adding a relocation entry for 0x6d59.
grub-install: info: adding a relocation entry for 0x6db2.
grub-install: info: adding a relocation entry for 0x6dc1.
grub-install: info: adding a relocation entry for 0x6dd3.
grub-install: info: adding a relocation entry for 0x6de4.
grub-install: info: adding a relocation entry for 0x6e12.
grub-install: info: adding a relocation entry for 0x6e2c.
grub-install: info: adding a relocation entry for 0x6e4e.
grub-install: info: adding a relocation entry for 0x6e76.
grub-install: info: adding a relocation entry for 0x6e87.
grub-install: info: adding a relocation entry for 0x6eb1.
grub-install: info: adding a relocation entry for 0x6ebf.
grub-install: info: adding a relocation entry for 0x6ee9.
grub-install: info: adding a relocation entry for 0x6ef6.
grub-install: info: adding a relocation entry for 0x6f0f.
grub-install: info: adding a relocation entry for 0x6f19.
grub-install: info: adding a relocation entry for 0x6f28.
grub-install: info: adding a relocation entry for 0x6f37.
grub-install: info: adding a relocation entry for 0x6f41.
grub-install: info: adding a relocation entry for 0x6f51.
grub-install: info: adding a relocation entry for 0x6f64.
grub-install: info: adding a relocation entry for 0x6f76.
grub-install: info: adding a relocation entry for 0x6f80.
grub-install: info: adding a relocation entry for 0x6f8f.
grub-install: info: adding a relocation entry for 0x6f9c.
grub-install: info: adding a relocation entry for 0x6fa7.
grub-install: info: adding a relocation entry for 0x6fbd.
grub-install: info: adding a relocation entry for 0x6fd5.
grub-install: info: adding a relocation entry for 0x6fe9.
grub-install: info: adding a relocation entry for 0x7002.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 320 bytes of a fixup block starting at 0x6000.
grub-install: info: adding a relocation entry for 0x7012.
grub-install: info: adding a relocation entry for 0x7021.
grub-install: info: adding a relocation entry for 0x702b.
grub-install: info: adding a relocation entry for 0x703a.
grub-install: info: adding a relocation entry for 0x7047.
grub-install: info: adding a relocation entry for 0x7052.
grub-install: info: adding a relocation entry for 0x7065.
grub-install: info: adding a relocation entry for 0x7070.
grub-install: info: adding a relocation entry for 0x707c.
grub-install: info: adding a relocation entry for 0x7090.
grub-install: info: adding a relocation entry for 0x709b.
grub-install: info: adding a relocation entry for 0x70b9.
grub-install: info: adding a relocation entry for 0x70ca.
grub-install: info: adding a relocation entry for 0x70e6.
grub-install: info: adding a relocation entry for 0x716c.
grub-install: info: adding a relocation entry for 0x718c.
grub-install: info: adding a relocation entry for 0x719c.
grub-install: info: adding a relocation entry for 0x71a9.
grub-install: info: adding a relocation entry for 0x71c9.
grub-install: info: adding a relocation entry for 0x71d9.
grub-install: info: adding a relocation entry for 0x71eb.
grub-install: info: adding a relocation entry for 0x71fa.
grub-install: info: adding a relocation entry for 0x7206.
grub-install: info: adding a relocation entry for 0x7230.
grub-install: info: adding a relocation entry for 0x723c.
grub-install: info: adding a relocation entry for 0x7248.
grub-install: info: adding a relocation entry for 0x726f.
grub-install: info: adding a relocation entry for 0x72b9.
grub-install: info: adding a relocation entry for 0x72cc.
grub-install: info: adding a relocation entry for 0x72d8.
grub-install: info: adding a relocation entry for 0x72f0.
grub-install: info: adding a relocation entry for 0x7303.
grub-install: info: adding a relocation entry for 0x7317.
grub-install: info: adding a relocation entry for 0x7326.
grub-install: info: adding a relocation entry for 0x7334.
grub-install: info: adding a relocation entry for 0x7340.
grub-install: info: adding a relocation entry for 0x735e.
grub-install: info: adding a relocation entry for 0x736d.
grub-install: info: adding a relocation entry for 0x7398.
grub-install: info: adding a relocation entry for 0x73a2.
grub-install: info: adding a relocation entry for 0x73ac.
grub-install: info: adding a relocation entry for 0x73b8.
grub-install: info: adding a relocation entry for 0x73c7.
grub-install: info: adding a relocation entry for 0x73e6.
grub-install: info: adding a relocation entry for 0x73f5.
grub-install: info: adding a relocation entry for 0x7401.
grub-install: info: adding a relocation entry for 0x743f.
grub-install: info: adding a relocation entry for 0x7449.
grub-install: info: adding a relocation entry for 0x7453.
grub-install: info: adding a relocation entry for 0x7467.
grub-install: info: adding a relocation entry for 0x74ae.
grub-install: info: adding a relocation entry for 0x74b8.
grub-install: info: adding a relocation entry for 0x74c2.
grub-install: info: adding a relocation entry for 0x74e2.
grub-install: info: adding a relocation entry for 0x74ec.
grub-install: info: adding a relocation entry for 0x74f8.
grub-install: info: adding a relocation entry for 0x7502.
grub-install: info: adding a relocation entry for 0x7511.
grub-install: info: adding a relocation entry for 0x7535.
grub-install: info: adding a relocation entry for 0x7555.
grub-install: info: adding a relocation entry for 0x757d.
grub-install: info: adding a relocation entry for 0x75dc.
grub-install: info: adding a relocation entry for 0x75f7.
grub-install: info: adding a relocation entry for 0x7637.
grub-install: info: adding a relocation entry for 0x7641.
grub-install: info: adding a relocation entry for 0x7663.
grub-install: info: adding a relocation entry for 0x7672.
grub-install: info: adding a relocation entry for 0x7681.
grub-install: info: adding a relocation entry for 0x7692.
grub-install: info: adding a relocation entry for 0x769e.
grub-install: info: adding a relocation entry for 0x76a8.
grub-install: info: adding a relocation entry for 0x76bc.
grub-install: info: adding a relocation entry for 0x76d5.
grub-install: info: adding a relocation entry for 0x76e5.
grub-install: info: adding a relocation entry for 0x76f5.
grub-install: info: adding a relocation entry for 0x7704.
grub-install: info: adding a relocation entry for 0x7711.
grub-install: info: adding a relocation entry for 0x771e.
grub-install: info: adding a relocation entry for 0x7735.
grub-install: info: adding a relocation entry for 0x7744.
grub-install: info: adding a relocation entry for 0x7752.
grub-install: info: adding a relocation entry for 0x7760.
grub-install: info: adding a relocation entry for 0x776a.
grub-install: info: adding a relocation entry for 0x777b.
grub-install: info: adding a relocation entry for 0x778d.
grub-install: info: adding a relocation entry for 0x7799.
grub-install: info: adding a relocation entry for 0x77aa.
grub-install: info: adding a relocation entry for 0x77b6.
grub-install: info: adding a relocation entry for 0x77c0.
grub-install: info: adding a relocation entry for 0x77ce.
grub-install: info: adding a relocation entry for 0x77d8.
grub-install: info: adding a relocation entry for 0x77e8.
grub-install: info: adding a relocation entry for 0x77f5.
grub-install: info: adding a relocation entry for 0x7810.
grub-install: info: adding a relocation entry for 0x7826.
grub-install: info: adding a relocation entry for 0x783b.
grub-install: info: adding a relocation entry for 0x784a.
grub-install: info: adding a relocation entry for 0x785c.
grub-install: info: adding a relocation entry for 0x786c.
grub-install: info: adding a relocation entry for 0x788d.
grub-install: info: adding a relocation entry for 0x7899.
grub-install: info: adding a relocation entry for 0x78bd.
grub-install: info: adding a relocation entry for 0x790d.
grub-install: info: adding a relocation entry for 0x791b.
grub-install: info: adding a relocation entry for 0x79f9.
grub-install: info: adding a relocation entry for 0x7a3e.
grub-install: info: adding a relocation entry for 0x7a55.
grub-install: info: adding a relocation entry for 0x7b74.
grub-install: info: adding a relocation entry for 0x7b84.
grub-install: info: adding a relocation entry for 0x7ba4.
grub-install: info: adding a relocation entry for 0x7bc0.
grub-install: info: adding a relocation entry for 0x7bd3.
grub-install: info: adding a relocation entry for 0x7bf4.
grub-install: info: adding a relocation entry for 0x7c75.
grub-install: info: adding a relocation entry for 0x7d15.
grub-install: info: adding a relocation entry for 0x7d26.
grub-install: info: adding a relocation entry for 0x7d41.
grub-install: info: adding a relocation entry for 0x7d52.
grub-install: info: adding a relocation entry for 0x7d63.
grub-install: info: adding a relocation entry for 0x7eb2.
grub-install: info: adding a relocation entry for 0x7ecb.
grub-install: info: adding a relocation entry for 0x7f01.
grub-install: info: adding a relocation entry for 0x7f13.
grub-install: info: adding a relocation entry for 0x805d.
grub-install: info: writing 256 bytes of a fixup block starting at 0x7000.
grub-install: info: adding a relocation entry for 0x8107.
grub-install: info: adding a relocation entry for 0x81b4.
grub-install: info: adding a relocation entry for 0x8202.
grub-install: info: adding a relocation entry for 0x82c6.
grub-install: info: adding a relocation entry for 0x8367.
grub-install: info: adding a relocation entry for 0x83a2.
grub-install: info: adding a relocation entry for 0x85bb.
grub-install: info: adding a relocation entry for 0x85c5.
grub-install: info: adding a relocation entry for 0x85cf.
grub-install: info: adding a relocation entry for 0x85f3.
grub-install: info: adding a relocation entry for 0x8610.
grub-install: info: adding a relocation entry for 0x8624.
grub-install: info: adding a relocation entry for 0x8637.
grub-install: info: adding a relocation entry for 0x8644.
grub-install: info: adding a relocation entry for 0x8651.
grub-install: info: adding a relocation entry for 0x865e.
grub-install: info: adding a relocation entry for 0x8682.
grub-install: info: adding a relocation entry for 0x8691.
grub-install: info: adding a relocation entry for 0x86a5.
grub-install: info: adding a relocation entry for 0x8701.
grub-install: info: adding a relocation entry for 0x874b.
grub-install: info: adding a relocation entry for 0x875f.
grub-install: info: adding a relocation entry for 0x8786.
grub-install: info: adding a relocation entry for 0x8790.
grub-install: info: adding a relocation entry for 0x87b6.
grub-install: info: adding a relocation entry for 0x87c3.
grub-install: info: adding a relocation entry for 0x87e5.
grub-install: info: adding a relocation entry for 0x87ef.
grub-install: info: adding a relocation entry for 0x8824.
grub-install: info: adding a relocation entry for 0x8830.
grub-install: info: adding a relocation entry for 0x885f.
grub-install: info: adding a relocation entry for 0x8881.
grub-install: info: adding a relocation entry for 0x8892.
grub-install: info: adding a relocation entry for 0x88b9.
grub-install: info: adding a relocation entry for 0x88fc.
grub-install: info: adding a relocation entry for 0x8911.
grub-install: info: adding a relocation entry for 0x892a.
grub-install: info: adding a relocation entry for 0x894f.
grub-install: info: adding a relocation entry for 0x896e.
grub-install: info: adding a relocation entry for 0x8982.
grub-install: info: adding a relocation entry for 0x8999.
grub-install: info: adding a relocation entry for 0x89f8.
grub-install: info: adding a relocation entry for 0x8a0a.
grub-install: info: adding a relocation entry for 0x8a4d.
grub-install: info: adding a relocation entry for 0x8a61.
grub-install: info: adding a relocation entry for 0x8a6f.
grub-install: info: adding a relocation entry for 0x8a7b.
grub-install: info: adding a relocation entry for 0x8a8b.
grub-install: info: adding a relocation entry for 0x8a99.
grub-install: info: adding a relocation entry for 0x8aa5.
grub-install: info: adding a relocation entry for 0x8ac2.
grub-install: info: adding a relocation entry for 0x8acc.
grub-install: info: adding a relocation entry for 0x8af0.
grub-install: info: adding a relocation entry for 0x8b0c.
grub-install: info: adding a relocation entry for 0x8b4a.
grub-install: info: adding a relocation entry for 0x8b5a.
grub-install: info: adding a relocation entry for 0x8b6a.
grub-install: info: adding a relocation entry for 0x8b74.
grub-install: info: adding a relocation entry for 0x8bcf.
grub-install: info: adding a relocation entry for 0x8bec.
grub-install: info: adding a relocation entry for 0x8c01.
grub-install: info: adding a relocation entry for 0x8c37.
grub-install: info: adding a relocation entry for 0x8c8d.
grub-install: info: adding a relocation entry for 0x8cc6.
grub-install: info: adding a relocation entry for 0x8d6f.
grub-install: info: adding a relocation entry for 0x8dc7.
grub-install: info: adding a relocation entry for 0x8de2.
grub-install: info: adding a relocation entry for 0x8e01.
grub-install: info: adding a relocation entry for 0x8e3f.
grub-install: info: adding a relocation entry for 0x8ebe.
grub-install: info: adding a relocation entry for 0x8eed.
grub-install: info: adding a relocation entry for 0x8f0f.
grub-install: info: adding a relocation entry for 0x8f3b.
grub-install: info: adding a relocation entry for 0x8f46.
grub-install: info: adding a relocation entry for 0x8f99.
grub-install: info: adding a relocation entry for 0x8fa3.
grub-install: info: adding a relocation entry for 0x8fd6.
grub-install: info: adding a relocation entry for 0x8fe7.
grub-install: info: adding a relocation entry for 0x8ff4.
grub-install: info: adding a relocation entry for 0x9047.
grub-install: info: writing 168 bytes of a fixup block starting at 0x8000.
grub-install: info: adding a relocation entry for 0x9059.
grub-install: info: adding a relocation entry for 0x908e.
grub-install: info: adding a relocation entry for 0x90dd.
grub-install: info: adding a relocation entry for 0x90f0.
grub-install: info: adding a relocation entry for 0x910b.
grub-install: info: adding a relocation entry for 0x9131.
grub-install: info: adding a relocation entry for 0x916e.
grub-install: info: adding a relocation entry for 0x919e.
grub-install: info: adding a relocation entry for 0x91ce.
grub-install: info: adding a relocation entry for 0x91e2.
grub-install: info: adding a relocation entry for 0x9211.
grub-install: info: adding a relocation entry for 0x922e.
grub-install: info: adding a relocation entry for 0x9238.
grub-install: info: adding a relocation entry for 0x924e.
grub-install: info: adding a relocation entry for 0x9272.
grub-install: info: adding a relocation entry for 0x92a0.
grub-install: info: adding a relocation entry for 0x92aa.
grub-install: info: adding a relocation entry for 0x92be.
grub-install: info: adding a relocation entry for 0x936e.
grub-install: info: adding a relocation entry for 0x938a.
grub-install: info: adding a relocation entry for 0x939e.
grub-install: info: adding a relocation entry for 0x93a8.
grub-install: info: adding a relocation entry for 0x93ba.
grub-install: info: adding a relocation entry for 0x93cc.
grub-install: info: adding a relocation entry for 0x93f0.
grub-install: info: adding a relocation entry for 0x9407.
grub-install: info: adding a relocation entry for 0x942c.
grub-install: info: adding a relocation entry for 0x9469.
grub-install: info: adding a relocation entry for 0x94c3.
grub-install: info: adding a relocation entry for 0x94dc.
grub-install: info: adding a relocation entry for 0x94f2.
grub-install: info: adding a relocation entry for 0x9519.
grub-install: info: adding a relocation entry for 0x955c.
grub-install: info: adding a relocation entry for 0x958e.
grub-install: info: adding a relocation entry for 0x95b3.
grub-install: info: adding a relocation entry for 0x95c3.
grub-install: info: adding a relocation entry for 0x95ef.
grub-install: info: adding a relocation entry for 0x95fb.
grub-install: info: adding a relocation entry for 0x9607.
grub-install: info: adding a relocation entry for 0x9611.
grub-install: info: adding a relocation entry for 0x9625.
grub-install: info: adding a relocation entry for 0x9631.
grub-install: info: adding a relocation entry for 0x9642.
grub-install: info: adding a relocation entry for 0x9657.
grub-install: info: adding a relocation entry for 0x966c.
grub-install: info: adding a relocation entry for 0x967b.
grub-install: info: adding a relocation entry for 0x9685.
grub-install: info: adding a relocation entry for 0x96a6.
grub-install: info: adding a relocation entry for 0x96b0.
grub-install: info: adding a relocation entry for 0x96bc.
grub-install: info: adding a relocation entry for 0x96c6.
grub-install: info: adding a relocation entry for 0x96f8.
grub-install: info: adding a relocation entry for 0x9716.
grub-install: info: adding a relocation entry for 0x9732.
grub-install: info: adding a relocation entry for 0x975c.
grub-install: info: adding a relocation entry for 0x9770.
grub-install: info: adding a relocation entry for 0x977a.
grub-install: info: adding a relocation entry for 0x9789.
grub-install: info: adding a relocation entry for 0x9793.
grub-install: info: adding a relocation entry for 0x97b1.
grub-install: info: adding a relocation entry for 0x97bd.
grub-install: info: adding a relocation entry for 0x97cd.
grub-install: info: adding a relocation entry for 0x97d7.
grub-install: info: adding a relocation entry for 0x97e3.
grub-install: info: adding a relocation entry for 0x9812.
grub-install: info: adding a relocation entry for 0x9823.
grub-install: info: adding a relocation entry for 0x986d.
grub-install: info: adding a relocation entry for 0x98a8.
grub-install: info: adding a relocation entry for 0x98c1.
grub-install: info: adding a relocation entry for 0x98e8.
grub-install: info: adding a relocation entry for 0x9915.
grub-install: info: adding a relocation entry for 0x9929.
grub-install: info: adding a relocation entry for 0x993a.
grub-install: info: adding a relocation entry for 0x9960.
grub-install: info: adding a relocation entry for 0x9988.
grub-install: info: adding a relocation entry for 0x9992.
grub-install: info: adding a relocation entry for 0x99a8.
grub-install: info: adding a relocation entry for 0x99b3.
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 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: adding a relocation entry for 0x9b98.
grub-install: info: adding a relocation entry for 0x9ba0.
grub-install: info: adding a relocation entry for 0x9ba8.
grub-install: info: adding a relocation entry for 0x9bb0.
grub-install: info: translating the relocation section .rela.data.
grub-install: info: adding a relocation entry for 0xb640.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 248 bytes of a fixup block starting at 0x9000.
grub-install: info: adding a relocation entry for 0xb650.
grub-install: info: adding a relocation entry for 0xb658.
grub-install: info: adding a relocation entry for 0xb660.
grub-install: info: adding a relocation entry for 0xb668.
grub-install: info: adding a relocation entry for 0xb670.
grub-install: info: adding a relocation entry for 0xb6d0.
grub-install: info: adding a relocation entry for 0xb6d8.
grub-install: info: adding a relocation entry for 0xb6e0.
grub-install: info: adding a relocation entry for 0xb6e8.
grub-install: info: adding a relocation entry for 0xb6f8.
grub-install: info: adding a relocation entry for 0xb700.
grub-install: info: adding a relocation entry for 0xb708.
grub-install: info: adding a relocation entry for 0xb710.
grub-install: info: adding a relocation entry for 0xb718.
grub-install: info: adding a relocation entry for 0xb720.
grub-install: info: adding a relocation entry for 0xb790.
grub-install: info: adding a relocation entry for 0xb7a8.
grub-install: info: adding a relocation entry for 0xb7c0.
grub-install: info: adding a relocation entry for 0xb810.
grub-install: info: adding a relocation entry for 0xb820.
grub-install: info: adding a relocation entry for 0xb828.
grub-install: info: adding a relocation entry for 0xb850.
grub-install: info: adding a relocation entry for 0xb858.
grub-install: info: adding a relocation entry for 0xb9c0.
grub-install: info: adding a relocation entry for 0xba00.
grub-install: info: adding a relocation entry for 0xba08.
grub-install: info: adding a relocation entry for 0xba18.
grub-install: info: adding a relocation entry for 0xba20.
grub-install: info: adding a relocation entry for 0xba30.
grub-install: info: adding a relocation entry for 0xba38.
grub-install: info: adding a relocation entry for 0xba48.
grub-install: info: adding a relocation entry for 0xba50.
grub-install: info: adding a relocation entry for 0xba60.
grub-install: info: adding a relocation entry for 0xba68.
grub-install: info: adding a relocation entry for 0xba78.
grub-install: info: adding a relocation entry for 0xba80.
grub-install: info: adding a relocation entry for 0xba90.
grub-install: info: adding a relocation entry for 0xba98.
grub-install: info: adding a relocation entry for 0xbaa8.
grub-install: info: adding a relocation entry for 0xbab0.
grub-install: info: adding a relocation entry for 0xbac0.
grub-install: info: adding a relocation entry for 0xbac8.
grub-install: info: adding a relocation entry for 0xbad8.
grub-install: info: adding a relocation entry for 0xbae0.
grub-install: info: adding a relocation entry for 0xbaf0.
grub-install: info: adding a relocation entry for 0xbaf8.
grub-install: info: adding a relocation entry for 0xbb08.
grub-install: info: adding a relocation entry for 0xbb10.
grub-install: info: adding a relocation entry for 0xbb20.
grub-install: info: adding a relocation entry for 0xbb28.
grub-install: info: adding a relocation entry for 0xbb38.
grub-install: info: adding a relocation entry for 0xbb40.
grub-install: info: adding a relocation entry for 0xbb50.
grub-install: info: adding a relocation entry for 0xbb58.
grub-install: info: adding a relocation entry for 0xbb68.
grub-install: info: adding a relocation entry for 0xbb70.
grub-install: info: adding a relocation entry for 0xbb80.
grub-install: info: adding a relocation entry for 0xbb88.
grub-install: info: adding a relocation entry for 0xbb98.
grub-install: info: adding a relocation entry for 0xbba0.
grub-install: info: adding a relocation entry for 0xbbb0.
grub-install: info: adding a relocation entry for 0xbbb8.
grub-install: info: adding a relocation entry for 0xbbc8.
grub-install: info: adding a relocation entry for 0xbbd0.
grub-install: info: adding a relocation entry for 0xbbe0.
grub-install: info: adding a relocation entry for 0xbbe8.
grub-install: info: adding a relocation entry for 0xbbf8.
grub-install: info: adding a relocation entry for 0xbc00.
grub-install: info: adding a relocation entry for 0xbc10.
grub-install: info: adding a relocation entry for 0xbc18.
grub-install: info: adding a relocation entry for 0xbc28.
grub-install: info: adding a relocation entry for 0xbc30.
grub-install: info: adding a relocation entry for 0xbc40.
grub-install: info: adding a relocation entry for 0xbc48.
grub-install: info: adding a relocation entry for 0xbc58.
grub-install: info: adding a relocation entry for 0xbc60.
grub-install: info: adding a relocation entry for 0xbc70.
grub-install: info: adding a relocation entry for 0xbc78.
grub-install: info: adding a relocation entry for 0xbc88.
grub-install: info: adding a relocation entry for 0xbc90.
grub-install: info: adding a relocation entry for 0xbca0.
grub-install: info: adding a relocation entry for 0xbca8.
grub-install: info: adding a relocation entry for 0xbcb8.
grub-install: info: adding a relocation entry for 0xbcc0.
grub-install: info: adding a relocation entry for 0xbcd0.
grub-install: info: adding a relocation entry for 0xbcd8.
grub-install: info: adding a relocation entry for 0xbce8.
grub-install: info: adding a relocation entry for 0xbcf0.
grub-install: info: adding a relocation entry for 0xbd00.
grub-install: info: adding a relocation entry for 0xbd08.
grub-install: info: adding a relocation entry for 0xbd18.
grub-install: info: adding a relocation entry for 0xbd20.
grub-install: info: adding a relocation entry for 0xbd30.
grub-install: info: adding a relocation entry for 0xbd38.
grub-install: info: adding a relocation entry for 0xbd48.
grub-install: info: adding a relocation entry for 0xbd50.
grub-install: info: adding a relocation entry for 0xbd60.
grub-install: info: adding a relocation entry for 0xbd68.
grub-install: info: adding a relocation entry for 0xbd78.
grub-install: info: adding a relocation entry for 0xbd80.
grub-install: info: adding a relocation entry for 0xbd90.
grub-install: info: adding a relocation entry for 0xbd98.
grub-install: info: adding a relocation entry for 0xbda8.
grub-install: info: adding a relocation entry for 0xbdb0.
grub-install: info: adding a relocation entry for 0xbdc0.
grub-install: info: adding a relocation entry for 0xbdc8.
grub-install: info: adding a relocation entry for 0xbdd8.
grub-install: info: adding a relocation entry for 0xbde0.
grub-install: info: adding a relocation entry for 0xbdf0.
grub-install: info: adding a relocation entry for 0xbdf8.
grub-install: info: adding a relocation entry for 0xbe08.
grub-install: info: adding a relocation entry for 0xbe10.
grub-install: info: adding a relocation entry for 0xbe20.
grub-install: info: adding a relocation entry for 0xbe28.
grub-install: info: adding a relocation entry for 0xbe38.
grub-install: info: adding a relocation entry for 0xbe40.
grub-install: info: adding a relocation entry for 0xbe50.
grub-install: info: adding a relocation entry for 0xbe58.
grub-install: info: adding a relocation entry for 0xbe68.
grub-install: info: adding a relocation entry for 0xbe70.
grub-install: info: adding a relocation entry for 0xbe80.
grub-install: info: adding a relocation entry for 0xbe88.
grub-install: info: adding a relocation entry for 0xbe98.
grub-install: info: adding a relocation entry for 0xbea0.
grub-install: info: adding a relocation entry for 0xbeb0.
grub-install: info: adding a relocation entry for 0xbeb8.
grub-install: info: adding a relocation entry for 0xbec8.
grub-install: info: adding a relocation entry for 0xbed0.
grub-install: info: adding a relocation entry for 0xbee0.
grub-install: info: adding a relocation entry for 0xbee8.
grub-install: info: adding a relocation entry for 0xbef8.
grub-install: info: adding a relocation entry for 0xbf00.
grub-install: info: adding a relocation entry for 0xbf10.
grub-install: info: adding a relocation entry for 0xbf18.
grub-install: info: adding a relocation entry for 0xbf28.
grub-install: info: adding a relocation entry for 0xbf30.
grub-install: info: adding a relocation entry for 0xbf40.
grub-install: info: adding a relocation entry for 0xbf48.
grub-install: info: adding a relocation entry for 0xbf58.
grub-install: info: adding a relocation entry for 0xbf60.
grub-install: info: adding a relocation entry for 0xbf70.
grub-install: info: adding a relocation entry for 0xbf78.
grub-install: info: adding a relocation entry for 0xbf88.
grub-install: info: adding a relocation entry for 0xbf90.
grub-install: info: adding a relocation entry for 0xbfa0.
grub-install: info: adding a relocation entry for 0xbfa8.
grub-install: info: adding a relocation entry for 0xbfb8.
grub-install: info: adding a relocation entry for 0xbfc0.
grub-install: info: adding a relocation entry for 0xbfd0.
grub-install: info: adding a relocation entry for 0xbfd8.
grub-install: info: adding a relocation entry for 0xbfe8.
grub-install: info: adding a relocation entry for 0xbff0.
grub-install: info: adding a relocation entry for 0xc000.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 320 bytes of a fixup block starting at 0xb000.
grub-install: info: adding a relocation entry for 0xc008.
grub-install: info: adding a relocation entry for 0xc018.
grub-install: info: adding a relocation entry for 0xc020.
grub-install: info: adding a relocation entry for 0xc030.
grub-install: info: adding a relocation entry for 0xc038.
grub-install: info: adding a relocation entry for 0xc048.
grub-install: info: adding a relocation entry for 0xc050.
grub-install: info: adding a relocation entry for 0xc060.
grub-install: info: adding a relocation entry for 0xc068.
grub-install: info: adding a relocation entry for 0xc078.
grub-install: info: adding a relocation entry for 0xc080.
grub-install: info: adding a relocation entry for 0xc090.
grub-install: info: adding a relocation entry for 0xc098.
grub-install: info: adding a relocation entry for 0xc0a8.
grub-install: info: adding a relocation entry for 0xc0b0.
grub-install: info: adding a relocation entry for 0xc0c0.
grub-install: info: adding a relocation entry for 0xc0c8.
grub-install: info: adding a relocation entry for 0xc0d8.
grub-install: info: adding a relocation entry for 0xc0e0.
grub-install: info: adding a relocation entry for 0xc0f0.
grub-install: info: adding a relocation entry for 0xc0f8.
grub-install: info: adding a relocation entry for 0xc108.
grub-install: info: adding a relocation entry for 0xc110.
grub-install: info: adding a relocation entry for 0xc120.
grub-install: info: adding a relocation entry for 0xc128.
grub-install: info: adding a relocation entry for 0xc138.
grub-install: info: adding a relocation entry for 0xc140.
grub-install: info: adding a relocation entry for 0xc150.
grub-install: info: adding a relocation entry for 0xc158.
grub-install: info: adding a relocation entry for 0xc168.
grub-install: info: adding a relocation entry for 0xc170.
grub-install: info: adding a relocation entry for 0xc180.
grub-install: info: adding a relocation entry for 0xc188.
grub-install: info: adding a relocation entry for 0xc198.
grub-install: info: adding a relocation entry for 0xc1a0.
grub-install: info: adding a relocation entry for 0xc1b0.
grub-install: info: adding a relocation entry for 0xc1b8.
grub-install: info: adding a relocation entry for 0xc1c8.
grub-install: info: adding a relocation entry for 0xc1d0.
grub-install: info: adding a relocation entry for 0xc1e0.
grub-install: info: adding a relocation entry for 0xc1e8.
grub-install: info: adding a relocation entry for 0xc1f8.
grub-install: info: adding a relocation entry for 0xc200.
grub-install: info: adding a relocation entry for 0xc210.
grub-install: info: adding a relocation entry for 0xc218.
grub-install: info: adding a relocation entry for 0xc228.
grub-install: info: adding a relocation entry for 0xc230.
grub-install: info: adding a relocation entry for 0xc240.
grub-install: info: adding a relocation entry for 0xc248.
grub-install: info: adding a relocation entry for 0xc258.
grub-install: info: adding a relocation entry for 0xc260.
grub-install: info: adding a relocation entry for 0xc270.
grub-install: info: adding a relocation entry for 0xc278.
grub-install: info: adding a relocation entry for 0xc288.
grub-install: info: adding a relocation entry for 0xc290.
grub-install: info: adding a relocation entry for 0xc2a0.
grub-install: info: adding a relocation entry for 0xc2a8.
grub-install: info: adding a relocation entry for 0xc2b8.
grub-install: info: adding a relocation entry for 0xc2c0.
grub-install: info: adding a relocation entry for 0xc2d0.
grub-install: info: adding a relocation entry for 0xc2d8.
grub-install: info: adding a relocation entry for 0xc2e8.
grub-install: info: adding a relocation entry for 0xc2f0.
grub-install: info: adding a relocation entry for 0xc300.
grub-install: info: adding a relocation entry for 0xc308.
grub-install: info: adding a relocation entry for 0xc318.
grub-install: info: adding a relocation entry for 0xc320.
grub-install: info: adding a relocation entry for 0xc330.
grub-install: info: adding a relocation entry for 0xc338.
grub-install: info: adding a relocation entry for 0xc348.
grub-install: info: adding a relocation entry for 0xc350.
grub-install: info: adding a relocation entry for 0xc360.
grub-install: info: adding a relocation entry for 0xc368.
grub-install: info: adding a relocation entry for 0xc378.
grub-install: info: adding a relocation entry for 0xc380.
grub-install: info: adding a relocation entry for 0xc390.
grub-install: info: adding a relocation entry for 0xc398.
grub-install: info: adding a relocation entry for 0xc3a8.
grub-install: info: adding a relocation entry for 0xc3b0.
grub-install: info: adding a relocation entry for 0xc3c0.
grub-install: info: adding a relocation entry for 0xc3c8.
grub-install: info: adding a relocation entry for 0xc3d8.
grub-install: info: adding a relocation entry for 0xc3e0.
grub-install: info: adding a relocation entry for 0xc3f0.
grub-install: info: adding a relocation entry for 0xc3f8.
grub-install: info: adding a relocation entry for 0xc408.
grub-install: info: adding a relocation entry for 0xc410.
grub-install: info: adding a relocation entry for 0xc420.
grub-install: info: adding a relocation entry for 0xc428.
grub-install: info: adding a relocation entry for 0xc438.
grub-install: info: adding a relocation entry for 0xc440.
grub-install: info: adding a relocation entry for 0xc450.
grub-install: info: adding a relocation entry for 0xc458.
grub-install: info: adding a relocation entry for 0xc468.
grub-install: info: adding a relocation entry for 0xc470.
grub-install: info: adding a relocation entry for 0xc480.
grub-install: info: adding a relocation entry for 0xc488.
grub-install: info: adding a relocation entry for 0xc498.
grub-install: info: adding a relocation entry for 0xc4a0.
grub-install: info: adding a relocation entry for 0xc4b0.
grub-install: info: adding a relocation entry for 0xc4b8.
grub-install: info: adding a relocation entry for 0xc4c8.
grub-install: info: adding a relocation entry for 0xc4d0.
grub-install: info: adding a relocation entry for 0xc4e0.
grub-install: info: adding a relocation entry for 0xc4e8.
grub-install: info: adding a relocation entry for 0xc4f8.
grub-install: info: adding a relocation entry for 0xc500.
grub-install: info: adding a relocation entry for 0xc510.
grub-install: info: adding a relocation entry for 0xc518.
grub-install: info: adding a relocation entry for 0xc528.
grub-install: info: adding a relocation entry for 0xc530.
grub-install: info: adding a relocation entry for 0xc540.
grub-install: info: adding a relocation entry for 0xc548.
grub-install: info: adding a relocation entry for 0xc558.
grub-install: info: adding a relocation entry for 0xc560.
grub-install: info: adding a relocation entry for 0xc570.
grub-install: info: adding a relocation entry for 0xc578.
grub-install: info: adding a relocation entry for 0xc588.
grub-install: info: adding a relocation entry for 0xc590.
grub-install: info: adding a relocation entry for 0xc5a0.
grub-install: info: adding a relocation entry for 0xc5a8.
grub-install: info: adding a relocation entry for 0xc5b8.
grub-install: info: adding a relocation entry for 0xc5c0.
grub-install: info: adding a relocation entry for 0xc5d0.
grub-install: info: adding a relocation entry for 0xc5d8.
grub-install: info: adding a relocation entry for 0xc5e8.
grub-install: info: adding a relocation entry for 0xc5f0.
grub-install: info: adding a relocation entry for 0xc600.
grub-install: info: adding a relocation entry for 0xc608.
grub-install: info: adding a relocation entry for 0xc618.
grub-install: info: adding a relocation entry for 0xc620.
grub-install: info: adding a relocation entry for 0xc630.
grub-install: info: adding a relocation entry for 0xc638.
grub-install: info: adding a relocation entry for 0xc648.
grub-install: info: adding a relocation entry for 0xc650.
grub-install: info: adding a relocation entry for 0xc660.
grub-install: info: adding a relocation entry for 0xc668.
grub-install: info: adding a relocation entry for 0xc678.
grub-install: info: adding a relocation entry for 0xc680.
grub-install: info: adding a relocation entry for 0xc690.
grub-install: info: adding a relocation entry for 0xc698.
grub-install: info: adding a relocation entry for 0xc6a8.
grub-install: info: adding a relocation entry for 0xc6b0.
grub-install: info: adding a relocation entry for 0xc6c0.
grub-install: info: adding a relocation entry for 0xc6c8.
grub-install: info: adding a relocation entry for 0xc6d8.
grub-install: info: adding a relocation entry for 0xc6e0.
grub-install: info: adding a relocation entry for 0xc6f0.
grub-install: info: adding a relocation entry for 0xc6f8.
grub-install: info: adding a relocation entry for 0xc708.
grub-install: info: adding a relocation entry for 0xc710.
grub-install: info: adding a relocation entry for 0xc720.
grub-install: info: adding a relocation entry for 0xc728.
grub-install: info: adding a relocation entry for 0xc738.
grub-install: info: adding a relocation entry for 0xc740.
grub-install: info: adding a relocation entry for 0xc750.
grub-install: info: adding a relocation entry for 0xc758.
grub-install: info: adding a relocation entry for 0xc768.
grub-install: info: adding a relocation entry for 0xc770.
grub-install: info: adding a relocation entry for 0xc780.
grub-install: info: adding a relocation entry for 0xc788.
grub-install: info: adding a relocation entry for 0xc798.
grub-install: info: adding a relocation entry for 0xc7a0.
grub-install: info: adding a relocation entry for 0xc7b0.
grub-install: info: adding a relocation entry for 0xc7b8.
grub-install: info: adding a relocation entry for 0xc7c8.
grub-install: info: adding a relocation entry for 0xc7d0.
grub-install: info: adding a relocation entry for 0xc7e0.
grub-install: info: adding a relocation entry for 0xc7e8.
grub-install: info: adding a relocation entry for 0xc7f8.
grub-install: info: adding a relocation entry for 0xc800.
grub-install: info: adding a relocation entry for 0xc810.
grub-install: info: adding a relocation entry for 0xc818.
grub-install: info: adding a relocation entry for 0xc828.
grub-install: info: adding a relocation entry for 0xc830.
grub-install: info: adding a relocation entry for 0xc840.
grub-install: info: adding a relocation entry for 0xc848.
grub-install: info: adding a relocation entry for 0xc858.
grub-install: info: adding a relocation entry for 0xc860.
grub-install: info: adding a relocation entry for 0xc870.
grub-install: info: adding a relocation entry for 0xc878.
grub-install: info: adding 198 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/reiserfs.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
grub-install: info: kernel_img=0x295f4d0, kernel_size=0x18600.
grub-install: info: the core size is 0x1d988.
grub-install: info: writing 0x1ec00 bytes.
grub-install: info: copying `/boot/grub/x86_64-efi/core.efi' -> `/boot/efi/EFI/arch/grubx64.efi'.
grub-install: info: Registering with EFI: distributor = `arch', path = `\EFI\arch\grubx64.efi', ESP at hostdisk//dev/sda,gpt7.
grub-install: info: executing efibootmgr --version </dev/null >/dev/null.
grub-install: info: executing modprobe -q efivars.
grub-install: info: executing efibootmgr -b 0002 -B.
BootCurrent: 0005
Timeout: 3 seconds
BootOrder: 0000,0001,0003,0004,0005
Boot0000* CD/DVD Drive
Boot0001* Hard Drive
Boot0003* UEFI: FAT File System
Boot0004* Removable Drive
Boot0005* usb
grub-install: info: executing efibootmgr -c -d /dev/sda -p 7 -w -L arch -l \EFI\arch\grubx64.efi.
BootCurrent: 0005
Timeout: 3 seconds
BootOrder: 0002,0000,0001,0003,0004,0005
Boot0000* CD/DVD Drive
Boot0001* Hard Drive
Boot0003* UEFI: FAT File System
Boot0004* Removable Drive
Boot0005* usb
Boot0002* arch
Installation finished. No error reported.

When i try to boot from flash drive after copying /boot/efi/EFI/arch/grubx64.efi to flash drive I strangely get

Welcome to GRUB!
error: no such partition
Entering rescue mode...

Then doing ls I noticed that my hd0 is now hd1:

grub rescue> ls
(hd0) (hd1) (hd1,gpt7) (hd1,gpt6) (hd1,gpt5) (hd1,gpt4) (hd1,gpt3) (hd1,gpt2) (hd1,gpt1)
(hd2) (hd3)

So hd1 is my boot hdd(/dev/sda). I understand that hd2 is my second hdd, hd3 is probably flash drive. But What is hd0 ? Grub does not provide information about it's type. Very strange. So I manually do set prefix=(hd1,gpt3)/boot/grub, set root=(hd1,gpt3) and do normal to load my grub.cfg and it works!

So I have two problems - black screen with blinking cursor and strange behavior when loading from flash drive. Any suggestion how to fix this is appreciated.

Last edited by corrupt (2015-09-28 19:31:08)

Offline

#2 2015-09-12 19:42:55

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: [Solved] Grub2 UEFI Black Screen

Load up the Arch live ISO, mount all your partitions, use `arch-chroot` and post the output of:

lsblk
# parted -l
# efibootmgr -v

Your `grub-install` output has lots of lines like this:

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/efiemu32.o': No such file or directory.

Perhaps you have some corruption on your filesystem.

Try re-installing the GRUB package.

# pacman -S grub

Offline

#3 2015-09-13 21:09:17

corrupt
Member
Registered: 2007-06-25
Posts: 74

Re: [Solved] Grub2 UEFI Black Screen

Hi, Head_on_a_Stick. When loading arch live cd in uefi mode I got failed to install override security policy error in UEFI boot. So efibootmgr was not working.
As you can see the same grub-install lines appear using arch live cd.
Will see if uefi mode changes anything.

lsblk

NAME            MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda               8:0    0 465.8G  0 disk 
├─sda1            8:1    0   100M  0 part 
├─sda2            8:2    0   1.9G  0 part 
├─sda3            8:3    0    20G  0 part 
├─sda4            8:4    0  52.6G  0 part 
├─sda5            8:5    0 125.4G  0 part 
├─sda6            8:6    0 265.3G  0 part 
└─sda7            8:7    0   520M  0 part 
sdb               8:16   0 931.5G  0 disk 
└─sdb1            8:17   0 931.5G  0 part 
sdc               8:32   1   241M  0 disk 
└─sdc1            8:33   1 240.9M  0 part /root/iso
sr0              11:0    1 658.3M  0 rom  /run/archiso/bootmnt
loop0             7:0    0 286.6M  1 loop /run/archiso/sfs/airootfs
loop1             7:1    0    32G  1 loop 
└─arch_airootfs 254:0    0    32G  0 dm   /
loop2             7:2    0   256M  0 loop 
└─arch_airootfs 254:0    0    32G  0 dm   /

grub-install

Installing for x86_64-efi platform.
grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
grub-install: info: /dev/sda7 is not present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 975708160.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: Partition 3 starts from 46170873.
grub-install: info: Partition 4 starts from 156392838.
grub-install: info: Partition 5 starts from 419426304.
grub-install: info: Partition 6 starts from 975708160.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 975708160.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: Partition 3 starts from 46170873.
grub-install: info: Partition 4 starts from 156392838.
grub-install: info: Partition 5 starts from 419426304.
grub-install: info: Partition 6 starts from 975708160.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 975708160.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: Partition 3 starts from 46170873.
grub-install: info: Partition 4 starts from 156392838.
grub-install: info: Partition 5 starts from 419426304.
grub-install: info: Partition 6 starts from 975708160.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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/gcry_blowfish.mod' -> `/boot/grub/x86_64-efi/gcry_blowfish.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/cacheinfo.mod' -> `/boot/grub/x86_64-efi/cacheinfo.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/gcry_sha1.mod' -> `/boot/grub/x86_64-efi/gcry_sha1.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/cmp.mod' -> `/boot/grub/x86_64-efi/cmp.mod'.
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/usbserial_usbdebug.mod' -> `/boot/grub/x86_64-efi/usbserial_usbdebug.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/part_sunpc.mod' -> `/boot/grub/x86_64-efi/part_sunpc.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/gcry_rijndael.mod' -> `/boot/grub/x86_64-efi/gcry_rijndael.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/part_acorn.mod' -> `/boot/grub/x86_64-efi/part_acorn.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/minix2.mod' -> `/boot/grub/x86_64-efi/minix2.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/minix3.mod' -> `/boot/grub/x86_64-efi/minix3.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/msdospart.mod' -> `/boot/grub/x86_64-efi/msdospart.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/usbtest.mod' -> `/boot/grub/x86_64-efi/usbtest.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/trig.mod' -> `/boot/grub/x86_64-efi/trig.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/hdparm.mod' -> `/boot/grub/x86_64-efi/hdparm.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/date.mod' -> `/boot/grub/x86_64-efi/date.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/setjmp.mod' -> `/boot/grub/x86_64-efi/setjmp.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/iorw.mod' -> `/boot/grub/x86_64-efi/iorw.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/sleep_test.mod' -> `/boot/grub/x86_64-efi/sleep_test.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/pbkdf2.mod' -> `/boot/grub/x86_64-efi/pbkdf2.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/gfxterm.mod' -> `/boot/grub/x86_64-efi/gfxterm.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_crc.mod' -> `/boot/grub/x86_64-efi/gcry_crc.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/part_bsd.mod' -> `/boot/grub/x86_64-efi/part_bsd.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/ldm.mod' -> `/boot/grub/x86_64-efi/ldm.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/search_fs_file.mod' -> `/boot/grub/x86_64-efi/search_fs_file.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/bufio.mod' -> `/boot/grub/x86_64-efi/bufio.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/loadenv.mod' -> `/boot/grub/x86_64-efi/loadenv.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/linux16.mod' -> `/boot/grub/x86_64-efi/linux16.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/sfs.mod' -> `/boot/grub/x86_64-efi/sfs.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/blocklist.mod' -> `/boot/grub/x86_64-efi/blocklist.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/hexdump.mod' -> `/boot/grub/x86_64-efi/hexdump.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/disk.mod' -> `/boot/grub/x86_64-efi/disk.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/zfs.mod' -> `/boot/grub/x86_64-efi/zfs.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/font.mod' -> `/boot/grub/x86_64-efi/font.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/multiboot.mod' -> `/boot/grub/x86_64-efi/multiboot.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/elf.mod' -> `/boot/grub/x86_64-efi/elf.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/diskfilter.mod' -> `/boot/grub/x86_64-efi/diskfilter.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/hfspluscomp.mod' -> `/boot/grub/x86_64-efi/hfspluscomp.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/fat.mod' -> `/boot/grub/x86_64-efi/fat.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/testspeed.mod' -> `/boot/grub/x86_64-efi/testspeed.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_dsa.mod' -> `/boot/grub/x86_64-efi/gcry_dsa.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/spkmodem.mod' -> `/boot/grub/x86_64-efi/spkmodem.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/boottime.mod' -> `/boot/grub/x86_64-efi/boottime.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/tar.mod' -> `/boot/grub/x86_64-efi/tar.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/reiserfs.mod' -> `/boot/grub/x86_64-efi/reiserfs.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/div_test.mod' -> `/boot/grub/x86_64-efi/div_test.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/lsmmap.mod' -> `/boot/grub/x86_64-efi/lsmmap.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/mdraid09_be.mod' -> `/boot/grub/x86_64-efi/mdraid09_be.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/bitmap.mod' -> `/boot/grub/x86_64-efi/bitmap.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/all_video.mod' -> `/boot/grub/x86_64-efi/all_video.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/video_bochs.mod' -> `/boot/grub/x86_64-efi/video_bochs.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/pata.mod' -> `/boot/grub/x86_64-efi/pata.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/gcry_md4.mod' -> `/boot/grub/x86_64-efi/gcry_md4.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/squash4.mod' -> `/boot/grub/x86_64-efi/squash4.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/geli.mod' -> `/boot/grub/x86_64-efi/geli.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/usbms.mod' -> `/boot/grub/x86_64-efi/usbms.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/tga.mod' -> `/boot/grub/x86_64-efi/tga.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/gzio.mod' -> `/boot/grub/x86_64-efi/gzio.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/extcmd.mod' -> `/boot/grub/x86_64-efi/extcmd.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/archelp.mod' -> `/boot/grub/x86_64-efi/archelp.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/verify.mod' -> `/boot/grub/x86_64-efi/verify.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_idea.mod' -> `/boot/grub/x86_64-efi/gcry_idea.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/ohci.mod' -> `/boot/grub/x86_64-efi/ohci.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/cbfs.mod' -> `/boot/grub/x86_64-efi/cbfs.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/mpi.mod' -> `/boot/grub/x86_64-efi/mpi.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/efi_uga.mod' -> `/boot/grub/x86_64-efi/efi_uga.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/tftp.mod' -> `/boot/grub/x86_64-efi/tftp.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/udf.mod' -> `/boot/grub/x86_64-efi/udf.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/lsefi.mod' -> `/boot/grub/x86_64-efi/lsefi.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/minicmd.mod' -> `/boot/grub/x86_64-efi/minicmd.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/part_dvh.mod' -> `/boot/grub/x86_64-efi/part_dvh.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/part_plan.mod' -> `/boot/grub/x86_64-efi/part_plan.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/relocator.mod' -> `/boot/grub/x86_64-efi/relocator.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/normal.mod' -> `/boot/grub/x86_64-efi/normal.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/cpio.mod' -> `/boot/grub/x86_64-efi/cpio.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/ls.mod' -> `/boot/grub/x86_64-efi/ls.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/pbkdf2_test.mod' -> `/boot/grub/x86_64-efi/pbkdf2_test.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/efi_gop.mod' -> `/boot/grub/x86_64-efi/efi_gop.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/usbserial_common.mod' -> `/boot/grub/x86_64-efi/usbserial_common.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/exfat.mod' -> `/boot/grub/x86_64-efi/exfat.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/nilfs2.mod' -> `/boot/grub/x86_64-efi/nilfs2.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/video_fb.mod' -> `/boot/grub/x86_64-efi/video_fb.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/afs.mod' -> `/boot/grub/x86_64-efi/afs.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/hfs.mod' -> `/boot/grub/x86_64-efi/hfs.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/backtrace.mod' -> `/boot/grub/x86_64-efi/backtrace.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/usbserial_ftdi.mod' -> `/boot/grub/x86_64-efi/usbserial_ftdi.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/procfs.mod' -> `/boot/grub/x86_64-efi/procfs.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/zfsinfo.mod' -> `/boot/grub/x86_64-efi/zfsinfo.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/tr.mod' -> `/boot/grub/x86_64-efi/tr.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/jpeg.mod' -> `/boot/grub/x86_64-efi/jpeg.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/gcry_seed.mod' -> `/boot/grub/x86_64-efi/gcry_seed.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/luks.mod' -> `/boot/grub/x86_64-efi/luks.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/romfs.mod' -> `/boot/grub/x86_64-efi/romfs.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/part_sun.mod' -> `/boot/grub/x86_64-efi/part_sun.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/gptsync.mod' -> `/boot/grub/x86_64-efi/gptsync.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/gettext.mod' -> `/boot/grub/x86_64-efi/gettext.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/gcry_rmd160.mod' -> `/boot/grub/x86_64-efi/gcry_rmd160.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/play.mod' -> `/boot/grub/x86_64-efi/play.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/functional_test.mod' -> `/boot/grub/x86_64-efi/functional_test.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/parttool.mod' -> `/boot/grub/x86_64-efi/parttool.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/raid5rec.mod' -> `/boot/grub/x86_64-efi/raid5rec.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/reboot.mod' -> `/boot/grub/x86_64-efi/reboot.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/crc64.mod' -> `/boot/grub/x86_64-efi/crc64.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/gfxterm_menu.mod' -> `/boot/grub/x86_64-efi/gfxterm_menu.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/configfile.mod' -> `/boot/grub/x86_64-efi/configfile.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/gfxmenu.mod' -> `/boot/grub/x86_64-efi/gfxmenu.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/fshelp.mod' -> `/boot/grub/x86_64-efi/fshelp.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/setpci.mod' -> `/boot/grub/x86_64-efi/setpci.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/gcry_sha512.mod' -> `/boot/grub/x86_64-efi/gcry_sha512.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/gcry_rfc2268.mod' -> `/boot/grub/x86_64-efi/gcry_rfc2268.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/hello.mod' -> `/boot/grub/x86_64-efi/hello.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/read.mod' -> `/boot/grub/x86_64-efi/read.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/boot.mod' -> `/boot/grub/x86_64-efi/boot.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/png.mod' -> `/boot/grub/x86_64-efi/png.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/lsacpi.mod' -> `/boot/grub/x86_64-efi/lsacpi.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/memdisk.mod' -> `/boot/grub/x86_64-efi/memdisk.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/datetime.mod' -> `/boot/grub/x86_64-efi/datetime.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/jfs.mod' -> `/boot/grub/x86_64-efi/jfs.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/linux.mod' -> `/boot/grub/x86_64-efi/linux.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/cpuid.mod' -> `/boot/grub/x86_64-efi/cpuid.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/macho.mod' -> `/boot/grub/x86_64-efi/macho.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/cbtable.mod' -> `/boot/grub/x86_64-efi/cbtable.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/xfs.mod' -> `/boot/grub/x86_64-efi/xfs.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/help.mod' -> `/boot/grub/x86_64-efi/help.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/loadbios.mod' -> `/boot/grub/x86_64-efi/loadbios.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/ufs1_be.mod' -> `/boot/grub/x86_64-efi/ufs1_be.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/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/C/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/C.mo'.
grub-install: info: cannot open `/usr/share/locale/C/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/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/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/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/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/ar/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ar.mo'.
grub-install: info: cannot open `/usr/share/locale/ar/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'.
grub-install: info: copying `/usr/share/locale/bn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bn.mo'.
grub-install: info: cannot open `/usr/share/locale/bn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/bo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/bo.mo'.
grub-install: info: cannot open `/usr/share/locale/bo/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'.
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/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'.
grub-install: info: copying `/usr/share/locale/cs/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cs.mo'.
grub-install: info: cannot open `/usr/share/locale/cs/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/cy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cy.mo'.
grub-install: info: cannot open `/usr/share/locale/cy/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/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/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'.
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/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/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'.
grub-install: info: copying `/usr/share/locale/fi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi.mo'.
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/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/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/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/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/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'.
grub-install: info: copying `/usr/share/locale/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'.
grub-install: info: copying `/usr/share/locale/ha/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ha.mo'.
grub-install: info: cannot open `/usr/share/locale/ha/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/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/gr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gr.mo'.
grub-install: info: cannot open `/usr/share/locale/gr/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/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/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/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'.
grub-install: info: copying `/usr/share/locale/ig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ig.mo'.
grub-install: info: cannot open `/usr/share/locale/ig/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/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'.
grub-install: info: copying `/usr/share/locale/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'.
grub-install: info: copying `/usr/share/locale/hy/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hy.mo'.
grub-install: info: cannot open `/usr/share/locale/hy/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'.
grub-install: info: copying `/usr/share/locale/ka/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ka.mo'.
grub-install: info: cannot open `/usr/share/locale/ka/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kg.mo'.
grub-install: info: cannot open `/usr/share/locale/kg/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/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/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/lb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lb.mo'.
grub-install: info: cannot open `/usr/share/locale/lb/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/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/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/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/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/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/lo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lo.mo'.
grub-install: info: cannot open `/usr/share/locale/lo/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'.
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/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/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/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/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'.
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/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/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/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/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/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'.
grub-install: info: copying `/usr/share/locale/nn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn.mo'.
grub-install: info: cannot open `/usr/share/locale/nn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/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/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'.
grub-install: info: copying `/usr/share/locale/or/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/or.mo'.
grub-install: info: cannot open `/usr/share/locale/or/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'.
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/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/rm/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/rm.mo'.
grub-install: info: cannot open `/usr/share/locale/rm/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/se/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/se.mo'.
grub-install: info: cannot open `/usr/share/locale/se/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/ru/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru.mo'.
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/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/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/sl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl.mo'.
grub-install: info: copying `/usr/share/locale/so/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/so.mo'.
grub-install: info: cannot open `/usr/share/locale/so/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/sp/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sp.mo'.
grub-install: info: cannot open `/usr/share/locale/sp/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/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/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/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/ti/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ti.mo'.
grub-install: info: cannot open `/usr/share/locale/ti/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/st/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/st.mo'.
grub-install: info: cannot open `/usr/share/locale/st/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'.
grub-install: info: copying `/usr/share/locale/tk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tk.mo'.
grub-install: info: cannot open `/usr/share/locale/tk/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/sw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sw.mo'.
grub-install: info: cannot open `/usr/share/locale/sw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'.
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/ts/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ts.mo'.
grub-install: info: cannot open `/usr/share/locale/ts/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/uk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk.mo'.
grub-install: info: copying `/usr/share/locale/ve/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ve.mo'.
grub-install: info: cannot open `/usr/share/locale/ve/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/vi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi.mo'.
grub-install: info: copying `/usr/share/locale/wa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wa.mo'.
grub-install: info: cannot open `/usr/share/locale/wa/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/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/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/yo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/yo.mo'.
grub-install: info: cannot open `/usr/share/locale/yo/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/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/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/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/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'.
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/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/cmn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/cmn.mo'.
grub-install: info: cannot open `/usr/share/locale/cmn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/byn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/byn.mo'.
grub-install: info: cannot open `/usr/share/locale/byn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/gez/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gez.mo'.
grub-install: info: cannot open `/usr/share/locale/gez/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/haw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/haw.mo'.
grub-install: info: cannot open `/usr/share/locale/haw/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/hne/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hne.mo'.
grub-install: info: cannot open `/usr/share/locale/hne/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/hsb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hsb.mo'.
grub-install: info: cannot open `/usr/share/locale/hsb/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kab/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kab.mo'.
grub-install: info: cannot open `/usr/share/locale/kab/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kok/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kok.mo'.
grub-install: info: cannot open `/usr/share/locale/kok/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/mhr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mhr.mo'.
grub-install: info: cannot open `/usr/share/locale/mhr/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/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/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/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/tig/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tig.mo'.
grub-install: info: cannot open `/usr/share/locale/tig/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/szl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/szl.mo'.
grub-install: info: cannot open `/usr/share/locale/szl/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/wal/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/wal.mo'.
grub-install: info: cannot open `/usr/share/locale/wal/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@arabic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@arabic.mo'.
grub-install: info: copying `/usr/share/locale/zh_CN.GB2312/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.GB2312.mo'.
grub-install: info: cannot open `/usr/share/locale/zh_CN.GB2312/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kde4/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kde4.mo'.
grub-install: info: cannot open `/usr/share/locale/kde4/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@hebrew.mo'.
grub-install: info: copying `/usr/share/locale/en@boldquot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@boldquot.mo'.
grub-install: info: cannot open `/usr/share/locale/en@boldquot/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt_BR.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.us-ascii.mo'.
grub-install: info: cannot open `/usr/share/locale/pt_BR.us-ascii/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/ca_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca_ES.mo'.
grub-install: info: cannot open `/usr/share/locale/ca_ES/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/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/da_DK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da_DK.mo'.
grub-install: info: cannot open `/usr/share/locale/da_DK/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/de_CH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_CH.mo'.
grub-install: info: copying `/usr/share/locale/de_DE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_DE.mo'.
grub-install: info: cannot open `/usr/share/locale/de_DE/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/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/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/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/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/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/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/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/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/es_CO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_CO.mo'.
grub-install: info: cannot open `/usr/share/locale/es_CO/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/es_CR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_CR.mo'.
grub-install: info: cannot open `/usr/share/locale/es_CR/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/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/es_VE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_VE.mo'.
grub-install: info: cannot open `/usr/share/locale/es_VE/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fi_FI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi_FI.mo'.
grub-install: info: cannot open `/usr/share/locale/fi_FI/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/eu_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eu_ES.mo'.
grub-install: info: cannot open `/usr/share/locale/eu_ES/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fr_CH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr_CH.mo'.
grub-install: info: cannot open `/usr/share/locale/fr_CH/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/fr_FR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr_FR.mo'.
grub-install: info: cannot open `/usr/share/locale/fr_FR/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/gl_ES/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl_ES.mo'.
grub-install: info: cannot open `/usr/share/locale/gl_ES/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/he_IL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/he_IL.mo'.
grub-install: info: cannot open `/usr/share/locale/he_IL/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/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/ja_JP/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja_JP.mo'.
grub-install: info: cannot open `/usr/share/locale/ja_JP/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/de@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de@hebrew.mo'.
grub-install: info: copying `/usr/share/locale/km_KH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/km_KH.mo'.
grub-install: info: cannot open `/usr/share/locale/km_KH/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ko_KR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko_KR.mo'.
grub-install: info: cannot open `/usr/share/locale/ko_KR/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ku_IQ/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ku_IQ.mo'.
grub-install: info: cannot open `/usr/share/locale/ku_IQ/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/lo_LA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lo_LA.mo'.
grub-install: info: cannot open `/usr/share/locale/lo_LA/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt_LT.mo'.
grub-install: info: cannot open `/usr/share/locale/lt_LT/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/mk_MK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mk_MK.mo'.
grub-install: info: cannot open `/usr/share/locale/mk_MK/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/lv_LV/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lv_LV.mo'.
grub-install: info: cannot open `/usr/share/locale/lv_LV/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ml_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ml_IN.mo'.
grub-install: info: cannot open `/usr/share/locale/ml_IN/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/mr_IN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/mr_IN.mo'.
grub-install: info: cannot open `/usr/share/locale/mr_IN/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/nl_BE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl_BE.mo'.
grub-install: info: cannot open `/usr/share/locale/nl_BE/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/nn_NO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nn_NO.mo'.
grub-install: info: cannot open `/usr/share/locale/nn_NO/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/my_MM/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/my_MM.mo'.
grub-install: info: cannot open `/usr/share/locale/my_MM/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pl_PL/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl_PL.mo'.
grub-install: info: cannot open `/usr/share/locale/pl_PL/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'.
grub-install: info: copying `/usr/share/locale/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/ro_RO/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro_RO.mo'.
grub-install: info: cannot open `/usr/share/locale/ro_RO/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ru_RU/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru_RU.mo'.
grub-install: info: cannot open `/usr/share/locale/ru_RU/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ru_UA/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru_UA.mo'.
grub-install: info: cannot open `/usr/share/locale/ru_UA/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sk_SK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sk_SK.mo'.
grub-install: info: cannot open `/usr/share/locale/sk_SK/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sl_SI/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl_SI.mo'.
grub-install: info: cannot open `/usr/share/locale/sl_SI/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/th_TH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/th_TH.mo'.
grub-install: info: cannot open `/usr/share/locale/th_TH/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sv_SE/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv_SE.mo'.
grub-install: info: cannot open `/usr/share/locale/sv_SE/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tl_PH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tl_PH.mo'.
grub-install: info: cannot open `/usr/share/locale/tl_PH/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/ur_PK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ur_PK.mo'.
grub-install: info: cannot open `/usr/share/locale/ur_PK/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/vi_VN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi_VN.mo'.
grub-install: info: cannot open `/usr/share/locale/vi_VN/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'.
grub-install: info: copying `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_HK.mo'.
grub-install: info: cannot open `/usr/share/locale/zh_HK/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'.
grub-install: info: copying `/usr/share/locale/es.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.us-ascii.mo'.
grub-install: info: cannot open `/usr/share/locale/es.us-ascii/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr@ijekavianlatin.mo'.
grub-install: info: cannot open `/usr/share/locale/sr@ijekavianlatin/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/zh_TW.Big5/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.Big5.mo'.
grub-install: info: cannot open `/usr/share/locale/zh_TW.Big5/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/en@quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@quot.mo'.
grub-install: info: copying `/usr/share/locale/en@shaw/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@shaw.mo'.
grub-install: info: cannot open `/usr/share/locale/en@shaw/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/sr@Latn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr@Latn.mo'.
grub-install: info: cannot open `/usr/share/locale/sr@Latn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca@valencia.mo'.
grub-install: info: cannot open `/usr/share/locale/ca@valencia/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/pt.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.us-ascii.mo'.
grub-install: info: cannot open `/usr/share/locale/pt.us-ascii/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/es_419/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es_419.mo'.
grub-install: info: cannot open `/usr/share/locale/es_419/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tt@iqtelif.mo'.
grub-install: info: cannot open `/usr/share/locale/tt@iqtelif/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/kf5_all_languages/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/kf5_all_languages.mo'.
grub-install: info: cannot open `/usr/share/locale/kf5_all_languages/LC_MESSAGES/grub.mo': Not a directory.
grub-install: info: copying `/usr/share/locale/en@piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@piglatin.mo'.
grub-install: info: copying `/usr/share/locale/sr@ije/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr@ije.mo'.
grub-install: info: cannot open `/usr/share/locale/sr@ije/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/ca_ES@valencia/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca_ES@valencia.mo'.
grub-install: info: cannot open `/usr/share/locale/ca_ES@valencia/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/uz@Latn/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz@Latn.mo'.
grub-install: info: cannot open `/usr/share/locale/uz@Latn/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/no.us-ascii/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/no.us-ascii.mo'.
grub-install: info: cannot open `/usr/share/locale/no.us-ascii/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sr_RS@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr_RS@latin.mo'.
grub-install: info: cannot open `/usr/share/locale/sr_RS@latin/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/be@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/be@latin.mo'.
grub-install: info: cannot open `/usr/share/locale/be@latin/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/sr@ijekavian/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr@ijekavian.mo'.
grub-install: info: cannot open `/usr/share/locale/sr@ijekavian/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/uz@cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uz@cyrillic.mo'.
grub-install: info: cannot open `/usr/share/locale/uz@cyrillic/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr@latin.mo'.
grub-install: info: cannot open `/usr/share/locale/sr@latin/LC_MESSAGES/grub.mo': No such file or directory.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_se.png' -> `/boot/grub/themes/starfield/boot_menu_se.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_sw.png' -> `/boot/grub/themes/starfield/boot_menu_sw.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_ne.png' -> `/boot/grub/themes/starfield/terminal_box_ne.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_nw.png' -> `/boot/grub/themes/starfield/terminal_box_nw.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_se.png' -> `/boot/grub/themes/starfield/terminal_box_se.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_sw.png' -> `/boot/grub/themes/starfield/terminal_box_sw.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/README' -> `/boot/grub/themes/starfield/README'.
grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_10.pf2' -> `/boot/grub/themes/starfield/dejavu_10.pf2'.
grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_12.pf2' -> `/boot/grub/themes/starfield/dejavu_12.pf2'.
grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_14.pf2' -> `/boot/grub/themes/starfield/dejavu_14.pf2'.
grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_16.pf2' -> `/boot/grub/themes/starfield/dejavu_16.pf2'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_c.png' -> `/boot/grub/themes/starfield/boot_menu_c.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_e.png' -> `/boot/grub/themes/starfield/boot_menu_e.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_n.png' -> `/boot/grub/themes/starfield/boot_menu_n.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_s.png' -> `/boot/grub/themes/starfield/boot_menu_s.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_w.png' -> `/boot/grub/themes/starfield/boot_menu_w.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_c.png' -> `/boot/grub/themes/starfield/terminal_box_c.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_e.png' -> `/boot/grub/themes/starfield/terminal_box_e.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_n.png' -> `/boot/grub/themes/starfield/terminal_box_n.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/blob_w.png' -> `/boot/grub/themes/starfield/blob_w.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_s.png' -> `/boot/grub/themes/starfield/terminal_box_s.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/terminal_box_w.png' -> `/boot/grub/themes/starfield/terminal_box_w.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/theme.txt' -> `/boot/grub/themes/starfield/theme.txt'.
grub-install: info: copying `/usr/share/grub/themes/starfield/COPYING.CC-BY-SA-3.0' -> `/boot/grub/themes/starfield/COPYING.CC-BY-SA-3.0'.
grub-install: info: copying `/usr/share/grub/themes/starfield/slider_c.png' -> `/boot/grub/themes/starfield/slider_c.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/dejavu_bold_14.pf2' -> `/boot/grub/themes/starfield/dejavu_bold_14.pf2'.
grub-install: info: copying `/usr/share/grub/themes/starfield/slider_n.png' -> `/boot/grub/themes/starfield/slider_n.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/starfield.png' -> `/boot/grub/themes/starfield/starfield.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/slider_s.png' -> `/boot/grub/themes/starfield/slider_s.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_ne.png' -> `/boot/grub/themes/starfield/boot_menu_ne.png'.
grub-install: info: copying `/usr/share/grub/themes/starfield/boot_menu_nw.png' -> `/boot/grub/themes/starfield/boot_menu_nw.png'.
grub-install: info: copying `/usr/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
grub-install: info: /dev/sda3 is present.
grub-install: info: Looking for /dev/sda3.
grub-install: info: /dev/sda is a parent of /dev/sda3.
grub-install: info: /dev/sda3 starts from 4225095.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: /dev/sda3 is present.
grub-install: info: Looking for /dev/sda3.
grub-install: info: /dev/sda is a parent of /dev/sda3.
grub-install: info: /dev/sda3 starts from 4225095.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: /dev/sda3 is present.
grub-install: info: Looking for /dev/sda3.
grub-install: info: /dev/sda is a parent of /dev/sda3.
grub-install: info: /dev/sda3 starts from 4225095.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 975708160.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: Partition 3 starts from 46170873.
grub-install: info: Partition 4 starts from 156392838.
grub-install: info: Partition 5 starts from 419426304.
grub-install: info: Partition 6 starts from 975708160.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 975708160.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: Partition 3 starts from 46170873.
grub-install: info: Partition 4 starts from 156392838.
grub-install: info: Partition 5 starts from 419426304.
grub-install: info: Partition 6 starts from 975708160.
grub-install: info: /dev/sda7 is present.
grub-install: info: Looking for /dev/sda7.
grub-install: info: /dev/sda is a parent of /dev/sda7.
grub-install: info: /dev/sda7 starts from 975708160.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 976773168.
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: 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 2048.
grub-install: info: Partition 1 starts from 206848.
grub-install: info: Partition 2 starts from 4225095.
grub-install: info: Partition 3 starts from 46170873.
grub-install: info: Partition 4 starts from 156392838.
grub-install: info: Partition 5 starts from 419426304.
grub-install: info: Partition 6 starts from 975708160.
grub-install: info: grub-mkimage --directory '/usr/lib/grub/x86_64-efi' --prefix '(,gpt3)/boot/grub' --output '/boot/grub/x86_64-efi/core.efi' --format 'x86_64-efi' --compression 'auto'  'reiserfs' 'part_gpt' 
.
grub-install: info: the total module size is 0x5398.
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 0x95d8.
grub-install: info: locating the section .rodata at 0x9600.
grub-install: info: locating the section .rodata.str1.1 at 0x97b8.
grub-install: info: locating the section .data at 0xb240.
grub-install: info: locating the section .module_license at 0xc4a0.
grub-install: info: locating the section .bss at 0xc4c0.
grub-install: info: locating  at 0x400 (0x400).
grub-install: info: locating  at 0x9a00 (0x9a00).
grub-install: info: locating  at 0x9bb8 (0x9bb8).
grub-install: info: locating  at 0xb640 (0xb640).
grub-install: info: locating  at 0xc8c0 (0xc8c0).
grub-install: info: locating  at 0x99d8 (0x99d8).
grub-install: info: locating  at 0xc8a0 (0xc8a0).
grub-install: info: locating  at 0x400 (0x400).
grub-install: info: locating grub_strlen at 0x7b5b (0x400).
grub-install: info: locating grub_net_poll_cards_idle at 0xe6c0 (0xc8c0).
grub-install: info: locating grub_efi_finish_boot_services at 0x2d78 (0x400).
grub-install: info: locating grub_disk_get_size at 0x5425 (0x400).
grub-install: info: locating grub_file_progress_hook at 0x18850 (0xc8c0).
grub-install: info: locating grub_efidisk_fini at 0xb77 (0x400).
grub-install: info: locating grub_puts_ at 0x790a (0x400).
grub-install: info: locating grub_millisleep at 0x3fd2 (0x400).
grub-install: info: locating grub_fs_autoload_hook at 0xe468 (0xc8c0).
grub-install: info: locating efi_wrap_10 at 0x4cc (0x400).
grub-install: info: locating grub_fs_blocklist at 0xb800 (0xb640).
grub-install: info: locating grub_errmsg at 0x18740 (0xc8c0).
grub-install: info: locating efi_wrap_5 at 0x463 (0x400).
grub-install: info: locating grub_strncmp at 0x7982 (0x400).
grub-install: info: locating grub_strtoull at 0x7c71 (0x400).
grub-install: info: locating grub_dma_get_virt at 0x5a5 (0x400).
grub-install: info: locating grub_efi_system_table at 0xe6d0 (0xc8c0).
grub-install: info: locating memmove at 0x78c8 (0x400).
grub-install: info: locating efi_wrap_4 at 0x44f (0x400).
grub-install: info: locating grub_disk_open at 0x4de5 (0x400).
grub-install: info: locating grub_efi_locate_protocol at 0x1b9c (0x400).
grub-install: info: locating grub_env_update_get_sorted at 0x6523 (0x400).
grub-install: info: locating grub_strcpy at 0x78f7 (0x400).
grub-install: info: locating grub_partition_probe at 0x9003 (0x400).
grub-install: info: locating grub_strrchr at 0x79c4 (0x400).
grub-install: info: locating grub_partition_get_name at 0x9207 (0x400).
grub-install: info: locating grub_dl_load at 0x61a0 (0x400).
grub-install: info: locating grub_efi_stall at 0x1dc5 (0x400).
grub-install: info: locating grub_efi_get_filename at 0x2128 (0x400).
grub-install: info: locating grub_env_export at 0x660e (0x400).
grub-install: info: locating grub_xvasprintf at 0x890b (0x400).
grub-install: info: locating grub_error_push at 0x66d0 (0x400).
grub-install: info: locating grub_rescue_run at 0x97ae (0x400).
grub-install: info: locating grub_xasprintf at 0x89b8 (0x400).
grub-install: info: locating grub_realloc at 0x3eff (0x400).
grub-install: info: locating grub_exit at 0x1e04 (0x400).
grub-install: info: locating memcpy at 0x78c8 (0x400).
grub-install: info: locating grub_memmove at 0x78c8 (0x400).
grub-install: info: locating grub_device_open at 0x45d5 (0x400).
grub-install: info: locating grub_register_exported_symbols at 0x99a4 (0x400).
grub-install: info: locating grub_strdup at 0x7b6c (0x400).
grub-install: info: locating grub_disk_firmware_is_tainted at 0xe740 (0xc8c0).
grub-install: info: locating grub_divmod64 at 0x7c0b (0x400).
grub-install: info: locating grub_file_get_device_name at 0x6878 (0x400).
grub-install: info: locating grub_efi_print_device_path at 0x2213 (0x400).
grub-install: info: locating grub_partition_iterate at 0x919a (0x400).
grub-install: info: locating grub_boot_time_head at 0x188a0 (0xc8c0).
grub-install: info: locating grub_dma_free at 0x599 (0x400).
grub-install: info: locating grub_vsnprintf at 0x88b2 (0x400).
grub-install: info: locating grub_partition_map_list at 0x188a8 (0xc8c0).
grub-install: info: locating efi_wrap_1 at 0x422 (0x400).
grub-install: info: locating grub_command_list at 0xe700 (0xc8c0).
grub-install: info: locating grub_machine_fini at 0x534 (0x400).
grub-install: info: locating grub_real_boot_time at 0x8aaf (0x400).
grub-install: info: locating grub_tsc_rate at 0xe6f0 (0xc8c0).
grub-install: info: locating grub_rescue_parse_line at 0x9515 (0x400).
grub-install: info: locating grub_efi_get_variable at 0x1f77 (0x400).
grub-install: info: locating grub_snprintf at 0x88c6 (0x400).
grub-install: info: locating grub_register_core_commands at 0x4466 (0x400).
grub-install: info: locating grub_disk_dev_register at 0x4cfb (0x400).
grub-install: info: locating grub_console_init at 0x375e (0x400).
grub-install: info: locating grub_disk_write_weak at 0xe748 (0xc8c0).
grub-install: info: locating grub_dl_add at 0x54fa (0x400).
grub-install: info: locating grub_disk_read at 0x50c8 (0x400).
grub-install: info: locating grub_term_highlight_color at 0xb9c8 (0xb640).
grub-install: info: locating grub_parser_execute at 0x8f95 (0x400).
grub-install: info: locating grub_xputs at 0xb9c0 (0xb640).
grub-install: info: locating grub_console_fini at 0x385b (0x400).
grub-install: info: locating grub_fatal at 0x8a07 (0x400).
grub-install: info: locating grub_dl_ref at 0x55f4 (0x400).
grub-install: info: locating grub_file_seek at 0x6bc4 (0x400).
grub-install: info: locating grub_pci_find_capability at 0x699 (0x400).
grub-install: info: locating grub_efi_get_loaded_image at 0x1de9 (0x400).
grub-install: info: locating grub_errno at 0x18840 (0xc8c0).
grub-install: info: locating grub_parser_cmdline_state at 0x8c69 (0x400).
grub-install: info: locating grub_memset at 0x7ae7 (0x400).
grub-install: info: locating grub_getkey at 0x9985 (0x400).
grub-install: info: locating grub_term_outputs_disabled at 0x188b0 (0xc8c0).
grub-install: info: locating grub_grubnet_fini at 0x18858 (0xc8c0).
grub-install: info: locating grub_register_variable_hook at 0x65ae (0x400).
grub-install: info: locating grub_efi_image_handle at 0xe6d8 (0xc8c0).
grub-install: info: locating grub_vprintf at 0x85ab (0x400).
grub-install: info: locating grub_net_open at 0xc910 (0xc8c0).
grub-install: info: locating grub_register_command_prio at 0x3ff6 (0x400).
grub-install: info: locating grub_efi_compare_device_paths at 0x2901 (0x400).
grub-install: info: locating grub_file_filters_all at 0x18860 (0xc8c0).
grub-install: info: locating grub_install_get_time_ms at 0x3fc4 (0x400).
grub-install: info: locating _start at 0x400 (0x400).
grub-install: info: locating grub_term_inputs at 0x188b8 (0xc8c0).
grub-install: info: locating grub_parser_split_cmdline at 0x8d21 (0x400).
grub-install: info: locating grub_disk_firmware_fini at 0xe750 (0xc8c0).
grub-install: info: locating grub_disk_close at 0x4d41 (0x400).
grub-install: info: locating grub_dl_unload at 0x566a (0x400).
grub-install: info: locating grub_efi_set_variable at 0x1e9d (0x400).
grub-install: info: locating grub_printf at 0x86c1 (0x400).
grub-install: info: locating grub_unregister_command at 0x40e8 (0x400).
grub-install: info: locating grub_fs_list at 0xe470 (0xc8c0).
grub-install: info: locating grub_efidisk_get_device_handle at 0x154e (0x400).
grub-install: info: locating grub_main at 0x71c3 (0x400).
grub-install: info: locating grub_file_read at 0x690a (0x400).
grub-install: info: locating grub_dl_unload_unneeded at 0x6297 (0x400).
grub-install: info: locating grub_pci_make_address at 0x5ac (0x400).
grub-install: info: locating memcmp at 0x7943 (0x400).
grub-install: info: locating grub_term_normal_color at 0xb9c9 (0xb640).
grub-install: info: locating grub_disk_dev_list at 0xe758 (0xc8c0).
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 0x1be6 (0x400).
grub-install: info: locating grub_term_outputs at 0x188c0 (0xc8c0).
grub-install: info: locating grub_modbase at 0xe6e0 (0xc8c0).
grub-install: info: locating grub_term_inputs_disabled at 0x188c8 (0xc8c0).
grub-install: info: locating grub_efi_net_config at 0xe6e8 (0xc8c0).
grub-install: info: locating grub_efi_set_virtual_address_map at 0x1e48 (0x400).
grub-install: info: locating grub_print_error at 0x67da (0x400).
grub-install: info: locating grub_efi_mm_init at 0x3053 (0x400).
grub-install: info: locating memset at 0x7ae7 (0x400).
grub-install: info: locating grub_zalloc at 0x3c65 (0x400).
grub-install: info: locating grub_strcmp at 0x7963 (0x400).
grub-install: info: locating grub_tsc_init at 0x38da (0x400).
grub-install: info: locating grub_efi_allocate_pages at 0x2b7a (0x400).
grub-install: info: locating grub_strchr at 0x79af (0x400).
grub-install: info: locating grub_refresh at 0x995d (0x400).
grub-install: info: locating grub_malloc at 0x3c54 (0x400).
grub-install: info: locating grub_efi_get_memory_map at 0x2c3e (0x400).
grub-install: info: locating grub_efidisk_get_device_name at 0x169b (0x400).
grub-install: info: locating grub_get_time_ms at 0x3fb8 (0x400).
grub-install: info: locating grub_file_close at 0x69aa (0x400).
grub-install: info: locating grub_file_open at 0x69f5 (0x400).
grub-install: info: locating grub_isspace at 0x79d7 (0x400).
grub-install: info: locating grub_efi_open_protocol at 0x1cdf (0x400).
grub-install: info: locating grub_real_dprintf at 0x876e (0x400).
grub-install: info: locating efi_wrap_3 at 0x43e (0x400).
grub-install: info: locating grub_dl_load_core_noinit at 0x5786 (0x400).
grub-install: info: locating grub_dl_load_file at 0x60b5 (0x400).
grub-install: info: locating grub_env_unset at 0x649f (0x400).
grub-install: info: locating grub_device_close at 0x46b8 (0x400).
grub-install: info: locating efi_wrap_6 at 0x47c (0x400).
grub-install: info: locating grub_dl_head at 0xc940 (0xc8c0).
grub-install: info: locating grub_fs_probe at 0x6ed6 (0x400).
grub-install: info: locating grub_mm_base at 0xe6f8 (0xc8c0).
grub-install: info: locating grub_term_poll_usb at 0xe6c8 (0xc8c0).
grub-install: info: locating grub_file_filters_enabled at 0x18880 (0xc8c0).
grub-install: info: locating grub_strword at 0x7a34 (0x400).
grub-install: info: locating grub_machine_get_bootlocation at 0x29f8 (0x400).
grub-install: info: locating grub_efi_fini at 0x2a8f (0x400).
grub-install: info: locating grub_err_printed_errors at 0x18844 (0xc8c0).
grub-install: info: locating grub_error at 0x6654 (0x400).
grub-install: info: locating grub_current_context at 0xb7c0 (0xb640).
grub-install: info: locating efi_codes at 0x9b00 (0x9a00).
grub-install: info: locating grub_dl_register_symbol at 0x5537 (0x400).
grub-install: info: locating grub_efi_is_finished at 0xc8d8 (0xc8c0).
grub-install: info: locating grub_list_remove at 0x7134 (0x400).
grub-install: info: locating grub_pci_iterate at 0x5d4 (0x400).
grub-install: info: locating grub_modules_get_end at 0x71a7 (0x400).
grub-install: info: locating grub_free at 0x3c9f (0x400).
grub-install: info: locating grub_strndup at 0x7bb4 (0x400).
grub-install: info: locating efi_wrap_7 at 0x49f (0x400).
grub-install: info: locating grub_named_list_find at 0x70e2 (0x400).
grub-install: info: locating grub_dl_unref at 0x562f (0x400).
grub-install: info: locating grub_efidisk_init at 0x131d (0x400).
grub-install: info: locating grub_disk_dev_unregister at 0x4d10 (0x400).
grub-install: info: locating grub_efi_init at 0x2992 (0x400).
grub-install: info: locating grub_arch_dl_check_header at 0x741 (0x400).
grub-install: info: locating grub_arch_dl_relocate_symbols at 0x770 (0x400).
grub-install: info: locating grub_efi_free_pages at 0x2b50 (0x400).
grub-install: info: locating grub_printf_ at 0x8710 (0x400).
grub-install: info: locating grub_efi_get_device_path at 0x21f8 (0x400).
grub-install: info: locating start at 0x400 (0x400).
grub-install: info: locating grub_efi_modules_addr at 0x208b (0x400).
grub-install: info: locating grub_error_pop at 0x6767 (0x400).
grub-install: info: locating grub_device_iterate at 0x47ec (0x400).
grub-install: info: locating grub_getkey_noblock at 0x9913 (0x400).
grub-install: info: locating grub_memalign_dma32 at 0x547 (0x400).
grub-install: info: locating grub_list_push at 0x711a (0x400).
grub-install: info: locating grub_efi_set_text_mode at 0x1d3e (0x400).
grub-install: info: locating grub_err_printf at 0x86c1 (0x400).
grub-install: info: locating grub_disk_cache_invalidate_all at 0x4cb1 (0x400).
grub-install: info: locating grub_env_set at 0x6340 (0x400).
grub-install: info: locating grub_disk_cache_get_performance at 0x4c96 (0x400).
grub-install: info: locating grub_dl_load_core at 0x5ff9 (0x400).
grub-install: info: locating grub_gettext at 0xb858 (0xb640).
grub-install: info: locating grub_memcmp at 0x7943 (0x400).
grub-install: info: locating grub_env_get at 0x6470 (0x400).
grub-install: info: locating efi_wrap_2 at 0x430 (0x400).
grub-install: info: locating grub_strtoul at 0x8105 (0x400).
grub-install: info: locating grub_dma_get_phys at 0x5a9 (0x400).
grub-install: info: locating grub_mm_init_region at 0x3dc4 (0x400).
grub-install: info: locating grub_disk_cache_table at 0xe780 (0xc8c0).
grub-install: info: locating grub_memalign at 0x3a56 (0x400).
grub-install: info: dealing with the relocation section .rela.text for .text.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xe2d1 at the offset 0x3.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xe2c2 at the offset 0xa.
grub-install: info: relocating an R_X86_64_PC32 entry to 0x6dac at the offset 0x13.
grub-install: info: relocating an R_X86_64_64 entry to 0x2992 at the offset 0x11d.
grub-install: info: relocating an R_X86_64_64 entry to 0x38da at the offset 0x12a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a8f at the offset 0x13c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x165.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bb8 at the offset 0x17a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x18b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x19b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x1e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x2a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bd8 at the offset 0x352.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x363.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bf9 at the offset 0x390.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c1c at the offset 0x429.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x43b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c34 at the offset 0x465.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x476.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c5b at the offset 0x4e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x4f1.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x500.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x50c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x52b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c82 at the offset 0x538.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x54b.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x555.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x586.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x594.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c8e at the offset 0x5ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5be.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x5c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x5f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x601.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x610.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c5 at the offset 0x61d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c9c at the offset 0x635.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x650.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cab at the offset 0x663.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x670.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x685.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cd7 at the offset 0x6d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cee at the offset 0x71d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x727.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x736.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x75a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x77b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x787.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x792.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56 at the offset 0x79d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x7ca.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d10 at the offset 0x7dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x7f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1be6 at the offset 0x80a.
grub-install: info: relocating an R_X86_64_64 entry to 0x21f8 at the offset 0x832.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0x869.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x882.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x890.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8ab.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0x91a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d04 at the offset 0x94a.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0x95c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x98b.
grub-install: info: relocating an R_X86_64_64 entry to 0xd16 at the offset 0x9a4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x9b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x9d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0xa04.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0xa2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0xa63.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0xa82.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xacf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d08 at the offset 0xad9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xae8.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xaf2.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xb20.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d3c at the offset 0xb3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0xb54.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0xb87.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0xb9b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d64 at the offset 0xbb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xbc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d69 at the offset 0xbdb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xbe5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xbf4.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xbfe.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d77 at the offset 0xc26.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xc3a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d69 at the offset 0xc4c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xc56.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xc65.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xc6f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0xc98.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d7c at the offset 0xcae.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xcc2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d69 at the offset 0xcd4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xcde.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xced.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xcf7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0xd58.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0xd75.
grub-install: info: relocating an R_X86_64_64 entry to 0x112b at the offset 0xd8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0xdb3.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0xdbd.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0xdf4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0xe4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xe83.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d81 at the offset 0xe8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xe9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xea6.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xed4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9db3 at the offset 0xeef.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0xf08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb77 at the offset 0xf23.
grub-install: info: relocating an R_X86_64_64 entry to 0xe750 at the offset 0xf35.
grub-install: info: relocating an R_X86_64_64 entry to 0xbed at the offset 0xf3f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1187 at the offset 0xf5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0xfb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xdfe at the offset 0xfc3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0xfcf.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0x1187 at the offset 0x107e.
grub-install: info: relocating an R_X86_64_64 entry to 0xdfe at the offset 0x109f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x10e5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56 at the offset 0x1103.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x110f.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cfb at the offset 0x1119.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x1135.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x1144.
grub-install: info: relocating an R_X86_64_64 entry to 0xbed at the offset 0x119c.
grub-install: info: relocating an R_X86_64_64 entry to 0x112b at the offset 0x11a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0x11d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0x11f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x120b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56 at the offset 0x1278.
grub-install: info: relocating an R_X86_64_64 entry to 0x21f8 at the offset 0x12a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0x12c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x112b at the offset 0x12fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xd81 at the offset 0x134f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x135d.
grub-install: info: relocating an R_X86_64_64 entry to 0x4de5 at the offset 0x137b.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x13a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x5425 at the offset 0x13c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x13d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x120c at the offset 0x13ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x919a at the offset 0x13fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dd9 at the offset 0x141d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x142d.
grub-install: info: relocating an R_X86_64_64 entry to 0xd81 at the offset 0x1457.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x1470.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x15a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ddf at the offset 0x15ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e20 at the offset 0x160a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e22 at the offset 0x1629.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x17a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x17b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x17f3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x182b.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1849.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x1872.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x18b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x18e7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x1909.
grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x191e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b9c at the offset 0x1946.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6b0 at the offset 0x1950.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x197f.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x19aa.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x19c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x19df.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6a0 at the offset 0x19f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x19fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a8f at the offset 0x1a07.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1a13.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x1a2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1a3c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1a4c.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1a62.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e28 at the offset 0x1a7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x1a8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1ab1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x1acb.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x1ad9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1a3a at the offset 0x1af8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1b0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1b2d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e47 at the offset 0x1b48.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x1b61.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1b89.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x1b93.
grub-install: info: relocating an R_X86_64_64 entry to 0x1a3a at the offset 0x1bdb.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1be5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1bf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x1c35.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x1c8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1de9 at the offset 0x1ca2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x1cc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e67 at the offset 0x1ce6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x1d75.
grub-install: info: relocating an R_X86_64_64 entry to 0x1887 at the offset 0x1d89.
grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x1dff.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x1e09.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x1e22.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e6c at the offset 0x1e7b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e78 at the offset 0x1e89.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e82 at the offset 0x1e9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a00 at the offset 0x1eb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e93 at the offset 0x1ecc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e9f at the offset 0x1ee0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eab at the offset 0x1ef7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ebf at the offset 0x1f0d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ec8 at the offset 0x1f20.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ed2 at the offset 0x1f2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ee1 at the offset 0x1f57.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eee at the offset 0x1f6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef5 at the offset 0x1f87.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef9 at the offset 0x1f9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1fab.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef5 at the offset 0x1fc4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef9 at the offset 0x1fda.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1ff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9efd at the offset 0x2023.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f01 at the offset 0x204e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f05 at the offset 0x2060.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a28 at the offset 0x207d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f16 at the offset 0x2094.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f27 at the offset 0x20b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f34 at the offset 0x20c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f4d at the offset 0x20e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f59 at the offset 0x20fd.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f65 at the offset 0x2116.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f7f at the offset 0x213c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f88 at the offset 0x2155.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fb3 at the offset 0x218b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fde at the offset 0x21e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa021 at the offset 0x2270.
grub-install: info: relocating an R_X86_64_64 entry to 0xa040 at the offset 0x2295.
grub-install: info: relocating an R_X86_64_64 entry to 0xa055 at the offset 0x22bb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa065 at the offset 0x22d6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa06f at the offset 0x22e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ab8 at the offset 0x2302.
grub-install: info: relocating an R_X86_64_64 entry to 0xa085 at the offset 0x2319.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0be at the offset 0x2374.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0d0 at the offset 0x238e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1991 at the offset 0x2398.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x23ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x1887 at the offset 0x23d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x23e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0d6 at the offset 0x23fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x240d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0e0 at the offset 0x2428.
grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x246e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa12e at the offset 0x248e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa13e at the offset 0x249e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa14f at the offset 0x24b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x24cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x251a.
grub-install: info: relocating an R_X86_64_64 entry to 0x208b at the offset 0x2595.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x25a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x375e at the offset 0x25ab.
grub-install: info: relocating an R_X86_64_64 entry to 0x3053 at the offset 0x25b7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x25c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x25e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x131d at the offset 0x25ee.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x25fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x1de9 at the offset 0x2611.
grub-install: info: relocating an R_X86_64_64 entry to 0x169b at the offset 0x2629.
grub-install: info: relocating an R_X86_64_64 entry to 0x2128 at the offset 0x2639.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e8 at the offset 0x2654.
grub-install: info: relocating an R_X86_64_64 entry to 0x79c4 at the offset 0x2678.
grub-install: info: relocating an R_X86_64_64 entry to 0xb77 at the offset 0x2692.
grub-install: info: relocating an R_X86_64_64 entry to 0x385b at the offset 0x269f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x26c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x699 at the offset 0x26f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2755.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2768.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x27ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x27cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x281f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x2844.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2870.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x287a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2889.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x289f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x28b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x28c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x28de.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x28f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2920.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x2942.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x297e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x29a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x29dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x29ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x29f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x2a00.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2a0a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2a17.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2a31.
grub-install: info: relocating an R_X86_64_64 entry to 0xa181 at the offset 0x2a44.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x2a55.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2a66.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x2a73.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2a82.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x2a8d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x2a9f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x2aa9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2ab3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2abd.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x2ac7.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2ad7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x2ae4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa164 at the offset 0x2af0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2aff.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2b14.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x2b21.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2b2e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2b49.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x2b59.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1a0 at the offset 0x2b67.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1c0 at the offset 0x2b78.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x2b84.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x2b95.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2baa.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2bbd.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2bcd.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x2bda.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2beb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x2bfd.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x2c0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x2aa9 at the offset 0x2c2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d4 at the offset 0x2c36.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b7a at the offset 0x2c66.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1e8 at the offset 0x2c82.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x2cac.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x2cc4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1ff at the offset 0x2d19.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x2d25.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x2d91.
grub-install: info: relocating an R_X86_64_64 entry to 0x3dc4 at the offset 0x2eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa215 at the offset 0x2f02.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x2f0c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa24a at the offset 0x2f1b.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x2f33.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x2f4e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2f6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3032.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x30aa.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x30bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x30d4.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x30e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x30f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x312d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3151.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x3163.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3183.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x3195.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x31a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3581 at the offset 0x31b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x31c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x31d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3581 at the offset 0x31ed.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3202.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x3213.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c9 at the offset 0x323b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c8 at the offset 0x3246.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x325a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3268.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x327c.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x328f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b00 at the offset 0x32e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x32fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x330a.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3316.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x3340.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x3366.
grub-install: info: relocating an R_X86_64_64 entry to 0xa25c at the offset 0x3377.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3386.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x3392.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x339c.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c8 at the offset 0x33a6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb798 at the offset 0x33b6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x33c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x33cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x711a at the offset 0x33d9.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x33e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x33f7.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x3401.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b0 at the offset 0x340b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6d8 at the offset 0x341b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x342a.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x3434.
grub-install: info: relocating an R_X86_64_64 entry to 0x711a at the offset 0x343f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x344b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7134 at the offset 0x345e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x3468.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x3474.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x3480.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x348f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc900 at the offset 0x34ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f0 at the offset 0x34b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc900 at the offset 0x351d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x3560.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f0 at the offset 0x357c.
grub-install: info: relocating an R_X86_64_64 entry to 0x389a at the offset 0x3586.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fc4 at the offset 0x3590.
grub-install: info: relocating an R_X86_64_64 entry to 0xa279 at the offset 0x359c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x35a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa286 at the offset 0x35be.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x35ca.
grub-install: info: relocating an R_X86_64_64 entry to 0xa29b at the offset 0x360e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x361a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2ce at the offset 0x3629.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2ad at the offset 0x363e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x364a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x3660.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x369c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2e6 at the offset 0x36ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x36f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2f7 at the offset 0x3711.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x371d.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cb1 at the offset 0x3818.
grub-install: info: relocating an R_X86_64_64 entry to 0xa318 at the offset 0x382f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3840.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x3859.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x3872.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x388e.
grub-install: info: relocating an R_X86_64_64 entry to 0x39b2 at the offset 0x38ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2f7 at the offset 0x3904.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x3910.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x39f5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x3a02.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3a68.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x3ac7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x3b15.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3b2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x39b2 at the offset 0x3b41.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x3b68.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x3b8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3b9d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc908 at the offset 0x3bba.
grub-install: info: relocating an R_X86_64_64 entry to 0xc908 at the offset 0x3bc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x3bda.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x3c11.
grub-install: info: relocating an R_X86_64_64 entry to 0xa326 at the offset 0x3c37.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x3c4a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x3c5f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7134 at the offset 0x3d06.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3d15.
grub-install: info: relocating an R_X86_64_64 entry to 0xa327 at the offset 0x3d26.
grub-install: info: relocating an R_X86_64_64 entry to 0xa329 at the offset 0x3d30.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3d3d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa32a at the offset 0x3d47.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3d61.
grub-install: info: relocating an R_X86_64_64 entry to 0xa330 at the offset 0x3d6b.
grub-install: info: relocating an R_X86_64_64 entry to 0x415b at the offset 0x3d8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x47ec at the offset 0x3d95.
grub-install: info: relocating an R_X86_64_64 entry to 0xa33e at the offset 0x3da1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x3dab.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x3db7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x3dc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6878 at the offset 0x3dd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x3df5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ed6 at the offset 0x3e10.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x3e27.
grub-install: info: relocating an R_X86_64_64 entry to 0xa340 at the offset 0x3e49.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3e5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x3e72.
grub-install: info: relocating an R_X86_64_64 entry to 0xa336 at the offset 0x3e85.
grub-install: info: relocating an R_X86_64_64 entry to 0xa351 at the offset 0x3e99.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3ea5.
grub-install: info: relocating an R_X86_64_64 entry to 0x4120 at the offset 0x3eba.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x3ecc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa33e at the offset 0x3ed6.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x3ee2.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x3ef1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3f00.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x3f0c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa36a at the offset 0x3f22.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3f33.
grub-install: info: relocating an R_X86_64_64 entry to 0x60b5 at the offset 0x3f53.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x3f5f.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x3f73.
grub-install: info: relocating an R_X86_64_64 entry to 0xa36a at the offset 0x3f87.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3f98.
grub-install: info: relocating an R_X86_64_64 entry to 0x649f at the offset 0x3fa5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6523 at the offset 0x3fbf.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x3fc9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa380 at the offset 0x3fec.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3ff8.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x4012.
grub-install: info: relocating an R_X86_64_64 entry to 0xa387 at the offset 0x402c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x403d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x4053.
grub-install: info: relocating an R_X86_64_64 entry to 0xa399 at the offset 0x406c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3b6 at the offset 0x4076.
grub-install: info: relocating an R_X86_64_64 entry to 0x43b6 at the offset 0x4080.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3c5 at the offset 0x408a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ff6 at the offset 0x4094.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3c9 at the offset 0x40af.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3e9 at the offset 0x40b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x4381 at the offset 0x40c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3f0 at the offset 0x40cd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3f6 at the offset 0x40dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa40d at the offset 0x40e6.
grub-install: info: relocating an R_X86_64_64 entry to 0x417b at the offset 0x40f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa413 at the offset 0x40fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa416 at the offset 0x410c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa427 at the offset 0x4117.
grub-install: info: relocating an R_X86_64_64 entry to 0x431c at the offset 0x4121.
grub-install: info: relocating an R_X86_64_64 entry to 0xa42e at the offset 0x412b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4139.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0x4169.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4173.
grub-install: info: relocating an R_X86_64_64 entry to 0xa435 at the offset 0x418d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x4199.
grub-install: info: relocating an R_X86_64_64 entry to 0xa43b at the offset 0x41e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x41ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xa43b at the offset 0x4205.
grub-install: info: relocating an R_X86_64_64 entry to 0xa440 at the offset 0x420f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4220.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4235.
grub-install: info: relocating an R_X86_64_64 entry to 0x4de5 at the offset 0x4254.
grub-install: info: relocating an R_X86_64_64 entry to 0xc910 at the offset 0x426b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x427a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x42a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x42c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x42d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x42f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x4326.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x433a.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x4352.
grub-install: info: relocating an R_X86_64_64 entry to 0x4535 at the offset 0x4364.
grub-install: info: relocating an R_X86_64_64 entry to 0x919a at the offset 0x4376.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x438e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4398.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x4409.
grub-install: info: relocating an R_X86_64_64 entry to 0x4702 at the offset 0x442b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x4482.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x44d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc920 at the offset 0x44fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc920 at the offset 0x4510.
grub-install: info: relocating an R_X86_64_64 entry to 0xc918 at the offset 0x451f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc918 at the offset 0x452c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x455b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4586.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x45b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x45c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x45dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x48ac at the offset 0x462b.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x4648.
grub-install: info: relocating an R_X86_64_64 entry to 0x4856 at the offset 0x4662.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4673.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x469a.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x46f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x4937 at the offset 0x4713.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x472d.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x473e.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x47dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x47e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa458 at the offset 0x47f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4800.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4811.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x481e.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x482f.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x484c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc920 at the offset 0x4898.
grub-install: info: relocating an R_X86_64_64 entry to 0xc918 at the offset 0x48a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x48b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x18708 at the offset 0x48c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x48cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x48fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x4912.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x491c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa479 at the offset 0x494f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4959.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4968.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4972.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x4996.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x49a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc928 at the offset 0x49ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x49ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xa488 at the offset 0x49f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4a00.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4a16.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4a20.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x4a34.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4a80.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x4aa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x4abc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x4ad6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x4af6.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4b03.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4b33.
grub-install: info: relocating an R_X86_64_64 entry to 0xa499 at the offset 0x4b5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4b70.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4b89.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4b95.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x4bab.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4d9 at the offset 0x4bbc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4bc6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x4be4.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x4bf3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4ef at the offset 0x4c07.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4c18.
grub-install: info: relocating an R_X86_64_64 entry to 0x9003 at the offset 0x4c39.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4c7 at the offset 0x4c4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4c5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x4c6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc928 at the offset 0x4c7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cb1 at the offset 0x4c98.
grub-install: info: relocating an R_X86_64_64 entry to 0xc928 at the offset 0x4ca9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa503 at the offset 0x4d16.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4d27.
grub-install: info: relocating an R_X86_64_64 entry to 0xa531 at the offset 0x4d72.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4d83.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x4d96.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x4da4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa55f at the offset 0x4db1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4dbb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4dca.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4dd4.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x4de1.
grub-install: info: relocating an R_X86_64_64 entry to 0x49fc at the offset 0x4e1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x48ac at the offset 0x4e7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x4937 at the offset 0x4eff.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4fab.
grub-install: info: relocating an R_X86_64_64 entry to 0x49fc at the offset 0x4fc5.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x4fe9.
grub-install: info: relocating an R_X86_64_64 entry to 0x4856 at the offset 0x5007.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x504b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x505d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x508f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5447 at the offset 0x50fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa587 at the offset 0x5117.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5129.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x513b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x516e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5186.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x5191.
grub-install: info: relocating an R_X86_64_64 entry to 0xc980 at the offset 0x51d4.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x5200.
grub-install: info: relocating an R_X86_64_64 entry to 0x562f at the offset 0x523b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5294.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x529e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc980 at the offset 0x52c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x52d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5329.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5336.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x534a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa59e at the offset 0x53a9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x53b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x53bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x53c7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ca at the offset 0x53d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5eb at the offset 0x5406.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5417.
grub-install: info: relocating an R_X86_64_64 entry to 0x741 at the offset 0x5428.
grub-install: info: relocating an R_X86_64_64 entry to 0xa60e at the offset 0x5441.
grub-install: info: relocating an R_X86_64_64 entry to 0xa635 at the offset 0x5468.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5479.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x548f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa64f at the offset 0x54b1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x54bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x54cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x5489 at the offset 0x54d6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa661 at the offset 0x54e3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa671 at the offset 0x54fd.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x550c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa686 at the offset 0x5528.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x5532.
grub-install: info: relocating an R_X86_64_64 entry to 0xa694 at the offset 0x554a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6a3 at the offset 0x5562.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6b2 at the offset 0x5573.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6bb at the offset 0x5588.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5597.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x55ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6d0 at the offset 0x55c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x55e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x55f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x5624.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x5635.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x5658.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x5671.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x56c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x5736.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x5787.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x579e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x57c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6d9 at the offset 0x57fb.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x580c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b60 at the offset 0x5899.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x58da.
grub-install: info: relocating an R_X86_64_64 entry to 0xc980 at the offset 0x58ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x598e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x59db.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x59ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x59f9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6e9 at the offset 0x5a03.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6f7 at the offset 0x5a2a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa705 at the offset 0x5a78.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5a89.
grub-install: info: relocating an R_X86_64_64 entry to 0xa71e at the offset 0x5aa9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5aba.
grub-install: info: relocating an R_X86_64_64 entry to 0x770 at the offset 0x5ad4.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x5b37.
grub-install: info: relocating an R_X86_64_64 entry to 0xa734 at the offset 0x5b54.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x5b5e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5b6d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa750 at the offset 0x5b80.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x5b8a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5b99.
grub-install: info: relocating an R_X86_64_64 entry to 0xa761 at the offset 0x5bac.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x5bb6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5bc5.
grub-install: info: relocating an R_X86_64_64 entry to 0x54fa at the offset 0x5bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa774 at the offset 0x5c07.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5c16.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0x5c20.
grub-install: info: relocating an R_X86_64_64 entry to 0x5786 at the offset 0x5c32.
grub-install: info: relocating an R_X86_64_64 entry to 0xa783 at the offset 0x5c4b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5c5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5c74.
grub-install: info: relocating an R_X86_64_64 entry to 0xa795 at the offset 0x5c81.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5c90.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5ca1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7a6 at the offset 0x5cc7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5cd6.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0x5ce0.
grub-install: info: relocating an R_X86_64_64 entry to 0x69f5 at the offset 0x5cf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x5d0e.
grub-install: info: relocating an R_X86_64_64 entry to 0x69aa at the offset 0x5d18.
grub-install: info: relocating an R_X86_64_64 entry to 0x690a at the offset 0x5d40.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5d4a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ff9 at the offset 0x5d77.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7b8 at the offset 0x5da9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x5db3.
grub-install: info: relocating an R_X86_64_64 entry to 0x5447 at the offset 0x5dc5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7b8 at the offset 0x5de2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7bf at the offset 0x5dec.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5dfd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7d7 at the offset 0x5e16.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x5e20.
grub-install: info: relocating an R_X86_64_64 entry to 0x60b5 at the offset 0x5e3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5e4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x5e64.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7ec at the offset 0x5e74.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5e85.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5e9b.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x5ea9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5ec1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x5efe.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x5f0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x5f44.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x5f7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5f9d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x5fb3.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x5fce.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x5ff5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x604d.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6063.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x6072.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x60a7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fd at the offset 0x60cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x60d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x6101.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x6129.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x6144.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x61bc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fd at the offset 0x61d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x61de.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x61ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x6212.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fd at the offset 0x6227.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x6234.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6261.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x629b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x62b4.
grub-install: info: relocating an R_X86_64_64 entry to 0x88b2 at the offset 0x62be.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x62d1.
grub-install: info: relocating an R_X86_64_64 entry to 0xda40 at the offset 0x62e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x62f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6305.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x6316.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x6321.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x632c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6336.
grub-install: info: relocating an R_X86_64_64 entry to 0xda00 at the offset 0x6348.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6358.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x6368.
grub-install: info: relocating an R_X86_64_64 entry to 0xda40 at the offset 0x6379.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x6382.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x639a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x63ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x63b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x63c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x63dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fe at the offset 0x63ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x63f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x6402.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x640f.
grub-install: info: relocating an R_X86_64_64 entry to 0x18844 at the offset 0x641c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18844 at the offset 0x6427.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x6431.
grub-install: info: relocating an R_X86_64_64 entry to 0xda00 at the offset 0x6441.
grub-install: info: relocating an R_X86_64_64 entry to 0xa80a at the offset 0x6450.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x645c.
grub-install: info: relocating an R_X86_64_64 entry to 0xda00 at the offset 0x6468.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x6491.
grub-install: info: relocating an R_X86_64_64 entry to 0xa832 at the offset 0x64a7.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x64b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x64cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x64ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xa846 at the offset 0x6525.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6531.
grub-install: info: relocating an R_X86_64_64 entry to 0x18850 at the offset 0x656d.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x65ca.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x65d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x65e9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6878 at the offset 0x65f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x660c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x661b.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x6641.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x6659.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x667c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb800 at the offset 0x66a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ed6 at the offset 0x66b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x66ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x66fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0x670e.
grub-install: info: relocating an R_X86_64_64 entry to 0x69aa at the offset 0x6745.
grub-install: info: relocating an R_X86_64_64 entry to 0x18860 at the offset 0x6756.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0x6760.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x676a.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x677e.
grub-install: info: relocating an R_X86_64_64 entry to 0x18860 at the offset 0x6795.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0x679f.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x67a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x67cc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa86b at the offset 0x67d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x50c8 at the offset 0x6803.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x68fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x6959.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x69b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x69c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa88f at the offset 0x69d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x69e4.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x6a12.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6a2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x6a4e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8a6 at the offset 0x6a76.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6a87.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x6ab1.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6abf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe470 at the offset 0x6ae9.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x6af6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8bf at the offset 0x6b0f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d0 at the offset 0x6b19.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d3 at the offset 0x6b28.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bf7 at the offset 0x6b37.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8dd at the offset 0x6b41.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6b51.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x6b64.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8df at the offset 0x6b76.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d0 at the offset 0x6b80.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d3 at the offset 0x6b8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x6b9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6ba7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6bbd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe468 at the offset 0x6bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6be9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe468 at the offset 0x6c02.
grub-install: info: relocating an R_X86_64_64 entry to 0xe470 at the offset 0x6c12.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bf7 at the offset 0x6c21.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8dd at the offset 0x6c2b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6c3a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c47.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c52.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c65.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c70.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6c7c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c90.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c9b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f5 at the offset 0x6cb9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6cca.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x6ce6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x6d6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x6d8c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x6d9c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6da9.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a at the offset 0x6dc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0x6dd9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa913 at the offset 0x6deb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x6dfa.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x6e06.
grub-install: info: relocating an R_X86_64_64 entry to 0xa933 at the offset 0x6e30.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x6e3c.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x6e48.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6e6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x6eb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe480 at the offset 0x6ecc.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x6ed8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x6ef0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe480 at the offset 0x6f03.
grub-install: info: relocating an R_X86_64_64 entry to 0xa946 at the offset 0x6f17.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x6f26.
grub-install: info: relocating an R_X86_64_64 entry to 0x99a4 at the offset 0x6f34.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6f40.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ff9 at the offset 0x6f5e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6f6d.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x6f98.
grub-install: info: relocating an R_X86_64_64 entry to 0xa967 at the offset 0x6fa2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x6fac.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6fb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x6fc7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa96a at the offset 0x6fe6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x6ff5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x7001.
grub-install: info: relocating an R_X86_64_64 entry to 0x7163 at the offset 0x703f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98a at the offset 0x7049.
grub-install: info: relocating an R_X86_64_64 entry to 0x65ae at the offset 0x7053.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f8 at the offset 0x7067.
grub-install: info: relocating an R_X86_64_64 entry to 0xa912 at the offset 0x70ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98f at the offset 0x70b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x70c2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa996 at the offset 0x70e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x70ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xa996 at the offset 0x70f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x660e at the offset 0x7102.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x7111.
grub-install: info: relocating an R_X86_64_64 entry to 0x79c4 at the offset 0x7135.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x7155.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x717d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x71dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x71f7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa99e at the offset 0x7237.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x7241.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x7263.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x7272.
grub-install: info: relocating an R_X86_64_64 entry to 0xa912 at the offset 0x7281.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98f at the offset 0x7292.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x729e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x72a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9a9 at the offset 0x72bc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98a at the offset 0x72d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x72e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x660e at the offset 0x72f5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98a at the offset 0x7304.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9a9 at the offset 0x7311.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x731e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9b0 at the offset 0x7335.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x7344.
grub-install: info: relocating an R_X86_64_64 entry to 0x4466 at the offset 0x7352.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x7360.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9cf at the offset 0x736a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe480 at the offset 0x737b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8f95 at the offset 0x738d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9f4 at the offset 0x7399.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x73aa.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa35 at the offset 0x73b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x73c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x73ce.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa35 at the offset 0x73d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x73e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x70e2 at the offset 0x73f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x7410.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x7426.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa3c at the offset 0x743b.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x744a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x745c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x746c.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa3c at the offset 0x748d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x7499.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x74bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x750d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x751b.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x75f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x79f6 at the offset 0x763e.
grub-install: info: relocating an R_X86_64_64 entry to 0x79f6 at the offset 0x7655.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x7774.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x7784.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x77a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x77c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x77d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x77f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x7875.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa56 at the offset 0x7915.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x7926.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x7941.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa41 at the offset 0x7952.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x7963.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x7ab2.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x7acb.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7b01.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x7b13.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b88 at the offset 0x7c5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7d07.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7db4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7e02.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa6a at the offset 0x7ec6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x7f67.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x7fa2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9c at the offset 0x81bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x8111 at the offset 0x81c5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0x81cf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0x81f3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8210.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8224.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5bc at the offset 0x8237.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5bd at the offset 0x8244.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5be at the offset 0x8251.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5bf at the offset 0x825e.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x8282.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x8291.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x82a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x8301.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x834b.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x835f.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa71 at the offset 0x8386.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x8390.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa77 at the offset 0x83b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a34 at the offset 0x83c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa7b at the offset 0x83e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x83ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x8424.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x8430.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9c at the offset 0x845f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8111 at the offset 0x8481.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x8492.
grub-install: info: relocating an R_X86_64_64 entry to 0x8849 at the offset 0x84b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x88b2 at the offset 0x84fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8511.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9c at the offset 0x852a.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x854f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8111 at the offset 0x856e.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x8582.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8599.
grub-install: info: relocating an R_X86_64_64 entry to 0x890b at the offset 0x85f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x860a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x864d.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x8661.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa83 at the offset 0x866f.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x867b.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa8d at the offset 0x868b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9985 at the offset 0x8699.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e04 at the offset 0x86a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x86c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x86cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x86f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x870c.
grub-install: info: relocating an R_X86_64_64 entry to 0x890b at the offset 0x874a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb850 at the offset 0x875a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb850 at the offset 0x876a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8774.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x87cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x87ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x8801.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x8837.
grub-install: info: relocating an R_X86_64_64 entry to 0xb880 at the offset 0x888d.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x88c6.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b91 at the offset 0x896f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c69 at the offset 0x89c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b91 at the offset 0x89e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c1b at the offset 0x8a01.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x8a3f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c1b at the offset 0x8abe.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8aed.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x8b0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8b3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8b46.
grub-install: info: relocating an R_X86_64_64 entry to 0x9515 at the offset 0x8b99.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ba9 at the offset 0x8ba3.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ba9 at the offset 0x8bd6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8be7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8bf4.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x8c47.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0x8c59.
grub-install: info: relocating an R_X86_64_64 entry to 0x7982 at the offset 0x8c8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x93df at the offset 0x8cdd.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8cf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8d0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8d31.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8d6e.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0x8d9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9446 at the offset 0x8dce.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8de2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x8e11.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaa5 at the offset 0x8e2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x8e38.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x8e4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8e72.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0x8ea0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaa6 at the offset 0x8eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x8ebe.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0x8f6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaa9 at the offset 0x8f8a.
grub-install: info: relocating an R_X86_64_64 entry to 0xaae5 at the offset 0x8f9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x8fa8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaadb at the offset 0x8fba.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8fcc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9346 at the offset 0x8ff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x9007.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x902c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9346 at the offset 0x9069.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0x90c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9446 at the offset 0x90dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x90f2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d21 at the offset 0x9119.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x915c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x918e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x91b3.
grub-install: info: relocating an R_X86_64_64 entry to 0x70e2 at the offset 0x91c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaf6 at the offset 0x91ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x8710 at the offset 0x91fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x9207.
grub-install: info: relocating an R_X86_64_64 entry to 0xab0d at the offset 0x9211.
grub-install: info: relocating an R_X86_64_64 entry to 0xab12 at the offset 0x9225.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x9231.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x9242.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x9257.
grub-install: info: relocating an R_X86_64_64 entry to 0xab28 at the offset 0x926c.
grub-install: info: relocating an R_X86_64_64 entry to 0xab2b at the offset 0x927b.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x9285.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x92a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x92b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9985 at the offset 0x92bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x92c6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x92f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x9316.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x9332.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x935c.
grub-install: info: relocating an R_X86_64_64 entry to 0xab39 at the offset 0x9370.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x937a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x9389.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x9393.
grub-install: info: relocating an R_X86_64_64 entry to 0xab3b at the offset 0x93b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x93bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x93cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x9666 at the offset 0x93d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x93e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9515 at the offset 0x9412.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x9423.
grub-install: info: relocating an R_X86_64_64 entry to 0x982f at the offset 0x946d.
grub-install: info: relocating an R_X86_64_64 entry to 0x982f at the offset 0x94a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x982f at the offset 0x94c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x94e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c8 at the offset 0x9515.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c0 at the offset 0x9529.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x953a.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x9560.
grub-install: info: relocating an R_X86_64_64 entry to 0x9913 at the offset 0x9588.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x9592.
grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x95a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xba00 at the offset 0x95b3.
grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
grub-install: info: relocating an R_X86_64_64 entry to 0x22c0 at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x22d9 at the offset 0x8.
grub-install: info: relocating an R_X86_64_64 entry to 0x22ed at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x2308 at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x231a at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x2488 at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x24a6 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0x24bf at the offset 0x38.
grub-install: info: relocating an R_X86_64_64 entry to 0x24da at the offset 0x40.
grub-install: info: relocating an R_X86_64_64 entry to 0x24f1 at the offset 0x48.
grub-install: info: relocating an R_X86_64_64 entry to 0x2536 at the offset 0x50.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0x58.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0x60.
grub-install: info: relocating an R_X86_64_64 entry to 0x2665 at the offset 0x68.
grub-install: info: relocating an R_X86_64_64 entry to 0x26d1 at the offset 0x70.
grub-install: info: relocating an R_X86_64_64 entry to 0x2549 at the offset 0x78.
grub-install: info: relocating an R_X86_64_64 entry to 0x2583 at the offset 0x80.
grub-install: info: relocating an R_X86_64_64 entry to 0x25da at the offset 0x88.
grub-install: info: relocating an R_X86_64_64 entry to 0x2689 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x250a at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x26af at the offset 0xb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x270d at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x276a at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2789 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x27a7 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x281c at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ca4 at the offset 0x160.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ca4 at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0x5da2 at the offset 0x170.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e45 at the offset 0x178.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e69 at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0x808e at the offset 0x188.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x190.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x198.
grub-install: info: relocating an R_X86_64_64 entry to 0x80ae at the offset 0x1a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x1a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x1b0.
grub-install: info: dealing with the relocation section .rela.data for .data.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0xf69 at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x917 at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e2 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0xead at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x1261 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0xa271 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x35d3 at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x35b2 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x334c at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x34e3 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x354f at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x34a8 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x36f9 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3600 at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3581 at the offset 0xe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa271 at the offset 0x150.
grub-install: info: relocating an R_X86_64_64 entry to 0x3665 at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0xd980 at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0xa908 at the offset 0x1d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cf4 at the offset 0x1e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bfd at the offset 0x1e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a0 at the offset 0x210.
grub-install: info: relocating an R_X86_64_64 entry to 0x78a8 at the offset 0x218.
grub-install: info: relocating an R_X86_64_64 entry to 0x98bb at the offset 0x380.
grub-install: info: relocating an R_X86_64_64 entry to 0xab54 at the offset 0x3c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x417 at the offset 0x3c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xab5f at the offset 0x3d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x3e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xab6a at the offset 0x3f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cc at the offset 0x3f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xab76 at the offset 0x408.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x410.
grub-install: info: relocating an R_X86_64_64 entry to 0xab81 at the offset 0x420.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x428.
grub-install: info: relocating an R_X86_64_64 entry to 0xab8c at the offset 0x438.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x440.
grub-install: info: relocating an R_X86_64_64 entry to 0xab97 at the offset 0x450.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x458.
grub-install: info: relocating an R_X86_64_64 entry to 0xaba2 at the offset 0x468.
grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x470.
grub-install: info: relocating an R_X86_64_64 entry to 0xabad at the offset 0x480.
grub-install: info: relocating an R_X86_64_64 entry to 0x49f at the offset 0x488.
grub-install: info: relocating an R_X86_64_64 entry to 0xabb8 at the offset 0x498.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a0 at the offset 0x4a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xabcc at the offset 0x4b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x4b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0x4c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x4d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xabf3 at the offset 0x4e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x4e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xac05 at the offset 0x4f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x47ec at the offset 0x500.
grub-install: info: relocating an R_X86_64_64 entry to 0xac19 at the offset 0x510.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x518.
grub-install: info: relocating an R_X86_64_64 entry to 0xac2a at the offset 0x528.
grub-install: info: relocating an R_X86_64_64 entry to 0x4c96 at the offset 0x530.
grub-install: info: relocating an R_X86_64_64 entry to 0xac4a at the offset 0x540.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x548.
grub-install: info: relocating an R_X86_64_64 entry to 0xac60 at the offset 0x558.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x560.
grub-install: info: relocating an R_X86_64_64 entry to 0xac70 at the offset 0x570.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x578.
grub-install: info: relocating an R_X86_64_64 entry to 0xac83 at the offset 0x588.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cfb at the offset 0x590.
grub-install: info: relocating an R_X86_64_64 entry to 0xac9a at the offset 0x5a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d10 at the offset 0x5a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xacb3 at the offset 0x5b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe750 at the offset 0x5c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaccb at the offset 0x5d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe740 at the offset 0x5d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xace9 at the offset 0x5e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5425 at the offset 0x5f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xacfc at the offset 0x600.
grub-install: info: relocating an R_X86_64_64 entry to 0x4de5 at the offset 0x608.
grub-install: info: relocating an R_X86_64_64 entry to 0xad0b at the offset 0x618.
grub-install: info: relocating an R_X86_64_64 entry to 0x50c8 at the offset 0x620.
grub-install: info: relocating an R_X86_64_64 entry to 0xad1a at the offset 0x630.
grub-install: info: relocating an R_X86_64_64 entry to 0xe748 at the offset 0x638.
grub-install: info: relocating an R_X86_64_64 entry to 0xad2f at the offset 0x648.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x650.
grub-install: info: relocating an R_X86_64_64 entry to 0xad3d at the offset 0x660.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x668.
grub-install: info: relocating an R_X86_64_64 entry to 0xad4a at the offset 0x678.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x680.
grub-install: info: relocating an R_X86_64_64 entry to 0xad57 at the offset 0x690.
grub-install: info: relocating an R_X86_64_64 entry to 0x5786 at the offset 0x698.
grub-install: info: relocating an R_X86_64_64 entry to 0xad70 at the offset 0x6a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x6b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xad7c at the offset 0x6c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x6c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xad8b at the offset 0x6d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x562f at the offset 0x6e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xad99 at the offset 0x6f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x599 at the offset 0x6f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xada7 at the offset 0x708.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a9 at the offset 0x710.
grub-install: info: relocating an R_X86_64_64 entry to 0xadb9 at the offset 0x720.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a5 at the offset 0x728.
grub-install: info: relocating an R_X86_64_64 entry to 0xadcb at the offset 0x738.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b7a at the offset 0x740.
grub-install: info: relocating an R_X86_64_64 entry to 0xade3 at the offset 0x750.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0x758.
grub-install: info: relocating an R_X86_64_64 entry to 0xae01 at the offset 0x768.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d78 at the offset 0x770.
grub-install: info: relocating an R_X86_64_64 entry to 0xae1f at the offset 0x780.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x788.
grub-install: info: relocating an R_X86_64_64 entry to 0xae33 at the offset 0x798.
grub-install: info: relocating an R_X86_64_64 entry to 0x21f8 at the offset 0x7a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xae4c at the offset 0x7b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2128 at the offset 0x7b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xae62 at the offset 0x7c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1de9 at the offset 0x7d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xae7c at the offset 0x7e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x7e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xae94 at the offset 0x7f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1f77 at the offset 0x800.
grub-install: info: relocating an R_X86_64_64 entry to 0xaeaa at the offset 0x810.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x818.
grub-install: info: relocating an R_X86_64_64 entry to 0xaec0 at the offset 0x828.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x830.
grub-install: info: relocating an R_X86_64_64 entry to 0xaed5 at the offset 0x840.
grub-install: info: relocating an R_X86_64_64 entry to 0x1be6 at the offset 0x848.
grub-install: info: relocating an R_X86_64_64 entry to 0xaeec at the offset 0x858.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b9c at the offset 0x860.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf05 at the offset 0x870.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e8 at the offset 0x878.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf19 at the offset 0x888.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x890.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf30 at the offset 0x8a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2213 at the offset 0x8a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf4b at the offset 0x8b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x8c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf62 at the offset 0x8d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e9d at the offset 0x8d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf78 at the offset 0x8e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e48 at the offset 0x8f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf99 at the offset 0x900.
grub-install: info: relocating an R_X86_64_64 entry to 0x1dc5 at the offset 0x908.
grub-install: info: relocating an R_X86_64_64 entry to 0xafa8 at the offset 0x918.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x920.
grub-install: info: relocating an R_X86_64_64 entry to 0xafbe at the offset 0x930.
grub-install: info: relocating an R_X86_64_64 entry to 0x154e at the offset 0x938.
grub-install: info: relocating an R_X86_64_64 entry to 0xafdd at the offset 0x948.
grub-install: info: relocating an R_X86_64_64 entry to 0x169b at the offset 0x950.
grub-install: info: relocating an R_X86_64_64 entry to 0xaffa at the offset 0x960.
grub-install: info: relocating an R_X86_64_64 entry to 0x660e at the offset 0x968.
grub-install: info: relocating an R_X86_64_64 entry to 0xb00a at the offset 0x978.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x980.
grub-install: info: relocating an R_X86_64_64 entry to 0xb017 at the offset 0x990.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x998.
grub-install: info: relocating an R_X86_64_64 entry to 0xb024 at the offset 0x9a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x649f at the offset 0x9b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb033 at the offset 0x9c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6523 at the offset 0x9c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb04e at the offset 0x9d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18844 at the offset 0x9e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb066 at the offset 0x9f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x9f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb072 at the offset 0xa08.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0xa10.
grub-install: info: relocating an R_X86_64_64 entry to 0xb07d at the offset 0xa20.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0xa28.
grub-install: info: relocating an R_X86_64_64 entry to 0xb088 at the offset 0xa38.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0xa40.
grub-install: info: relocating an R_X86_64_64 entry to 0xb097 at the offset 0xa50.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0xa58.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0a7 at the offset 0xa68.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e04 at the offset 0xa70.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0b1 at the offset 0xa80.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0xa88.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0bc at the offset 0xa98.
grub-install: info: relocating an R_X86_64_64 entry to 0x69aa at the offset 0xaa0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0cc at the offset 0xab0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18860 at the offset 0xab8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0e2 at the offset 0xac8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0xad0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0fc at the offset 0xae0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6878 at the offset 0xae8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb116 at the offset 0xaf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x69f5 at the offset 0xb00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb125 at the offset 0xb10.
grub-install: info: relocating an R_X86_64_64 entry to 0x18850 at the offset 0xb18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb13d at the offset 0xb28.
grub-install: info: relocating an R_X86_64_64 entry to 0x690a at the offset 0xb30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb14c at the offset 0xb40.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bc4 at the offset 0xb48.
grub-install: info: relocating an R_X86_64_64 entry to 0xb15b at the offset 0xb58.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0xb60.
grub-install: info: relocating an R_X86_64_64 entry to 0xb165 at the offset 0xb70.
grub-install: info: relocating an R_X86_64_64 entry to 0xe468 at the offset 0xb78.
grub-install: info: relocating an R_X86_64_64 entry to 0xb17b at the offset 0xb88.
grub-install: info: relocating an R_X86_64_64 entry to 0xe470 at the offset 0xb90.
grub-install: info: relocating an R_X86_64_64 entry to 0xb188 at the offset 0xba0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ed6 at the offset 0xba8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb196 at the offset 0xbb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0xbc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1a7 at the offset 0xbd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9985 at the offset 0xbd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1b3 at the offset 0xbe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9913 at the offset 0xbf0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1c7 at the offset 0xc00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0xc08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1d4 at the offset 0xc18.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0xc20.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1e1 at the offset 0xc30.
grub-install: info: relocating an R_X86_64_64 entry to 0x711a at the offset 0xc38.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1f0 at the offset 0xc48.
grub-install: info: relocating an R_X86_64_64 entry to 0x7134 at the offset 0xc50.
grub-install: info: relocating an R_X86_64_64 entry to 0xb201 at the offset 0xc60.
grub-install: info: relocating an R_X86_64_64 entry to 0x534 at the offset 0xc68.
grub-install: info: relocating an R_X86_64_64 entry to 0xb213 at the offset 0xc78.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0xc80.
grub-install: info: relocating an R_X86_64_64 entry to 0xb21f at the offset 0xc90.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0xc98.
grub-install: info: relocating an R_X86_64_64 entry to 0xb22d at the offset 0xca8.
grub-install: info: relocating an R_X86_64_64 entry to 0x547 at the offset 0xcb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb241 at the offset 0xcc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0xcc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb24d at the offset 0xcd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0xce0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb25a at the offset 0xcf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0xcf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb266 at the offset 0xd08.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fd2 at the offset 0xd10.
grub-install: info: relocating an R_X86_64_64 entry to 0xb276 at the offset 0xd20.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0xd28.
grub-install: info: relocating an R_X86_64_64 entry to 0xb283 at the offset 0xd38.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0xd40.
grub-install: info: relocating an R_X86_64_64 entry to 0xb290 at the offset 0xd50.
grub-install: info: relocating an R_X86_64_64 entry to 0x70e2 at the offset 0xd58.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a5 at the offset 0xd68.
grub-install: info: relocating an R_X86_64_64 entry to 0xc910 at the offset 0xd70.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2b3 at the offset 0xd80.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c0 at the offset 0xd88.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2cc at the offset 0xd98.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c69 at the offset 0xda0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2e6 at the offset 0xdb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d21 at the offset 0xdb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb300 at the offset 0xdc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0xdd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb318 at the offset 0xde0.
grub-install: info: relocating an R_X86_64_64 entry to 0x919a at the offset 0xde8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb32f at the offset 0xdf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0xe00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb347 at the offset 0xe10.
grub-install: info: relocating an R_X86_64_64 entry to 0x9003 at the offset 0xe18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb35c at the offset 0xe28.
grub-install: info: relocating an R_X86_64_64 entry to 0x699 at the offset 0xe30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb375 at the offset 0xe40.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d4 at the offset 0xe48.
grub-install: info: relocating an R_X86_64_64 entry to 0xb386 at the offset 0xe58.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0xe60.
grub-install: info: relocating an R_X86_64_64 entry to 0xb39c at the offset 0xe70.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0xe78.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3ad at the offset 0xe88.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0xe90.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3b9 at the offset 0xea0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8710 at the offset 0xea8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3c6 at the offset 0xeb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x790a at the offset 0xec0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3d1 at the offset 0xed0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0xed8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3e5 at the offset 0xee8.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xef0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3f7 at the offset 0xf00.
grub-install: info: relocating an R_X86_64_64 entry to 0x3eff at the offset 0xf08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb404 at the offset 0xf18.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0xf20.
grub-install: info: relocating an R_X86_64_64 entry to 0xb411 at the offset 0xf30.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ff6 at the offset 0xf38.
grub-install: info: relocating an R_X86_64_64 entry to 0xb42c at the offset 0xf48.
grub-install: info: relocating an R_X86_64_64 entry to 0x65ae at the offset 0xf50.
grub-install: info: relocating an R_X86_64_64 entry to 0xb448 at the offset 0xf60.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xf68.
grub-install: info: relocating an R_X86_64_64 entry to 0xb456 at the offset 0xf78.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0xf80.
grub-install: info: relocating an R_X86_64_64 entry to 0xb462 at the offset 0xf90.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0xf98.
grub-install: info: relocating an R_X86_64_64 entry to 0xb46e at the offset 0xfa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78f7 at the offset 0xfb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb47a at the offset 0xfc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0xfc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb486 at the offset 0xfd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0xfe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb492 at the offset 0xff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7982 at the offset 0xff8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb49f at the offset 0x1008.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x1010.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4ac at the offset 0x1020.
grub-install: info: relocating an R_X86_64_64 entry to 0x79c4 at the offset 0x1028.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4b9 at the offset 0x1038.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x1040.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4c6 at the offset 0x1050.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x1058.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4d4 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a34 at the offset 0x1070.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4e1 at the offset 0x1080.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c8 at the offset 0x1088.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4fb at the offset 0x1098.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x10a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb50c at the offset 0x10b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c8 at the offset 0x10b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb526 at the offset 0x10c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c9 at the offset 0x10d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb53d at the offset 0x10e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x10e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb54f at the offset 0x10f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b0 at the offset 0x1100.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56a at the offset 0x1110.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c8 at the offset 0x1118.
grub-install: info: relocating an R_X86_64_64 entry to 0xb57d at the offset 0x1128.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f0 at the offset 0x1130.
grub-install: info: relocating an R_X86_64_64 entry to 0xb58b at the offset 0x1140.
grub-install: info: relocating an R_X86_64_64 entry to 0x40e8 at the offset 0x1148.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a3 at the offset 0x1158.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x1160.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5b0 at the offset 0x1170.
grub-install: info: relocating an R_X86_64_64 entry to 0x88b2 at the offset 0x1178.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5bf at the offset 0x1188.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x1190.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5ce at the offset 0x11a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x11a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5d9 at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x890b at the offset 0x11c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5e9 at the offset 0x11d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x11d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5f5 at the offset 0x11e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x11f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5fc at the offset 0x1200.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x1208.
grub-install: info: relocating an R_X86_64_64 entry to 0xb603 at the offset 0x1218.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x1220.
grub-install: info: relocating an R_X86_64_64 entry to 0xb60b at the offset 0x1230.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x1238.
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 0x5e1.
grub-install: info: adding a relocation entry for 0x6a5.
grub-install: info: adding a relocation entry for 0x752.
grub-install: info: adding a relocation entry for 0x763.
grub-install: info: adding a relocation entry for 0x790.
grub-install: info: adding a relocation entry for 0x829.
grub-install: info: adding a relocation entry for 0x83b.
grub-install: info: adding a relocation entry for 0x865.
grub-install: info: adding a relocation entry for 0x876.
grub-install: info: adding a relocation entry for 0x8e7.
grub-install: info: adding a relocation entry for 0x8f1.
grub-install: info: adding a relocation entry for 0x900.
grub-install: info: adding a relocation entry for 0x90c.
grub-install: info: adding a relocation entry for 0x92b.
grub-install: info: adding a relocation entry for 0x938.
grub-install: info: adding a relocation entry for 0x94b.
grub-install: info: adding a relocation entry for 0x955.
grub-install: info: adding a relocation entry for 0x986.
grub-install: info: adding a relocation entry for 0x994.
grub-install: info: adding a relocation entry for 0x9ad.
grub-install: info: adding a relocation entry for 0x9be.
grub-install: info: adding a relocation entry for 0x9c9.
grub-install: info: adding a relocation entry for 0x9f2.
grub-install: info: adding a relocation entry for 0xa01.
grub-install: info: adding a relocation entry for 0xa10.
grub-install: info: adding a relocation entry for 0xa1d.
grub-install: info: adding a relocation entry for 0xa35.
grub-install: info: adding a relocation entry for 0xa50.
grub-install: info: adding a relocation entry for 0xa63.
grub-install: info: adding a relocation entry for 0xa70.
grub-install: info: adding a relocation entry for 0xa85.
grub-install: info: adding a relocation entry for 0xad1.
grub-install: info: adding a relocation entry for 0xaec.
grub-install: info: adding a relocation entry for 0xb1d.
grub-install: info: adding a relocation entry for 0xb27.
grub-install: info: adding a relocation entry for 0xb36.
grub-install: info: adding a relocation entry for 0xb5a.
grub-install: info: adding a relocation entry for 0xb7b.
grub-install: info: adding a relocation entry for 0xb87.
grub-install: info: adding a relocation entry for 0xb92.
grub-install: info: adding a relocation entry for 0xb9d.
grub-install: info: adding a relocation entry for 0xbca.
grub-install: info: adding a relocation entry for 0xbdc.
grub-install: info: adding a relocation entry for 0xbf9.
grub-install: info: adding a relocation entry for 0xc0a.
grub-install: info: adding a relocation entry for 0xc32.
grub-install: info: adding a relocation entry for 0xc69.
grub-install: info: adding a relocation entry for 0xc82.
grub-install: info: adding a relocation entry for 0xc90.
grub-install: info: adding a relocation entry for 0xcab.
grub-install: info: adding a relocation entry for 0xcc1.
grub-install: info: adding a relocation entry for 0xcf7.
grub-install: info: adding a relocation entry for 0xd1a.
grub-install: info: adding a relocation entry for 0xd4a.
grub-install: info: adding a relocation entry for 0xd5c.
grub-install: info: adding a relocation entry for 0xd8b.
grub-install: info: adding a relocation entry for 0xda4.
grub-install: info: adding a relocation entry for 0xdb9.
grub-install: info: adding a relocation entry for 0xdd7.
grub-install: info: adding a relocation entry for 0xe04.
grub-install: info: adding a relocation entry for 0xe2f.
grub-install: info: adding a relocation entry for 0xe63.
grub-install: info: adding a relocation entry for 0xe82.
grub-install: info: adding a relocation entry for 0xecf.
grub-install: info: adding a relocation entry for 0xed9.
grub-install: info: adding a relocation entry for 0xee8.
grub-install: info: adding a relocation entry for 0xef2.
grub-install: info: adding a relocation entry for 0xf20.
grub-install: info: adding a relocation entry for 0xf3b.
grub-install: info: adding a relocation entry for 0xf54.
grub-install: info: adding a relocation entry for 0xf87.
grub-install: info: adding a relocation entry for 0xf9b.
grub-install: info: adding a relocation entry for 0xfb5.
grub-install: info: adding a relocation entry for 0xfc9.
grub-install: info: adding a relocation entry for 0xfdb.
grub-install: info: adding a relocation entry for 0xfe5.
grub-install: info: adding a relocation entry for 0xff4.
grub-install: info: adding a relocation entry for 0xffe.
grub-install: info: adding a relocation entry for 0x1026.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 184 bytes of a fixup block starting at 0x0.
grub-install: info: adding a relocation entry for 0x103a.
grub-install: info: adding a relocation entry for 0x104c.
grub-install: info: adding a relocation entry for 0x1056.
grub-install: info: adding a relocation entry for 0x1065.
grub-install: info: adding a relocation entry for 0x106f.
grub-install: info: adding a relocation entry for 0x1098.
grub-install: info: adding a relocation entry for 0x10ae.
grub-install: info: adding a relocation entry for 0x10c2.
grub-install: info: adding a relocation entry for 0x10d4.
grub-install: info: adding a relocation entry for 0x10de.
grub-install: info: adding a relocation entry for 0x10ed.
grub-install: info: adding a relocation entry for 0x10f7.
grub-install: info: adding a relocation entry for 0x1158.
grub-install: info: adding a relocation entry for 0x1175.
grub-install: info: adding a relocation entry for 0x118d.
grub-install: info: adding a relocation entry for 0x11b3.
grub-install: info: adding a relocation entry for 0x11bd.
grub-install: info: adding a relocation entry for 0x11f4.
grub-install: info: adding a relocation entry for 0x124d.
grub-install: info: adding a relocation entry for 0x1283.
grub-install: info: adding a relocation entry for 0x128d.
grub-install: info: adding a relocation entry for 0x129c.
grub-install: info: adding a relocation entry for 0x12a6.
grub-install: info: adding a relocation entry for 0x12d4.
grub-install: info: adding a relocation entry for 0x12ef.
grub-install: info: adding a relocation entry for 0x1308.
grub-install: info: adding a relocation entry for 0x1323.
grub-install: info: adding a relocation entry for 0x1335.
grub-install: info: adding a relocation entry for 0x133f.
grub-install: info: adding a relocation entry for 0x135a.
grub-install: info: adding a relocation entry for 0x13b9.
grub-install: info: adding a relocation entry for 0x13c3.
grub-install: info: adding a relocation entry for 0x13cf.
grub-install: info: adding a relocation entry for 0x1468.
grub-install: info: adding a relocation entry for 0x147e.
grub-install: info: adding a relocation entry for 0x149f.
grub-install: info: adding a relocation entry for 0x14e5.
grub-install: info: adding a relocation entry for 0x1503.
grub-install: info: adding a relocation entry for 0x150f.
grub-install: info: adding a relocation entry for 0x1519.
grub-install: info: adding a relocation entry for 0x1535.
grub-install: info: adding a relocation entry for 0x1544.
grub-install: info: adding a relocation entry for 0x159c.
grub-install: info: adding a relocation entry for 0x15a6.
grub-install: info: adding a relocation entry for 0x15d7.
grub-install: info: adding a relocation entry for 0x15f8.
grub-install: info: adding a relocation entry for 0x160b.
grub-install: info: adding a relocation entry for 0x1678.
grub-install: info: adding a relocation entry for 0x16a1.
grub-install: info: adding a relocation entry for 0x16c4.
grub-install: info: adding a relocation entry for 0x16fa.
grub-install: info: adding a relocation entry for 0x174f.
grub-install: info: adding a relocation entry for 0x175d.
grub-install: info: adding a relocation entry for 0x177b.
grub-install: info: adding a relocation entry for 0x17a3.
grub-install: info: adding a relocation entry for 0x17c1.
grub-install: info: adding a relocation entry for 0x17d9.
grub-install: info: adding a relocation entry for 0x17ef.
grub-install: info: adding a relocation entry for 0x17fc.
grub-install: info: adding a relocation entry for 0x181d.
grub-install: info: adding a relocation entry for 0x182d.
grub-install: info: adding a relocation entry for 0x1857.
grub-install: info: adding a relocation entry for 0x1870.
grub-install: info: adding a relocation entry for 0x19a6.
grub-install: info: adding a relocation entry for 0x19ef.
grub-install: info: adding a relocation entry for 0x1a0a.
grub-install: info: adding a relocation entry for 0x1a29.
grub-install: info: adding a relocation entry for 0x1ba5.
grub-install: info: adding a relocation entry for 0x1bb8.
grub-install: info: adding a relocation entry for 0x1bf3.
grub-install: info: adding a relocation entry for 0x1c2b.
grub-install: info: adding a relocation entry for 0x1c49.
grub-install: info: adding a relocation entry for 0x1c72.
grub-install: info: adding a relocation entry for 0x1cb3.
grub-install: info: adding a relocation entry for 0x1ce7.
grub-install: info: adding a relocation entry for 0x1d09.
grub-install: info: adding a relocation entry for 0x1d1e.
grub-install: info: adding a relocation entry for 0x1d46.
grub-install: info: adding a relocation entry for 0x1d50.
grub-install: info: adding a relocation entry for 0x1d7f.
grub-install: info: adding a relocation entry for 0x1daa.
grub-install: info: adding a relocation entry for 0x1dc7.
grub-install: info: adding a relocation entry for 0x1ddf.
grub-install: info: adding a relocation entry for 0x1df0.
grub-install: info: adding a relocation entry for 0x1dfa.
grub-install: info: adding a relocation entry for 0x1e07.
grub-install: info: adding a relocation entry for 0x1e13.
grub-install: info: adding a relocation entry for 0x1e2f.
grub-install: info: adding a relocation entry for 0x1e3c.
grub-install: info: adding a relocation entry for 0x1e4c.
grub-install: info: adding a relocation entry for 0x1e62.
grub-install: info: adding a relocation entry for 0x1e7e.
grub-install: info: adding a relocation entry for 0x1e8f.
grub-install: info: adding a relocation entry for 0x1eb1.
grub-install: info: adding a relocation entry for 0x1ecb.
grub-install: info: adding a relocation entry for 0x1ed9.
grub-install: info: adding a relocation entry for 0x1ef8.
grub-install: info: adding a relocation entry for 0x1f0a.
grub-install: info: adding a relocation entry for 0x1f2d.
grub-install: info: adding a relocation entry for 0x1f48.
grub-install: info: adding a relocation entry for 0x1f61.
grub-install: info: adding a relocation entry for 0x1f89.
grub-install: info: adding a relocation entry for 0x1f93.
grub-install: info: adding a relocation entry for 0x1fdb.
grub-install: info: adding a relocation entry for 0x1fe5.
grub-install: info: adding a relocation entry for 0x1ff8.
grub-install: info: adding a relocation entry for 0x2035.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 224 bytes of a fixup block starting at 0x1000.
grub-install: info: adding a relocation entry for 0x208f.
grub-install: info: adding a relocation entry for 0x20a2.
grub-install: info: adding a relocation entry for 0x20c0.
grub-install: info: adding a relocation entry for 0x20e6.
grub-install: info: adding a relocation entry for 0x2175.
grub-install: info: adding a relocation entry for 0x2189.
grub-install: info: adding a relocation entry for 0x21ff.
grub-install: info: adding a relocation entry for 0x2209.
grub-install: info: adding a relocation entry for 0x2222.
grub-install: info: adding a relocation entry for 0x227b.
grub-install: info: adding a relocation entry for 0x2289.
grub-install: info: adding a relocation entry for 0x229c.
grub-install: info: adding a relocation entry for 0x22b5.
grub-install: info: adding a relocation entry for 0x22cc.
grub-install: info: adding a relocation entry for 0x22e0.
grub-install: info: adding a relocation entry for 0x22f7.
grub-install: info: adding a relocation entry for 0x230d.
grub-install: info: adding a relocation entry for 0x2320.
grub-install: info: adding a relocation entry for 0x232f.
grub-install: info: adding a relocation entry for 0x2357.
grub-install: info: adding a relocation entry for 0x236c.
grub-install: info: adding a relocation entry for 0x2387.
grub-install: info: adding a relocation entry for 0x239a.
grub-install: info: adding a relocation entry for 0x23ab.
grub-install: info: adding a relocation entry for 0x23c4.
grub-install: info: adding a relocation entry for 0x23da.
grub-install: info: adding a relocation entry for 0x23f0.
grub-install: info: adding a relocation entry for 0x2423.
grub-install: info: adding a relocation entry for 0x244e.
grub-install: info: adding a relocation entry for 0x2460.
grub-install: info: adding a relocation entry for 0x247d.
grub-install: info: adding a relocation entry for 0x2494.
grub-install: info: adding a relocation entry for 0x24b2.
grub-install: info: adding a relocation entry for 0x24c9.
grub-install: info: adding a relocation entry for 0x24e0.
grub-install: info: adding a relocation entry for 0x24fd.
grub-install: info: adding a relocation entry for 0x2516.
grub-install: info: adding a relocation entry for 0x253c.
grub-install: info: adding a relocation entry for 0x2555.
grub-install: info: adding a relocation entry for 0x258b.
grub-install: info: adding a relocation entry for 0x25e2.
grub-install: info: adding a relocation entry for 0x2670.
grub-install: info: adding a relocation entry for 0x2695.
grub-install: info: adding a relocation entry for 0x26bb.
grub-install: info: adding a relocation entry for 0x26d6.
grub-install: info: adding a relocation entry for 0x26e5.
grub-install: info: adding a relocation entry for 0x2702.
grub-install: info: adding a relocation entry for 0x2719.
grub-install: info: adding a relocation entry for 0x2774.
grub-install: info: adding a relocation entry for 0x278e.
grub-install: info: adding a relocation entry for 0x2798.
grub-install: info: adding a relocation entry for 0x27ad.
grub-install: info: adding a relocation entry for 0x27d8.
grub-install: info: adding a relocation entry for 0x27e9.
grub-install: info: adding a relocation entry for 0x27fc.
grub-install: info: adding a relocation entry for 0x280d.
grub-install: info: adding a relocation entry for 0x2828.
grub-install: info: adding a relocation entry for 0x286e.
grub-install: info: adding a relocation entry for 0x288e.
grub-install: info: adding a relocation entry for 0x289e.
grub-install: info: adding a relocation entry for 0x28b6.
grub-install: info: adding a relocation entry for 0x28cd.
grub-install: info: adding a relocation entry for 0x291a.
grub-install: info: adding a relocation entry for 0x2995.
grub-install: info: adding a relocation entry for 0x29a1.
grub-install: info: adding a relocation entry for 0x29ab.
grub-install: info: adding a relocation entry for 0x29b7.
grub-install: info: adding a relocation entry for 0x29c3.
grub-install: info: adding a relocation entry for 0x29e1.
grub-install: info: adding a relocation entry for 0x29ee.
grub-install: info: adding a relocation entry for 0x29fc.
grub-install: info: adding a relocation entry for 0x2a11.
grub-install: info: adding a relocation entry for 0x2a29.
grub-install: info: adding a relocation entry for 0x2a39.
grub-install: info: adding a relocation entry for 0x2a54.
grub-install: info: adding a relocation entry for 0x2a78.
grub-install: info: adding a relocation entry for 0x2a92.
grub-install: info: adding a relocation entry for 0x2a9f.
grub-install: info: adding a relocation entry for 0x2ac8.
grub-install: info: adding a relocation entry for 0x2af2.
grub-install: info: adding a relocation entry for 0x2b55.
grub-install: info: adding a relocation entry for 0x2b68.
grub-install: info: adding a relocation entry for 0x2bae.
grub-install: info: adding a relocation entry for 0x2bcd.
grub-install: info: adding a relocation entry for 0x2c1f.
grub-install: info: adding a relocation entry for 0x2c44.
grub-install: info: adding a relocation entry for 0x2c70.
grub-install: info: adding a relocation entry for 0x2c7a.
grub-install: info: adding a relocation entry for 0x2c89.
grub-install: info: adding a relocation entry for 0x2c9f.
grub-install: info: adding a relocation entry for 0x2cb3.
grub-install: info: adding a relocation entry for 0x2cc9.
grub-install: info: adding a relocation entry for 0x2cde.
grub-install: info: adding a relocation entry for 0x2cf6.
grub-install: info: adding a relocation entry for 0x2d20.
grub-install: info: adding a relocation entry for 0x2d42.
grub-install: info: adding a relocation entry for 0x2d7e.
grub-install: info: adding a relocation entry for 0x2da1.
grub-install: info: adding a relocation entry for 0x2ddc.
grub-install: info: adding a relocation entry for 0x2dec.
grub-install: info: adding a relocation entry for 0x2df6.
grub-install: info: adding a relocation entry for 0x2e00.
grub-install: info: adding a relocation entry for 0x2e0a.
grub-install: info: adding a relocation entry for 0x2e17.
grub-install: info: adding a relocation entry for 0x2e31.
grub-install: info: adding a relocation entry for 0x2e44.
grub-install: info: adding a relocation entry for 0x2e55.
grub-install: info: adding a relocation entry for 0x2e66.
grub-install: info: adding a relocation entry for 0x2e73.
grub-install: info: adding a relocation entry for 0x2e82.
grub-install: info: adding a relocation entry for 0x2e8d.
grub-install: info: adding a relocation entry for 0x2e9f.
grub-install: info: adding a relocation entry for 0x2ea9.
grub-install: info: adding a relocation entry for 0x2eb3.
grub-install: info: adding a relocation entry for 0x2ebd.
grub-install: info: adding a relocation entry for 0x2ec7.
grub-install: info: adding a relocation entry for 0x2ed7.
grub-install: info: adding a relocation entry for 0x2ee4.
grub-install: info: adding a relocation entry for 0x2ef0.
grub-install: info: adding a relocation entry for 0x2eff.
grub-install: info: adding a relocation entry for 0x2f14.
grub-install: info: adding a relocation entry for 0x2f21.
grub-install: info: adding a relocation entry for 0x2f2e.
grub-install: info: adding a relocation entry for 0x2f49.
grub-install: info: adding a relocation entry for 0x2f59.
grub-install: info: adding a relocation entry for 0x2f67.
grub-install: info: adding a relocation entry for 0x2f78.
grub-install: info: adding a relocation entry for 0x2f84.
grub-install: info: adding a relocation entry for 0x2f95.
grub-install: info: adding a relocation entry for 0x2faa.
grub-install: info: adding a relocation entry for 0x2fbd.
grub-install: info: adding a relocation entry for 0x2fcd.
grub-install: info: adding a relocation entry for 0x2fda.
grub-install: info: adding a relocation entry for 0x2feb.
grub-install: info: adding a relocation entry for 0x2ffd.
grub-install: info: adding a relocation entry for 0x300f.
grub-install: info: writing 280 bytes of a fixup block starting at 0x2000.
grub-install: info: adding a relocation entry for 0x302c.
grub-install: info: adding a relocation entry for 0x3036.
grub-install: info: adding a relocation entry for 0x3066.
grub-install: info: adding a relocation entry for 0x3082.
grub-install: info: adding a relocation entry for 0x30ac.
grub-install: info: adding a relocation entry for 0x30c4.
grub-install: info: adding a relocation entry for 0x3119.
grub-install: info: adding a relocation entry for 0x3125.
grub-install: info: adding a relocation entry for 0x3191.
grub-install: info: adding a relocation entry for 0x32aa.
grub-install: info: adding a relocation entry for 0x3302.
grub-install: info: adding a relocation entry for 0x330c.
grub-install: info: adding a relocation entry for 0x331b.
grub-install: info: adding a relocation entry for 0x3333.
grub-install: info: adding a relocation entry for 0x334e.
grub-install: info: adding a relocation entry for 0x336c.
grub-install: info: adding a relocation entry for 0x3432.
grub-install: info: adding a relocation entry for 0x34aa.
grub-install: info: adding a relocation entry for 0x34bb.
grub-install: info: adding a relocation entry for 0x34d4.
grub-install: info: adding a relocation entry for 0x34e9.
grub-install: info: adding a relocation entry for 0x34f7.
grub-install: info: adding a relocation entry for 0x352d.
grub-install: info: adding a relocation entry for 0x3551.
grub-install: info: adding a relocation entry for 0x3563.
grub-install: info: adding a relocation entry for 0x3583.
grub-install: info: adding a relocation entry for 0x3595.
grub-install: info: adding a relocation entry for 0x35a3.
grub-install: info: adding a relocation entry for 0x35b7.
grub-install: info: adding a relocation entry for 0x35c5.
grub-install: info: adding a relocation entry for 0x35d9.
grub-install: info: adding a relocation entry for 0x35ed.
grub-install: info: adding a relocation entry for 0x3602.
grub-install: info: adding a relocation entry for 0x3613.
grub-install: info: adding a relocation entry for 0x363b.
grub-install: info: adding a relocation entry for 0x3646.
grub-install: info: adding a relocation entry for 0x365a.
grub-install: info: adding a relocation entry for 0x3668.
grub-install: info: adding a relocation entry for 0x367c.
grub-install: info: adding a relocation entry for 0x368f.
grub-install: info: adding a relocation entry for 0x36e2.
grub-install: info: adding a relocation entry for 0x36fb.
grub-install: info: adding a relocation entry for 0x370a.
grub-install: info: adding a relocation entry for 0x3716.
grub-install: info: adding a relocation entry for 0x3740.
grub-install: info: adding a relocation entry for 0x3766.
grub-install: info: adding a relocation entry for 0x3777.
grub-install: info: adding a relocation entry for 0x3786.
grub-install: info: adding a relocation entry for 0x3792.
grub-install: info: adding a relocation entry for 0x379c.
grub-install: info: adding a relocation entry for 0x37a6.
grub-install: info: adding a relocation entry for 0x37b6.
grub-install: info: adding a relocation entry for 0x37c5.
grub-install: info: adding a relocation entry for 0x37cf.
grub-install: info: adding a relocation entry for 0x37d9.
grub-install: info: adding a relocation entry for 0x37e7.
grub-install: info: adding a relocation entry for 0x37f7.
grub-install: info: adding a relocation entry for 0x3801.
grub-install: info: adding a relocation entry for 0x380b.
grub-install: info: adding a relocation entry for 0x381b.
grub-install: info: adding a relocation entry for 0x382a.
grub-install: info: adding a relocation entry for 0x3834.
grub-install: info: adding a relocation entry for 0x383f.
grub-install: info: adding a relocation entry for 0x384b.
grub-install: info: adding a relocation entry for 0x385e.
grub-install: info: adding a relocation entry for 0x3868.
grub-install: info: adding a relocation entry for 0x3874.
grub-install: info: adding a relocation entry for 0x3880.
grub-install: info: adding a relocation entry for 0x388f.
grub-install: info: adding a relocation entry for 0x38ac.
grub-install: info: adding a relocation entry for 0x38b9.
grub-install: info: adding a relocation entry for 0x391d.
grub-install: info: adding a relocation entry for 0x3960.
grub-install: info: adding a relocation entry for 0x397c.
grub-install: info: adding a relocation entry for 0x3986.
grub-install: info: adding a relocation entry for 0x3990.
grub-install: info: adding a relocation entry for 0x399c.
grub-install: info: adding a relocation entry for 0x39a8.
grub-install: info: adding a relocation entry for 0x39be.
grub-install: info: adding a relocation entry for 0x39ca.
grub-install: info: adding a relocation entry for 0x3a0e.
grub-install: info: adding a relocation entry for 0x3a1a.
grub-install: info: adding a relocation entry for 0x3a29.
grub-install: info: adding a relocation entry for 0x3a3e.
grub-install: info: adding a relocation entry for 0x3a4a.
grub-install: info: adding a relocation entry for 0x3a60.
grub-install: info: adding a relocation entry for 0x3a9c.
grub-install: info: adding a relocation entry for 0x3aec.
grub-install: info: adding a relocation entry for 0x3af8.
grub-install: info: adding a relocation entry for 0x3b11.
grub-install: info: adding a relocation entry for 0x3b1d.
grub-install: info: adding a relocation entry for 0x3c18.
grub-install: info: adding a relocation entry for 0x3c2f.
grub-install: info: adding a relocation entry for 0x3c40.
grub-install: info: adding a relocation entry for 0x3c59.
grub-install: info: adding a relocation entry for 0x3c72.
grub-install: info: adding a relocation entry for 0x3c8e.
grub-install: info: adding a relocation entry for 0x3cae.
grub-install: info: adding a relocation entry for 0x3d04.
grub-install: info: adding a relocation entry for 0x3d10.
grub-install: info: adding a relocation entry for 0x3df5.
grub-install: info: adding a relocation entry for 0x3e02.
grub-install: info: adding a relocation entry for 0x3e68.
grub-install: info: adding a relocation entry for 0x3ec7.
grub-install: info: adding a relocation entry for 0x3f15.
grub-install: info: adding a relocation entry for 0x3f2e.
grub-install: info: adding a relocation entry for 0x3f41.
grub-install: info: adding a relocation entry for 0x3f68.
grub-install: info: adding a relocation entry for 0x3f8a.
grub-install: info: adding a relocation entry for 0x3f9d.
grub-install: info: adding a relocation entry for 0x3fba.
grub-install: info: adding a relocation entry for 0x3fc9.
grub-install: info: adding a relocation entry for 0x3fda.
grub-install: info: adding a relocation entry for 0x4011.
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 0x3000.
grub-install: info: adding a relocation entry for 0x4037.
grub-install: info: adding a relocation entry for 0x404a.
grub-install: info: adding a relocation entry for 0x405f.
grub-install: info: adding a relocation entry for 0x4106.
grub-install: info: adding a relocation entry for 0x4115.
grub-install: info: adding a relocation entry for 0x4126.
grub-install: info: adding a relocation entry for 0x4130.
grub-install: info: adding a relocation entry for 0x413d.
grub-install: info: adding a relocation entry for 0x4147.
grub-install: info: adding a relocation entry for 0x4161.
grub-install: info: adding a relocation entry for 0x416b.
grub-install: info: adding a relocation entry for 0x418b.
grub-install: info: adding a relocation entry for 0x4195.
grub-install: info: adding a relocation entry for 0x41a1.
grub-install: info: adding a relocation entry for 0x41ab.
grub-install: info: adding a relocation entry for 0x41b7.
grub-install: info: adding a relocation entry for 0x41c8.
grub-install: info: adding a relocation entry for 0x41d8.
grub-install: info: adding a relocation entry for 0x41f5.
grub-install: info: adding a relocation entry for 0x4210.
grub-install: info: adding a relocation entry for 0x4227.
grub-install: info: adding a relocation entry for 0x4249.
grub-install: info: adding a relocation entry for 0x425a.
grub-install: info: adding a relocation entry for 0x4272.
grub-install: info: adding a relocation entry for 0x4285.
grub-install: info: adding a relocation entry for 0x4299.
grub-install: info: adding a relocation entry for 0x42a5.
grub-install: info: adding a relocation entry for 0x42ba.
grub-install: info: adding a relocation entry for 0x42cc.
grub-install: info: adding a relocation entry for 0x42d6.
grub-install: info: adding a relocation entry for 0x42e2.
grub-install: info: adding a relocation entry for 0x42f1.
grub-install: info: adding a relocation entry for 0x4300.
grub-install: info: adding a relocation entry for 0x430c.
grub-install: info: adding a relocation entry for 0x4322.
grub-install: info: adding a relocation entry for 0x4333.
grub-install: info: adding a relocation entry for 0x4353.
grub-install: info: adding a relocation entry for 0x435f.
grub-install: info: adding a relocation entry for 0x4373.
grub-install: info: adding a relocation entry for 0x4387.
grub-install: info: adding a relocation entry for 0x4398.
grub-install: info: adding a relocation entry for 0x43a5.
grub-install: info: adding a relocation entry for 0x43bf.
grub-install: info: adding a relocation entry for 0x43c9.
grub-install: info: adding a relocation entry for 0x43ec.
grub-install: info: adding a relocation entry for 0x43f8.
grub-install: info: adding a relocation entry for 0x4412.
grub-install: info: adding a relocation entry for 0x442c.
grub-install: info: adding a relocation entry for 0x443d.
grub-install: info: adding a relocation entry for 0x4453.
grub-install: info: adding a relocation entry for 0x446c.
grub-install: info: adding a relocation entry for 0x4476.
grub-install: info: adding a relocation entry for 0x4480.
grub-install: info: adding a relocation entry for 0x448a.
grub-install: info: adding a relocation entry for 0x4494.
grub-install: info: adding a relocation entry for 0x44af.
grub-install: info: adding a relocation entry for 0x44b9.
grub-install: info: adding a relocation entry for 0x44c3.
grub-install: info: adding a relocation entry for 0x44cd.
grub-install: info: adding a relocation entry for 0x44dc.
grub-install: info: adding a relocation entry for 0x44e6.
grub-install: info: adding a relocation entry for 0x44f0.
grub-install: info: adding a relocation entry for 0x44fa.
grub-install: info: adding a relocation entry for 0x450c.
grub-install: info: adding a relocation entry for 0x4517.
grub-install: info: adding a relocation entry for 0x4521.
grub-install: info: adding a relocation entry for 0x452b.
grub-install: info: adding a relocation entry for 0x4539.
grub-install: info: adding a relocation entry for 0x4569.
grub-install: info: adding a relocation entry for 0x4573.
grub-install: info: adding a relocation entry for 0x458d.
grub-install: info: adding a relocation entry for 0x4599.
grub-install: info: adding a relocation entry for 0x45e2.
grub-install: info: adding a relocation entry for 0x45ec.
grub-install: info: adding a relocation entry for 0x4605.
grub-install: info: adding a relocation entry for 0x460f.
grub-install: info: adding a relocation entry for 0x4620.
grub-install: info: adding a relocation entry for 0x4635.
grub-install: info: adding a relocation entry for 0x4654.
grub-install: info: adding a relocation entry for 0x466b.
grub-install: info: adding a relocation entry for 0x467a.
grub-install: info: adding a relocation entry for 0x46a5.
grub-install: info: adding a relocation entry for 0x46c8.
grub-install: info: adding a relocation entry for 0x46d8.
grub-install: info: adding a relocation entry for 0x46f6.
grub-install: info: adding a relocation entry for 0x4726.
grub-install: info: adding a relocation entry for 0x473a.
grub-install: info: adding a relocation entry for 0x4752.
grub-install: info: adding a relocation entry for 0x4764.
grub-install: info: adding a relocation entry for 0x4776.
grub-install: info: adding a relocation entry for 0x478e.
grub-install: info: adding a relocation entry for 0x4798.
grub-install: info: adding a relocation entry for 0x4809.
grub-install: info: adding a relocation entry for 0x482b.
grub-install: info: adding a relocation entry for 0x4882.
grub-install: info: adding a relocation entry for 0x48d8.
grub-install: info: adding a relocation entry for 0x48fc.
grub-install: info: adding a relocation entry for 0x4910.
grub-install: info: adding a relocation entry for 0x491f.
grub-install: info: adding a relocation entry for 0x492c.
grub-install: info: adding a relocation entry for 0x495b.
grub-install: info: adding a relocation entry for 0x4986.
grub-install: info: adding a relocation entry for 0x49b1.
grub-install: info: adding a relocation entry for 0x49c5.
grub-install: info: adding a relocation entry for 0x49dc.
grub-install: info: adding a relocation entry for 0x4a2b.
grub-install: info: adding a relocation entry for 0x4a48.
grub-install: info: adding a relocation entry for 0x4a62.
grub-install: info: adding a relocation entry for 0x4a73.
grub-install: info: adding a relocation entry for 0x4a9a.
grub-install: info: adding a relocation entry for 0x4af6.
grub-install: info: adding a relocation entry for 0x4b13.
grub-install: info: adding a relocation entry for 0x4b2d.
grub-install: info: adding a relocation entry for 0x4b3e.
grub-install: info: adding a relocation entry for 0x4bdd.
grub-install: info: adding a relocation entry for 0x4be9.
grub-install: info: adding a relocation entry for 0x4bf6.
grub-install: info: adding a relocation entry for 0x4c00.
grub-install: info: adding a relocation entry for 0x4c11.
grub-install: info: adding a relocation entry for 0x4c1e.
grub-install: info: adding a relocation entry for 0x4c2f.
grub-install: info: adding a relocation entry for 0x4c4c.
grub-install: info: adding a relocation entry for 0x4c98.
grub-install: info: adding a relocation entry for 0x4ca5.
grub-install: info: adding a relocation entry for 0x4cb5.
grub-install: info: adding a relocation entry for 0x4cc0.
grub-install: info: adding a relocation entry for 0x4ccb.
grub-install: info: adding a relocation entry for 0x4cfd.
grub-install: info: adding a relocation entry for 0x4d12.
grub-install: info: adding a relocation entry for 0x4d1c.
grub-install: info: adding a relocation entry for 0x4d4f.
grub-install: info: adding a relocation entry for 0x4d59.
grub-install: info: adding a relocation entry for 0x4d68.
grub-install: info: adding a relocation entry for 0x4d72.
grub-install: info: adding a relocation entry for 0x4d96.
grub-install: info: adding a relocation entry for 0x4da0.
grub-install: info: adding a relocation entry for 0x4dac.
grub-install: info: adding a relocation entry for 0x4dba.
grub-install: info: adding a relocation entry for 0x4df6.
grub-install: info: adding a relocation entry for 0x4e00.
grub-install: info: adding a relocation entry for 0x4e16.
grub-install: info: adding a relocation entry for 0x4e20.
grub-install: info: adding a relocation entry for 0x4e34.
grub-install: info: adding a relocation entry for 0x4e80.
grub-install: info: adding a relocation entry for 0x4ea8.
grub-install: info: adding a relocation entry for 0x4ebc.
grub-install: info: adding a relocation entry for 0x4ed6.
grub-install: info: adding a relocation entry for 0x4ef6.
grub-install: info: adding a relocation entry for 0x4f03.
grub-install: info: adding a relocation entry for 0x4f33.
grub-install: info: adding a relocation entry for 0x4f5d.
grub-install: info: adding a relocation entry for 0x4f70.
grub-install: info: adding a relocation entry for 0x4f89.
grub-install: info: adding a relocation entry for 0x4f95.
grub-install: info: adding a relocation entry for 0x4fab.
grub-install: info: adding a relocation entry for 0x4fbc.
grub-install: info: adding a relocation entry for 0x4fc6.
grub-install: info: adding a relocation entry for 0x4fd5.
grub-install: info: adding a relocation entry for 0x4fe4.
grub-install: info: adding a relocation entry for 0x4ff3.
grub-install: info: adding a relocation entry for 0x5007.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 336 bytes of a fixup block starting at 0x4000.
grub-install: info: adding a relocation entry for 0x5018.
grub-install: info: adding a relocation entry for 0x5039.
grub-install: info: adding a relocation entry for 0x504e.
grub-install: info: adding a relocation entry for 0x505d.
grub-install: info: adding a relocation entry for 0x506e.
grub-install: info: adding a relocation entry for 0x507a.
grub-install: info: adding a relocation entry for 0x5098.
grub-install: info: adding a relocation entry for 0x50a9.
grub-install: info: adding a relocation entry for 0x5116.
grub-install: info: adding a relocation entry for 0x5127.
grub-install: info: adding a relocation entry for 0x5172.
grub-install: info: adding a relocation entry for 0x5183.
grub-install: info: adding a relocation entry for 0x5196.
grub-install: info: adding a relocation entry for 0x51a4.
grub-install: info: adding a relocation entry for 0x51b1.
grub-install: info: adding a relocation entry for 0x51bb.
grub-install: info: adding a relocation entry for 0x51ca.
grub-install: info: adding a relocation entry for 0x51d4.
grub-install: info: adding a relocation entry for 0x51e1.
grub-install: info: adding a relocation entry for 0x521e.
grub-install: info: adding a relocation entry for 0x527e.
grub-install: info: adding a relocation entry for 0x52ff.
grub-install: info: adding a relocation entry for 0x53ab.
grub-install: info: adding a relocation entry for 0x53c5.
grub-install: info: adding a relocation entry for 0x53e9.
grub-install: info: adding a relocation entry for 0x5407.
grub-install: info: adding a relocation entry for 0x544b.
grub-install: info: adding a relocation entry for 0x545d.
grub-install: info: adding a relocation entry for 0x548f.
grub-install: info: adding a relocation entry for 0x54fd.
grub-install: info: adding a relocation entry for 0x5517.
grub-install: info: adding a relocation entry for 0x5529.
grub-install: info: adding a relocation entry for 0x553b.
grub-install: info: adding a relocation entry for 0x556e.
grub-install: info: adding a relocation entry for 0x5586.
grub-install: info: adding a relocation entry for 0x5591.
grub-install: info: adding a relocation entry for 0x55d4.
grub-install: info: adding a relocation entry for 0x5600.
grub-install: info: adding a relocation entry for 0x563b.
grub-install: info: adding a relocation entry for 0x5694.
grub-install: info: adding a relocation entry for 0x569e.
grub-install: info: adding a relocation entry for 0x56c8.
grub-install: info: adding a relocation entry for 0x56d6.
grub-install: info: adding a relocation entry for 0x5729.
grub-install: info: adding a relocation entry for 0x5736.
grub-install: info: adding a relocation entry for 0x574a.
grub-install: info: adding a relocation entry for 0x57a9.
grub-install: info: adding a relocation entry for 0x57b3.
grub-install: info: adding a relocation entry for 0x57bd.
grub-install: info: adding a relocation entry for 0x57c7.
grub-install: info: adding a relocation entry for 0x57d8.
grub-install: info: adding a relocation entry for 0x5806.
grub-install: info: adding a relocation entry for 0x5817.
grub-install: info: adding a relocation entry for 0x5828.
grub-install: info: adding a relocation entry for 0x5841.
grub-install: info: adding a relocation entry for 0x5868.
grub-install: info: adding a relocation entry for 0x5879.
grub-install: info: adding a relocation entry for 0x588f.
grub-install: info: adding a relocation entry for 0x58b1.
grub-install: info: adding a relocation entry for 0x58bd.
grub-install: info: adding a relocation entry for 0x58cc.
grub-install: info: adding a relocation entry for 0x58d6.
grub-install: info: adding a relocation entry for 0x58e3.
grub-install: info: adding a relocation entry for 0x58fd.
grub-install: info: adding a relocation entry for 0x590c.
grub-install: info: adding a relocation entry for 0x5928.
grub-install: info: adding a relocation entry for 0x5932.
grub-install: info: adding a relocation entry for 0x594a.
grub-install: info: adding a relocation entry for 0x5962.
grub-install: info: adding a relocation entry for 0x5973.
grub-install: info: adding a relocation entry for 0x5988.
grub-install: info: adding a relocation entry for 0x5997.
grub-install: info: adding a relocation entry for 0x59ac.
grub-install: info: adding a relocation entry for 0x59c1.
grub-install: info: adding a relocation entry for 0x59e1.
grub-install: info: adding a relocation entry for 0x59f8.
grub-install: info: adding a relocation entry for 0x5a24.
grub-install: info: adding a relocation entry for 0x5a35.
grub-install: info: adding a relocation entry for 0x5a58.
grub-install: info: adding a relocation entry for 0x5a71.
grub-install: info: adding a relocation entry for 0x5ac9.
grub-install: info: adding a relocation entry for 0x5b36.
grub-install: info: adding a relocation entry for 0x5b87.
grub-install: info: adding a relocation entry for 0x5b9e.
grub-install: info: adding a relocation entry for 0x5bc1.
grub-install: info: adding a relocation entry for 0x5bfb.
grub-install: info: adding a relocation entry for 0x5c0c.
grub-install: info: adding a relocation entry for 0x5c99.
grub-install: info: adding a relocation entry for 0x5cda.
grub-install: info: adding a relocation entry for 0x5ced.
grub-install: info: adding a relocation entry for 0x5d8e.
grub-install: info: adding a relocation entry for 0x5ddb.
grub-install: info: adding a relocation entry for 0x5dea.
grub-install: info: adding a relocation entry for 0x5df9.
grub-install: info: adding a relocation entry for 0x5e03.
grub-install: info: adding a relocation entry for 0x5e2a.
grub-install: info: adding a relocation entry for 0x5e78.
grub-install: info: adding a relocation entry for 0x5e89.
grub-install: info: adding a relocation entry for 0x5ea9.
grub-install: info: adding a relocation entry for 0x5eba.
grub-install: info: adding a relocation entry for 0x5ed4.
grub-install: info: adding a relocation entry for 0x5f37.
grub-install: info: adding a relocation entry for 0x5f54.
grub-install: info: adding a relocation entry for 0x5f5e.
grub-install: info: adding a relocation entry for 0x5f6d.
grub-install: info: adding a relocation entry for 0x5f80.
grub-install: info: adding a relocation entry for 0x5f8a.
grub-install: info: adding a relocation entry for 0x5f99.
grub-install: info: adding a relocation entry for 0x5fac.
grub-install: info: adding a relocation entry for 0x5fb6.
grub-install: info: adding a relocation entry for 0x5fc5.
grub-install: info: adding a relocation entry for 0x5fd5.
grub-install: info: adding a relocation entry for 0x6007.
grub-install: info: adding a padding fixup entry.
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 0x6016.
grub-install: info: adding a relocation entry for 0x6020.
grub-install: info: adding a relocation entry for 0x6032.
grub-install: info: adding a relocation entry for 0x604b.
grub-install: info: adding a relocation entry for 0x605a.
grub-install: info: adding a relocation entry for 0x6074.
grub-install: info: adding a relocation entry for 0x6081.
grub-install: info: adding a relocation entry for 0x6090.
grub-install: info: adding a relocation entry for 0x60a1.
grub-install: info: adding a relocation entry for 0x60c7.
grub-install: info: adding a relocation entry for 0x60d6.
grub-install: info: adding a relocation entry for 0x60e0.
grub-install: info: adding a relocation entry for 0x60f0.
grub-install: info: adding a relocation entry for 0x610e.
grub-install: info: adding a relocation entry for 0x6118.
grub-install: info: adding a relocation entry for 0x6140.
grub-install: info: adding a relocation entry for 0x614a.
grub-install: info: adding a relocation entry for 0x6177.
grub-install: info: adding a relocation entry for 0x61a9.
grub-install: info: adding a relocation entry for 0x61b3.
grub-install: info: adding a relocation entry for 0x61c5.
grub-install: info: adding a relocation entry for 0x61e2.
grub-install: info: adding a relocation entry for 0x61ec.
grub-install: info: adding a relocation entry for 0x61fd.
grub-install: info: adding a relocation entry for 0x6216.
grub-install: info: adding a relocation entry for 0x6220.
grub-install: info: adding a relocation entry for 0x623b.
grub-install: info: adding a relocation entry for 0x624d.
grub-install: info: adding a relocation entry for 0x6264.
grub-install: info: adding a relocation entry for 0x6274.
grub-install: info: adding a relocation entry for 0x6285.
grub-install: info: adding a relocation entry for 0x629b.
grub-install: info: adding a relocation entry for 0x62a9.
grub-install: info: adding a relocation entry for 0x62c1.
grub-install: info: adding a relocation entry for 0x62fe.
grub-install: info: adding a relocation entry for 0x630a.
grub-install: info: adding a relocation entry for 0x6344.
grub-install: info: adding a relocation entry for 0x637a.
grub-install: info: adding a relocation entry for 0x639d.
grub-install: info: adding a relocation entry for 0x63b3.
grub-install: info: adding a relocation entry for 0x63ce.
grub-install: info: adding a relocation entry for 0x63f5.
grub-install: info: adding a relocation entry for 0x644d.
grub-install: info: adding a relocation entry for 0x6463.
grub-install: info: adding a relocation entry for 0x6472.
grub-install: info: adding a relocation entry for 0x64a7.
grub-install: info: adding a relocation entry for 0x64cd.
grub-install: info: adding a relocation entry for 0x64d7.
grub-install: info: adding a relocation entry for 0x6501.
grub-install: info: adding a relocation entry for 0x6529.
grub-install: info: adding a relocation entry for 0x6544.
grub-install: info: adding a relocation entry for 0x65bc.
grub-install: info: adding a relocation entry for 0x65d1.
grub-install: info: adding a relocation entry for 0x65de.
grub-install: info: adding a relocation entry for 0x65ed.
grub-install: info: adding a relocation entry for 0x6612.
grub-install: info: adding a relocation entry for 0x6627.
grub-install: info: adding a relocation entry for 0x6634.
grub-install: info: adding a relocation entry for 0x6661.
grub-install: info: adding a relocation entry for 0x669b.
grub-install: info: adding a relocation entry for 0x66b4.
grub-install: info: adding a relocation entry for 0x66be.
grub-install: info: adding a relocation entry for 0x66d1.
grub-install: info: adding a relocation entry for 0x66e2.
grub-install: info: adding a relocation entry for 0x66f9.
grub-install: info: adding a relocation entry for 0x6705.
grub-install: info: adding a relocation entry for 0x6716.
grub-install: info: adding a relocation entry for 0x6721.
grub-install: info: adding a relocation entry for 0x672c.
grub-install: info: adding a relocation entry for 0x6736.
grub-install: info: adding a relocation entry for 0x6748.
grub-install: info: adding a relocation entry for 0x6758.
grub-install: info: adding a relocation entry for 0x6768.
grub-install: info: adding a relocation entry for 0x6779.
grub-install: info: adding a relocation entry for 0x6782.
grub-install: info: adding a relocation entry for 0x679a.
grub-install: info: adding a relocation entry for 0x67ac.
grub-install: info: adding a relocation entry for 0x67b6.
grub-install: info: adding a relocation entry for 0x67c9.
grub-install: info: adding a relocation entry for 0x67dd.
grub-install: info: adding a relocation entry for 0x67ec.
grub-install: info: adding a relocation entry for 0x67f6.
grub-install: info: adding a relocation entry for 0x6802.
grub-install: info: adding a relocation entry for 0x680f.
grub-install: info: adding a relocation entry for 0x681c.
grub-install: info: adding a relocation entry for 0x6827.
grub-install: info: adding a relocation entry for 0x6831.
grub-install: info: adding a relocation entry for 0x6841.
grub-install: info: adding a relocation entry for 0x6850.
grub-install: info: adding a relocation entry for 0x685c.
grub-install: info: adding a relocation entry for 0x6868.
grub-install: info: adding a relocation entry for 0x6891.
grub-install: info: adding a relocation entry for 0x68a7.
grub-install: info: adding a relocation entry for 0x68b6.
grub-install: info: adding a relocation entry for 0x68cd.
grub-install: info: adding a relocation entry for 0x68ec.
grub-install: info: adding a relocation entry for 0x6925.
grub-install: info: adding a relocation entry for 0x6931.
grub-install: info: adding a relocation entry for 0x696d.
grub-install: info: adding a relocation entry for 0x69ca.
grub-install: info: adding a relocation entry for 0x69d9.
grub-install: info: adding a relocation entry for 0x69e9.
grub-install: info: adding a relocation entry for 0x69f9.
grub-install: info: adding a relocation entry for 0x6a0c.
grub-install: info: adding a relocation entry for 0x6a1b.
grub-install: info: adding a relocation entry for 0x6a41.
grub-install: info: adding a relocation entry for 0x6a59.
grub-install: info: adding a relocation entry for 0x6a7c.
grub-install: info: adding a relocation entry for 0x6aa6.
grub-install: info: adding a relocation entry for 0x6ab9.
grub-install: info: adding a relocation entry for 0x6aea.
grub-install: info: adding a relocation entry for 0x6afc.
grub-install: info: adding a relocation entry for 0x6b0e.
grub-install: info: adding a relocation entry for 0x6b45.
grub-install: info: adding a relocation entry for 0x6b56.
grub-install: info: adding a relocation entry for 0x6b60.
grub-install: info: adding a relocation entry for 0x6b6a.
grub-install: info: adding a relocation entry for 0x6b7e.
grub-install: info: adding a relocation entry for 0x6b95.
grub-install: info: adding a relocation entry for 0x6b9f.
grub-install: info: adding a relocation entry for 0x6ba9.
grub-install: info: adding a relocation entry for 0x6bcc.
grub-install: info: adding a relocation entry for 0x6bd6.
grub-install: info: adding a relocation entry for 0x6c03.
grub-install: info: adding a relocation entry for 0x6cfa.
grub-install: info: adding a relocation entry for 0x6d59.
grub-install: info: adding a relocation entry for 0x6db2.
grub-install: info: adding a relocation entry for 0x6dc1.
grub-install: info: adding a relocation entry for 0x6dd3.
grub-install: info: adding a relocation entry for 0x6de4.
grub-install: info: adding a relocation entry for 0x6e12.
grub-install: info: adding a relocation entry for 0x6e2c.
grub-install: info: adding a relocation entry for 0x6e4e.
grub-install: info: adding a relocation entry for 0x6e76.
grub-install: info: adding a relocation entry for 0x6e87.
grub-install: info: adding a relocation entry for 0x6eb1.
grub-install: info: adding a relocation entry for 0x6ebf.
grub-install: info: adding a relocation entry for 0x6ee9.
grub-install: info: adding a relocation entry for 0x6ef6.
grub-install: info: adding a relocation entry for 0x6f0f.
grub-install: info: adding a relocation entry for 0x6f19.
grub-install: info: adding a relocation entry for 0x6f28.
grub-install: info: adding a relocation entry for 0x6f37.
grub-install: info: adding a relocation entry for 0x6f41.
grub-install: info: adding a relocation entry for 0x6f51.
grub-install: info: adding a relocation entry for 0x6f64.
grub-install: info: adding a relocation entry for 0x6f76.
grub-install: info: adding a relocation entry for 0x6f80.
grub-install: info: adding a relocation entry for 0x6f8f.
grub-install: info: adding a relocation entry for 0x6f9c.
grub-install: info: adding a relocation entry for 0x6fa7.
grub-install: info: adding a relocation entry for 0x6fbd.
grub-install: info: adding a relocation entry for 0x6fd5.
grub-install: info: adding a relocation entry for 0x6fe9.
grub-install: info: adding a relocation entry for 0x7002.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 320 bytes of a fixup block starting at 0x6000.
grub-install: info: adding a relocation entry for 0x7012.
grub-install: info: adding a relocation entry for 0x7021.
grub-install: info: adding a relocation entry for 0x702b.
grub-install: info: adding a relocation entry for 0x703a.
grub-install: info: adding a relocation entry for 0x7047.
grub-install: info: adding a relocation entry for 0x7052.
grub-install: info: adding a relocation entry for 0x7065.
grub-install: info: adding a relocation entry for 0x7070.
grub-install: info: adding a relocation entry for 0x707c.
grub-install: info: adding a relocation entry for 0x7090.
grub-install: info: adding a relocation entry for 0x709b.
grub-install: info: adding a relocation entry for 0x70b9.
grub-install: info: adding a relocation entry for 0x70ca.
grub-install: info: adding a relocation entry for 0x70e6.
grub-install: info: adding a relocation entry for 0x716c.
grub-install: info: adding a relocation entry for 0x718c.
grub-install: info: adding a relocation entry for 0x719c.
grub-install: info: adding a relocation entry for 0x71a9.
grub-install: info: adding a relocation entry for 0x71c9.
grub-install: info: adding a relocation entry for 0x71d9.
grub-install: info: adding a relocation entry for 0x71eb.
grub-install: info: adding a relocation entry for 0x71fa.
grub-install: info: adding a relocation entry for 0x7206.
grub-install: info: adding a relocation entry for 0x7230.
grub-install: info: adding a relocation entry for 0x723c.
grub-install: info: adding a relocation entry for 0x7248.
grub-install: info: adding a relocation entry for 0x726f.
grub-install: info: adding a relocation entry for 0x72b9.
grub-install: info: adding a relocation entry for 0x72cc.
grub-install: info: adding a relocation entry for 0x72d8.
grub-install: info: adding a relocation entry for 0x72f0.
grub-install: info: adding a relocation entry for 0x7303.
grub-install: info: adding a relocation entry for 0x7317.
grub-install: info: adding a relocation entry for 0x7326.
grub-install: info: adding a relocation entry for 0x7334.
grub-install: info: adding a relocation entry for 0x7340.
grub-install: info: adding a relocation entry for 0x735e.
grub-install: info: adding a relocation entry for 0x736d.
grub-install: info: adding a relocation entry for 0x7398.
grub-install: info: adding a relocation entry for 0x73a2.
grub-install: info: adding a relocation entry for 0x73ac.
grub-install: info: adding a relocation entry for 0x73b8.
grub-install: info: adding a relocation entry for 0x73c7.
grub-install: info: adding a relocation entry for 0x73e6.
grub-install: info: adding a relocation entry for 0x73f5.
grub-install: info: adding a relocation entry for 0x7401.
grub-install: info: adding a relocation entry for 0x743f.
grub-install: info: adding a relocation entry for 0x7449.
grub-install: info: adding a relocation entry for 0x7453.
grub-install: info: adding a relocation entry for 0x7467.
grub-install: info: adding a relocation entry for 0x74ae.
grub-install: info: adding a relocation entry for 0x74b8.
grub-install: info: adding a relocation entry for 0x74c2.
grub-install: info: adding a relocation entry for 0x74e2.
grub-install: info: adding a relocation entry for 0x74ec.
grub-install: info: adding a relocation entry for 0x74f8.
grub-install: info: adding a relocation entry for 0x7502.
grub-install: info: adding a relocation entry for 0x7511.
grub-install: info: adding a relocation entry for 0x7535.
grub-install: info: adding a relocation entry for 0x7555.
grub-install: info: adding a relocation entry for 0x757d.
grub-install: info: adding a relocation entry for 0x75dc.
grub-install: info: adding a relocation entry for 0x75f7.
grub-install: info: adding a relocation entry for 0x7637.
grub-install: info: adding a relocation entry for 0x7641.
grub-install: info: adding a relocation entry for 0x7663.
grub-install: info: adding a relocation entry for 0x7672.
grub-install: info: adding a relocation entry for 0x7681.
grub-install: info: adding a relocation entry for 0x7692.
grub-install: info: adding a relocation entry for 0x769e.
grub-install: info: adding a relocation entry for 0x76a8.
grub-install: info: adding a relocation entry for 0x76bc.
grub-install: info: adding a relocation entry for 0x76d5.
grub-install: info: adding a relocation entry for 0x76e5.
grub-install: info: adding a relocation entry for 0x76f5.
grub-install: info: adding a relocation entry for 0x7704.
grub-install: info: adding a relocation entry for 0x7711.
grub-install: info: adding a relocation entry for 0x771e.
grub-install: info: adding a relocation entry for 0x7735.
grub-install: info: adding a relocation entry for 0x7744.
grub-install: info: adding a relocation entry for 0x7752.
grub-install: info: adding a relocation entry for 0x7760.
grub-install: info: adding a relocation entry for 0x776a.
grub-install: info: adding a relocation entry for 0x777b.
grub-install: info: adding a relocation entry for 0x778d.
grub-install: info: adding a relocation entry for 0x7799.
grub-install: info: adding a relocation entry for 0x77aa.
grub-install: info: adding a relocation entry for 0x77b6.
grub-install: info: adding a relocation entry for 0x77c0.
grub-install: info: adding a relocation entry for 0x77ce.
grub-install: info: adding a relocation entry for 0x77d8.
grub-install: info: adding a relocation entry for 0x77e8.
grub-install: info: adding a relocation entry for 0x77f5.
grub-install: info: adding a relocation entry for 0x7810.
grub-install: info: adding a relocation entry for 0x7826.
grub-install: info: adding a relocation entry for 0x783b.
grub-install: info: adding a relocation entry for 0x784a.
grub-install: info: adding a relocation entry for 0x785c.
grub-install: info: adding a relocation entry for 0x786c.
grub-install: info: adding a relocation entry for 0x788d.
grub-install: info: adding a relocation entry for 0x7899.
grub-install: info: adding a relocation entry for 0x78bd.
grub-install: info: adding a relocation entry for 0x790d.
grub-install: info: adding a relocation entry for 0x791b.
grub-install: info: adding a relocation entry for 0x79f9.
grub-install: info: adding a relocation entry for 0x7a3e.
grub-install: info: adding a relocation entry for 0x7a55.
grub-install: info: adding a relocation entry for 0x7b74.
grub-install: info: adding a relocation entry for 0x7b84.
grub-install: info: adding a relocation entry for 0x7ba4.
grub-install: info: adding a relocation entry for 0x7bc0.
grub-install: info: adding a relocation entry for 0x7bd3.
grub-install: info: adding a relocation entry for 0x7bf4.
grub-install: info: adding a relocation entry for 0x7c75.
grub-install: info: adding a relocation entry for 0x7d15.
grub-install: info: adding a relocation entry for 0x7d26.
grub-install: info: adding a relocation entry for 0x7d41.
grub-install: info: adding a relocation entry for 0x7d52.
grub-install: info: adding a relocation entry for 0x7d63.
grub-install: info: adding a relocation entry for 0x7eb2.
grub-install: info: adding a relocation entry for 0x7ecb.
grub-install: info: adding a relocation entry for 0x7f01.
grub-install: info: adding a relocation entry for 0x7f13.
grub-install: info: adding a relocation entry for 0x805d.
grub-install: info: writing 256 bytes of a fixup block starting at 0x7000.
grub-install: info: adding a relocation entry for 0x8107.
grub-install: info: adding a relocation entry for 0x81b4.
grub-install: info: adding a relocation entry for 0x8202.
grub-install: info: adding a relocation entry for 0x82c6.
grub-install: info: adding a relocation entry for 0x8367.
grub-install: info: adding a relocation entry for 0x83a2.
grub-install: info: adding a relocation entry for 0x85bb.
grub-install: info: adding a relocation entry for 0x85c5.
grub-install: info: adding a relocation entry for 0x85cf.
grub-install: info: adding a relocation entry for 0x85f3.
grub-install: info: adding a relocation entry for 0x8610.
grub-install: info: adding a relocation entry for 0x8624.
grub-install: info: adding a relocation entry for 0x8637.
grub-install: info: adding a relocation entry for 0x8644.
grub-install: info: adding a relocation entry for 0x8651.
grub-install: info: adding a relocation entry for 0x865e.
grub-install: info: adding a relocation entry for 0x8682.
grub-install: info: adding a relocation entry for 0x8691.
grub-install: info: adding a relocation entry for 0x86a5.
grub-install: info: adding a relocation entry for 0x8701.
grub-install: info: adding a relocation entry for 0x874b.
grub-install: info: adding a relocation entry for 0x875f.
grub-install: info: adding a relocation entry for 0x8786.
grub-install: info: adding a relocation entry for 0x8790.
grub-install: info: adding a relocation entry for 0x87b6.
grub-install: info: adding a relocation entry for 0x87c3.
grub-install: info: adding a relocation entry for 0x87e5.
grub-install: info: adding a relocation entry for 0x87ef.
grub-install: info: adding a relocation entry for 0x8824.
grub-install: info: adding a relocation entry for 0x8830.
grub-install: info: adding a relocation entry for 0x885f.
grub-install: info: adding a relocation entry for 0x8881.
grub-install: info: adding a relocation entry for 0x8892.
grub-install: info: adding a relocation entry for 0x88b9.
grub-install: info: adding a relocation entry for 0x88fc.
grub-install: info: adding a relocation entry for 0x8911.
grub-install: info: adding a relocation entry for 0x892a.
grub-install: info: adding a relocation entry for 0x894f.
grub-install: info: adding a relocation entry for 0x896e.
grub-install: info: adding a relocation entry for 0x8982.
grub-install: info: adding a relocation entry for 0x8999.
grub-install: info: adding a relocation entry for 0x89f8.
grub-install: info: adding a relocation entry for 0x8a0a.
grub-install: info: adding a relocation entry for 0x8a4d.
grub-install: info: adding a relocation entry for 0x8a61.
grub-install: info: adding a relocation entry for 0x8a6f.
grub-install: info: adding a relocation entry for 0x8a7b.
grub-install: info: adding a relocation entry for 0x8a8b.
grub-install: info: adding a relocation entry for 0x8a99.
grub-install: info: adding a relocation entry for 0x8aa5.
grub-install: info: adding a relocation entry for 0x8ac2.
grub-install: info: adding a relocation entry for 0x8acc.
grub-install: info: adding a relocation entry for 0x8af0.
grub-install: info: adding a relocation entry for 0x8b0c.
grub-install: info: adding a relocation entry for 0x8b4a.
grub-install: info: adding a relocation entry for 0x8b5a.
grub-install: info: adding a relocation entry for 0x8b6a.
grub-install: info: adding a relocation entry for 0x8b74.
grub-install: info: adding a relocation entry for 0x8bcf.
grub-install: info: adding a relocation entry for 0x8bec.
grub-install: info: adding a relocation entry for 0x8c01.
grub-install: info: adding a relocation entry for 0x8c37.
grub-install: info: adding a relocation entry for 0x8c8d.
grub-install: info: adding a relocation entry for 0x8cc6.
grub-install: info: adding a relocation entry for 0x8d6f.
grub-install: info: adding a relocation entry for 0x8dc7.
grub-install: info: adding a relocation entry for 0x8de2.
grub-install: info: adding a relocation entry for 0x8e01.
grub-install: info: adding a relocation entry for 0x8e3f.
grub-install: info: adding a relocation entry for 0x8ebe.
grub-install: info: adding a relocation entry for 0x8eed.
grub-install: info: adding a relocation entry for 0x8f0f.
grub-install: info: adding a relocation entry for 0x8f3b.
grub-install: info: adding a relocation entry for 0x8f46.
grub-install: info: adding a relocation entry for 0x8f99.
grub-install: info: adding a relocation entry for 0x8fa3.
grub-install: info: adding a relocation entry for 0x8fd6.
grub-install: info: adding a relocation entry for 0x8fe7.
grub-install: info: adding a relocation entry for 0x8ff4.
grub-install: info: adding a relocation entry for 0x9047.
grub-install: info: writing 168 bytes of a fixup block starting at 0x8000.
grub-install: info: adding a relocation entry for 0x9059.
grub-install: info: adding a relocation entry for 0x908e.
grub-install: info: adding a relocation entry for 0x90dd.
grub-install: info: adding a relocation entry for 0x90f0.
grub-install: info: adding a relocation entry for 0x910b.
grub-install: info: adding a relocation entry for 0x9131.
grub-install: info: adding a relocation entry for 0x916e.
grub-install: info: adding a relocation entry for 0x919e.
grub-install: info: adding a relocation entry for 0x91ce.
grub-install: info: adding a relocation entry for 0x91e2.
grub-install: info: adding a relocation entry for 0x9211.
grub-install: info: adding a relocation entry for 0x922e.
grub-install: info: adding a relocation entry for 0x9238.
grub-install: info: adding a relocation entry for 0x924e.
grub-install: info: adding a relocation entry for 0x9272.
grub-install: info: adding a relocation entry for 0x92a0.
grub-install: info: adding a relocation entry for 0x92aa.
grub-install: info: adding a relocation entry for 0x92be.
grub-install: info: adding a relocation entry for 0x936e.
grub-install: info: adding a relocation entry for 0x938a.
grub-install: info: adding a relocation entry for 0x939e.
grub-install: info: adding a relocation entry for 0x93a8.
grub-install: info: adding a relocation entry for 0x93ba.
grub-install: info: adding a relocation entry for 0x93cc.
grub-install: info: adding a relocation entry for 0x93f0.
grub-install: info: adding a relocation entry for 0x9407.
grub-install: info: adding a relocation entry for 0x942c.
grub-install: info: adding a relocation entry for 0x9469.
grub-install: info: adding a relocation entry for 0x94c3.
grub-install: info: adding a relocation entry for 0x94dc.
grub-install: info: adding a relocation entry for 0x94f2.
grub-install: info: adding a relocation entry for 0x9519.
grub-install: info: adding a relocation entry for 0x955c.
grub-install: info: adding a relocation entry for 0x958e.
grub-install: info: adding a relocation entry for 0x95b3.
grub-install: info: adding a relocation entry for 0x95c3.
grub-install: info: adding a relocation entry for 0x95ef.
grub-install: info: adding a relocation entry for 0x95fb.
grub-install: info: adding a relocation entry for 0x9607.
grub-install: info: adding a relocation entry for 0x9611.
grub-install: info: adding a relocation entry for 0x9625.
grub-install: info: adding a relocation entry for 0x9631.
grub-install: info: adding a relocation entry for 0x9642.
grub-install: info: adding a relocation entry for 0x9657.
grub-install: info: adding a relocation entry for 0x966c.
grub-install: info: adding a relocation entry for 0x967b.
grub-install: info: adding a relocation entry for 0x9685.
grub-install: info: adding a relocation entry for 0x96a6.
grub-install: info: adding a relocation entry for 0x96b0.
grub-install: info: adding a relocation entry for 0x96bc.
grub-install: info: adding a relocation entry for 0x96c6.
grub-install: info: adding a relocation entry for 0x96f8.
grub-install: info: adding a relocation entry for 0x9716.
grub-install: info: adding a relocation entry for 0x9732.
grub-install: info: adding a relocation entry for 0x975c.
grub-install: info: adding a relocation entry for 0x9770.
grub-install: info: adding a relocation entry for 0x977a.
grub-install: info: adding a relocation entry for 0x9789.
grub-install: info: adding a relocation entry for 0x9793.
grub-install: info: adding a relocation entry for 0x97b1.
grub-install: info: adding a relocation entry for 0x97bd.
grub-install: info: adding a relocation entry for 0x97cd.
grub-install: info: adding a relocation entry for 0x97d7.
grub-install: info: adding a relocation entry for 0x97e3.
grub-install: info: adding a relocation entry for 0x9812.
grub-install: info: adding a relocation entry for 0x9823.
grub-install: info: adding a relocation entry for 0x986d.
grub-install: info: adding a relocation entry for 0x98a8.
grub-install: info: adding a relocation entry for 0x98c1.
grub-install: info: adding a relocation entry for 0x98e8.
grub-install: info: adding a relocation entry for 0x9915.
grub-install: info: adding a relocation entry for 0x9929.
grub-install: info: adding a relocation entry for 0x993a.
grub-install: info: adding a relocation entry for 0x9960.
grub-install: info: adding a relocation entry for 0x9988.
grub-install: info: adding a relocation entry for 0x9992.
grub-install: info: adding a relocation entry for 0x99a8.
grub-install: info: adding a relocation entry for 0x99b3.
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 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: adding a relocation entry for 0x9b98.
grub-install: info: adding a relocation entry for 0x9ba0.
grub-install: info: adding a relocation entry for 0x9ba8.
grub-install: info: adding a relocation entry for 0x9bb0.
grub-install: info: translating the relocation section .rela.data.
grub-install: info: adding a relocation entry for 0xb640.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 248 bytes of a fixup block starting at 0x9000.
grub-install: info: adding a relocation entry for 0xb650.
grub-install: info: adding a relocation entry for 0xb658.
grub-install: info: adding a relocation entry for 0xb660.
grub-install: info: adding a relocation entry for 0xb668.
grub-install: info: adding a relocation entry for 0xb670.
grub-install: info: adding a relocation entry for 0xb6d0.
grub-install: info: adding a relocation entry for 0xb6d8.
grub-install: info: adding a relocation entry for 0xb6e0.
grub-install: info: adding a relocation entry for 0xb6e8.
grub-install: info: adding a relocation entry for 0xb6f8.
grub-install: info: adding a relocation entry for 0xb700.
grub-install: info: adding a relocation entry for 0xb708.
grub-install: info: adding a relocation entry for 0xb710.
grub-install: info: adding a relocation entry for 0xb718.
grub-install: info: adding a relocation entry for 0xb720.
grub-install: info: adding a relocation entry for 0xb790.
grub-install: info: adding a relocation entry for 0xb7a8.
grub-install: info: adding a relocation entry for 0xb7c0.
grub-install: info: adding a relocation entry for 0xb810.
grub-install: info: adding a relocation entry for 0xb820.
grub-install: info: adding a relocation entry for 0xb828.
grub-install: info: adding a relocation entry for 0xb850.
grub-install: info: adding a relocation entry for 0xb858.
grub-install: info: adding a relocation entry for 0xb9c0.
grub-install: info: adding a relocation entry for 0xba00.
grub-install: info: adding a relocation entry for 0xba08.
grub-install: info: adding a relocation entry for 0xba18.
grub-install: info: adding a relocation entry for 0xba20.
grub-install: info: adding a relocation entry for 0xba30.
grub-install: info: adding a relocation entry for 0xba38.
grub-install: info: adding a relocation entry for 0xba48.
grub-install: info: adding a relocation entry for 0xba50.
grub-install: info: adding a relocation entry for 0xba60.
grub-install: info: adding a relocation entry for 0xba68.
grub-install: info: adding a relocation entry for 0xba78.
grub-install: info: adding a relocation entry for 0xba80.
grub-install: info: adding a relocation entry for 0xba90.
grub-install: info: adding a relocation entry for 0xba98.
grub-install: info: adding a relocation entry for 0xbaa8.
grub-install: info: adding a relocation entry for 0xbab0.
grub-install: info: adding a relocation entry for 0xbac0.
grub-install: info: adding a relocation entry for 0xbac8.
grub-install: info: adding a relocation entry for 0xbad8.
grub-install: info: adding a relocation entry for 0xbae0.
grub-install: info: adding a relocation entry for 0xbaf0.
grub-install: info: adding a relocation entry for 0xbaf8.
grub-install: info: adding a relocation entry for 0xbb08.
grub-install: info: adding a relocation entry for 0xbb10.
grub-install: info: adding a relocation entry for 0xbb20.
grub-install: info: adding a relocation entry for 0xbb28.
grub-install: info: adding a relocation entry for 0xbb38.
grub-install: info: adding a relocation entry for 0xbb40.
grub-install: info: adding a relocation entry for 0xbb50.
grub-install: info: adding a relocation entry for 0xbb58.
grub-install: info: adding a relocation entry for 0xbb68.
grub-install: info: adding a relocation entry for 0xbb70.
grub-install: info: adding a relocation entry for 0xbb80.
grub-install: info: adding a relocation entry for 0xbb88.
grub-install: info: adding a relocation entry for 0xbb98.
grub-install: info: adding a relocation entry for 0xbba0.
grub-install: info: adding a relocation entry for 0xbbb0.
grub-install: info: adding a relocation entry for 0xbbb8.
grub-install: info: adding a relocation entry for 0xbbc8.
grub-install: info: adding a relocation entry for 0xbbd0.
grub-install: info: adding a relocation entry for 0xbbe0.
grub-install: info: adding a relocation entry for 0xbbe8.
grub-install: info: adding a relocation entry for 0xbbf8.
grub-install: info: adding a relocation entry for 0xbc00.
grub-install: info: adding a relocation entry for 0xbc10.
grub-install: info: adding a relocation entry for 0xbc18.
grub-install: info: adding a relocation entry for 0xbc28.
grub-install: info: adding a relocation entry for 0xbc30.
grub-install: info: adding a relocation entry for 0xbc40.
grub-install: info: adding a relocation entry for 0xbc48.
grub-install: info: adding a relocation entry for 0xbc58.
grub-install: info: adding a relocation entry for 0xbc60.
grub-install: info: adding a relocation entry for 0xbc70.
grub-install: info: adding a relocation entry for 0xbc78.
grub-install: info: adding a relocation entry for 0xbc88.
grub-install: info: adding a relocation entry for 0xbc90.
grub-install: info: adding a relocation entry for 0xbca0.
grub-install: info: adding a relocation entry for 0xbca8.
grub-install: info: adding a relocation entry for 0xbcb8.
grub-install: info: adding a relocation entry for 0xbcc0.
grub-install: info: adding a relocation entry for 0xbcd0.
grub-install: info: adding a relocation entry for 0xbcd8.
grub-install: info: adding a relocation entry for 0xbce8.
grub-install: info: adding a relocation entry for 0xbcf0.
grub-install: info: adding a relocation entry for 0xbd00.
grub-install: info: adding a relocation entry for 0xbd08.
grub-install: info: adding a relocation entry for 0xbd18.
grub-install: info: adding a relocation entry for 0xbd20.
grub-install: info: adding a relocation entry for 0xbd30.
grub-install: info: adding a relocation entry for 0xbd38.
grub-install: info: adding a relocation entry for 0xbd48.
grub-install: info: adding a relocation entry for 0xbd50.
grub-install: info: adding a relocation entry for 0xbd60.
grub-install: info: adding a relocation entry for 0xbd68.
grub-install: info: adding a relocation entry for 0xbd78.
grub-install: info: adding a relocation entry for 0xbd80.
grub-install: info: adding a relocation entry for 0xbd90.
grub-install: info: adding a relocation entry for 0xbd98.
grub-install: info: adding a relocation entry for 0xbda8.
grub-install: info: adding a relocation entry for 0xbdb0.
grub-install: info: adding a relocation entry for 0xbdc0.
grub-install: info: adding a relocation entry for 0xbdc8.
grub-install: info: adding a relocation entry for 0xbdd8.
grub-install: info: adding a relocation entry for 0xbde0.
grub-install: info: adding a relocation entry for 0xbdf0.
grub-install: info: adding a relocation entry for 0xbdf8.
grub-install: info: adding a relocation entry for 0xbe08.
grub-install: info: adding a relocation entry for 0xbe10.
grub-install: info: adding a relocation entry for 0xbe20.
grub-install: info: adding a relocation entry for 0xbe28.
grub-install: info: adding a relocation entry for 0xbe38.
grub-install: info: adding a relocation entry for 0xbe40.
grub-install: info: adding a relocation entry for 0xbe50.
grub-install: info: adding a relocation entry for 0xbe58.
grub-install: info: adding a relocation entry for 0xbe68.
grub-install: info: adding a relocation entry for 0xbe70.
grub-install: info: adding a relocation entry for 0xbe80.
grub-install: info: adding a relocation entry for 0xbe88.
grub-install: info: adding a relocation entry for 0xbe98.
grub-install: info: adding a relocation entry for 0xbea0.
grub-install: info: adding a relocation entry for 0xbeb0.
grub-install: info: adding a relocation entry for 0xbeb8.
grub-install: info: adding a relocation entry for 0xbec8.
grub-install: info: adding a relocation entry for 0xbed0.
grub-install: info: adding a relocation entry for 0xbee0.
grub-install: info: adding a relocation entry for 0xbee8.
grub-install: info: adding a relocation entry for 0xbef8.
grub-install: info: adding a relocation entry for 0xbf00.
grub-install: info: adding a relocation entry for 0xbf10.
grub-install: info: adding a relocation entry for 0xbf18.
grub-install: info: adding a relocation entry for 0xbf28.
grub-install: info: adding a relocation entry for 0xbf30.
grub-install: info: adding a relocation entry for 0xbf40.
grub-install: info: adding a relocation entry for 0xbf48.
grub-install: info: adding a relocation entry for 0xbf58.
grub-install: info: adding a relocation entry for 0xbf60.
grub-install: info: adding a relocation entry for 0xbf70.
grub-install: info: adding a relocation entry for 0xbf78.
grub-install: info: adding a relocation entry for 0xbf88.
grub-install: info: adding a relocation entry for 0xbf90.
grub-install: info: adding a relocation entry for 0xbfa0.
grub-install: info: adding a relocation entry for 0xbfa8.
grub-install: info: adding a relocation entry for 0xbfb8.
grub-install: info: adding a relocation entry for 0xbfc0.
grub-install: info: adding a relocation entry for 0xbfd0.
grub-install: info: adding a relocation entry for 0xbfd8.
grub-install: info: adding a relocation entry for 0xbfe8.
grub-install: info: adding a relocation entry for 0xbff0.
grub-install: info: adding a relocation entry for 0xc000.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 320 bytes of a fixup block starting at 0xb000.
grub-install: info: adding a relocation entry for 0xc008.
grub-install: info: adding a relocation entry for 0xc018.
grub-install: info: adding a relocation entry for 0xc020.
grub-install: info: adding a relocation entry for 0xc030.
grub-install: info: adding a relocation entry for 0xc038.
grub-install: info: adding a relocation entry for 0xc048.
grub-install: info: adding a relocation entry for 0xc050.
grub-install: info: adding a relocation entry for 0xc060.
grub-install: info: adding a relocation entry for 0xc068.
grub-install: info: adding a relocation entry for 0xc078.
grub-install: info: adding a relocation entry for 0xc080.
grub-install: info: adding a relocation entry for 0xc090.
grub-install: info: adding a relocation entry for 0xc098.
grub-install: info: adding a relocation entry for 0xc0a8.
grub-install: info: adding a relocation entry for 0xc0b0.
grub-install: info: adding a relocation entry for 0xc0c0.
grub-install: info: adding a relocation entry for 0xc0c8.
grub-install: info: adding a relocation entry for 0xc0d8.
grub-install: info: adding a relocation entry for 0xc0e0.
grub-install: info: adding a relocation entry for 0xc0f0.
grub-install: info: adding a relocation entry for 0xc0f8.
grub-install: info: adding a relocation entry for 0xc108.
grub-install: info: adding a relocation entry for 0xc110.
grub-install: info: adding a relocation entry for 0xc120.
grub-install: info: adding a relocation entry for 0xc128.
grub-install: info: adding a relocation entry for 0xc138.
grub-install: info: adding a relocation entry for 0xc140.
grub-install: info: adding a relocation entry for 0xc150.
grub-install: info: adding a relocation entry for 0xc158.
grub-install: info: adding a relocation entry for 0xc168.
grub-install: info: adding a relocation entry for 0xc170.
grub-install: info: adding a relocation entry for 0xc180.
grub-install: info: adding a relocation entry for 0xc188.
grub-install: info: adding a relocation entry for 0xc198.
grub-install: info: adding a relocation entry for 0xc1a0.
grub-install: info: adding a relocation entry for 0xc1b0.
grub-install: info: adding a relocation entry for 0xc1b8.
grub-install: info: adding a relocation entry for 0xc1c8.
grub-install: info: adding a relocation entry for 0xc1d0.
grub-install: info: adding a relocation entry for 0xc1e0.
grub-install: info: adding a relocation entry for 0xc1e8.
grub-install: info: adding a relocation entry for 0xc1f8.
grub-install: info: adding a relocation entry for 0xc200.
grub-install: info: adding a relocation entry for 0xc210.
grub-install: info: adding a relocation entry for 0xc218.
grub-install: info: adding a relocation entry for 0xc228.
grub-install: info: adding a relocation entry for 0xc230.
grub-install: info: adding a relocation entry for 0xc240.
grub-install: info: adding a relocation entry for 0xc248.
grub-install: info: adding a relocation entry for 0xc258.
grub-install: info: adding a relocation entry for 0xc260.
grub-install: info: adding a relocation entry for 0xc270.
grub-install: info: adding a relocation entry for 0xc278.
grub-install: info: adding a relocation entry for 0xc288.
grub-install: info: adding a relocation entry for 0xc290.
grub-install: info: adding a relocation entry for 0xc2a0.
grub-install: info: adding a relocation entry for 0xc2a8.
grub-install: info: adding a relocation entry for 0xc2b8.
grub-install: info: adding a relocation entry for 0xc2c0.
grub-install: info: adding a relocation entry for 0xc2d0.
grub-install: info: adding a relocation entry for 0xc2d8.
grub-install: info: adding a relocation entry for 0xc2e8.
grub-install: info: adding a relocation entry for 0xc2f0.
grub-install: info: adding a relocation entry for 0xc300.
grub-install: info: adding a relocation entry for 0xc308.
grub-install: info: adding a relocation entry for 0xc318.
grub-install: info: adding a relocation entry for 0xc320.
grub-install: info: adding a relocation entry for 0xc330.
grub-install: info: adding a relocation entry for 0xc338.
grub-install: info: adding a relocation entry for 0xc348.
grub-install: info: adding a relocation entry for 0xc350.
grub-install: info: adding a relocation entry for 0xc360.
grub-install: info: adding a relocation entry for 0xc368.
grub-install: info: adding a relocation entry for 0xc378.
grub-install: info: adding a relocation entry for 0xc380.
grub-install: info: adding a relocation entry for 0xc390.
grub-install: info: adding a relocation entry for 0xc398.
grub-install: info: adding a relocation entry for 0xc3a8.
grub-install: info: adding a relocation entry for 0xc3b0.
grub-install: info: adding a relocation entry for 0xc3c0.
grub-install: info: adding a relocation entry for 0xc3c8.
grub-install: info: adding a relocation entry for 0xc3d8.
grub-install: info: adding a relocation entry for 0xc3e0.
grub-install: info: adding a relocation entry for 0xc3f0.
grub-install: info: adding a relocation entry for 0xc3f8.
grub-install: info: adding a relocation entry for 0xc408.
grub-install: info: adding a relocation entry for 0xc410.
grub-install: info: adding a relocation entry for 0xc420.
grub-install: info: adding a relocation entry for 0xc428.
grub-install: info: adding a relocation entry for 0xc438.
grub-install: info: adding a relocation entry for 0xc440.
grub-install: info: adding a relocation entry for 0xc450.
grub-install: info: adding a relocation entry for 0xc458.
grub-install: info: adding a relocation entry for 0xc468.
grub-install: info: adding a relocation entry for 0xc470.
grub-install: info: adding a relocation entry for 0xc480.
grub-install: info: adding a relocation entry for 0xc488.
grub-install: info: adding a relocation entry for 0xc498.
grub-install: info: adding a relocation entry for 0xc4a0.
grub-install: info: adding a relocation entry for 0xc4b0.
grub-install: info: adding a relocation entry for 0xc4b8.
grub-install: info: adding a relocation entry for 0xc4c8.
grub-install: info: adding a relocation entry for 0xc4d0.
grub-install: info: adding a relocation entry for 0xc4e0.
grub-install: info: adding a relocation entry for 0xc4e8.
grub-install: info: adding a relocation entry for 0xc4f8.
grub-install: info: adding a relocation entry for 0xc500.
grub-install: info: adding a relocation entry for 0xc510.
grub-install: info: adding a relocation entry for 0xc518.
grub-install: info: adding a relocation entry for 0xc528.
grub-install: info: adding a relocation entry for 0xc530.
grub-install: info: adding a relocation entry for 0xc540.
grub-install: info: adding a relocation entry for 0xc548.
grub-install: info: adding a relocation entry for 0xc558.
grub-install: info: adding a relocation entry for 0xc560.
grub-install: info: adding a relocation entry for 0xc570.
grub-install: info: adding a relocation entry for 0xc578.
grub-install: info: adding a relocation entry for 0xc588.
grub-install: info: adding a relocation entry for 0xc590.
grub-install: info: adding a relocation entry for 0xc5a0.
grub-install: info: adding a relocation entry for 0xc5a8.
grub-install: info: adding a relocation entry for 0xc5b8.
grub-install: info: adding a relocation entry for 0xc5c0.
grub-install: info: adding a relocation entry for 0xc5d0.
grub-install: info: adding a relocation entry for 0xc5d8.
grub-install: info: adding a relocation entry for 0xc5e8.
grub-install: info: adding a relocation entry for 0xc5f0.
grub-install: info: adding a relocation entry for 0xc600.
grub-install: info: adding a relocation entry for 0xc608.
grub-install: info: adding a relocation entry for 0xc618.
grub-install: info: adding a relocation entry for 0xc620.
grub-install: info: adding a relocation entry for 0xc630.
grub-install: info: adding a relocation entry for 0xc638.
grub-install: info: adding a relocation entry for 0xc648.
grub-install: info: adding a relocation entry for 0xc650.
grub-install: info: adding a relocation entry for 0xc660.
grub-install: info: adding a relocation entry for 0xc668.
grub-install: info: adding a relocation entry for 0xc678.
grub-install: info: adding a relocation entry for 0xc680.
grub-install: info: adding a relocation entry for 0xc690.
grub-install: info: adding a relocation entry for 0xc698.
grub-install: info: adding a relocation entry for 0xc6a8.
grub-install: info: adding a relocation entry for 0xc6b0.
grub-install: info: adding a relocation entry for 0xc6c0.
grub-install: info: adding a relocation entry for 0xc6c8.
grub-install: info: adding a relocation entry for 0xc6d8.
grub-install: info: adding a relocation entry for 0xc6e0.
grub-install: info: adding a relocation entry for 0xc6f0.
grub-install: info: adding a relocation entry for 0xc6f8.
grub-install: info: adding a relocation entry for 0xc708.
grub-install: info: adding a relocation entry for 0xc710.
grub-install: info: adding a relocation entry for 0xc720.
grub-install: info: adding a relocation entry for 0xc728.
grub-install: info: adding a relocation entry for 0xc738.
grub-install: info: adding a relocation entry for 0xc740.
grub-install: info: adding a relocation entry for 0xc750.
grub-install: info: adding a relocation entry for 0xc758.
grub-install: info: adding a relocation entry for 0xc768.
grub-install: info: adding a relocation entry for 0xc770.
grub-install: info: adding a relocation entry for 0xc780.
grub-install: info: adding a relocation entry for 0xc788.
grub-install: info: adding a relocation entry for 0xc798.
grub-install: info: adding a relocation entry for 0xc7a0.
grub-install: info: adding a relocation entry for 0xc7b0.
grub-install: info: adding a relocation entry for 0xc7b8.
grub-install: info: adding a relocation entry for 0xc7c8.
grub-install: info: adding a relocation entry for 0xc7d0.
grub-install: info: adding a relocation entry for 0xc7e0.
grub-install: info: adding a relocation entry for 0xc7e8.
grub-install: info: adding a relocation entry for 0xc7f8.
grub-install: info: adding a relocation entry for 0xc800.
grub-install: info: adding a relocation entry for 0xc810.
grub-install: info: adding a relocation entry for 0xc818.
grub-install: info: adding a relocation entry for 0xc828.
grub-install: info: adding a relocation entry for 0xc830.
grub-install: info: adding a relocation entry for 0xc840.
grub-install: info: adding a relocation entry for 0xc848.
grub-install: info: adding a relocation entry for 0xc858.
grub-install: info: adding a relocation entry for 0xc860.
grub-install: info: adding a relocation entry for 0xc870.
grub-install: info: adding a relocation entry for 0xc878.
grub-install: info: adding 198 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/reiserfs.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
grub-install: info: kernel_img=0x12e4800, kernel_size=0x18600.
grub-install: info: the core size is 0x1d998.
grub-install: info: writing 0x1ec00 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'  'reiserfs' 'part_gpt' 
.
grub-install: info: the total module size is 0x5388.
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 0x95d8.
grub-install: info: locating the section .rodata at 0x9600.
grub-install: info: locating the section .rodata.str1.1 at 0x97b8.
grub-install: info: locating the section .data at 0xb240.
grub-install: info: locating the section .module_license at 0xc4a0.
grub-install: info: locating the section .bss at 0xc4c0.
grub-install: info: locating  at 0x400 (0x400).
grub-install: info: locating  at 0x9a00 (0x9a00).
grub-install: info: locating  at 0x9bb8 (0x9bb8).
grub-install: info: locating  at 0xb640 (0xb640).
grub-install: info: locating  at 0xc8c0 (0xc8c0).
grub-install: info: locating  at 0x99d8 (0x99d8).
grub-install: info: locating  at 0xc8a0 (0xc8a0).
grub-install: info: locating  at 0x400 (0x400).
grub-install: info: locating grub_strlen at 0x7b5b (0x400).
grub-install: info: locating grub_net_poll_cards_idle at 0xe6c0 (0xc8c0).
grub-install: info: locating grub_efi_finish_boot_services at 0x2d78 (0x400).
grub-install: info: locating grub_disk_get_size at 0x5425 (0x400).
grub-install: info: locating grub_file_progress_hook at 0x18850 (0xc8c0).
grub-install: info: locating grub_efidisk_fini at 0xb77 (0x400).
grub-install: info: locating grub_puts_ at 0x790a (0x400).
grub-install: info: locating grub_millisleep at 0x3fd2 (0x400).
grub-install: info: locating grub_fs_autoload_hook at 0xe468 (0xc8c0).
grub-install: info: locating efi_wrap_10 at 0x4cc (0x400).
grub-install: info: locating grub_fs_blocklist at 0xb800 (0xb640).
grub-install: info: locating grub_errmsg at 0x18740 (0xc8c0).
grub-install: info: locating efi_wrap_5 at 0x463 (0x400).
grub-install: info: locating grub_strncmp at 0x7982 (0x400).
grub-install: info: locating grub_strtoull at 0x7c71 (0x400).
grub-install: info: locating grub_dma_get_virt at 0x5a5 (0x400).
grub-install: info: locating grub_efi_system_table at 0xe6d0 (0xc8c0).
grub-install: info: locating memmove at 0x78c8 (0x400).
grub-install: info: locating efi_wrap_4 at 0x44f (0x400).
grub-install: info: locating grub_disk_open at 0x4de5 (0x400).
grub-install: info: locating grub_efi_locate_protocol at 0x1b9c (0x400).
grub-install: info: locating grub_env_update_get_sorted at 0x6523 (0x400).
grub-install: info: locating grub_strcpy at 0x78f7 (0x400).
grub-install: info: locating grub_partition_probe at 0x9003 (0x400).
grub-install: info: locating grub_strrchr at 0x79c4 (0x400).
grub-install: info: locating grub_partition_get_name at 0x9207 (0x400).
grub-install: info: locating grub_dl_load at 0x61a0 (0x400).
grub-install: info: locating grub_efi_stall at 0x1dc5 (0x400).
grub-install: info: locating grub_efi_get_filename at 0x2128 (0x400).
grub-install: info: locating grub_env_export at 0x660e (0x400).
grub-install: info: locating grub_xvasprintf at 0x890b (0x400).
grub-install: info: locating grub_error_push at 0x66d0 (0x400).
grub-install: info: locating grub_rescue_run at 0x97ae (0x400).
grub-install: info: locating grub_xasprintf at 0x89b8 (0x400).
grub-install: info: locating grub_realloc at 0x3eff (0x400).
grub-install: info: locating grub_exit at 0x1e04 (0x400).
grub-install: info: locating memcpy at 0x78c8 (0x400).
grub-install: info: locating grub_memmove at 0x78c8 (0x400).
grub-install: info: locating grub_device_open at 0x45d5 (0x400).
grub-install: info: locating grub_register_exported_symbols at 0x99a4 (0x400).
grub-install: info: locating grub_strdup at 0x7b6c (0x400).
grub-install: info: locating grub_disk_firmware_is_tainted at 0xe740 (0xc8c0).
grub-install: info: locating grub_divmod64 at 0x7c0b (0x400).
grub-install: info: locating grub_file_get_device_name at 0x6878 (0x400).
grub-install: info: locating grub_efi_print_device_path at 0x2213 (0x400).
grub-install: info: locating grub_partition_iterate at 0x919a (0x400).
grub-install: info: locating grub_boot_time_head at 0x188a0 (0xc8c0).
grub-install: info: locating grub_dma_free at 0x599 (0x400).
grub-install: info: locating grub_vsnprintf at 0x88b2 (0x400).
grub-install: info: locating grub_partition_map_list at 0x188a8 (0xc8c0).
grub-install: info: locating efi_wrap_1 at 0x422 (0x400).
grub-install: info: locating grub_command_list at 0xe700 (0xc8c0).
grub-install: info: locating grub_machine_fini at 0x534 (0x400).
grub-install: info: locating grub_real_boot_time at 0x8aaf (0x400).
grub-install: info: locating grub_tsc_rate at 0xe6f0 (0xc8c0).
grub-install: info: locating grub_rescue_parse_line at 0x9515 (0x400).
grub-install: info: locating grub_efi_get_variable at 0x1f77 (0x400).
grub-install: info: locating grub_snprintf at 0x88c6 (0x400).
grub-install: info: locating grub_register_core_commands at 0x4466 (0x400).
grub-install: info: locating grub_disk_dev_register at 0x4cfb (0x400).
grub-install: info: locating grub_console_init at 0x375e (0x400).
grub-install: info: locating grub_disk_write_weak at 0xe748 (0xc8c0).
grub-install: info: locating grub_dl_add at 0x54fa (0x400).
grub-install: info: locating grub_disk_read at 0x50c8 (0x400).
grub-install: info: locating grub_term_highlight_color at 0xb9c8 (0xb640).
grub-install: info: locating grub_parser_execute at 0x8f95 (0x400).
grub-install: info: locating grub_xputs at 0xb9c0 (0xb640).
grub-install: info: locating grub_console_fini at 0x385b (0x400).
grub-install: info: locating grub_fatal at 0x8a07 (0x400).
grub-install: info: locating grub_dl_ref at 0x55f4 (0x400).
grub-install: info: locating grub_file_seek at 0x6bc4 (0x400).
grub-install: info: locating grub_pci_find_capability at 0x699 (0x400).
grub-install: info: locating grub_efi_get_loaded_image at 0x1de9 (0x400).
grub-install: info: locating grub_errno at 0x18840 (0xc8c0).
grub-install: info: locating grub_parser_cmdline_state at 0x8c69 (0x400).
grub-install: info: locating grub_memset at 0x7ae7 (0x400).
grub-install: info: locating grub_getkey at 0x9985 (0x400).
grub-install: info: locating grub_term_outputs_disabled at 0x188b0 (0xc8c0).
grub-install: info: locating grub_grubnet_fini at 0x18858 (0xc8c0).
grub-install: info: locating grub_register_variable_hook at 0x65ae (0x400).
grub-install: info: locating grub_efi_image_handle at 0xe6d8 (0xc8c0).
grub-install: info: locating grub_vprintf at 0x85ab (0x400).
grub-install: info: locating grub_net_open at 0xc910 (0xc8c0).
grub-install: info: locating grub_register_command_prio at 0x3ff6 (0x400).
grub-install: info: locating grub_efi_compare_device_paths at 0x2901 (0x400).
grub-install: info: locating grub_file_filters_all at 0x18860 (0xc8c0).
grub-install: info: locating grub_install_get_time_ms at 0x3fc4 (0x400).
grub-install: info: locating _start at 0x400 (0x400).
grub-install: info: locating grub_term_inputs at 0x188b8 (0xc8c0).
grub-install: info: locating grub_parser_split_cmdline at 0x8d21 (0x400).
grub-install: info: locating grub_disk_firmware_fini at 0xe750 (0xc8c0).
grub-install: info: locating grub_disk_close at 0x4d41 (0x400).
grub-install: info: locating grub_dl_unload at 0x566a (0x400).
grub-install: info: locating grub_efi_set_variable at 0x1e9d (0x400).
grub-install: info: locating grub_printf at 0x86c1 (0x400).
grub-install: info: locating grub_unregister_command at 0x40e8 (0x400).
grub-install: info: locating grub_fs_list at 0xe470 (0xc8c0).
grub-install: info: locating grub_efidisk_get_device_handle at 0x154e (0x400).
grub-install: info: locating grub_main at 0x71c3 (0x400).
grub-install: info: locating grub_file_read at 0x690a (0x400).
grub-install: info: locating grub_dl_unload_unneeded at 0x6297 (0x400).
grub-install: info: locating grub_pci_make_address at 0x5ac (0x400).
grub-install: info: locating memcmp at 0x7943 (0x400).
grub-install: info: locating grub_term_normal_color at 0xb9c9 (0xb640).
grub-install: info: locating grub_disk_dev_list at 0xe758 (0xc8c0).
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 0x1be6 (0x400).
grub-install: info: locating grub_term_outputs at 0x188c0 (0xc8c0).
grub-install: info: locating grub_modbase at 0xe6e0 (0xc8c0).
grub-install: info: locating grub_term_inputs_disabled at 0x188c8 (0xc8c0).
grub-install: info: locating grub_efi_net_config at 0xe6e8 (0xc8c0).
grub-install: info: locating grub_efi_set_virtual_address_map at 0x1e48 (0x400).
grub-install: info: locating grub_print_error at 0x67da (0x400).
grub-install: info: locating grub_efi_mm_init at 0x3053 (0x400).
grub-install: info: locating memset at 0x7ae7 (0x400).
grub-install: info: locating grub_zalloc at 0x3c65 (0x400).
grub-install: info: locating grub_strcmp at 0x7963 (0x400).
grub-install: info: locating grub_tsc_init at 0x38da (0x400).
grub-install: info: locating grub_efi_allocate_pages at 0x2b7a (0x400).
grub-install: info: locating grub_strchr at 0x79af (0x400).
grub-install: info: locating grub_refresh at 0x995d (0x400).
grub-install: info: locating grub_malloc at 0x3c54 (0x400).
grub-install: info: locating grub_efi_get_memory_map at 0x2c3e (0x400).
grub-install: info: locating grub_efidisk_get_device_name at 0x169b (0x400).
grub-install: info: locating grub_get_time_ms at 0x3fb8 (0x400).
grub-install: info: locating grub_file_close at 0x69aa (0x400).
grub-install: info: locating grub_file_open at 0x69f5 (0x400).
grub-install: info: locating grub_isspace at 0x79d7 (0x400).
grub-install: info: locating grub_efi_open_protocol at 0x1cdf (0x400).
grub-install: info: locating grub_real_dprintf at 0x876e (0x400).
grub-install: info: locating efi_wrap_3 at 0x43e (0x400).
grub-install: info: locating grub_dl_load_core_noinit at 0x5786 (0x400).
grub-install: info: locating grub_dl_load_file at 0x60b5 (0x400).
grub-install: info: locating grub_env_unset at 0x649f (0x400).
grub-install: info: locating grub_device_close at 0x46b8 (0x400).
grub-install: info: locating efi_wrap_6 at 0x47c (0x400).
grub-install: info: locating grub_dl_head at 0xc940 (0xc8c0).
grub-install: info: locating grub_fs_probe at 0x6ed6 (0x400).
grub-install: info: locating grub_mm_base at 0xe6f8 (0xc8c0).
grub-install: info: locating grub_term_poll_usb at 0xe6c8 (0xc8c0).
grub-install: info: locating grub_file_filters_enabled at 0x18880 (0xc8c0).
grub-install: info: locating grub_strword at 0x7a34 (0x400).
grub-install: info: locating grub_machine_get_bootlocation at 0x29f8 (0x400).
grub-install: info: locating grub_efi_fini at 0x2a8f (0x400).
grub-install: info: locating grub_err_printed_errors at 0x18844 (0xc8c0).
grub-install: info: locating grub_error at 0x6654 (0x400).
grub-install: info: locating grub_current_context at 0xb7c0 (0xb640).
grub-install: info: locating efi_codes at 0x9b00 (0x9a00).
grub-install: info: locating grub_dl_register_symbol at 0x5537 (0x400).
grub-install: info: locating grub_efi_is_finished at 0xc8d8 (0xc8c0).
grub-install: info: locating grub_list_remove at 0x7134 (0x400).
grub-install: info: locating grub_pci_iterate at 0x5d4 (0x400).
grub-install: info: locating grub_modules_get_end at 0x71a7 (0x400).
grub-install: info: locating grub_free at 0x3c9f (0x400).
grub-install: info: locating grub_strndup at 0x7bb4 (0x400).
grub-install: info: locating efi_wrap_7 at 0x49f (0x400).
grub-install: info: locating grub_named_list_find at 0x70e2 (0x400).
grub-install: info: locating grub_dl_unref at 0x562f (0x400).
grub-install: info: locating grub_efidisk_init at 0x131d (0x400).
grub-install: info: locating grub_disk_dev_unregister at 0x4d10 (0x400).
grub-install: info: locating grub_efi_init at 0x2992 (0x400).
grub-install: info: locating grub_arch_dl_check_header at 0x741 (0x400).
grub-install: info: locating grub_arch_dl_relocate_symbols at 0x770 (0x400).
grub-install: info: locating grub_efi_free_pages at 0x2b50 (0x400).
grub-install: info: locating grub_printf_ at 0x8710 (0x400).
grub-install: info: locating grub_efi_get_device_path at 0x21f8 (0x400).
grub-install: info: locating start at 0x400 (0x400).
grub-install: info: locating grub_efi_modules_addr at 0x208b (0x400).
grub-install: info: locating grub_error_pop at 0x6767 (0x400).
grub-install: info: locating grub_device_iterate at 0x47ec (0x400).
grub-install: info: locating grub_getkey_noblock at 0x9913 (0x400).
grub-install: info: locating grub_memalign_dma32 at 0x547 (0x400).
grub-install: info: locating grub_list_push at 0x711a (0x400).
grub-install: info: locating grub_efi_set_text_mode at 0x1d3e (0x400).
grub-install: info: locating grub_err_printf at 0x86c1 (0x400).
grub-install: info: locating grub_disk_cache_invalidate_all at 0x4cb1 (0x400).
grub-install: info: locating grub_env_set at 0x6340 (0x400).
grub-install: info: locating grub_disk_cache_get_performance at 0x4c96 (0x400).
grub-install: info: locating grub_dl_load_core at 0x5ff9 (0x400).
grub-install: info: locating grub_gettext at 0xb858 (0xb640).
grub-install: info: locating grub_memcmp at 0x7943 (0x400).
grub-install: info: locating grub_env_get at 0x6470 (0x400).
grub-install: info: locating efi_wrap_2 at 0x430 (0x400).
grub-install: info: locating grub_strtoul at 0x8105 (0x400).
grub-install: info: locating grub_dma_get_phys at 0x5a9 (0x400).
grub-install: info: locating grub_mm_init_region at 0x3dc4 (0x400).
grub-install: info: locating grub_disk_cache_table at 0xe780 (0xc8c0).
grub-install: info: locating grub_memalign at 0x3a56 (0x400).
grub-install: info: dealing with the relocation section .rela.text for .text.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xe2d1 at the offset 0x3.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xe2c2 at the offset 0xa.
grub-install: info: relocating an R_X86_64_PC32 entry to 0x6dac at the offset 0x13.
grub-install: info: relocating an R_X86_64_64 entry to 0x2992 at the offset 0x11d.
grub-install: info: relocating an R_X86_64_64 entry to 0x38da at the offset 0x12a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a8f at the offset 0x13c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x165.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bb8 at the offset 0x17a.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x18b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x19b.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x1e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x2a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bd8 at the offset 0x352.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x363.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bf9 at the offset 0x390.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c1c at the offset 0x429.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x43b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c34 at the offset 0x465.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x476.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c5b at the offset 0x4e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x4f1.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x500.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x50c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x52b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c82 at the offset 0x538.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x54b.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x555.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x586.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x594.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c8e at the offset 0x5ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5be.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x5c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x5f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x601.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x610.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c5 at the offset 0x61d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c9c at the offset 0x635.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x650.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cab at the offset 0x663.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x670.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x685.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cd7 at the offset 0x6d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cee at the offset 0x71d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x727.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0x736.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x75a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x77b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x787.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x792.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56 at the offset 0x79d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x7ca.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d10 at the offset 0x7dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x7f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1be6 at the offset 0x80a.
grub-install: info: relocating an R_X86_64_64 entry to 0x21f8 at the offset 0x832.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0x869.
grub-install: info: relocating an R_X86_64_64 entry to 0xb680 at the offset 0x882.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x890.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8ab.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0x91a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d04 at the offset 0x94a.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0x95c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x98b.
grub-install: info: relocating an R_X86_64_64 entry to 0xd16 at the offset 0x9a4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x9b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x9d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0xa04.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0xa2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0xa63.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0xa82.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xacf.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d08 at the offset 0xad9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xae8.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xaf2.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xb20.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d3c at the offset 0xb3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0xb54.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0xb87.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0xb9b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d64 at the offset 0xbb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xbc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d69 at the offset 0xbdb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xbe5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xbf4.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xbfe.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d77 at the offset 0xc26.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xc3a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d69 at the offset 0xc4c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xc56.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xc65.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xc6f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0xc98.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d7c at the offset 0xcae.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xcc2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d69 at the offset 0xcd4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xcde.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xced.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xcf7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0xd58.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0xd75.
grub-install: info: relocating an R_X86_64_64 entry to 0x112b at the offset 0xd8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0xdb3.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0xdbd.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0xdf4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0xe4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0xe83.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d81 at the offset 0xe8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c6f at the offset 0xe9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xea6.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0xed4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9db3 at the offset 0xeef.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0xf08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb77 at the offset 0xf23.
grub-install: info: relocating an R_X86_64_64 entry to 0xe750 at the offset 0xf35.
grub-install: info: relocating an R_X86_64_64 entry to 0xbed at the offset 0xf3f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1187 at the offset 0xf5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0xfb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xdfe at the offset 0xfc3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0xfcf.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0x1187 at the offset 0x107e.
grub-install: info: relocating an R_X86_64_64 entry to 0xdfe at the offset 0x109f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c0 at the offset 0x10e5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56 at the offset 0x1103.
grub-install: info: relocating an R_X86_64_64 entry to 0xb640 at the offset 0x110f.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cfb at the offset 0x1119.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d0 at the offset 0x1135.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c8 at the offset 0x1144.
grub-install: info: relocating an R_X86_64_64 entry to 0xbed at the offset 0x119c.
grub-install: info: relocating an R_X86_64_64 entry to 0x112b at the offset 0x11a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0x11d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0x11f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x120b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56 at the offset 0x1278.
grub-install: info: relocating an R_X86_64_64 entry to 0x21f8 at the offset 0x12a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x88d at the offset 0x12c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x112b at the offset 0x12fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xd81 at the offset 0x134f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x135d.
grub-install: info: relocating an R_X86_64_64 entry to 0x4de5 at the offset 0x137b.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x13a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x5425 at the offset 0x13c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x13d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x120c at the offset 0x13ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x919a at the offset 0x13fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9dd9 at the offset 0x141d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x142d.
grub-install: info: relocating an R_X86_64_64 entry to 0xd81 at the offset 0x1457.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x1470.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x15a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ddf at the offset 0x15ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e20 at the offset 0x160a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e22 at the offset 0x1629.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x17a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x17b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x17f3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x182b.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1849.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x1872.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x18b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x18e7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x1909.
grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x191e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b9c at the offset 0x1946.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6b0 at the offset 0x1950.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x197f.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x19aa.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x19c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x19df.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6a0 at the offset 0x19f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x19fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a8f at the offset 0x1a07.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1a13.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x1a2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1a3c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1a4c.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x1a62.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e28 at the offset 0x1a7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x1a8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1ab1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x1acb.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x1ad9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1a3a at the offset 0x1af8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1b0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1b2d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e47 at the offset 0x1b48.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x1b61.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1b89.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x1b93.
grub-install: info: relocating an R_X86_64_64 entry to 0x1a3a at the offset 0x1bdb.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x1be5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x1bf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x1c35.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x1c8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x1de9 at the offset 0x1ca2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x1cc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e67 at the offset 0x1ce6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x1d75.
grub-install: info: relocating an R_X86_64_64 entry to 0x1887 at the offset 0x1d89.
grub-install: info: relocating an R_X86_64_64 entry to 0xb690 at the offset 0x1dff.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x1e09.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x1e22.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e6c at the offset 0x1e7b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e78 at the offset 0x1e89.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e82 at the offset 0x1e9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a00 at the offset 0x1eb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e93 at the offset 0x1ecc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e9f at the offset 0x1ee0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eab at the offset 0x1ef7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ebf at the offset 0x1f0d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ec8 at the offset 0x1f20.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ed2 at the offset 0x1f2f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ee1 at the offset 0x1f57.
grub-install: info: relocating an R_X86_64_64 entry to 0x9eee at the offset 0x1f6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef5 at the offset 0x1f87.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef9 at the offset 0x1f9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1fab.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef5 at the offset 0x1fc4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ef9 at the offset 0x1fda.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x1ff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9efd at the offset 0x2023.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f01 at the offset 0x204e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f05 at the offset 0x2060.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a28 at the offset 0x207d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f16 at the offset 0x2094.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f27 at the offset 0x20b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f34 at the offset 0x20c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f4d at the offset 0x20e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f59 at the offset 0x20fd.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f65 at the offset 0x2116.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f7f at the offset 0x213c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f88 at the offset 0x2155.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fb3 at the offset 0x218b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fde at the offset 0x21e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa021 at the offset 0x2270.
grub-install: info: relocating an R_X86_64_64 entry to 0xa040 at the offset 0x2295.
grub-install: info: relocating an R_X86_64_64 entry to 0xa055 at the offset 0x22bb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa065 at the offset 0x22d6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa06f at the offset 0x22e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9ab8 at the offset 0x2302.
grub-install: info: relocating an R_X86_64_64 entry to 0xa085 at the offset 0x2319.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0be at the offset 0x2374.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0d0 at the offset 0x238e.
grub-install: info: relocating an R_X86_64_64 entry to 0x1991 at the offset 0x2398.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x23ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x1887 at the offset 0x23d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x23e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0d6 at the offset 0x23fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x240d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa0e0 at the offset 0x2428.
grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x246e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa12e at the offset 0x248e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa13e at the offset 0x249e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa14f at the offset 0x24b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x24cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x251a.
grub-install: info: relocating an R_X86_64_64 entry to 0x208b at the offset 0x2595.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x25a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x375e at the offset 0x25ab.
grub-install: info: relocating an R_X86_64_64 entry to 0x3053 at the offset 0x25b7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x25c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x25e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x131d at the offset 0x25ee.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x25fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x1de9 at the offset 0x2611.
grub-install: info: relocating an R_X86_64_64 entry to 0x169b at the offset 0x2629.
grub-install: info: relocating an R_X86_64_64 entry to 0x2128 at the offset 0x2639.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e8 at the offset 0x2654.
grub-install: info: relocating an R_X86_64_64 entry to 0x79c4 at the offset 0x2678.
grub-install: info: relocating an R_X86_64_64 entry to 0xb77 at the offset 0x2692.
grub-install: info: relocating an R_X86_64_64 entry to 0x385b at the offset 0x269f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0x26c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x699 at the offset 0x26f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2755.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2768.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x27ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x27cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x281f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x2844.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2870.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x287a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2889.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x289f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x28b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x28c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x28de.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x28f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2920.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x2942.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x297e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x29a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x29dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x29ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x29f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x2a00.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2a0a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2a17.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2a31.
grub-install: info: relocating an R_X86_64_64 entry to 0xa181 at the offset 0x2a44.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x2a55.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2a66.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x2a73.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2a82.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x2a8d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x2a9f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x2aa9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2ab3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2abd.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x2ac7.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2ad7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x2ae4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa164 at the offset 0x2af0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2aff.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2b14.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x2b21.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x2b2e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2b49.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x2b59.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1a0 at the offset 0x2b67.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1c0 at the offset 0x2b78.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x2b84.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x2b95.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2baa.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f0 at the offset 0x2bbd.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0x2bcd.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x2bda.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e8 at the offset 0x2beb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e0 at the offset 0x2bfd.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8dc at the offset 0x2c0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x2aa9 at the offset 0x2c2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d4 at the offset 0x2c36.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b7a at the offset 0x2c66.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1e8 at the offset 0x2c82.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x2cac.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x2cc4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa1ff at the offset 0x2d19.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x2d25.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x2d91.
grub-install: info: relocating an R_X86_64_64 entry to 0x3dc4 at the offset 0x2eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa215 at the offset 0x2f02.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x2f0c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa24a at the offset 0x2f1b.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x2f33.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x2f4e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x2f6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3032.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x30aa.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x30bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x30d4.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x30e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x30f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x312d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3151.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x3163.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3183.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x3195.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x31a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3581 at the offset 0x31b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x31c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x31d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3581 at the offset 0x31ed.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3202.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x3213.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c9 at the offset 0x323b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c8 at the offset 0x3246.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x325a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x3268.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x327c.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x328f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b00 at the offset 0x32e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x32fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x330a.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x3316.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x3340.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x3366.
grub-install: info: relocating an R_X86_64_64 entry to 0xa25c at the offset 0x3377.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3386.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x3392.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x339c.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c8 at the offset 0x33a6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb798 at the offset 0x33b6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x33c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x33cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x711a at the offset 0x33d9.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x33e7.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x33f7.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x3401.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b0 at the offset 0x340b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6d8 at the offset 0x341b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x342a.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x3434.
grub-install: info: relocating an R_X86_64_64 entry to 0x711a at the offset 0x343f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x344b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7134 at the offset 0x345e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x3468.
grub-install: info: relocating an R_X86_64_64 entry to 0xb780 at the offset 0x3474.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x3480.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c0 at the offset 0x348f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc900 at the offset 0x34ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f0 at the offset 0x34b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc900 at the offset 0x351d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x3560.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f0 at the offset 0x357c.
grub-install: info: relocating an R_X86_64_64 entry to 0x389a at the offset 0x3586.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fc4 at the offset 0x3590.
grub-install: info: relocating an R_X86_64_64 entry to 0xa279 at the offset 0x359c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x35a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa286 at the offset 0x35be.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x35ca.
grub-install: info: relocating an R_X86_64_64 entry to 0xa29b at the offset 0x360e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x361a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2ce at the offset 0x3629.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2ad at the offset 0x363e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x364a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x3660.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x369c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2e6 at the offset 0x36ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x36f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2f7 at the offset 0x3711.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x371d.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cb1 at the offset 0x3818.
grub-install: info: relocating an R_X86_64_64 entry to 0xa318 at the offset 0x382f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3840.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x3859.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x3872.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x388e.
grub-install: info: relocating an R_X86_64_64 entry to 0x39b2 at the offset 0x38ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2f7 at the offset 0x3904.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x3910.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x39f5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x3a02.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3a68.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0x3ac7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x3b15.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3b2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x39b2 at the offset 0x3b41.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x3b68.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x3b8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3b9d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc908 at the offset 0x3bba.
grub-install: info: relocating an R_X86_64_64 entry to 0xc908 at the offset 0x3bc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x3bda.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x3c11.
grub-install: info: relocating an R_X86_64_64 entry to 0xa326 at the offset 0x3c37.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x3c4a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x3c5f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7134 at the offset 0x3d06.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3d15.
grub-install: info: relocating an R_X86_64_64 entry to 0xa327 at the offset 0x3d26.
grub-install: info: relocating an R_X86_64_64 entry to 0xa329 at the offset 0x3d30.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3d3d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa32a at the offset 0x3d47.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3d61.
grub-install: info: relocating an R_X86_64_64 entry to 0xa330 at the offset 0x3d6b.
grub-install: info: relocating an R_X86_64_64 entry to 0x415b at the offset 0x3d8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x47ec at the offset 0x3d95.
grub-install: info: relocating an R_X86_64_64 entry to 0xa33e at the offset 0x3da1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x3dab.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x3db7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x3dc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6878 at the offset 0x3dd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x3df5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ed6 at the offset 0x3e10.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x3e27.
grub-install: info: relocating an R_X86_64_64 entry to 0xa340 at the offset 0x3e49.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3e5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x3e72.
grub-install: info: relocating an R_X86_64_64 entry to 0xa336 at the offset 0x3e85.
grub-install: info: relocating an R_X86_64_64 entry to 0xa351 at the offset 0x3e99.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3ea5.
grub-install: info: relocating an R_X86_64_64 entry to 0x4120 at the offset 0x3eba.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x3ecc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa33e at the offset 0x3ed6.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x3ee2.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x3ef1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x3f00.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x3f0c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa36a at the offset 0x3f22.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3f33.
grub-install: info: relocating an R_X86_64_64 entry to 0x60b5 at the offset 0x3f53.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x3f5f.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x3f73.
grub-install: info: relocating an R_X86_64_64 entry to 0xa36a at the offset 0x3f87.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x3f98.
grub-install: info: relocating an R_X86_64_64 entry to 0x649f at the offset 0x3fa5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6523 at the offset 0x3fbf.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x3fc9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa380 at the offset 0x3fec.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x3ff8.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x4012.
grub-install: info: relocating an R_X86_64_64 entry to 0xa387 at the offset 0x402c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x403d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x4053.
grub-install: info: relocating an R_X86_64_64 entry to 0xa399 at the offset 0x406c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3b6 at the offset 0x4076.
grub-install: info: relocating an R_X86_64_64 entry to 0x43b6 at the offset 0x4080.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3c5 at the offset 0x408a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ff6 at the offset 0x4094.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3c9 at the offset 0x40af.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3e9 at the offset 0x40b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x4381 at the offset 0x40c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3f0 at the offset 0x40cd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa3f6 at the offset 0x40dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa40d at the offset 0x40e6.
grub-install: info: relocating an R_X86_64_64 entry to 0x417b at the offset 0x40f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa413 at the offset 0x40fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xa416 at the offset 0x410c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa427 at the offset 0x4117.
grub-install: info: relocating an R_X86_64_64 entry to 0x431c at the offset 0x4121.
grub-install: info: relocating an R_X86_64_64 entry to 0xa42e at the offset 0x412b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4139.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0x4169.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4173.
grub-install: info: relocating an R_X86_64_64 entry to 0xa435 at the offset 0x418d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x4199.
grub-install: info: relocating an R_X86_64_64 entry to 0xa43b at the offset 0x41e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x41ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xa43b at the offset 0x4205.
grub-install: info: relocating an R_X86_64_64 entry to 0xa440 at the offset 0x420f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4220.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4235.
grub-install: info: relocating an R_X86_64_64 entry to 0x4de5 at the offset 0x4254.
grub-install: info: relocating an R_X86_64_64 entry to 0xc910 at the offset 0x426b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x427a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x42a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x42c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x42d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x42f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x4326.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x433a.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x4352.
grub-install: info: relocating an R_X86_64_64 entry to 0x4535 at the offset 0x4364.
grub-install: info: relocating an R_X86_64_64 entry to 0x919a at the offset 0x4376.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x438e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4398.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x4409.
grub-install: info: relocating an R_X86_64_64 entry to 0x4702 at the offset 0x442b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x4482.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x44d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc920 at the offset 0x44fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc920 at the offset 0x4510.
grub-install: info: relocating an R_X86_64_64 entry to 0xc918 at the offset 0x451f.
grub-install: info: relocating an R_X86_64_64 entry to 0xc918 at the offset 0x452c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x455b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4586.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x45b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x45c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x45dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x48ac at the offset 0x462b.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x4648.
grub-install: info: relocating an R_X86_64_64 entry to 0x4856 at the offset 0x4662.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4673.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x469a.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x46f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x4937 at the offset 0x4713.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x472d.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x473e.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x47dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x47e9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa458 at the offset 0x47f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4800.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4811.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x481e.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x482f.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x484c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc920 at the offset 0x4898.
grub-install: info: relocating an R_X86_64_64 entry to 0xc918 at the offset 0x48a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x48b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x18708 at the offset 0x48c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x48cb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x48fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x4912.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x491c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa479 at the offset 0x494f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4959.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4968.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4972.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x4996.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x49a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc928 at the offset 0x49ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x49ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xa488 at the offset 0x49f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4a00.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4a16.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4a20.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x4a34.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x4a80.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x4aa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x4abc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x4ad6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x4af6.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4b03.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4b33.
grub-install: info: relocating an R_X86_64_64 entry to 0xa499 at the offset 0x4b5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4b70.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x4b89.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4b95.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x4bab.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4d9 at the offset 0x4bbc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4bc6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x4be4.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x4bf3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4ef at the offset 0x4c07.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4c18.
grub-install: info: relocating an R_X86_64_64 entry to 0x9003 at the offset 0x4c39.
grub-install: info: relocating an R_X86_64_64 entry to 0xa4c7 at the offset 0x4c4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4c5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x4c6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc928 at the offset 0x4c7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cb1 at the offset 0x4c98.
grub-install: info: relocating an R_X86_64_64 entry to 0xc928 at the offset 0x4ca9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa503 at the offset 0x4d16.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4d27.
grub-install: info: relocating an R_X86_64_64 entry to 0xa531 at the offset 0x4d72.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x4d83.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x4d96.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x4da4.
grub-install: info: relocating an R_X86_64_64 entry to 0xa55f at the offset 0x4db1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa468 at the offset 0x4dbb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa46d at the offset 0x4dca.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x4dd4.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x4de1.
grub-install: info: relocating an R_X86_64_64 entry to 0x49fc at the offset 0x4e1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x48ac at the offset 0x4e7e.
grub-install: info: relocating an R_X86_64_64 entry to 0x4937 at the offset 0x4eff.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x4fab.
grub-install: info: relocating an R_X86_64_64 entry to 0x49fc at the offset 0x4fc5.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x4fe9.
grub-install: info: relocating an R_X86_64_64 entry to 0x4856 at the offset 0x5007.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x504b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x505d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x508f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5447 at the offset 0x50fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa587 at the offset 0x5117.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5129.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x513b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x516e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5186.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x5191.
grub-install: info: relocating an R_X86_64_64 entry to 0xc980 at the offset 0x51d4.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x5200.
grub-install: info: relocating an R_X86_64_64 entry to 0x562f at the offset 0x523b.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5294.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x529e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc980 at the offset 0x52c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x52d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5329.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5336.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x534a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa59e at the offset 0x53a9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x53b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x53bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x53c7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5ca at the offset 0x53d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5eb at the offset 0x5406.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5417.
grub-install: info: relocating an R_X86_64_64 entry to 0x741 at the offset 0x5428.
grub-install: info: relocating an R_X86_64_64 entry to 0xa60e at the offset 0x5441.
grub-install: info: relocating an R_X86_64_64 entry to 0xa635 at the offset 0x5468.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5479.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x548f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa64f at the offset 0x54b1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x54bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x54cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x5489 at the offset 0x54d6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa661 at the offset 0x54e3.
grub-install: info: relocating an R_X86_64_64 entry to 0xa671 at the offset 0x54fd.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x550c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa686 at the offset 0x5528.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x5532.
grub-install: info: relocating an R_X86_64_64 entry to 0xa694 at the offset 0x554a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6a3 at the offset 0x5562.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6b2 at the offset 0x5573.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6bb at the offset 0x5588.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5597.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x55ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6d0 at the offset 0x55c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x55e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x55f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x5624.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x5635.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x5658.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x5671.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0x56c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x5736.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x5787.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x579e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x57c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6d9 at the offset 0x57fb.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x580c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b60 at the offset 0x5899.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x58da.
grub-install: info: relocating an R_X86_64_64 entry to 0xc980 at the offset 0x58ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x598e.
grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x59db.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x59ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x59f9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6e9 at the offset 0x5a03.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6f7 at the offset 0x5a2a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa705 at the offset 0x5a78.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5a89.
grub-install: info: relocating an R_X86_64_64 entry to 0xa71e at the offset 0x5aa9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5aba.
grub-install: info: relocating an R_X86_64_64 entry to 0x770 at the offset 0x5ad4.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x5b37.
grub-install: info: relocating an R_X86_64_64 entry to 0xa734 at the offset 0x5b54.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x5b5e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5b6d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa750 at the offset 0x5b80.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x5b8a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5b99.
grub-install: info: relocating an R_X86_64_64 entry to 0xa761 at the offset 0x5bac.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5b8 at the offset 0x5bb6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5bc5.
grub-install: info: relocating an R_X86_64_64 entry to 0x54fa at the offset 0x5bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa774 at the offset 0x5c07.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5c16.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0x5c20.
grub-install: info: relocating an R_X86_64_64 entry to 0x5786 at the offset 0x5c32.
grub-install: info: relocating an R_X86_64_64 entry to 0xa783 at the offset 0x5c4b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5c5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5c74.
grub-install: info: relocating an R_X86_64_64 entry to 0xa795 at the offset 0x5c81.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5c90.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5ca1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7a6 at the offset 0x5cc7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa5c0 at the offset 0x5cd6.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0x5ce0.
grub-install: info: relocating an R_X86_64_64 entry to 0x69f5 at the offset 0x5cf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x5d0e.
grub-install: info: relocating an R_X86_64_64 entry to 0x69aa at the offset 0x5d18.
grub-install: info: relocating an R_X86_64_64 entry to 0x690a at the offset 0x5d40.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5d4a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ff9 at the offset 0x5d77.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7b8 at the offset 0x5da9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x5db3.
grub-install: info: relocating an R_X86_64_64 entry to 0x5447 at the offset 0x5dc5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7b8 at the offset 0x5de2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7bf at the offset 0x5dec.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5dfd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7d7 at the offset 0x5e16.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x5e20.
grub-install: info: relocating an R_X86_64_64 entry to 0x60b5 at the offset 0x5e3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5e4d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x5e64.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7ec at the offset 0x5e74.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x5e85.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5e9b.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x5ea9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x5ec1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x5efe.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x5f0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x5f44.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x5f7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x5f9d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x5fb3.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x5fce.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x5ff5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x604d.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6063.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x6072.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x60a7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fd at the offset 0x60cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x60d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x6101.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x6129.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x6144.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x61bc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fd at the offset 0x61d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x61de.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x61ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x62d8 at the offset 0x6212.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fd at the offset 0x6227.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x6234.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6261.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x629b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x62b4.
grub-install: info: relocating an R_X86_64_64 entry to 0x88b2 at the offset 0x62be.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x62d1.
grub-install: info: relocating an R_X86_64_64 entry to 0xda40 at the offset 0x62e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x62f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6305.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x6316.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x6321.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x632c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6336.
grub-install: info: relocating an R_X86_64_64 entry to 0xda00 at the offset 0x6348.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6358.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x6368.
grub-install: info: relocating an R_X86_64_64 entry to 0xda40 at the offset 0x6379.
grub-install: info: relocating an R_X86_64_64 entry to 0xda04 at the offset 0x6382.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x639a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x63ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x63b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x63c9.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x63dd.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7fe at the offset 0x63ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x63f6.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x6402.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x640f.
grub-install: info: relocating an R_X86_64_64 entry to 0x18844 at the offset 0x641c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18844 at the offset 0x6427.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x6431.
grub-install: info: relocating an R_X86_64_64 entry to 0xda00 at the offset 0x6441.
grub-install: info: relocating an R_X86_64_64 entry to 0xa80a at the offset 0x6450.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x645c.
grub-install: info: relocating an R_X86_64_64 entry to 0xda00 at the offset 0x6468.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x6491.
grub-install: info: relocating an R_X86_64_64 entry to 0xa832 at the offset 0x64a7.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x64b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x64cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x64ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xa846 at the offset 0x6525.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6531.
grub-install: info: relocating an R_X86_64_64 entry to 0x18850 at the offset 0x656d.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x65ca.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x65d9.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x65e9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6878 at the offset 0x65f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x660c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x661b.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x6641.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x6659.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x667c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb800 at the offset 0x66a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ed6 at the offset 0x66b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x66ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x66fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0x670e.
grub-install: info: relocating an R_X86_64_64 entry to 0x69aa at the offset 0x6745.
grub-install: info: relocating an R_X86_64_64 entry to 0x18860 at the offset 0x6756.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0x6760.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x676a.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x677e.
grub-install: info: relocating an R_X86_64_64 entry to 0x18860 at the offset 0x6795.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0x679f.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x67a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x67cc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa86b at the offset 0x67d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x50c8 at the offset 0x6803.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x68fa.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x6959.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x69b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x69c1.
grub-install: info: relocating an R_X86_64_64 entry to 0xa88f at the offset 0x69d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x69e4.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x6a12.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6a2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x6a4e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8a6 at the offset 0x6a76.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6a87.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x6ab1.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6abf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe470 at the offset 0x6ae9.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x6af6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8bf at the offset 0x6b0f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d0 at the offset 0x6b19.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d3 at the offset 0x6b28.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bf7 at the offset 0x6b37.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8dd at the offset 0x6b41.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6b51.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x6b64.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8df at the offset 0x6b76.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d0 at the offset 0x6b80.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8d3 at the offset 0x6b8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x6b9c.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6ba7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6bbd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe468 at the offset 0x6bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6be9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe468 at the offset 0x6c02.
grub-install: info: relocating an R_X86_64_64 entry to 0xe470 at the offset 0x6c12.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bf7 at the offset 0x6c21.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8dd at the offset 0x6c2b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6c3a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c47.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c52.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c65.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c70.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6c7c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c90.
grub-install: info: relocating an R_X86_64_64 entry to 0xe478 at the offset 0x6c9b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa8f5 at the offset 0x6cb9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x6cca.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0x6ce6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x6d6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x6d8c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x6d9c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6da9.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a at the offset 0x6dc9.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0x6dd9.
grub-install: info: relocating an R_X86_64_64 entry to 0xa913 at the offset 0x6deb.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x6dfa.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x6e06.
grub-install: info: relocating an R_X86_64_64 entry to 0xa933 at the offset 0x6e30.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x6e3c.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x6e48.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6e6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x6eb9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe480 at the offset 0x6ecc.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x6ed8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x6ef0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe480 at the offset 0x6f03.
grub-install: info: relocating an R_X86_64_64 entry to 0xa946 at the offset 0x6f17.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x6f26.
grub-install: info: relocating an R_X86_64_64 entry to 0x99a4 at the offset 0x6f34.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6f40.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ff9 at the offset 0x6f5e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x6f6d.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x6f98.
grub-install: info: relocating an R_X86_64_64 entry to 0xa967 at the offset 0x6fa2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0x6fac.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x6fb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x6fc7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa96a at the offset 0x6fe6.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x6ff5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x7001.
grub-install: info: relocating an R_X86_64_64 entry to 0x7163 at the offset 0x703f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98a at the offset 0x7049.
grub-install: info: relocating an R_X86_64_64 entry to 0x65ae at the offset 0x7053.
grub-install: info: relocating an R_X86_64_64 entry to 0x29f8 at the offset 0x7067.
grub-install: info: relocating an R_X86_64_64 entry to 0xa912 at the offset 0x70ae.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98f at the offset 0x70b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x70c2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa996 at the offset 0x70e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x70ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xa996 at the offset 0x70f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x660e at the offset 0x7102.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x7111.
grub-install: info: relocating an R_X86_64_64 entry to 0x79c4 at the offset 0x7135.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x7155.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x717d.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x71dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x71f7.
grub-install: info: relocating an R_X86_64_64 entry to 0xa99e at the offset 0x7237.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x7241.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x7263.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x7272.
grub-install: info: relocating an R_X86_64_64 entry to 0xa912 at the offset 0x7281.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98f at the offset 0x7292.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x729e.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x72a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9a9 at the offset 0x72bc.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98a at the offset 0x72d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x72e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x660e at the offset 0x72f5.
grub-install: info: relocating an R_X86_64_64 entry to 0xa98a at the offset 0x7304.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9a9 at the offset 0x7311.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0x731e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9b0 at the offset 0x7335.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x7344.
grub-install: info: relocating an R_X86_64_64 entry to 0x4466 at the offset 0x7352.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x7360.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9cf at the offset 0x736a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe480 at the offset 0x737b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8f95 at the offset 0x738d.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9f4 at the offset 0x7399.
grub-install: info: relocating an R_X86_64_64 entry to 0xa927 at the offset 0x73aa.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa35 at the offset 0x73b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x73c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x73ce.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa35 at the offset 0x73d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x73e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x70e2 at the offset 0x73f5.
grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x7410.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x7426.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa3c at the offset 0x743b.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x744a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x745c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x746c.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa3c at the offset 0x748d.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x7499.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x74bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x750d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x751b.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x75f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x79f6 at the offset 0x763e.
grub-install: info: relocating an R_X86_64_64 entry to 0x79f6 at the offset 0x7655.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x7774.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x7784.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x77a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x77c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x77d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x77f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x7875.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa56 at the offset 0x7915.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x7926.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x7941.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa41 at the offset 0x7952.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0x7963.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x7ab2.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x7acb.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7b01.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x7b13.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b88 at the offset 0x7c5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7d07.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7db4.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x7e02.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa6a at the offset 0x7ec6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x7f67.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x7fa2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9c at the offset 0x81bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x8111 at the offset 0x81c5.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0x81cf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe4c0 at the offset 0x81f3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8210.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8224.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5bc at the offset 0x8237.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5bd at the offset 0x8244.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5be at the offset 0x8251.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5bf at the offset 0x825e.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x8282.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x8291.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x82a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x8301.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x834b.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x835f.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa71 at the offset 0x8386.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x8390.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa77 at the offset 0x83b6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a34 at the offset 0x83c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa7b at the offset 0x83e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x83ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x8424.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x8430.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9c at the offset 0x845f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8111 at the offset 0x8481.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x8492.
grub-install: info: relocating an R_X86_64_64 entry to 0x8849 at the offset 0x84b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x88b2 at the offset 0x84fc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8511.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d9c at the offset 0x852a.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x854f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8111 at the offset 0x856e.
grub-install: info: relocating an R_X86_64_64 entry to 0x78ac at the offset 0x8582.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8599.
grub-install: info: relocating an R_X86_64_64 entry to 0x890b at the offset 0x85f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x860a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0x864d.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x8661.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa83 at the offset 0x866f.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x867b.
grub-install: info: relocating an R_X86_64_64 entry to 0xaa8d at the offset 0x868b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9985 at the offset 0x8699.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e04 at the offset 0x86a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0x86c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0x86cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x86f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0x870c.
grub-install: info: relocating an R_X86_64_64 entry to 0x890b at the offset 0x874a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb850 at the offset 0x875a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb850 at the offset 0x876a.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8774.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x87cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x87ec.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x8801.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x8837.
grub-install: info: relocating an R_X86_64_64 entry to 0xb880 at the offset 0x888d.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x88c6.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b91 at the offset 0x896f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c69 at the offset 0x89c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x8b91 at the offset 0x89e2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c1b at the offset 0x8a01.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0x8a3f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c1b at the offset 0x8abe.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8aed.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x8b0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8b3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8b46.
grub-install: info: relocating an R_X86_64_64 entry to 0x9515 at the offset 0x8b99.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ba9 at the offset 0x8ba3.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ba9 at the offset 0x8bd6.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8be7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8bf4.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x8c47.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0x8c59.
grub-install: info: relocating an R_X86_64_64 entry to 0x7982 at the offset 0x8c8e.
grub-install: info: relocating an R_X86_64_64 entry to 0x93df at the offset 0x8cdd.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8cf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8d0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8d31.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8d6e.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0x8d9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9446 at the offset 0x8dce.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x8de2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x8e11.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaa5 at the offset 0x8e2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x8e38.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0x8e4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x8e72.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0x8ea0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaa6 at the offset 0x8eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x8ebe.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0x8f6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaa9 at the offset 0x8f8a.
grub-install: info: relocating an R_X86_64_64 entry to 0xaae5 at the offset 0x8f9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0x8fa8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaadb at the offset 0x8fba.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x8fcc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9346 at the offset 0x8ff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0x9007.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x902c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9346 at the offset 0x9069.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0x90c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9446 at the offset 0x90dc.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x90f2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d21 at the offset 0x9119.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0x915c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x918e.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x91b3.
grub-install: info: relocating an R_X86_64_64 entry to 0x70e2 at the offset 0x91c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xaaf6 at the offset 0x91ef.
grub-install: info: relocating an R_X86_64_64 entry to 0x8710 at the offset 0x91fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x9207.
grub-install: info: relocating an R_X86_64_64 entry to 0xab0d at the offset 0x9211.
grub-install: info: relocating an R_X86_64_64 entry to 0xab12 at the offset 0x9225.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x9231.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x9242.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x9257.
grub-install: info: relocating an R_X86_64_64 entry to 0xab28 at the offset 0x926c.
grub-install: info: relocating an R_X86_64_64 entry to 0xab2b at the offset 0x927b.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x9285.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x92a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x92b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9985 at the offset 0x92bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x92c6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x92f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x9316.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x9332.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x935c.
grub-install: info: relocating an R_X86_64_64 entry to 0xab39 at the offset 0x9370.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x937a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe5c0 at the offset 0x9389.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0x9393.
grub-install: info: relocating an R_X86_64_64 entry to 0xab3b at the offset 0x93b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0x93bd.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0x93cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x9666 at the offset 0x93d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0x93e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9515 at the offset 0x9412.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0x9423.
grub-install: info: relocating an R_X86_64_64 entry to 0x982f at the offset 0x946d.
grub-install: info: relocating an R_X86_64_64 entry to 0x982f at the offset 0x94a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x982f at the offset 0x94c1.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x94e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c8 at the offset 0x9515.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c0 at the offset 0x9529.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x953a.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x9560.
grub-install: info: relocating an R_X86_64_64 entry to 0x9913 at the offset 0x9588.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0x9592.
grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x95a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xba00 at the offset 0x95b3.
grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
grub-install: info: relocating an R_X86_64_64 entry to 0x22c0 at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x22d9 at the offset 0x8.
grub-install: info: relocating an R_X86_64_64 entry to 0x22ed at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x2308 at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x231a at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x2488 at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x24a6 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0x24bf at the offset 0x38.
grub-install: info: relocating an R_X86_64_64 entry to 0x24da at the offset 0x40.
grub-install: info: relocating an R_X86_64_64 entry to 0x24f1 at the offset 0x48.
grub-install: info: relocating an R_X86_64_64 entry to 0x2536 at the offset 0x50.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0x58.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0x60.
grub-install: info: relocating an R_X86_64_64 entry to 0x2665 at the offset 0x68.
grub-install: info: relocating an R_X86_64_64 entry to 0x26d1 at the offset 0x70.
grub-install: info: relocating an R_X86_64_64 entry to 0x2549 at the offset 0x78.
grub-install: info: relocating an R_X86_64_64 entry to 0x2583 at the offset 0x80.
grub-install: info: relocating an R_X86_64_64 entry to 0x25da at the offset 0x88.
grub-install: info: relocating an R_X86_64_64 entry to 0x2689 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x250a at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x26e3 at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x26af at the offset 0xb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x270d at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x276a at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2789 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x27a7 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x281c at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ca4 at the offset 0x160.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ca4 at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0x5da2 at the offset 0x170.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e45 at the offset 0x178.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e69 at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0x808e at the offset 0x188.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x190.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x198.
grub-install: info: relocating an R_X86_64_64 entry to 0x80ae at the offset 0x1a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x1a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x80d0 at the offset 0x1b0.
grub-install: info: dealing with the relocation section .rela.data for .data.
grub-install: info: relocating an R_X86_64_64 entry to 0x9c67 at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0xf69 at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x917 at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e2 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0xead at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x1261 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0xa271 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x35d3 at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x35b2 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x334c at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x34e3 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x354f at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x34a8 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x36f9 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3600 at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3581 at the offset 0xe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xa271 at the offset 0x150.
grub-install: info: relocating an R_X86_64_64 entry to 0x3665 at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0xd980 at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0xa908 at the offset 0x1d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cf4 at the offset 0x1e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bfd at the offset 0x1e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a0 at the offset 0x210.
grub-install: info: relocating an R_X86_64_64 entry to 0x78a8 at the offset 0x218.
grub-install: info: relocating an R_X86_64_64 entry to 0x98bb at the offset 0x380.
grub-install: info: relocating an R_X86_64_64 entry to 0xab54 at the offset 0x3c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x417 at the offset 0x3c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xab5f at the offset 0x3d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x422 at the offset 0x3e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xab6a at the offset 0x3f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cc at the offset 0x3f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xab76 at the offset 0x408.
grub-install: info: relocating an R_X86_64_64 entry to 0x430 at the offset 0x410.
grub-install: info: relocating an R_X86_64_64 entry to 0xab81 at the offset 0x420.
grub-install: info: relocating an R_X86_64_64 entry to 0x43e at the offset 0x428.
grub-install: info: relocating an R_X86_64_64 entry to 0xab8c at the offset 0x438.
grub-install: info: relocating an R_X86_64_64 entry to 0x44f at the offset 0x440.
grub-install: info: relocating an R_X86_64_64 entry to 0xab97 at the offset 0x450.
grub-install: info: relocating an R_X86_64_64 entry to 0x463 at the offset 0x458.
grub-install: info: relocating an R_X86_64_64 entry to 0xaba2 at the offset 0x468.
grub-install: info: relocating an R_X86_64_64 entry to 0x47c at the offset 0x470.
grub-install: info: relocating an R_X86_64_64 entry to 0xabad at the offset 0x480.
grub-install: info: relocating an R_X86_64_64 entry to 0x49f at the offset 0x488.
grub-install: info: relocating an R_X86_64_64 entry to 0xabb8 at the offset 0x498.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a0 at the offset 0x4a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xabcc at the offset 0x4b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe700 at the offset 0x4b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0x4c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c0 at the offset 0x4d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xabf3 at the offset 0x4e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x46b8 at the offset 0x4e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xac05 at the offset 0x4f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x47ec at the offset 0x500.
grub-install: info: relocating an R_X86_64_64 entry to 0xac19 at the offset 0x510.
grub-install: info: relocating an R_X86_64_64 entry to 0x45d5 at the offset 0x518.
grub-install: info: relocating an R_X86_64_64 entry to 0xac2a at the offset 0x528.
grub-install: info: relocating an R_X86_64_64 entry to 0x4c96 at the offset 0x530.
grub-install: info: relocating an R_X86_64_64 entry to 0xac4a at the offset 0x540.
grub-install: info: relocating an R_X86_64_64 entry to 0xe780 at the offset 0x548.
grub-install: info: relocating an R_X86_64_64 entry to 0xac60 at the offset 0x558.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d41 at the offset 0x560.
grub-install: info: relocating an R_X86_64_64 entry to 0xac70 at the offset 0x570.
grub-install: info: relocating an R_X86_64_64 entry to 0xe758 at the offset 0x578.
grub-install: info: relocating an R_X86_64_64 entry to 0xac83 at the offset 0x588.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cfb at the offset 0x590.
grub-install: info: relocating an R_X86_64_64 entry to 0xac9a at the offset 0x5a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d10 at the offset 0x5a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xacb3 at the offset 0x5b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe750 at the offset 0x5c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaccb at the offset 0x5d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe740 at the offset 0x5d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xace9 at the offset 0x5e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5425 at the offset 0x5f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xacfc at the offset 0x600.
grub-install: info: relocating an R_X86_64_64 entry to 0x4de5 at the offset 0x608.
grub-install: info: relocating an R_X86_64_64 entry to 0xad0b at the offset 0x618.
grub-install: info: relocating an R_X86_64_64 entry to 0x50c8 at the offset 0x620.
grub-install: info: relocating an R_X86_64_64 entry to 0xad1a at the offset 0x630.
grub-install: info: relocating an R_X86_64_64 entry to 0xe748 at the offset 0x638.
grub-install: info: relocating an R_X86_64_64 entry to 0xad2f at the offset 0x648.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c0b at the offset 0x650.
grub-install: info: relocating an R_X86_64_64 entry to 0xad3d at the offset 0x660.
grub-install: info: relocating an R_X86_64_64 entry to 0xc940 at the offset 0x668.
grub-install: info: relocating an R_X86_64_64 entry to 0xad4a at the offset 0x678.
grub-install: info: relocating an R_X86_64_64 entry to 0x61a0 at the offset 0x680.
grub-install: info: relocating an R_X86_64_64 entry to 0xad57 at the offset 0x690.
grub-install: info: relocating an R_X86_64_64 entry to 0x5786 at the offset 0x698.
grub-install: info: relocating an R_X86_64_64 entry to 0xad70 at the offset 0x6a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x55f4 at the offset 0x6b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xad7c at the offset 0x6c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x566a at the offset 0x6c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xad8b at the offset 0x6d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x562f at the offset 0x6e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xad99 at the offset 0x6f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x599 at the offset 0x6f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xada7 at the offset 0x708.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a9 at the offset 0x710.
grub-install: info: relocating an R_X86_64_64 entry to 0xadb9 at the offset 0x720.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a5 at the offset 0x728.
grub-install: info: relocating an R_X86_64_64 entry to 0xadcb at the offset 0x738.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b7a at the offset 0x740.
grub-install: info: relocating an R_X86_64_64 entry to 0xade3 at the offset 0x750.
grub-install: info: relocating an R_X86_64_64 entry to 0x2901 at the offset 0x758.
grub-install: info: relocating an R_X86_64_64 entry to 0xae01 at the offset 0x768.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d78 at the offset 0x770.
grub-install: info: relocating an R_X86_64_64 entry to 0xae1f at the offset 0x780.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b50 at the offset 0x788.
grub-install: info: relocating an R_X86_64_64 entry to 0xae33 at the offset 0x798.
grub-install: info: relocating an R_X86_64_64 entry to 0x21f8 at the offset 0x7a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xae4c at the offset 0x7b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2128 at the offset 0x7b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xae62 at the offset 0x7c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1de9 at the offset 0x7d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xae7c at the offset 0x7e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3e at the offset 0x7e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xae94 at the offset 0x7f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1f77 at the offset 0x800.
grub-install: info: relocating an R_X86_64_64 entry to 0xaeaa at the offset 0x810.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d8 at the offset 0x818.
grub-install: info: relocating an R_X86_64_64 entry to 0xaec0 at the offset 0x828.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8d8 at the offset 0x830.
grub-install: info: relocating an R_X86_64_64 entry to 0xaed5 at the offset 0x840.
grub-install: info: relocating an R_X86_64_64 entry to 0x1be6 at the offset 0x848.
grub-install: info: relocating an R_X86_64_64 entry to 0xaeec at the offset 0x858.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b9c at the offset 0x860.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf05 at the offset 0x870.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e8 at the offset 0x878.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf19 at the offset 0x888.
grub-install: info: relocating an R_X86_64_64 entry to 0x1cdf at the offset 0x890.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf30 at the offset 0x8a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2213 at the offset 0x8a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf4b at the offset 0x8b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1d3e at the offset 0x8c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf62 at the offset 0x8d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e9d at the offset 0x8d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf78 at the offset 0x8e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e48 at the offset 0x8f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaf99 at the offset 0x900.
grub-install: info: relocating an R_X86_64_64 entry to 0x1dc5 at the offset 0x908.
grub-install: info: relocating an R_X86_64_64 entry to 0xafa8 at the offset 0x918.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6d0 at the offset 0x920.
grub-install: info: relocating an R_X86_64_64 entry to 0xafbe at the offset 0x930.
grub-install: info: relocating an R_X86_64_64 entry to 0x154e at the offset 0x938.
grub-install: info: relocating an R_X86_64_64 entry to 0xafdd at the offset 0x948.
grub-install: info: relocating an R_X86_64_64 entry to 0x169b at the offset 0x950.
grub-install: info: relocating an R_X86_64_64 entry to 0xaffa at the offset 0x960.
grub-install: info: relocating an R_X86_64_64 entry to 0x660e at the offset 0x968.
grub-install: info: relocating an R_X86_64_64 entry to 0xb00a at the offset 0x978.
grub-install: info: relocating an R_X86_64_64 entry to 0x6470 at the offset 0x980.
grub-install: info: relocating an R_X86_64_64 entry to 0xb017 at the offset 0x990.
grub-install: info: relocating an R_X86_64_64 entry to 0x6340 at the offset 0x998.
grub-install: info: relocating an R_X86_64_64 entry to 0xb024 at the offset 0x9a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x649f at the offset 0x9b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb033 at the offset 0x9c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6523 at the offset 0x9c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb04e at the offset 0x9d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18844 at the offset 0x9e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb066 at the offset 0x9f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18740 at the offset 0x9f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb072 at the offset 0xa08.
grub-install: info: relocating an R_X86_64_64 entry to 0x18840 at the offset 0xa10.
grub-install: info: relocating an R_X86_64_64 entry to 0xb07d at the offset 0xa20.
grub-install: info: relocating an R_X86_64_64 entry to 0x6654 at the offset 0xa28.
grub-install: info: relocating an R_X86_64_64 entry to 0xb088 at the offset 0xa38.
grub-install: info: relocating an R_X86_64_64 entry to 0x6767 at the offset 0xa40.
grub-install: info: relocating an R_X86_64_64 entry to 0xb097 at the offset 0xa50.
grub-install: info: relocating an R_X86_64_64 entry to 0x66d0 at the offset 0xa58.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0a7 at the offset 0xa68.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e04 at the offset 0xa70.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0b1 at the offset 0xa80.
grub-install: info: relocating an R_X86_64_64 entry to 0x8a07 at the offset 0xa88.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0bc at the offset 0xa98.
grub-install: info: relocating an R_X86_64_64 entry to 0x69aa at the offset 0xaa0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0cc at the offset 0xab0.
grub-install: info: relocating an R_X86_64_64 entry to 0x18860 at the offset 0xab8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0e2 at the offset 0xac8.
grub-install: info: relocating an R_X86_64_64 entry to 0x18880 at the offset 0xad0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0fc at the offset 0xae0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6878 at the offset 0xae8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb116 at the offset 0xaf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x69f5 at the offset 0xb00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb125 at the offset 0xb10.
grub-install: info: relocating an R_X86_64_64 entry to 0x18850 at the offset 0xb18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb13d at the offset 0xb28.
grub-install: info: relocating an R_X86_64_64 entry to 0x690a at the offset 0xb30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb14c at the offset 0xb40.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bc4 at the offset 0xb48.
grub-install: info: relocating an R_X86_64_64 entry to 0xb15b at the offset 0xb58.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c9f at the offset 0xb60.
grub-install: info: relocating an R_X86_64_64 entry to 0xb165 at the offset 0xb70.
grub-install: info: relocating an R_X86_64_64 entry to 0xe468 at the offset 0xb78.
grub-install: info: relocating an R_X86_64_64 entry to 0xb17b at the offset 0xb88.
grub-install: info: relocating an R_X86_64_64 entry to 0xe470 at the offset 0xb90.
grub-install: info: relocating an R_X86_64_64 entry to 0xb188 at the offset 0xba0.
grub-install: info: relocating an R_X86_64_64 entry to 0x6ed6 at the offset 0xba8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb196 at the offset 0xbb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fb8 at the offset 0xbc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1a7 at the offset 0xbd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9985 at the offset 0xbd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1b3 at the offset 0xbe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9913 at the offset 0xbf0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1c7 at the offset 0xc00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb858 at the offset 0xc08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1d4 at the offset 0xc18.
grub-install: info: relocating an R_X86_64_64 entry to 0x79d7 at the offset 0xc20.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1e1 at the offset 0xc30.
grub-install: info: relocating an R_X86_64_64 entry to 0x711a at the offset 0xc38.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1f0 at the offset 0xc48.
grub-install: info: relocating an R_X86_64_64 entry to 0x7134 at the offset 0xc50.
grub-install: info: relocating an R_X86_64_64 entry to 0xb201 at the offset 0xc60.
grub-install: info: relocating an R_X86_64_64 entry to 0x534 at the offset 0xc68.
grub-install: info: relocating an R_X86_64_64 entry to 0xb213 at the offset 0xc78.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c54 at the offset 0xc80.
grub-install: info: relocating an R_X86_64_64 entry to 0xb21f at the offset 0xc90.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a56 at the offset 0xc98.
grub-install: info: relocating an R_X86_64_64 entry to 0xb22d at the offset 0xca8.
grub-install: info: relocating an R_X86_64_64 entry to 0x547 at the offset 0xcb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb241 at the offset 0xcc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0xcc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb24d at the offset 0xcd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0xce0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb25a at the offset 0xcf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0xcf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb266 at the offset 0xd08.
grub-install: info: relocating an R_X86_64_64 entry to 0x3fd2 at the offset 0xd10.
grub-install: info: relocating an R_X86_64_64 entry to 0xb276 at the offset 0xd20.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f8 at the offset 0xd28.
grub-install: info: relocating an R_X86_64_64 entry to 0xb283 at the offset 0xd38.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6e0 at the offset 0xd40.
grub-install: info: relocating an R_X86_64_64 entry to 0xb290 at the offset 0xd50.
grub-install: info: relocating an R_X86_64_64 entry to 0x70e2 at the offset 0xd58.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a5 at the offset 0xd68.
grub-install: info: relocating an R_X86_64_64 entry to 0xc910 at the offset 0xd70.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2b3 at the offset 0xd80.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c0 at the offset 0xd88.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2cc at the offset 0xd98.
grub-install: info: relocating an R_X86_64_64 entry to 0x8c69 at the offset 0xda0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2e6 at the offset 0xdb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d21 at the offset 0xdb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb300 at the offset 0xdc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9207 at the offset 0xdd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb318 at the offset 0xde0.
grub-install: info: relocating an R_X86_64_64 entry to 0x919a at the offset 0xde8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb32f at the offset 0xdf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x188a8 at the offset 0xe00.
grub-install: info: relocating an R_X86_64_64 entry to 0xb347 at the offset 0xe10.
grub-install: info: relocating an R_X86_64_64 entry to 0x9003 at the offset 0xe18.
grub-install: info: relocating an R_X86_64_64 entry to 0xb35c at the offset 0xe28.
grub-install: info: relocating an R_X86_64_64 entry to 0x699 at the offset 0xe30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb375 at the offset 0xe40.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d4 at the offset 0xe48.
grub-install: info: relocating an R_X86_64_64 entry to 0xb386 at the offset 0xe58.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ac at the offset 0xe60.
grub-install: info: relocating an R_X86_64_64 entry to 0xb39c at the offset 0xe70.
grub-install: info: relocating an R_X86_64_64 entry to 0x67da at the offset 0xe78.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3ad at the offset 0xe88.
grub-install: info: relocating an R_X86_64_64 entry to 0x86c1 at the offset 0xe90.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3b9 at the offset 0xea0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8710 at the offset 0xea8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3c6 at the offset 0xeb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x790a at the offset 0xec0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3d1 at the offset 0xed0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8aaf at the offset 0xed8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3e5 at the offset 0xee8.
grub-install: info: relocating an R_X86_64_64 entry to 0x876e at the offset 0xef0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3f7 at the offset 0xf00.
grub-install: info: relocating an R_X86_64_64 entry to 0x3eff at the offset 0xf08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb404 at the offset 0xf18.
grub-install: info: relocating an R_X86_64_64 entry to 0x995d at the offset 0xf20.
grub-install: info: relocating an R_X86_64_64 entry to 0xb411 at the offset 0xf30.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ff6 at the offset 0xf38.
grub-install: info: relocating an R_X86_64_64 entry to 0xb42c at the offset 0xf48.
grub-install: info: relocating an R_X86_64_64 entry to 0x65ae at the offset 0xf50.
grub-install: info: relocating an R_X86_64_64 entry to 0xb448 at the offset 0xf60.
grub-install: info: relocating an R_X86_64_64 entry to 0x88c6 at the offset 0xf68.
grub-install: info: relocating an R_X86_64_64 entry to 0xb456 at the offset 0xf78.
grub-install: info: relocating an R_X86_64_64 entry to 0x79af at the offset 0xf80.
grub-install: info: relocating an R_X86_64_64 entry to 0xb462 at the offset 0xf90.
grub-install: info: relocating an R_X86_64_64 entry to 0x7963 at the offset 0xf98.
grub-install: info: relocating an R_X86_64_64 entry to 0xb46e at the offset 0xfa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x78f7 at the offset 0xfb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb47a at the offset 0xfc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b6c at the offset 0xfc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb486 at the offset 0xfd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b5b at the offset 0xfe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb492 at the offset 0xff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7982 at the offset 0xff8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb49f at the offset 0x1008.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bb4 at the offset 0x1010.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4ac at the offset 0x1020.
grub-install: info: relocating an R_X86_64_64 entry to 0x79c4 at the offset 0x1028.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4b9 at the offset 0x1038.
grub-install: info: relocating an R_X86_64_64 entry to 0x8105 at the offset 0x1040.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4c6 at the offset 0x1050.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c71 at the offset 0x1058.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4d4 at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0x7a34 at the offset 0x1070.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4e1 at the offset 0x1080.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c8 at the offset 0x1088.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4fb at the offset 0x1098.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b8 at the offset 0x10a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb50c at the offset 0x10b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c8 at the offset 0x10b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb526 at the offset 0x10c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c9 at the offset 0x10d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb53d at the offset 0x10e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x188c0 at the offset 0x10e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb54f at the offset 0x10f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x188b0 at the offset 0x1100.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56a at the offset 0x1110.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6c8 at the offset 0x1118.
grub-install: info: relocating an R_X86_64_64 entry to 0xb57d at the offset 0x1128.
grub-install: info: relocating an R_X86_64_64 entry to 0xe6f0 at the offset 0x1130.
grub-install: info: relocating an R_X86_64_64 entry to 0xb58b at the offset 0x1140.
grub-install: info: relocating an R_X86_64_64 entry to 0x40e8 at the offset 0x1148.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5a3 at the offset 0x1158.
grub-install: info: relocating an R_X86_64_64 entry to 0x85ab at the offset 0x1160.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5b0 at the offset 0x1170.
grub-install: info: relocating an R_X86_64_64 entry to 0x88b2 at the offset 0x1178.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5bf at the offset 0x1188.
grub-install: info: relocating an R_X86_64_64 entry to 0x89b8 at the offset 0x1190.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5ce at the offset 0x11a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9c0 at the offset 0x11a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5d9 at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x890b at the offset 0x11c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5e9 at the offset 0x11d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c65 at the offset 0x11d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5f5 at the offset 0x11e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7943 at the offset 0x11f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5fc at the offset 0x1200.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x1208.
grub-install: info: relocating an R_X86_64_64 entry to 0xb603 at the offset 0x1218.
grub-install: info: relocating an R_X86_64_64 entry to 0x78c8 at the offset 0x1220.
grub-install: info: relocating an R_X86_64_64 entry to 0xb60b at the offset 0x1230.
grub-install: info: relocating an R_X86_64_64 entry to 0x7ae7 at the offset 0x1238.
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 0x5e1.
grub-install: info: adding a relocation entry for 0x6a5.
grub-install: info: adding a relocation entry for 0x752.
grub-install: info: adding a relocation entry for 0x763.
grub-install: info: adding a relocation entry for 0x790.
grub-install: info: adding a relocation entry for 0x829.
grub-install: info: adding a relocation entry for 0x83b.
grub-install: info: adding a relocation entry for 0x865.
grub-install: info: adding a relocation entry for 0x876.
grub-install: info: adding a relocation entry for 0x8e7.
grub-install: info: adding a relocation entry for 0x8f1.
grub-install: info: adding a relocation entry for 0x900.
grub-install: info: adding a relocation entry for 0x90c.
grub-install: info: adding a relocation entry for 0x92b.
grub-install: info: adding a relocation entry for 0x938.
grub-install: info: adding a relocation entry for 0x94b.
grub-install: info: adding a relocation entry for 0x955.
grub-install: info: adding a relocation entry for 0x986.
grub-install: info: adding a relocation entry for 0x994.
grub-install: info: adding a relocation entry for 0x9ad.
grub-install: info: adding a relocation entry for 0x9be.
grub-install: info: adding a relocation entry for 0x9c9.
grub-install: info: adding a relocation entry for 0x9f2.
grub-install: info: adding a relocation entry for 0xa01.
grub-install: info: adding a relocation entry for 0xa10.
grub-install: info: adding a relocation entry for 0xa1d.
grub-install: info: adding a relocation entry for 0xa35.
grub-install: info: adding a relocation entry for 0xa50.
grub-install: info: adding a relocation entry for 0xa63.
grub-install: info: adding a relocation entry for 0xa70.
grub-install: info: adding a relocation entry for 0xa85.
grub-install: info: adding a relocation entry for 0xad1.
grub-install: info: adding a relocation entry for 0xaec.
grub-install: info: adding a relocation entry for 0xb1d.
grub-install: info: adding a relocation entry for 0xb27.
grub-install: info: adding a relocation entry for 0xb36.
grub-install: info: adding a relocation entry for 0xb5a.
grub-install: info: adding a relocation entry for 0xb7b.
grub-install: info: adding a relocation entry for 0xb87.
grub-install: info: adding a relocation entry for 0xb92.
grub-install: info: adding a relocation entry for 0xb9d.
grub-install: info: adding a relocation entry for 0xbca.
grub-install: info: adding a relocation entry for 0xbdc.
grub-install: info: adding a relocation entry for 0xbf9.
grub-install: info: adding a relocation entry for 0xc0a.
grub-install: info: adding a relocation entry for 0xc32.
grub-install: info: adding a relocation entry for 0xc69.
grub-install: info: adding a relocation entry for 0xc82.
grub-install: info: adding a relocation entry for 0xc90.
grub-install: info: adding a relocation entry for 0xcab.
grub-install: info: adding a relocation entry for 0xcc1.
grub-install: info: adding a relocation entry for 0xcf7.
grub-install: info: adding a relocation entry for 0xd1a.
grub-install: info: adding a relocation entry for 0xd4a.
grub-install: info: adding a relocation entry for 0xd5c.
grub-install: info: adding a relocation entry for 0xd8b.
grub-install: info: adding a relocation entry for 0xda4.
grub-install: info: adding a relocation entry for 0xdb9.
grub-install: info: adding a relocation entry for 0xdd7.
grub-install: info: adding a relocation entry for 0xe04.
grub-install: info: adding a relocation entry for 0xe2f.
grub-install: info: adding a relocation entry for 0xe63.
grub-install: info: adding a relocation entry for 0xe82.
grub-install: info: adding a relocation entry for 0xecf.
grub-install: info: adding a relocation entry for 0xed9.
grub-install: info: adding a relocation entry for 0xee8.
grub-install: info: adding a relocation entry for 0xef2.
grub-install: info: adding a relocation entry for 0xf20.
grub-install: info: adding a relocation entry for 0xf3b.
grub-install: info: adding a relocation entry for 0xf54.
grub-install: info: adding a relocation entry for 0xf87.
grub-install: info: adding a relocation entry for 0xf9b.
grub-install: info: adding a relocation entry for 0xfb5.
grub-install: info: adding a relocation entry for 0xfc9.
grub-install: info: adding a relocation entry for 0xfdb.
grub-install: info: adding a relocation entry for 0xfe5.
grub-install: info: adding a relocation entry for 0xff4.
grub-install: info: adding a relocation entry for 0xffe.
grub-install: info: adding a relocation entry for 0x1026.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 184 bytes of a fixup block starting at 0x0.
grub-install: info: adding a relocation entry for 0x103a.
grub-install: info: adding a relocation entry for 0x104c.
grub-install: info: adding a relocation entry for 0x1056.
grub-install: info: adding a relocation entry for 0x1065.
grub-install: info: adding a relocation entry for 0x106f.
grub-install: info: adding a relocation entry for 0x1098.
grub-install: info: adding a relocation entry for 0x10ae.
grub-install: info: adding a relocation entry for 0x10c2.
grub-install: info: adding a relocation entry for 0x10d4.
grub-install: info: adding a relocation entry for 0x10de.
grub-install: info: adding a relocation entry for 0x10ed.
grub-install: info: adding a relocation entry for 0x10f7.
grub-install: info: adding a relocation entry for 0x1158.
grub-install: info: adding a relocation entry for 0x1175.
grub-install: info: adding a relocation entry for 0x118d.
grub-install: info: adding a relocation entry for 0x11b3.
grub-install: info: adding a relocation entry for 0x11bd.
grub-install: info: adding a relocation entry for 0x11f4.
grub-install: info: adding a relocation entry for 0x124d.
grub-install: info: adding a relocation entry for 0x1283.
grub-install: info: adding a relocation entry for 0x128d.
grub-install: info: adding a relocation entry for 0x129c.
grub-install: info: adding a relocation entry for 0x12a6.
grub-install: info: adding a relocation entry for 0x12d4.
grub-install: info: adding a relocation entry for 0x12ef.
grub-install: info: adding a relocation entry for 0x1308.
grub-install: info: adding a relocation entry for 0x1323.
grub-install: info: adding a relocation entry for 0x1335.
grub-install: info: adding a relocation entry for 0x133f.
grub-install: info: adding a relocation entry for 0x135a.
grub-install: info: adding a relocation entry for 0x13b9.
grub-install: info: adding a relocation entry for 0x13c3.
grub-install: info: adding a relocation entry for 0x13cf.
grub-install: info: adding a relocation entry for 0x1468.
grub-install: info: adding a relocation entry for 0x147e.
grub-install: info: adding a relocation entry for 0x149f.
grub-install: info: adding a relocation entry for 0x14e5.
grub-install: info: adding a relocation entry for 0x1503.
grub-install: info: adding a relocation entry for 0x150f.
grub-install: info: adding a relocation entry for 0x1519.
grub-install: info: adding a relocation entry for 0x1535.
grub-install: info: adding a relocation entry for 0x1544.
grub-install: info: adding a relocation entry for 0x159c.
grub-install: info: adding a relocation entry for 0x15a6.
grub-install: info: adding a relocation entry for 0x15d7.
grub-install: info: adding a relocation entry for 0x15f8.
grub-install: info: adding a relocation entry for 0x160b.
grub-install: info: adding a relocation entry for 0x1678.
grub-install: info: adding a relocation entry for 0x16a1.
grub-install: info: adding a relocation entry for 0x16c4.
grub-install: info: adding a relocation entry for 0x16fa.
grub-install: info: adding a relocation entry for 0x174f.
grub-install: info: adding a relocation entry for 0x175d.
grub-install: info: adding a relocation entry for 0x177b.
grub-install: info: adding a relocation entry for 0x17a3.
grub-install: info: adding a relocation entry for 0x17c1.
grub-install: info: adding a relocation entry for 0x17d9.
grub-install: info: adding a relocation entry for 0x17ef.
grub-install: info: adding a relocation entry for 0x17fc.
grub-install: info: adding a relocation entry for 0x181d.
grub-install: info: adding a relocation entry for 0x182d.
grub-install: info: adding a relocation entry for 0x1857.
grub-install: info: adding a relocation entry for 0x1870.
grub-install: info: adding a relocation entry for 0x19a6.
grub-install: info: adding a relocation entry for 0x19ef.
grub-install: info: adding a relocation entry for 0x1a0a.
grub-install: info: adding a relocation entry for 0x1a29.
grub-install: info: adding a relocation entry for 0x1ba5.
grub-install: info: adding a relocation entry for 0x1bb8.
grub-install: info: adding a relocation entry for 0x1bf3.
grub-install: info: adding a relocation entry for 0x1c2b.
grub-install: info: adding a relocation entry for 0x1c49.
grub-install: info: adding a relocation entry for 0x1c72.
grub-install: info: adding a relocation entry for 0x1cb3.
grub-install: info: adding a relocation entry for 0x1ce7.
grub-install: info: adding a relocation entry for 0x1d09.
grub-install: info: adding a relocation entry for 0x1d1e.
grub-install: info: adding a relocation entry for 0x1d46.
grub-install: info: adding a relocation entry for 0x1d50.
grub-install: info: adding a relocation entry for 0x1d7f.
grub-install: info: adding a relocation entry for 0x1daa.
grub-install: info: adding a relocation entry for 0x1dc7.
grub-install: info: adding a relocation entry for 0x1ddf.
grub-install: info: adding a relocation entry for 0x1df0.
grub-install: info: adding a relocation entry for 0x1dfa.
grub-install: info: adding a relocation entry for 0x1e07.
grub-install: info: adding a relocation entry for 0x1e13.
grub-install: info: adding a relocation entry for 0x1e2f.
grub-install: info: adding a relocation entry for 0x1e3c.
grub-install: info: adding a relocation entry for 0x1e4c.
grub-install: info: adding a relocation entry for 0x1e62.
grub-install: info: adding a relocation entry for 0x1e7e.
grub-install: info: adding a relocation entry for 0x1e8f.
grub-install: info: adding a relocation entry for 0x1eb1.
grub-install: info: adding a relocation entry for 0x1ecb.
grub-install: info: adding a relocation entry for 0x1ed9.
grub-install: info: adding a relocation entry for 0x1ef8.
grub-install: info: adding a relocation entry for 0x1f0a.
grub-install: info: adding a relocation entry for 0x1f2d.
grub-install: info: adding a relocation entry for 0x1f48.
grub-install: info: adding a relocation entry for 0x1f61.
grub-install: info: adding a relocation entry for 0x1f89.
grub-install: info: adding a relocation entry for 0x1f93.
grub-install: info: adding a relocation entry for 0x1fdb.
grub-install: info: adding a relocation entry for 0x1fe5.
grub-install: info: adding a relocation entry for 0x1ff8.
grub-install: info: adding a relocation entry for 0x2035.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 224 bytes of a fixup block starting at 0x1000.
grub-install: info: adding a relocation entry for 0x208f.
grub-install: info: adding a relocation entry for 0x20a2.
grub-install: info: adding a relocation entry for 0x20c0.
grub-install: info: adding a relocation entry for 0x20e6.
grub-install: info: adding a relocation entry for 0x2175.
grub-install: info: adding a relocation entry for 0x2189.
grub-install: info: adding a relocation entry for 0x21ff.
grub-install: info: adding a relocation entry for 0x2209.
grub-install: info: adding a relocation entry for 0x2222.
grub-install: info: adding a relocation entry for 0x227b.
grub-install: info: adding a relocation entry for 0x2289.
grub-install: info: adding a relocation entry for 0x229c.
grub-install: info: adding a relocation entry for 0x22b5.
grub-install: info: adding a relocation entry for 0x22cc.
grub-install: info: adding a relocation entry for 0x22e0.
grub-install: info: adding a relocation entry for 0x22f7.
grub-install: info: adding a relocation entry for 0x230d.
grub-install: info: adding a relocation entry for 0x2320.
grub-install: info: adding a relocation entry for 0x232f.
grub-install: info: adding a relocation entry for 0x2357.
grub-install: info: adding a relocation entry for 0x236c.
grub-install: info: adding a relocation entry for 0x2387.
grub-install: info: adding a relocation entry for 0x239a.
grub-install: info: adding a relocation entry for 0x23ab.
grub-install: info: adding a relocation entry for 0x23c4.
grub-install: info: adding a relocation entry for 0x23da.
grub-install: info: adding a relocation entry for 0x23f0.
grub-install: info: adding a relocation entry for 0x2423.
grub-install: info: adding a relocation entry for 0x244e.
grub-install: info: adding a relocation entry for 0x2460.
grub-install: info: adding a relocation entry for 0x247d.
grub-install: info: adding a relocation entry for 0x2494.
grub-install: info: adding a relocation entry for 0x24b2.
grub-install: info: adding a relocation entry for 0x24c9.
grub-install: info: adding a relocation entry for 0x24e0.
grub-install: info: adding a relocation entry for 0x24fd.
grub-install: info: adding a relocation entry for 0x2516.
grub-install: info: adding a relocation entry for 0x253c.
grub-install: info: adding a relocation entry for 0x2555.
grub-install: info: adding a relocation entry for 0x258b.
grub-install: info: adding a relocation entry for 0x25e2.
grub-install: info: adding a relocation entry for 0x2670.
grub-install: info: adding a relocation entry for 0x2695.
grub-install: info: adding a relocation entry for 0x26bb.
grub-install: info: adding a relocation entry for 0x26d6.
grub-install: info: adding a relocation entry for 0x26e5.
grub-install: info: adding a relocation entry for 0x2702.
grub-install: info: adding a relocation entry for 0x2719.
grub-install: info: adding a relocation entry for 0x2774.
grub-install: info: adding a relocation entry for 0x278e.
grub-install: info: adding a relocation entry for 0x2798.
grub-install: info: adding a relocation entry for 0x27ad.
grub-install: info: adding a relocation entry for 0x27d8.
grub-install: info: adding a relocation entry for 0x27e9.
grub-install: info: adding a relocation entry for 0x27fc.
grub-install: info: adding a relocation entry for 0x280d.
grub-install: info: adding a relocation entry for 0x2828.
grub-install: info: adding a relocation entry for 0x286e.
grub-install: info: adding a relocation entry for 0x288e.
grub-install: info: adding a relocation entry for 0x289e.
grub-install: info: adding a relocation entry for 0x28b6.
grub-install: info: adding a relocation entry for 0x28cd.
grub-install: info: adding a relocation entry for 0x291a.
grub-install: info: adding a relocation entry for 0x2995.
grub-install: info: adding a relocation entry for 0x29a1.
grub-install: info: adding a relocation entry for 0x29ab.
grub-install: info: adding a relocation entry for 0x29b7.
grub-install: info: adding a relocation entry for 0x29c3.
grub-install: info: adding a relocation entry for 0x29e1.
grub-install: info: adding a relocation entry for 0x29ee.
grub-install: info: adding a relocation entry for 0x29fc.
grub-install: info: adding a relocation entry for 0x2a11.
grub-install: info: adding a relocation entry for 0x2a29.
grub-install: info: adding a relocation entry for 0x2a39.
grub-install: info: adding a relocation entry for 0x2a54.
grub-install: info: adding a relocation entry for 0x2a78.
grub-install: info: adding a relocation entry for 0x2a92.
grub-install: info: adding a relocation entry for 0x2a9f.
grub-install: info: adding a relocation entry for 0x2ac8.
grub-install: info: adding a relocation entry for 0x2af2.
grub-install: info: adding a relocation entry for 0x2b55.
grub-install: info: adding a relocation entry for 0x2b68.
grub-install: info: adding a relocation entry for 0x2bae.
grub-install: info: adding a relocation entry for 0x2bcd.
grub-install: info: adding a relocation entry for 0x2c1f.
grub-install: info: adding a relocation entry for 0x2c44.
grub-install: info: adding a relocation entry for 0x2c70.
grub-install: info: adding a relocation entry for 0x2c7a.
grub-install: info: adding a relocation entry for 0x2c89.
grub-install: info: adding a relocation entry for 0x2c9f.
grub-install: info: adding a relocation entry for 0x2cb3.
grub-install: info: adding a relocation entry for 0x2cc9.
grub-install: info: adding a relocation entry for 0x2cde.
grub-install: info: adding a relocation entry for 0x2cf6.
grub-install: info: adding a relocation entry for 0x2d20.
grub-install: info: adding a relocation entry for 0x2d42.
grub-install: info: adding a relocation entry for 0x2d7e.
grub-install: info: adding a relocation entry for 0x2da1.
grub-install: info: adding a relocation entry for 0x2ddc.
grub-install: info: adding a relocation entry for 0x2dec.
grub-install: info: adding a relocation entry for 0x2df6.
grub-install: info: adding a relocation entry for 0x2e00.
grub-install: info: adding a relocation entry for 0x2e0a.
grub-install: info: adding a relocation entry for 0x2e17.
grub-install: info: adding a relocation entry for 0x2e31.
grub-install: info: adding a relocation entry for 0x2e44.
grub-install: info: adding a relocation entry for 0x2e55.
grub-install: info: adding a relocation entry for 0x2e66.
grub-install: info: adding a relocation entry for 0x2e73.
grub-install: info: adding a relocation entry for 0x2e82.
grub-install: info: adding a relocation entry for 0x2e8d.
grub-install: info: adding a relocation entry for 0x2e9f.
grub-install: info: adding a relocation entry for 0x2ea9.
grub-install: info: adding a relocation entry for 0x2eb3.
grub-install: info: adding a relocation entry for 0x2ebd.
grub-install: info: adding a relocation entry for 0x2ec7.
grub-install: info: adding a relocation entry for 0x2ed7.
grub-install: info: adding a relocation entry for 0x2ee4.
grub-install: info: adding a relocation entry for 0x2ef0.
grub-install: info: adding a relocation entry for 0x2eff.
grub-install: info: adding a relocation entry for 0x2f14.
grub-install: info: adding a relocation entry for 0x2f21.
grub-install: info: adding a relocation entry for 0x2f2e.
grub-install: info: adding a relocation entry for 0x2f49.
grub-install: info: adding a relocation entry for 0x2f59.
grub-install: info: adding a relocation entry for 0x2f67.
grub-install: info: adding a relocation entry for 0x2f78.
grub-install: info: adding a relocation entry for 0x2f84.
grub-install: info: adding a relocation entry for 0x2f95.
grub-install: info: adding a relocation entry for 0x2faa.
grub-install: info: adding a relocation entry for 0x2fbd.
grub-install: info: adding a relocation entry for 0x2fcd.
grub-install: info: adding a relocation entry for 0x2fda.
grub-install: info: adding a relocation entry for 0x2feb.
grub-install: info: adding a relocation entry for 0x2ffd.
grub-install: info: adding a relocation entry for 0x300f.
grub-install: info: writing 280 bytes of a fixup block starting at 0x2000.
grub-install: info: adding a relocation entry for 0x302c.
grub-install: info: adding a relocation entry for 0x3036.
grub-install: info: adding a relocation entry for 0x3066.
grub-install: info: adding a relocation entry for 0x3082.
grub-install: info: adding a relocation entry for 0x30ac.
grub-install: info: adding a relocation entry for 0x30c4.
grub-install: info: adding a relocation entry for 0x3119.
grub-install: info: adding a relocation entry for 0x3125.
grub-install: info: adding a relocation entry for 0x3191.
grub-install: info: adding a relocation entry for 0x32aa.
grub-install: info: adding a relocation entry for 0x3302.
grub-install: info: adding a relocation entry for 0x330c.
grub-install: info: adding a relocation entry for 0x331b.
grub-install: info: adding a relocation entry for 0x3333.
grub-install: info: adding a relocation entry for 0x334e.
grub-install: info: adding a relocation entry for 0x336c.
grub-install: info: adding a relocation entry for 0x3432.
grub-install: info: adding a relocation entry for 0x34aa.
grub-install: info: adding a relocation entry for 0x34bb.
grub-install: info: adding a relocation entry for 0x34d4.
grub-install: info: adding a relocation entry for 0x34e9.
grub-install: info: adding a relocation entry for 0x34f7.
grub-install: info: adding a relocation entry for 0x352d.
grub-install: info: adding a relocation entry for 0x3551.
grub-install: info: adding a relocation entry for 0x3563.
grub-install: info: adding a relocation entry for 0x3583.
grub-install: info: adding a relocation entry for 0x3595.
grub-install: info: adding a relocation entry for 0x35a3.
grub-install: info: adding a relocation entry for 0x35b7.
grub-install: info: adding a relocation entry for 0x35c5.
grub-install: info: adding a relocation entry for 0x35d9.
grub-install: info: adding a relocation entry for 0x35ed.
grub-install: info: adding a relocation entry for 0x3602.
grub-install: info: adding a relocation entry for 0x3613.
grub-install: info: adding a relocation entry for 0x363b.
grub-install: info: adding a relocation entry for 0x3646.
grub-install: info: adding a relocation entry for 0x365a.
grub-install: info: adding a relocation entry for 0x3668.
grub-install: info: adding a relocation entry for 0x367c.
grub-install: info: adding a relocation entry for 0x368f.
grub-install: info: adding a relocation entry for 0x36e2.
grub-install: info: adding a relocation entry for 0x36fb.
grub-install: info: adding a relocation entry for 0x370a.
grub-install: info: adding a relocation entry for 0x3716.
grub-install: info: adding a relocation entry for 0x3740.
grub-install: info: adding a relocation entry for 0x3766.
grub-install: info: adding a relocation entry for 0x3777.
grub-install: info: adding a relocation entry for 0x3786.
grub-install: info: adding a relocation entry for 0x3792.
grub-install: info: adding a relocation entry for 0x379c.
grub-install: info: adding a relocation entry for 0x37a6.
grub-install: info: adding a relocation entry for 0x37b6.
grub-install: info: adding a relocation entry for 0x37c5.
grub-install: info: adding a relocation entry for 0x37cf.
grub-install: info: adding a relocation entry for 0x37d9.
grub-install: info: adding a relocation entry for 0x37e7.
grub-install: info: adding a relocation entry for 0x37f7.
grub-install: info: adding a relocation entry for 0x3801.
grub-install: info: adding a relocation entry for 0x380b.
grub-install: info: adding a relocation entry for 0x381b.
grub-install: info: adding a relocation entry for 0x382a.
grub-install: info: adding a relocation entry for 0x3834.
grub-install: info: adding a relocation entry for 0x383f.
grub-install: info: adding a relocation entry for 0x384b.
grub-install: info: adding a relocation entry for 0x385e.
grub-install: info: adding a relocation entry for 0x3868.
grub-install: info: adding a relocation entry for 0x3874.
grub-install: info: adding a relocation entry for 0x3880.
grub-install: info: adding a relocation entry for 0x388f.
grub-install: info: adding a relocation entry for 0x38ac.
grub-install: info: adding a relocation entry for 0x38b9.
grub-install: info: adding a relocation entry for 0x391d.
grub-install: info: adding a relocation entry for 0x3960.
grub-install: info: adding a relocation entry for 0x397c.
grub-install: info: adding a relocation entry for 0x3986.
grub-install: info: adding a relocation entry for 0x3990.
grub-install: info: adding a relocation entry for 0x399c.
grub-install: info: adding a relocation entry for 0x39a8.
grub-install: info: adding a relocation entry for 0x39be.
grub-install: info: adding a relocation entry for 0x39ca.
grub-install: info: adding a relocation entry for 0x3a0e.
grub-install: info: adding a relocation entry for 0x3a1a.
grub-install: info: adding a relocation entry for 0x3a29.
grub-install: info: adding a relocation entry for 0x3a3e.
grub-install: info: adding a relocation entry for 0x3a4a.
grub-install: info: adding a relocation entry for 0x3a60.
grub-install: info: adding a relocation entry for 0x3a9c.
grub-install: info: adding a relocation entry for 0x3aec.
grub-install: info: adding a relocation entry for 0x3af8.
grub-install: info: adding a relocation entry for 0x3b11.
grub-install: info: adding a relocation entry for 0x3b1d.
grub-install: info: adding a relocation entry for 0x3c18.
grub-install: info: adding a relocation entry for 0x3c2f.
grub-install: info: adding a relocation entry for 0x3c40.
grub-install: info: adding a relocation entry for 0x3c59.
grub-install: info: adding a relocation entry for 0x3c72.
grub-install: info: adding a relocation entry for 0x3c8e.
grub-install: info: adding a relocation entry for 0x3cae.
grub-install: info: adding a relocation entry for 0x3d04.
grub-install: info: adding a relocation entry for 0x3d10.
grub-install: info: adding a relocation entry for 0x3df5.
grub-install: info: adding a relocation entry for 0x3e02.
grub-install: info: adding a relocation entry for 0x3e68.
grub-install: info: adding a relocation entry for 0x3ec7.
grub-install: info: adding a relocation entry for 0x3f15.
grub-install: info: adding a relocation entry for 0x3f2e.
grub-install: info: adding a relocation entry for 0x3f41.
grub-install: info: adding a relocation entry for 0x3f68.
grub-install: info: adding a relocation entry for 0x3f8a.
grub-install: info: adding a relocation entry for 0x3f9d.
grub-install: info: adding a relocation entry for 0x3fba.
grub-install: info: adding a relocation entry for 0x3fc9.
grub-install: info: adding a relocation entry for 0x3fda.
grub-install: info: adding a relocation entry for 0x4011.
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 0x3000.
grub-install: info: adding a relocation entry for 0x4037.
grub-install: info: adding a relocation entry for 0x404a.
grub-install: info: adding a relocation entry for 0x405f.
grub-install: info: adding a relocation entry for 0x4106.
grub-install: info: adding a relocation entry for 0x4115.
grub-install: info: adding a relocation entry for 0x4126.
grub-install: info: adding a relocation entry for 0x4130.
grub-install: info: adding a relocation entry for 0x413d.
grub-install: info: adding a relocation entry for 0x4147.
grub-install: info: adding a relocation entry for 0x4161.
grub-install: info: adding a relocation entry for 0x416b.
grub-install: info: adding a relocation entry for 0x418b.
grub-install: info: adding a relocation entry for 0x4195.
grub-install: info: adding a relocation entry for 0x41a1.
grub-install: info: adding a relocation entry for 0x41ab.
grub-install: info: adding a relocation entry for 0x41b7.
grub-install: info: adding a relocation entry for 0x41c8.
grub-install: info: adding a relocation entry for 0x41d8.
grub-install: info: adding a relocation entry for 0x41f5.
grub-install: info: adding a relocation entry for 0x4210.
grub-install: info: adding a relocation entry for 0x4227.
grub-install: info: adding a relocation entry for 0x4249.
grub-install: info: adding a relocation entry for 0x425a.
grub-install: info: adding a relocation entry for 0x4272.
grub-install: info: adding a relocation entry for 0x4285.
grub-install: info: adding a relocation entry for 0x4299.
grub-install: info: adding a relocation entry for 0x42a5.
grub-install: info: adding a relocation entry for 0x42ba.
grub-install: info: adding a relocation entry for 0x42cc.
grub-install: info: adding a relocation entry for 0x42d6.
grub-install: info: adding a relocation entry for 0x42e2.
grub-install: info: adding a relocation entry for 0x42f1.
grub-install: info: adding a relocation entry for 0x4300.
grub-install: info: adding a relocation entry for 0x430c.
grub-install: info: adding a relocation entry for 0x4322.
grub-install: info: adding a relocation entry for 0x4333.
grub-install: info: adding a relocation entry for 0x4353.
grub-install: info: adding a relocation entry for 0x435f.
grub-install: info: adding a relocation entry for 0x4373.
grub-install: info: adding a relocation entry for 0x4387.
grub-install: info: adding a relocation entry for 0x4398.
grub-install: info: adding a relocation entry for 0x43a5.
grub-install: info: adding a relocation entry for 0x43bf.
grub-install: info: adding a relocation entry for 0x43c9.
grub-install: info: adding a relocation entry for 0x43ec.
grub-install: info: adding a relocation entry for 0x43f8.
grub-install: info: adding a relocation entry for 0x4412.
grub-install: info: adding a relocation entry for 0x442c.
grub-install: info: adding a relocation entry for 0x443d.
grub-install: info: adding a relocation entry for 0x4453.
grub-install: info: adding a relocation entry for 0x446c.
grub-install: info: adding a relocation entry for 0x4476.
grub-install: info: adding a relocation entry for 0x4480.
grub-install: info: adding a relocation entry for 0x448a.
grub-install: info: adding a relocation entry for 0x4494.
grub-install: info: adding a relocation entry for 0x44af.
grub-install: info: adding a relocation entry for 0x44b9.
grub-install: info: adding a relocation entry for 0x44c3.
grub-install: info: adding a relocation entry for 0x44cd.
grub-install: info: adding a relocation entry for 0x44dc.
grub-install: info: adding a relocation entry for 0x44e6.
grub-install: info: adding a relocation entry for 0x44f0.
grub-install: info: adding a relocation entry for 0x44fa.
grub-install: info: adding a relocation entry for 0x450c.
grub-install: info: adding a relocation entry for 0x4517.
grub-install: info: adding a relocation entry for 0x4521.
grub-install: info: adding a relocation entry for 0x452b.
grub-install: info: adding a relocation entry for 0x4539.
grub-install: info: adding a relocation entry for 0x4569.
grub-install: info: adding a relocation entry for 0x4573.
grub-install: info: adding a relocation entry for 0x458d.
grub-install: info: adding a relocation entry for 0x4599.
grub-install: info: adding a relocation entry for 0x45e2.
grub-install: info: adding a relocation entry for 0x45ec.
grub-install: info: adding a relocation entry for 0x4605.
grub-install: info: adding a relocation entry for 0x460f.
grub-install: info: adding a relocation entry for 0x4620.
grub-install: info: adding a relocation entry for 0x4635.
grub-install: info: adding a relocation entry for 0x4654.
grub-install: info: adding a relocation entry for 0x466b.
grub-install: info: adding a relocation entry for 0x467a.
grub-install: info: adding a relocation entry for 0x46a5.
grub-install: info: adding a relocation entry for 0x46c8.
grub-install: info: adding a relocation entry for 0x46d8.
grub-install: info: adding a relocation entry for 0x46f6.
grub-install: info: adding a relocation entry for 0x4726.
grub-install: info: adding a relocation entry for 0x473a.
grub-install: info: adding a relocation entry for 0x4752.
grub-install: info: adding a relocation entry for 0x4764.
grub-install: info: adding a relocation entry for 0x4776.
grub-install: info: adding a relocation entry for 0x478e.
grub-install: info: adding a relocation entry for 0x4798.
grub-install: info: adding a relocation entry for 0x4809.
grub-install: info: adding a relocation entry for 0x482b.
grub-install: info: adding a relocation entry for 0x4882.
grub-install: info: adding a relocation entry for 0x48d8.
grub-install: info: adding a relocation entry for 0x48fc.
grub-install: info: adding a relocation entry for 0x4910.
grub-install: info: adding a relocation entry for 0x491f.
grub-install: info: adding a relocation entry for 0x492c.
grub-install: info: adding a relocation entry for 0x495b.
grub-install: info: adding a relocation entry for 0x4986.
grub-install: info: adding a relocation entry for 0x49b1.
grub-install: info: adding a relocation entry for 0x49c5.
grub-install: info: adding a relocation entry for 0x49dc.
grub-install: info: adding a relocation entry for 0x4a2b.
grub-install: info: adding a relocation entry for 0x4a48.
grub-install: info: adding a relocation entry for 0x4a62.
grub-install: info: adding a relocation entry for 0x4a73.
grub-install: info: adding a relocation entry for 0x4a9a.
grub-install: info: adding a relocation entry for 0x4af6.
grub-install: info: adding a relocation entry for 0x4b13.
grub-install: info: adding a relocation entry for 0x4b2d.
grub-install: info: adding a relocation entry for 0x4b3e.
grub-install: info: adding a relocation entry for 0x4bdd.
grub-install: info: adding a relocation entry for 0x4be9.
grub-install: info: adding a relocation entry for 0x4bf6.
grub-install: info: adding a relocation entry for 0x4c00.
grub-install: info: adding a relocation entry for 0x4c11.
grub-install: info: adding a relocation entry for 0x4c1e.
grub-install: info: adding a relocation entry for 0x4c2f.
grub-install: info: adding a relocation entry for 0x4c4c.
grub-install: info: adding a relocation entry for 0x4c98.
grub-install: info: adding a relocation entry for 0x4ca5.
grub-install: info: adding a relocation entry for 0x4cb5.
grub-install: info: adding a relocation entry for 0x4cc0.
grub-install: info: adding a relocation entry for 0x4ccb.
grub-install: info: adding a relocation entry for 0x4cfd.
grub-install: info: adding a relocation entry for 0x4d12.
grub-install: info: adding a relocation entry for 0x4d1c.
grub-install: info: adding a relocation entry for 0x4d4f.
grub-install: info: adding a relocation entry for 0x4d59.
grub-install: info: adding a relocation entry for 0x4d68.
grub-install: info: adding a relocation entry for 0x4d72.
grub-install: info: adding a relocation entry for 0x4d96.
grub-install: info: adding a relocation entry for 0x4da0.
grub-install: info: adding a relocation entry for 0x4dac.
grub-install: info: adding a relocation entry for 0x4dba.
grub-install: info: adding a relocation entry for 0x4df6.
grub-install: info: adding a relocation entry for 0x4e00.
grub-install: info: adding a relocation entry for 0x4e16.
grub-install: info: adding a relocation entry for 0x4e20.
grub-install: info: adding a relocation entry for 0x4e34.
grub-install: info: adding a relocation entry for 0x4e80.
grub-install: info: adding a relocation entry for 0x4ea8.
grub-install: info: adding a relocation entry for 0x4ebc.
grub-install: info: adding a relocation entry for 0x4ed6.
grub-install: info: adding a relocation entry for 0x4ef6.
grub-install: info: adding a relocation entry for 0x4f03.
grub-install: info: adding a relocation entry for 0x4f33.
grub-install: info: adding a relocation entry for 0x4f5d.
grub-install: info: adding a relocation entry for 0x4f70.
grub-install: info: adding a relocation entry for 0x4f89.
grub-install: info: adding a relocation entry for 0x4f95.
grub-install: info: adding a relocation entry for 0x4fab.
grub-install: info: adding a relocation entry for 0x4fbc.
grub-install: info: adding a relocation entry for 0x4fc6.
grub-install: info: adding a relocation entry for 0x4fd5.
grub-install: info: adding a relocation entry for 0x4fe4.
grub-install: info: adding a relocation entry for 0x4ff3.
grub-install: info: adding a relocation entry for 0x5007.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 336 bytes of a fixup block starting at 0x4000.
grub-install: info: adding a relocation entry for 0x5018.
grub-install: info: adding a relocation entry for 0x5039.
grub-install: info: adding a relocation entry for 0x504e.
grub-install: info: adding a relocation entry for 0x505d.
grub-install: info: adding a relocation entry for 0x506e.
grub-install: info: adding a relocation entry for 0x507a.
grub-install: info: adding a relocation entry for 0x5098.
grub-install: info: adding a relocation entry for 0x50a9.
grub-install: info: adding a relocation entry for 0x5116.
grub-install: info: adding a relocation entry for 0x5127.
grub-install: info: adding a relocation entry for 0x5172.
grub-install: info: adding a relocation entry for 0x5183.
grub-install: info: adding a relocation entry for 0x5196.
grub-install: info: adding a relocation entry for 0x51a4.
grub-install: info: adding a relocation entry for 0x51b1.
grub-install: info: adding a relocation entry for 0x51bb.
grub-install: info: adding a relocation entry for 0x51ca.
grub-install: info: adding a relocation entry for 0x51d4.
grub-install: info: adding a relocation entry for 0x51e1.
grub-install: info: adding a relocation entry for 0x521e.
grub-install: info: adding a relocation entry for 0x527e.
grub-install: info: adding a relocation entry for 0x52ff.
grub-install: info: adding a relocation entry for 0x53ab.
grub-install: info: adding a relocation entry for 0x53c5.
grub-install: info: adding a relocation entry for 0x53e9.
grub-install: info: adding a relocation entry for 0x5407.
grub-install: info: adding a relocation entry for 0x544b.
grub-install: info: adding a relocation entry for 0x545d.
grub-install: info: adding a relocation entry for 0x548f.
grub-install: info: adding a relocation entry for 0x54fd.
grub-install: info: adding a relocation entry for 0x5517.
grub-install: info: adding a relocation entry for 0x5529.
grub-install: info: adding a relocation entry for 0x553b.
grub-install: info: adding a relocation entry for 0x556e.
grub-install: info: adding a relocation entry for 0x5586.
grub-install: info: adding a relocation entry for 0x5591.
grub-install: info: adding a relocation entry for 0x55d4.
grub-install: info: adding a relocation entry for 0x5600.
grub-install: info: adding a relocation entry for 0x563b.
grub-install: info: adding a relocation entry for 0x5694.
grub-install: info: adding a relocation entry for 0x569e.
grub-install: info: adding a relocation entry for 0x56c8.
grub-install: info: adding a relocation entry for 0x56d6.
grub-install: info: adding a relocation entry for 0x5729.
grub-install: info: adding a relocation entry for 0x5736.
grub-install: info: adding a relocation entry for 0x574a.
grub-install: info: adding a relocation entry for 0x57a9.
grub-install: info: adding a relocation entry for 0x57b3.
grub-install: info: adding a relocation entry for 0x57bd.
grub-install: info: adding a relocation entry for 0x57c7.
grub-install: info: adding a relocation entry for 0x57d8.
grub-install: info: adding a relocation entry for 0x5806.
grub-install: info: adding a relocation entry for 0x5817.
grub-install: info: adding a relocation entry for 0x5828.
grub-install: info: adding a relocation entry for 0x5841.
grub-install: info: adding a relocation entry for 0x5868.
grub-install: info: adding a relocation entry for 0x5879.
grub-install: info: adding a relocation entry for 0x588f.
grub-install: info: adding a relocation entry for 0x58b1.
grub-install: info: adding a relocation entry for 0x58bd.
grub-install: info: adding a relocation entry for 0x58cc.
grub-install: info: adding a relocation entry for 0x58d6.
grub-install: info: adding a relocation entry for 0x58e3.
grub-install: info: adding a relocation entry for 0x58fd.
grub-install: info: adding a relocation entry for 0x590c.
grub-install: info: adding a relocation entry for 0x5928.
grub-install: info: adding a relocation entry for 0x5932.
grub-install: info: adding a relocation entry for 0x594a.
grub-install: info: adding a relocation entry for 0x5962.
grub-install: info: adding a relocation entry for 0x5973.
grub-install: info: adding a relocation entry for 0x5988.
grub-install: info: adding a relocation entry for 0x5997.
grub-install: info: adding a relocation entry for 0x59ac.
grub-install: info: adding a relocation entry for 0x59c1.
grub-install: info: adding a relocation entry for 0x59e1.
grub-install: info: adding a relocation entry for 0x59f8.
grub-install: info: adding a relocation entry for 0x5a24.
grub-install: info: adding a relocation entry for 0x5a35.
grub-install: info: adding a relocation entry for 0x5a58.
grub-install: info: adding a relocation entry for 0x5a71.
grub-install: info: adding a relocation entry for 0x5ac9.
grub-install: info: adding a relocation entry for 0x5b36.
grub-install: info: adding a relocation entry for 0x5b87.
grub-install: info: adding a relocation entry for 0x5b9e.
grub-install: info: adding a relocation entry for 0x5bc1.
grub-install: info: adding a relocation entry for 0x5bfb.
grub-install: info: adding a relocation entry for 0x5c0c.
grub-install: info: adding a relocation entry for 0x5c99.
grub-install: info: adding a relocation entry for 0x5cda.
grub-install: info: adding a relocation entry for 0x5ced.
grub-install: info: adding a relocation entry for 0x5d8e.
grub-install: info: adding a relocation entry for 0x5ddb.
grub-install: info: adding a relocation entry for 0x5dea.
grub-install: info: adding a relocation entry for 0x5df9.
grub-install: info: adding a relocation entry for 0x5e03.
grub-install: info: adding a relocation entry for 0x5e2a.
grub-install: info: adding a relocation entry for 0x5e78.
grub-install: info: adding a relocation entry for 0x5e89.
grub-install: info: adding a relocation entry for 0x5ea9.
grub-install: info: adding a relocation entry for 0x5eba.
grub-install: info: adding a relocation entry for 0x5ed4.
grub-install: info: adding a relocation entry for 0x5f37.
grub-install: info: adding a relocation entry for 0x5f54.
grub-install: info: adding a relocation entry for 0x5f5e.
grub-install: info: adding a relocation entry for 0x5f6d.
grub-install: info: adding a relocation entry for 0x5f80.
grub-install: info: adding a relocation entry for 0x5f8a.
grub-install: info: adding a relocation entry for 0x5f99.
grub-install: info: adding a relocation entry for 0x5fac.
grub-install: info: adding a relocation entry for 0x5fb6.
grub-install: info: adding a relocation entry for 0x5fc5.
grub-install: info: adding a relocation entry for 0x5fd5.
grub-install: info: adding a relocation entry for 0x6007.
grub-install: info: adding a padding fixup entry.
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 0x6016.
grub-install: info: adding a relocation entry for 0x6020.
grub-install: info: adding a relocation entry for 0x6032.
grub-install: info: adding a relocation entry for 0x604b.
grub-install: info: adding a relocation entry for 0x605a.
grub-install: info: adding a relocation entry for 0x6074.
grub-install: info: adding a relocation entry for 0x6081.
grub-install: info: adding a relocation entry for 0x6090.
grub-install: info: adding a relocation entry for 0x60a1.
grub-install: info: adding a relocation entry for 0x60c7.
grub-install: info: adding a relocation entry for 0x60d6.
grub-install: info: adding a relocation entry for 0x60e0.
grub-install: info: adding a relocation entry for 0x60f0.
grub-install: info: adding a relocation entry for 0x610e.
grub-install: info: adding a relocation entry for 0x6118.
grub-install: info: adding a relocation entry for 0x6140.
grub-install: info: adding a relocation entry for 0x614a.
grub-install: info: adding a relocation entry for 0x6177.
grub-install: info: adding a relocation entry for 0x61a9.
grub-install: info: adding a relocation entry for 0x61b3.
grub-install: info: adding a relocation entry for 0x61c5.
grub-install: info: adding a relocation entry for 0x61e2.
grub-install: info: adding a relocation entry for 0x61ec.
grub-install: info: adding a relocation entry for 0x61fd.
grub-install: info: adding a relocation entry for 0x6216.
grub-install: info: adding a relocation entry for 0x6220.
grub-install: info: adding a relocation entry for 0x623b.
grub-install: info: adding a relocation entry for 0x624d.
grub-install: info: adding a relocation entry for 0x6264.
grub-install: info: adding a relocation entry for 0x6274.
grub-install: info: adding a relocation entry for 0x6285.
grub-install: info: adding a relocation entry for 0x629b.
grub-install: info: adding a relocation entry for 0x62a9.
grub-install: info: adding a relocation entry for 0x62c1.
grub-install: info: adding a relocation entry for 0x62fe.
grub-install: info: adding a relocation entry for 0x630a.
grub-install: info: adding a relocation entry for 0x6344.
grub-install: info: adding a relocation entry for 0x637a.
grub-install: info: adding a relocation entry for 0x639d.
grub-install: info: adding a relocation entry for 0x63b3.
grub-install: info: adding a relocation entry for 0x63ce.
grub-install: info: adding a relocation entry for 0x63f5.
grub-install: info: adding a relocation entry for 0x644d.
grub-install: info: adding a relocation entry for 0x6463.
grub-install: info: adding a relocation entry for 0x6472.
grub-install: info: adding a relocation entry for 0x64a7.
grub-install: info: adding a relocation entry for 0x64cd.
grub-install: info: adding a relocation entry for 0x64d7.
grub-install: info: adding a relocation entry for 0x6501.
grub-install: info: adding a relocation entry for 0x6529.
grub-install: info: adding a relocation entry for 0x6544.
grub-install: info: adding a relocation entry for 0x65bc.
grub-install: info: adding a relocation entry for 0x65d1.
grub-install: info: adding a relocation entry for 0x65de.
grub-install: info: adding a relocation entry for 0x65ed.
grub-install: info: adding a relocation entry for 0x6612.
grub-install: info: adding a relocation entry for 0x6627.
grub-install: info: adding a relocation entry for 0x6634.
grub-install: info: adding a relocation entry for 0x6661.
grub-install: info: adding a relocation entry for 0x669b.
grub-install: info: adding a relocation entry for 0x66b4.
grub-install: info: adding a relocation entry for 0x66be.
grub-install: info: adding a relocation entry for 0x66d1.
grub-install: info: adding a relocation entry for 0x66e2.
grub-install: info: adding a relocation entry for 0x66f9.
grub-install: info: adding a relocation entry for 0x6705.
grub-install: info: adding a relocation entry for 0x6716.
grub-install: info: adding a relocation entry for 0x6721.
grub-install: info: adding a relocation entry for 0x672c.
grub-install: info: adding a relocation entry for 0x6736.
grub-install: info: adding a relocation entry for 0x6748.
grub-install: info: adding a relocation entry for 0x6758.
grub-install: info: adding a relocation entry for 0x6768.
grub-install: info: adding a relocation entry for 0x6779.
grub-install: info: adding a relocation entry for 0x6782.
grub-install: info: adding a relocation entry for 0x679a.
grub-install: info: adding a relocation entry for 0x67ac.
grub-install: info: adding a relocation entry for 0x67b6.
grub-install: info: adding a relocation entry for 0x67c9.
grub-install: info: adding a relocation entry for 0x67dd.
grub-install: info: adding a relocation entry for 0x67ec.
grub-install: info: adding a relocation entry for 0x67f6.
grub-install: info: adding a relocation entry for 0x6802.
grub-install: info: adding a relocation entry for 0x680f.
grub-install: info: adding a relocation entry for 0x681c.
grub-install: info: adding a relocation entry for 0x6827.
grub-install: info: adding a relocation entry for 0x6831.
grub-install: info: adding a relocation entry for 0x6841.
grub-install: info: adding a relocation entry for 0x6850.
grub-install: info: adding a relocation entry for 0x685c.
grub-install: info: adding a relocation entry for 0x6868.
grub-install: info: adding a relocation entry for 0x6891.
grub-install: info: adding a relocation entry for 0x68a7.
grub-install: info: adding a relocation entry for 0x68b6.
grub-install: info: adding a relocation entry for 0x68cd.
grub-install: info: adding a relocation entry for 0x68ec.
grub-install: info: adding a relocation entry for 0x6925.
grub-install: info: adding a relocation entry for 0x6931.
grub-install: info: adding a relocation entry for 0x696d.
grub-install: info: adding a relocation entry for 0x69ca.
grub-install: info: adding a relocation entry for 0x69d9.
grub-install: info: adding a relocation entry for 0x69e9.
grub-install: info: adding a relocation entry for 0x69f9.
grub-install: info: adding a relocation entry for 0x6a0c.
grub-install: info: adding a relocation entry for 0x6a1b.
grub-install: info: adding a relocation entry for 0x6a41.
grub-install: info: adding a relocation entry for 0x6a59.
grub-install: info: adding a relocation entry for 0x6a7c.
grub-install: info: adding a relocation entry for 0x6aa6.
grub-install: info: adding a relocation entry for 0x6ab9.
grub-install: info: adding a relocation entry for 0x6aea.
grub-install: info: adding a relocation entry for 0x6afc.
grub-install: info: adding a relocation entry for 0x6b0e.
grub-install: info: adding a relocation entry for 0x6b45.
grub-install: info: adding a relocation entry for 0x6b56.
grub-install: info: adding a relocation entry for 0x6b60.
grub-install: info: adding a relocation entry for 0x6b6a.
grub-install: info: adding a relocation entry for 0x6b7e.
grub-install: info: adding a relocation entry for 0x6b95.
grub-install: info: adding a relocation entry for 0x6b9f.
grub-install: info: adding a relocation entry for 0x6ba9.
grub-install: info: adding a relocation entry for 0x6bcc.
grub-install: info: adding a relocation entry for 0x6bd6.
grub-install: info: adding a relocation entry for 0x6c03.
grub-install: info: adding a relocation entry for 0x6cfa.
grub-install: info: adding a relocation entry for 0x6d59.
grub-install: info: adding a relocation entry for 0x6db2.
grub-install: info: adding a relocation entry for 0x6dc1.
grub-install: info: adding a relocation entry for 0x6dd3.
grub-install: info: adding a relocation entry for 0x6de4.
grub-install: info: adding a relocation entry for 0x6e12.
grub-install: info: adding a relocation entry for 0x6e2c.
grub-install: info: adding a relocation entry for 0x6e4e.
grub-install: info: adding a relocation entry for 0x6e76.
grub-install: info: adding a relocation entry for 0x6e87.
grub-install: info: adding a relocation entry for 0x6eb1.
grub-install: info: adding a relocation entry for 0x6ebf.
grub-install: info: adding a relocation entry for 0x6ee9.
grub-install: info: adding a relocation entry for 0x6ef6.
grub-install: info: adding a relocation entry for 0x6f0f.
grub-install: info: adding a relocation entry for 0x6f19.
grub-install: info: adding a relocation entry for 0x6f28.
grub-install: info: adding a relocation entry for 0x6f37.
grub-install: info: adding a relocation entry for 0x6f41.
grub-install: info: adding a relocation entry for 0x6f51.
grub-install: info: adding a relocation entry for 0x6f64.
grub-install: info: adding a relocation entry for 0x6f76.
grub-install: info: adding a relocation entry for 0x6f80.
grub-install: info: adding a relocation entry for 0x6f8f.
grub-install: info: adding a relocation entry for 0x6f9c.
grub-install: info: adding a relocation entry for 0x6fa7.
grub-install: info: adding a relocation entry for 0x6fbd.
grub-install: info: adding a relocation entry for 0x6fd5.
grub-install: info: adding a relocation entry for 0x6fe9.
grub-install: info: adding a relocation entry for 0x7002.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 320 bytes of a fixup block starting at 0x6000.
grub-install: info: adding a relocation entry for 0x7012.
grub-install: info: adding a relocation entry for 0x7021.
grub-install: info: adding a relocation entry for 0x702b.
grub-install: info: adding a relocation entry for 0x703a.
grub-install: info: adding a relocation entry for 0x7047.
grub-install: info: adding a relocation entry for 0x7052.
grub-install: info: adding a relocation entry for 0x7065.
grub-install: info: adding a relocation entry for 0x7070.
grub-install: info: adding a relocation entry for 0x707c.
grub-install: info: adding a relocation entry for 0x7090.
grub-install: info: adding a relocation entry for 0x709b.
grub-install: info: adding a relocation entry for 0x70b9.
grub-install: info: adding a relocation entry for 0x70ca.
grub-install: info: adding a relocation entry for 0x70e6.
grub-install: info: adding a relocation entry for 0x716c.
grub-install: info: adding a relocation entry for 0x718c.
grub-install: info: adding a relocation entry for 0x719c.
grub-install: info: adding a relocation entry for 0x71a9.
grub-install: info: adding a relocation entry for 0x71c9.
grub-install: info: adding a relocation entry for 0x71d9.
grub-install: info: adding a relocation entry for 0x71eb.
grub-install: info: adding a relocation entry for 0x71fa.
grub-install: info: adding a relocation entry for 0x7206.
grub-install: info: adding a relocation entry for 0x7230.
grub-install: info: adding a relocation entry for 0x723c.
grub-install: info: adding a relocation entry for 0x7248.
grub-install: info: adding a relocation entry for 0x726f.
grub-install: info: adding a relocation entry for 0x72b9.
grub-install: info: adding a relocation entry for 0x72cc.
grub-install: info: adding a relocation entry for 0x72d8.
grub-install: info: adding a relocation entry for 0x72f0.
grub-install: info: adding a relocation entry for 0x7303.
grub-install: info: adding a relocation entry for 0x7317.
grub-install: info: adding a relocation entry for 0x7326.
grub-install: info: adding a relocation entry for 0x7334.
grub-install: info: adding a relocation entry for 0x7340.
grub-install: info: adding a relocation entry for 0x735e.
grub-install: info: adding a relocation entry for 0x736d.
grub-install: info: adding a relocation entry for 0x7398.
grub-install: info: adding a relocation entry for 0x73a2.
grub-install: info: adding a relocation entry for 0x73ac.
grub-install: info: adding a relocation entry for 0x73b8.
grub-install: info: adding a relocation entry for 0x73c7.
grub-install: info: adding a relocation entry for 0x73e6.
grub-install: info: adding a relocation entry for 0x73f5.
grub-install: info: adding a relocation entry for 0x7401.
grub-install: info: adding a relocation entry for 0x743f.
grub-install: info: adding a relocation entry for 0x7449.
grub-install: info: adding a relocation entry for 0x7453.
grub-install: info: adding a relocation entry for 0x7467.
grub-install: info: adding a relocation entry for 0x74ae.
grub-install: info: adding a relocation entry for 0x74b8.
grub-install: info: adding a relocation entry for 0x74c2.
grub-install: info: adding a relocation entry for 0x74e2.
grub-install: info: adding a relocation entry for 0x74ec.
grub-install: info: adding a relocation entry for 0x74f8.
grub-install: info: adding a relocation entry for 0x7502.
grub-install: info: adding a relocation entry for 0x7511.
grub-install: info: adding a relocation entry for 0x7535.
grub-install: info: adding a relocation entry for 0x7555.
grub-install: info: adding a relocation entry for 0x757d.
grub-install: info: adding a relocation entry for 0x75dc.
grub-install: info: adding a relocation entry for 0x75f7.
grub-install: info: adding a relocation entry for 0x7637.
grub-install: info: adding a relocation entry for 0x7641.
grub-install: info: adding a relocation entry for 0x7663.
grub-install: info: adding a relocation entry for 0x7672.
grub-install: info: adding a relocation entry for 0x7681.
grub-install: info: adding a relocation entry for 0x7692.
grub-install: info: adding a relocation entry for 0x769e.
grub-install: info: adding a relocation entry for 0x76a8.
grub-install: info: adding a relocation entry for 0x76bc.
grub-install: info: adding a relocation entry for 0x76d5.
grub-install: info: adding a relocation entry for 0x76e5.
grub-install: info: adding a relocation entry for 0x76f5.
grub-install: info: adding a relocation entry for 0x7704.
grub-install: info: adding a relocation entry for 0x7711.
grub-install: info: adding a relocation entry for 0x771e.
grub-install: info: adding a relocation entry for 0x7735.
grub-install: info: adding a relocation entry for 0x7744.
grub-install: info: adding a relocation entry for 0x7752.
grub-install: info: adding a relocation entry for 0x7760.
grub-install: info: adding a relocation entry for 0x776a.
grub-install: info: adding a relocation entry for 0x777b.
grub-install: info: adding a relocation entry for 0x778d.
grub-install: info: adding a relocation entry for 0x7799.
grub-install: info: adding a relocation entry for 0x77aa.
grub-install: info: adding a relocation entry for 0x77b6.
grub-install: info: adding a relocation entry for 0x77c0.
grub-install: info: adding a relocation entry for 0x77ce.
grub-install: info: adding a relocation entry for 0x77d8.
grub-install: info: adding a relocation entry for 0x77e8.
grub-install: info: adding a relocation entry for 0x77f5.
grub-install: info: adding a relocation entry for 0x7810.
grub-install: info: adding a relocation entry for 0x7826.
grub-install: info: adding a relocation entry for 0x783b.
grub-install: info: adding a relocation entry for 0x784a.
grub-install: info: adding a relocation entry for 0x785c.
grub-install: info: adding a relocation entry for 0x786c.
grub-install: info: adding a relocation entry for 0x788d.
grub-install: info: adding a relocation entry for 0x7899.
grub-install: info: adding a relocation entry for 0x78bd.
grub-install: info: adding a relocation entry for 0x790d.
grub-install: info: adding a relocation entry for 0x791b.
grub-install: info: adding a relocation entry for 0x79f9.
grub-install: info: adding a relocation entry for 0x7a3e.
grub-install: info: adding a relocation entry for 0x7a55.
grub-install: info: adding a relocation entry for 0x7b74.
grub-install: info: adding a relocation entry for 0x7b84.
grub-install: info: adding a relocation entry for 0x7ba4.
grub-install: info: adding a relocation entry for 0x7bc0.
grub-install: info: adding a relocation entry for 0x7bd3.
grub-install: info: adding a relocation entry for 0x7bf4.
grub-install: info: adding a relocation entry for 0x7c75.
grub-install: info: adding a relocation entry for 0x7d15.
grub-install: info: adding a relocation entry for 0x7d26.
grub-install: info: adding a relocation entry for 0x7d41.
grub-install: info: adding a relocation entry for 0x7d52.
grub-install: info: adding a relocation entry for 0x7d63.
grub-install: info: adding a relocation entry for 0x7eb2.
grub-install: info: adding a relocation entry for 0x7ecb.
grub-install: info: adding a relocation entry for 0x7f01.
grub-install: info: adding a relocation entry for 0x7f13.
grub-install: info: adding a relocation entry for 0x805d.
grub-install: info: writing 256 bytes of a fixup block starting at 0x7000.
grub-install: info: adding a relocation entry for 0x8107.
grub-install: info: adding a relocation entry for 0x81b4.
grub-install: info: adding a relocation entry for 0x8202.
grub-install: info: adding a relocation entry for 0x82c6.
grub-install: info: adding a relocation entry for 0x8367.
grub-install: info: adding a relocation entry for 0x83a2.
grub-install: info: adding a relocation entry for 0x85bb.
grub-install: info: adding a relocation entry for 0x85c5.
grub-install: info: adding a relocation entry for 0x85cf.
grub-install: info: adding a relocation entry for 0x85f3.
grub-install: info: adding a relocation entry for 0x8610.
grub-install: info: adding a relocation entry for 0x8624.
grub-install: info: adding a relocation entry for 0x8637.
grub-install: info: adding a relocation entry for 0x8644.
grub-install: info: adding a relocation entry for 0x8651.
grub-install: info: adding a relocation entry for 0x865e.
grub-install: info: adding a relocation entry for 0x8682.
grub-install: info: adding a relocation entry for 0x8691.
grub-install: info: adding a relocation entry for 0x86a5.
grub-install: info: adding a relocation entry for 0x8701.
grub-install: info: adding a relocation entry for 0x874b.
grub-install: info: adding a relocation entry for 0x875f.
grub-install: info: adding a relocation entry for 0x8786.
grub-install: info: adding a relocation entry for 0x8790.
grub-install: info: adding a relocation entry for 0x87b6.
grub-install: info: adding a relocation entry for 0x87c3.
grub-install: info: adding a relocation entry for 0x87e5.
grub-install: info: adding a relocation entry for 0x87ef.
grub-install: info: adding a relocation entry for 0x8824.
grub-install: info: adding a relocation entry for 0x8830.
grub-install: info: adding a relocation entry for 0x885f.
grub-install: info: adding a relocation entry for 0x8881.
grub-install: info: adding a relocation entry for 0x8892.
grub-install: info: adding a relocation entry for 0x88b9.
grub-install: info: adding a relocation entry for 0x88fc.
grub-install: info: adding a relocation entry for 0x8911.
grub-install: info: adding a relocation entry for 0x892a.
grub-install: info: adding a relocation entry for 0x894f.
grub-install: info: adding a relocation entry for 0x896e.
grub-install: info: adding a relocation entry for 0x8982.
grub-install: info: adding a relocation entry for 0x8999.
grub-install: info: adding a relocation entry for 0x89f8.
grub-install: info: adding a relocation entry for 0x8a0a.
grub-install: info: adding a relocation entry for 0x8a4d.
grub-install: info: adding a relocation entry for 0x8a61.
grub-install: info: adding a relocation entry for 0x8a6f.
grub-install: info: adding a relocation entry for 0x8a7b.
grub-install: info: adding a relocation entry for 0x8a8b.
grub-install: info: adding a relocation entry for 0x8a99.
grub-install: info: adding a relocation entry for 0x8aa5.
grub-install: info: adding a relocation entry for 0x8ac2.
grub-install: info: adding a relocation entry for 0x8acc.
grub-install: info: adding a relocation entry for 0x8af0.
grub-install: info: adding a relocation entry for 0x8b0c.
grub-install: info: adding a relocation entry for 0x8b4a.
grub-install: info: adding a relocation entry for 0x8b5a.
grub-install: info: adding a relocation entry for 0x8b6a.
grub-install: info: adding a relocation entry for 0x8b74.
grub-install: info: adding a relocation entry for 0x8bcf.
grub-install: info: adding a relocation entry for 0x8bec.
grub-install: info: adding a relocation entry for 0x8c01.
grub-install: info: adding a relocation entry for 0x8c37.
grub-install: info: adding a relocation entry for 0x8c8d.
grub-install: info: adding a relocation entry for 0x8cc6.
grub-install: info: adding a relocation entry for 0x8d6f.
grub-install: info: adding a relocation entry for 0x8dc7.
grub-install: info: adding a relocation entry for 0x8de2.
grub-install: info: adding a relocation entry for 0x8e01.
grub-install: info: adding a relocation entry for 0x8e3f.
grub-install: info: adding a relocation entry for 0x8ebe.
grub-install: info: adding a relocation entry for 0x8eed.
grub-install: info: adding a relocation entry for 0x8f0f.
grub-install: info: adding a relocation entry for 0x8f3b.
grub-install: info: adding a relocation entry for 0x8f46.
grub-install: info: adding a relocation entry for 0x8f99.
grub-install: info: adding a relocation entry for 0x8fa3.
grub-install: info: adding a relocation entry for 0x8fd6.
grub-install: info: adding a relocation entry for 0x8fe7.
grub-install: info: adding a relocation entry for 0x8ff4.
grub-install: info: adding a relocation entry for 0x9047.
grub-install: info: writing 168 bytes of a fixup block starting at 0x8000.
grub-install: info: adding a relocation entry for 0x9059.
grub-install: info: adding a relocation entry for 0x908e.
grub-install: info: adding a relocation entry for 0x90dd.
grub-install: info: adding a relocation entry for 0x90f0.
grub-install: info: adding a relocation entry for 0x910b.
grub-install: info: adding a relocation entry for 0x9131.
grub-install: info: adding a relocation entry for 0x916e.
grub-install: info: adding a relocation entry for 0x919e.
grub-install: info: adding a relocation entry for 0x91ce.
grub-install: info: adding a relocation entry for 0x91e2.
grub-install: info: adding a relocation entry for 0x9211.
grub-install: info: adding a relocation entry for 0x922e.
grub-install: info: adding a relocation entry for 0x9238.
grub-install: info: adding a relocation entry for 0x924e.
grub-install: info: adding a relocation entry for 0x9272.
grub-install: info: adding a relocation entry for 0x92a0.
grub-install: info: adding a relocation entry for 0x92aa.
grub-install: info: adding a relocation entry for 0x92be.
grub-install: info: adding a relocation entry for 0x936e.
grub-install: info: adding a relocation entry for 0x938a.
grub-install: info: adding a relocation entry for 0x939e.
grub-install: info: adding a relocation entry for 0x93a8.
grub-install: info: adding a relocation entry for 0x93ba.
grub-install: info: adding a relocation entry for 0x93cc.
grub-install: info: adding a relocation entry for 0x93f0.
grub-install: info: adding a relocation entry for 0x9407.
grub-install: info: adding a relocation entry for 0x942c.
grub-install: info: adding a relocation entry for 0x9469.
grub-install: info: adding a relocation entry for 0x94c3.
grub-install: info: adding a relocation entry for 0x94dc.
grub-install: info: adding a relocation entry for 0x94f2.
grub-install: info: adding a relocation entry for 0x9519.
grub-install: info: adding a relocation entry for 0x955c.
grub-install: info: adding a relocation entry for 0x958e.
grub-install: info: adding a relocation entry for 0x95b3.
grub-install: info: adding a relocation entry for 0x95c3.
grub-install: info: adding a relocation entry for 0x95ef.
grub-install: info: adding a relocation entry for 0x95fb.
grub-install: info: adding a relocation entry for 0x9607.
grub-install: info: adding a relocation entry for 0x9611.
grub-install: info: adding a relocation entry for 0x9625.
grub-install: info: adding a relocation entry for 0x9631.
grub-install: info: adding a relocation entry for 0x9642.
grub-install: info: adding a relocation entry for 0x9657.
grub-install: info: adding a relocation entry for 0x966c.
grub-install: info: adding a relocation entry for 0x967b.
grub-install: info: adding a relocation entry for 0x9685.
grub-install: info: adding a relocation entry for 0x96a6.
grub-install: info: adding a relocation entry for 0x96b0.
grub-install: info: adding a relocation entry for 0x96bc.
grub-install: info: adding a relocation entry for 0x96c6.
grub-install: info: adding a relocation entry for 0x96f8.
grub-install: info: adding a relocation entry for 0x9716.
grub-install: info: adding a relocation entry for 0x9732.
grub-install: info: adding a relocation entry for 0x975c.
grub-install: info: adding a relocation entry for 0x9770.
grub-install: info: adding a relocation entry for 0x977a.
grub-install: info: adding a relocation entry for 0x9789.
grub-install: info: adding a relocation entry for 0x9793.
grub-install: info: adding a relocation entry for 0x97b1.
grub-install: info: adding a relocation entry for 0x97bd.
grub-install: info: adding a relocation entry for 0x97cd.
grub-install: info: adding a relocation entry for 0x97d7.
grub-install: info: adding a relocation entry for 0x97e3.
grub-install: info: adding a relocation entry for 0x9812.
grub-install: info: adding a relocation entry for 0x9823.
grub-install: info: adding a relocation entry for 0x986d.
grub-install: info: adding a relocation entry for 0x98a8.
grub-install: info: adding a relocation entry for 0x98c1.
grub-install: info: adding a relocation entry for 0x98e8.
grub-install: info: adding a relocation entry for 0x9915.
grub-install: info: adding a relocation entry for 0x9929.
grub-install: info: adding a relocation entry for 0x993a.
grub-install: info: adding a relocation entry for 0x9960.
grub-install: info: adding a relocation entry for 0x9988.
grub-install: info: adding a relocation entry for 0x9992.
grub-install: info: adding a relocation entry for 0x99a8.
grub-install: info: adding a relocation entry for 0x99b3.
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 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: adding a relocation entry for 0x9b98.
grub-install: info: adding a relocation entry for 0x9ba0.
grub-install: info: adding a relocation entry for 0x9ba8.
grub-install: info: adding a relocation entry for 0x9bb0.
grub-install: info: translating the relocation section .rela.data.
grub-install: info: adding a relocation entry for 0xb640.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 248 bytes of a fixup block starting at 0x9000.
grub-install: info: adding a relocation entry for 0xb650.
grub-install: info: adding a relocation entry for 0xb658.
grub-install: info: adding a relocation entry for 0xb660.
grub-install: info: adding a relocation entry for 0xb668.
grub-install: info: adding a relocation entry for 0xb670.
grub-install: info: adding a relocation entry for 0xb6d0.
grub-install: info: adding a relocation entry for 0xb6d8.
grub-install: info: adding a relocation entry for 0xb6e0.
grub-install: info: adding a relocation entry for 0xb6e8.
grub-install: info: adding a relocation entry for 0xb6f8.
grub-install: info: adding a relocation entry for 0xb700.
grub-install: info: adding a relocation entry for 0xb708.
grub-install: info: adding a relocation entry for 0xb710.
grub-install: info: adding a relocation entry for 0xb718.
grub-install: info: adding a relocation entry for 0xb720.
grub-install: info: adding a relocation entry for 0xb790.
grub-install: info: adding a relocation entry for 0xb7a8.
grub-install: info: adding a relocation entry for 0xb7c0.
grub-install: info: adding a relocation entry for 0xb810.
grub-install: info: adding a relocation entry for 0xb820.
grub-install: info: adding a relocation entry for 0xb828.
grub-install: info: adding a relocation entry for 0xb850.
grub-install: info: adding a relocation entry for 0xb858.
grub-install: info: adding a relocation entry for 0xb9c0.
grub-install: info: adding a relocation entry for 0xba00.
grub-install: info: adding a relocation entry for 0xba08.
grub-install: info: adding a relocation entry for 0xba18.
grub-install: info: adding a relocation entry for 0xba20.
grub-install: info: adding a relocation entry for 0xba30.
grub-install: info: adding a relocation entry for 0xba38.
grub-install: info: adding a relocation entry for 0xba48.
grub-install: info: adding a relocation entry for 0xba50.
grub-install: info: adding a relocation entry for 0xba60.
grub-install: info: adding a relocation entry for 0xba68.
grub-install: info: adding a relocation entry for 0xba78.
grub-install: info: adding a relocation entry for 0xba80.
grub-install: info: adding a relocation entry for 0xba90.
grub-install: info: adding a relocation entry for 0xba98.
grub-install: info: adding a relocation entry for 0xbaa8.
grub-install: info: adding a relocation entry for 0xbab0.
grub-install: info: adding a relocation entry for 0xbac0.
grub-install: info: adding a relocation entry for 0xbac8.
grub-install: info: adding a relocation entry for 0xbad8.
grub-install: info: adding a relocation entry for 0xbae0.
grub-install: info: adding a relocation entry for 0xbaf0.
grub-install: info: adding a relocation entry for 0xbaf8.
grub-install: info: adding a relocation entry for 0xbb08.
grub-install: info: adding a relocation entry for 0xbb10.
grub-install: info: adding a relocation entry for 0xbb20.
grub-install: info: adding a relocation entry for 0xbb28.
grub-install: info: adding a relocation entry for 0xbb38.
grub-install: info: adding a relocation entry for 0xbb40.
grub-install: info: adding a relocation entry for 0xbb50.
grub-install: info: adding a relocation entry for 0xbb58.
grub-install: info: adding a relocation entry for 0xbb68.
grub-install: info: adding a relocation entry for 0xbb70.
grub-install: info: adding a relocation entry for 0xbb80.
grub-install: info: adding a relocation entry for 0xbb88.
grub-install: info: adding a relocation entry for 0xbb98.
grub-install: info: adding a relocation entry for 0xbba0.
grub-install: info: adding a relocation entry for 0xbbb0.
grub-install: info: adding a relocation entry for 0xbbb8.
grub-install: info: adding a relocation entry for 0xbbc8.
grub-install: info: adding a relocation entry for 0xbbd0.
grub-install: info: adding a relocation entry for 0xbbe0.
grub-install: info: adding a relocation entry for 0xbbe8.
grub-install: info: adding a relocation entry for 0xbbf8.
grub-install: info: adding a relocation entry for 0xbc00.
grub-install: info: adding a relocation entry for 0xbc10.
grub-install: info: adding a relocation entry for 0xbc18.
grub-install: info: adding a relocation entry for 0xbc28.
grub-install: info: adding a relocation entry for 0xbc30.
grub-install: info: adding a relocation entry for 0xbc40.
grub-install: info: adding a relocation entry for 0xbc48.
grub-install: info: adding a relocation entry for 0xbc58.
grub-install: info: adding a relocation entry for 0xbc60.
grub-install: info: adding a relocation entry for 0xbc70.
grub-install: info: adding a relocation entry for 0xbc78.
grub-install: info: adding a relocation entry for 0xbc88.
grub-install: info: adding a relocation entry for 0xbc90.
grub-install: info: adding a relocation entry for 0xbca0.
grub-install: info: adding a relocation entry for 0xbca8.
grub-install: info: adding a relocation entry for 0xbcb8.
grub-install: info: adding a relocation entry for 0xbcc0.
grub-install: info: adding a relocation entry for 0xbcd0.
grub-install: info: adding a relocation entry for 0xbcd8.
grub-install: info: adding a relocation entry for 0xbce8.
grub-install: info: adding a relocation entry for 0xbcf0.
grub-install: info: adding a relocation entry for 0xbd00.
grub-install: info: adding a relocation entry for 0xbd08.
grub-install: info: adding a relocation entry for 0xbd18.
grub-install: info: adding a relocation entry for 0xbd20.
grub-install: info: adding a relocation entry for 0xbd30.
grub-install: info: adding a relocation entry for 0xbd38.
grub-install: info: adding a relocation entry for 0xbd48.
grub-install: info: adding a relocation entry for 0xbd50.
grub-install: info: adding a relocation entry for 0xbd60.
grub-install: info: adding a relocation entry for 0xbd68.
grub-install: info: adding a relocation entry for 0xbd78.
grub-install: info: adding a relocation entry for 0xbd80.
grub-install: info: adding a relocation entry for 0xbd90.
grub-install: info: adding a relocation entry for 0xbd98.
grub-install: info: adding a relocation entry for 0xbda8.
grub-install: info: adding a relocation entry for 0xbdb0.
grub-install: info: adding a relocation entry for 0xbdc0.
grub-install: info: adding a relocation entry for 0xbdc8.
grub-install: info: adding a relocation entry for 0xbdd8.
grub-install: info: adding a relocation entry for 0xbde0.
grub-install: info: adding a relocation entry for 0xbdf0.
grub-install: info: adding a relocation entry for 0xbdf8.
grub-install: info: adding a relocation entry for 0xbe08.
grub-install: info: adding a relocation entry for 0xbe10.
grub-install: info: adding a relocation entry for 0xbe20.
grub-install: info: adding a relocation entry for 0xbe28.
grub-install: info: adding a relocation entry for 0xbe38.
grub-install: info: adding a relocation entry for 0xbe40.
grub-install: info: adding a relocation entry for 0xbe50.
grub-install: info: adding a relocation entry for 0xbe58.
grub-install: info: adding a relocation entry for 0xbe68.
grub-install: info: adding a relocation entry for 0xbe70.
grub-install: info: adding a relocation entry for 0xbe80.
grub-install: info: adding a relocation entry for 0xbe88.
grub-install: info: adding a relocation entry for 0xbe98.
grub-install: info: adding a relocation entry for 0xbea0.
grub-install: info: adding a relocation entry for 0xbeb0.
grub-install: info: adding a relocation entry for 0xbeb8.
grub-install: info: adding a relocation entry for 0xbec8.
grub-install: info: adding a relocation entry for 0xbed0.
grub-install: info: adding a relocation entry for 0xbee0.
grub-install: info: adding a relocation entry for 0xbee8.
grub-install: info: adding a relocation entry for 0xbef8.
grub-install: info: adding a relocation entry for 0xbf00.
grub-install: info: adding a relocation entry for 0xbf10.
grub-install: info: adding a relocation entry for 0xbf18.
grub-install: info: adding a relocation entry for 0xbf28.
grub-install: info: adding a relocation entry for 0xbf30.
grub-install: info: adding a relocation entry for 0xbf40.
grub-install: info: adding a relocation entry for 0xbf48.
grub-install: info: adding a relocation entry for 0xbf58.
grub-install: info: adding a relocation entry for 0xbf60.
grub-install: info: adding a relocation entry for 0xbf70.
grub-install: info: adding a relocation entry for 0xbf78.
grub-install: info: adding a relocation entry for 0xbf88.
grub-install: info: adding a relocation entry for 0xbf90.
grub-install: info: adding a relocation entry for 0xbfa0.
grub-install: info: adding a relocation entry for 0xbfa8.
grub-install: info: adding a relocation entry for 0xbfb8.
grub-install: info: adding a relocation entry for 0xbfc0.
grub-install: info: adding a relocation entry for 0xbfd0.
grub-install: info: adding a relocation entry for 0xbfd8.
grub-install: info: adding a relocation entry for 0xbfe8.
grub-install: info: adding a relocation entry for 0xbff0.
grub-install: info: adding a relocation entry for 0xc000.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 320 bytes of a fixup block starting at 0xb000.
grub-install: info: adding a relocation entry for 0xc008.
grub-install: info: adding a relocation entry for 0xc018.
grub-install: info: adding a relocation entry for 0xc020.
grub-install: info: adding a relocation entry for 0xc030.
grub-install: info: adding a relocation entry for 0xc038.
grub-install: info: adding a relocation entry for 0xc048.
grub-install: info: adding a relocation entry for 0xc050.
grub-install: info: adding a relocation entry for 0xc060.
grub-install: info: adding a relocation entry for 0xc068.
grub-install: info: adding a relocation entry for 0xc078.
grub-install: info: adding a relocation entry for 0xc080.
grub-install: info: adding a relocation entry for 0xc090.
grub-install: info: adding a relocation entry for 0xc098.
grub-install: info: adding a relocation entry for 0xc0a8.
grub-install: info: adding a relocation entry for 0xc0b0.
grub-install: info: adding a relocation entry for 0xc0c0.
grub-install: info: adding a relocation entry for 0xc0c8.
grub-install: info: adding a relocation entry for 0xc0d8.
grub-install: info: adding a relocation entry for 0xc0e0.
grub-install: info: adding a relocation entry for 0xc0f0.
grub-install: info: adding a relocation entry for 0xc0f8.
grub-install: info: adding a relocation entry for 0xc108.
grub-install: info: adding a relocation entry for 0xc110.
grub-install: info: adding a relocation entry for 0xc120.
grub-install: info: adding a relocation entry for 0xc128.
grub-install: info: adding a relocation entry for 0xc138.
grub-install: info: adding a relocation entry for 0xc140.
grub-install: info: adding a relocation entry for 0xc150.
grub-install: info: adding a relocation entry for 0xc158.
grub-install: info: adding a relocation entry for 0xc168.
grub-install: info: adding a relocation entry for 0xc170.
grub-install: info: adding a relocation entry for 0xc180.
grub-install: info: adding a relocation entry for 0xc188.
grub-install: info: adding a relocation entry for 0xc198.
grub-install: info: adding a relocation entry for 0xc1a0.
grub-install: info: adding a relocation entry for 0xc1b0.
grub-install: info: adding a relocation entry for 0xc1b8.
grub-install: info: adding a relocation entry for 0xc1c8.
grub-install: info: adding a relocation entry for 0xc1d0.
grub-install: info: adding a relocation entry for 0xc1e0.
grub-install: info: adding a relocation entry for 0xc1e8.
grub-install: info: adding a relocation entry for 0xc1f8.
grub-install: info: adding a relocation entry for 0xc200.
grub-install: info: adding a relocation entry for 0xc210.
grub-install: info: adding a relocation entry for 0xc218.
grub-install: info: adding a relocation entry for 0xc228.
grub-install: info: adding a relocation entry for 0xc230.
grub-install: info: adding a relocation entry for 0xc240.
grub-install: info: adding a relocation entry for 0xc248.
grub-install: info: adding a relocation entry for 0xc258.
grub-install: info: adding a relocation entry for 0xc260.
grub-install: info: adding a relocation entry for 0xc270.
grub-install: info: adding a relocation entry for 0xc278.
grub-install: info: adding a relocation entry for 0xc288.
grub-install: info: adding a relocation entry for 0xc290.
grub-install: info: adding a relocation entry for 0xc2a0.
grub-install: info: adding a relocation entry for 0xc2a8.
grub-install: info: adding a relocation entry for 0xc2b8.
grub-install: info: adding a relocation entry for 0xc2c0.
grub-install: info: adding a relocation entry for 0xc2d0.
grub-install: info: adding a relocation entry for 0xc2d8.
grub-install: info: adding a relocation entry for 0xc2e8.
grub-install: info: adding a relocation entry for 0xc2f0.
grub-install: info: adding a relocation entry for 0xc300.
grub-install: info: adding a relocation entry for 0xc308.
grub-install: info: adding a relocation entry for 0xc318.
grub-install: info: adding a relocation entry for 0xc320.
grub-install: info: adding a relocation entry for 0xc330.
grub-install: info: adding a relocation entry for 0xc338.
grub-install: info: adding a relocation entry for 0xc348.
grub-install: info: adding a relocation entry for 0xc350.
grub-install: info: adding a relocation entry for 0xc360.
grub-install: info: adding a relocation entry for 0xc368.
grub-install: info: adding a relocation entry for 0xc378.
grub-install: info: adding a relocation entry for 0xc380.
grub-install: info: adding a relocation entry for 0xc390.
grub-install: info: adding a relocation entry for 0xc398.
grub-install: info: adding a relocation entry for 0xc3a8.
grub-install: info: adding a relocation entry for 0xc3b0.
grub-install: info: adding a relocation entry for 0xc3c0.
grub-install: info: adding a relocation entry for 0xc3c8.
grub-install: info: adding a relocation entry for 0xc3d8.
grub-install: info: adding a relocation entry for 0xc3e0.
grub-install: info: adding a relocation entry for 0xc3f0.
grub-install: info: adding a relocation entry for 0xc3f8.
grub-install: info: adding a relocation entry for 0xc408.
grub-install: info: adding a relocation entry for 0xc410.
grub-install: info: adding a relocation entry for 0xc420.
grub-install: info: adding a relocation entry for 0xc428.
grub-install: info: adding a relocation entry for 0xc438.
grub-install: info: adding a relocation entry for 0xc440.
grub-install: info: adding a relocation entry for 0xc450.
grub-install: info: adding a relocation entry for 0xc458.
grub-install: info: adding a relocation entry for 0xc468.
grub-install: info: adding a relocation entry for 0xc470.
grub-install: info: adding a relocation entry for 0xc480.
grub-install: info: adding a relocation entry for 0xc488.
grub-install: info: adding a relocation entry for 0xc498.
grub-install: info: adding a relocation entry for 0xc4a0.
grub-install: info: adding a relocation entry for 0xc4b0.
grub-install: info: adding a relocation entry for 0xc4b8.
grub-install: info: adding a relocation entry for 0xc4c8.
grub-install: info: adding a relocation entry for 0xc4d0.
grub-install: info: adding a relocation entry for 0xc4e0.
grub-install: info: adding a relocation entry for 0xc4e8.
grub-install: info: adding a relocation entry for 0xc4f8.
grub-install: info: adding a relocation entry for 0xc500.
grub-install: info: adding a relocation entry for 0xc510.
grub-install: info: adding a relocation entry for 0xc518.
grub-install: info: adding a relocation entry for 0xc528.
grub-install: info: adding a relocation entry for 0xc530.
grub-install: info: adding a relocation entry for 0xc540.
grub-install: info: adding a relocation entry for 0xc548.
grub-install: info: adding a relocation entry for 0xc558.
grub-install: info: adding a relocation entry for 0xc560.
grub-install: info: adding a relocation entry for 0xc570.
grub-install: info: adding a relocation entry for 0xc578.
grub-install: info: adding a relocation entry for 0xc588.
grub-install: info: adding a relocation entry for 0xc590.
grub-install: info: adding a relocation entry for 0xc5a0.
grub-install: info: adding a relocation entry for 0xc5a8.
grub-install: info: adding a relocation entry for 0xc5b8.
grub-install: info: adding a relocation entry for 0xc5c0.
grub-install: info: adding a relocation entry for 0xc5d0.
grub-install: info: adding a relocation entry for 0xc5d8.
grub-install: info: adding a relocation entry for 0xc5e8.
grub-install: info: adding a relocation entry for 0xc5f0.
grub-install: info: adding a relocation entry for 0xc600.
grub-install: info: adding a relocation entry for 0xc608.
grub-install: info: adding a relocation entry for 0xc618.
grub-install: info: adding a relocation entry for 0xc620.
grub-install: info: adding a relocation entry for 0xc630.
grub-install: info: adding a relocation entry for 0xc638.
grub-install: info: adding a relocation entry for 0xc648.
grub-install: info: adding a relocation entry for 0xc650.
grub-install: info: adding a relocation entry for 0xc660.
grub-install: info: adding a relocation entry for 0xc668.
grub-install: info: adding a relocation entry for 0xc678.
grub-install: info: adding a relocation entry for 0xc680.
grub-install: info: adding a relocation entry for 0xc690.
grub-install: info: adding a relocation entry for 0xc698.
grub-install: info: adding a relocation entry for 0xc6a8.
grub-install: info: adding a relocation entry for 0xc6b0.
grub-install: info: adding a relocation entry for 0xc6c0.
grub-install: info: adding a relocation entry for 0xc6c8.
grub-install: info: adding a relocation entry for 0xc6d8.
grub-install: info: adding a relocation entry for 0xc6e0.
grub-install: info: adding a relocation entry for 0xc6f0.
grub-install: info: adding a relocation entry for 0xc6f8.
grub-install: info: adding a relocation entry for 0xc708.
grub-install: info: adding a relocation entry for 0xc710.
grub-install: info: adding a relocation entry for 0xc720.
grub-install: info: adding a relocation entry for 0xc728.
grub-install: info: adding a relocation entry for 0xc738.
grub-install: info: adding a relocation entry for 0xc740.
grub-install: info: adding a relocation entry for 0xc750.
grub-install: info: adding a relocation entry for 0xc758.
grub-install: info: adding a relocation entry for 0xc768.
grub-install: info: adding a relocation entry for 0xc770.
grub-install: info: adding a relocation entry for 0xc780.
grub-install: info: adding a relocation entry for 0xc788.
grub-install: info: adding a relocation entry for 0xc798.
grub-install: info: adding a relocation entry for 0xc7a0.
grub-install: info: adding a relocation entry for 0xc7b0.
grub-install: info: adding a relocation entry for 0xc7b8.
grub-install: info: adding a relocation entry for 0xc7c8.
grub-install: info: adding a relocation entry for 0xc7d0.
grub-install: info: adding a relocation entry for 0xc7e0.
grub-install: info: adding a relocation entry for 0xc7e8.
grub-install: info: adding a relocation entry for 0xc7f8.
grub-install: info: adding a relocation entry for 0xc800.
grub-install: info: adding a relocation entry for 0xc810.
grub-install: info: adding a relocation entry for 0xc818.
grub-install: info: adding a relocation entry for 0xc828.
grub-install: info: adding a relocation entry for 0xc830.
grub-install: info: adding a relocation entry for 0xc840.
grub-install: info: adding a relocation entry for 0xc848.
grub-install: info: adding a relocation entry for 0xc858.
grub-install: info: adding a relocation entry for 0xc860.
grub-install: info: adding a relocation entry for 0xc870.
grub-install: info: adding a relocation entry for 0xc878.
grub-install: info: adding 198 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/reiserfs.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/part_gpt.mod.
grub-install: info: kernel_img=0x12e4800, kernel_size=0x18600.
grub-install: info: the core size is 0x1d988.
grub-install: info: writing 0x1ec00 bytes.
grub-install: info: copying `/boot/grub/x86_64-efi/core.efi' -> `/boot/efi/EFI/arch/grubx64.efi'.
grub-install: info: Registering with EFI: distributor = `arch', path = `\EFI\arch\grubx64.efi', ESP at hostdisk//dev/sda,gpt7.
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 7 -w -L arch -l \EFI\arch\grubx64.efi.
efibootmgr: EFI variables are not supported on this system.
Installation finished. No error reported.

Offline

#4 2015-09-14 15:36:27

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: [Solved] Grub2 UEFI Black Screen

Did you try the solution from that thread?

I need to see the `lsblk` output *after* you have mounted all of your partitions and used `arch-chroot`

Offline

#5 2015-09-14 19:21:11

corrupt
Member
Registered: 2007-06-25
Posts: 74

Re: [Solved] Grub2 UEFI Black Screen

Now having ridiculous problems because my flash drive suddenly became write-protected after i copied iso file with dd.
Used hdparm -r0 /dev/sdc1 to reset the read-only flag and it did not help.
Probably will reformat it and try again.

Offline

#6 2015-09-14 19:52:18

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: [Solved] Grub2 UEFI Black Screen

corrupt wrote:

Used hdparm -r0 /dev/sdc1 to reset the read-only flag and it did not help.

# hdparm -r0 /dev/sdc

Offline

#7 2015-09-14 19:56:59

corrupt
Member
Registered: 2007-06-25
Posts: 74

Re: [Solved] Grub2 UEFI Black Screen

# hdparm -r0 /dev/sdc

Tried this also - does not work.

Strange thing is that dmesg shows that it's write protect off:

[ 6309.759122] usb-storage 3-2.4:1.0: USB Mass Storage device detected
[ 6309.759408] scsi host13: usb-storage 3-2.4:1.0
[ 6310.761326] scsi 13:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 0 CCS
[ 6310.878098] sd 13:0:0:0: [sdc] 2015232 512-byte logical blocks: (1.03 GB/984 MiB)
[ 6310.878841] sd 13:0:0:0: [sdc] Write Protect is off
[ 6310.878854] sd 13:0:0:0: [sdc] Mode Sense: 23 00 00 00
[ 6310.879588] sd 13:0:0:0: [sdc] No Caching mode page found
[ 6310.879601] sd 13:0:0:0: [sdc] Assuming drive cache: write through
[ 6310.884600]  sdc: sdc1
[ 6310.888086] sd 13:0:0:0: [sdc] Attached SCSI removable disk

>sudo mount /dev/sdc1 ~/iso2
mount: /dev/sdc1 is write-protected, mounting read-only

Last edited by corrupt (2015-09-14 19:57:46)

Offline

#8 2015-09-27 09:46:32

corrupt
Member
Registered: 2007-06-25
Posts: 74

Re: [Solved] Grub2 UEFI Black Screen

So fdisk hinted that partition order was incorrect(it's a warning). I fixed partition order with special option in expert mode and overwritten GPT table.
Now my partitions are ordered like that:

Device         Start       End   Sectors   Size Type
/dev/sdb1       2048   4225023   4222976     2G Linux swap
/dev/sdb2    4225095  86728703  82503609  39,3G Linux filesystem
/dev/sdb3   86728704 461512703 374784000 178,7G Linux filesystem
/dev/sdb4  461512704 975708159 514195456 245,2G Microsoft basic data
/dev/sdb5  975708160 976773119   1064960   520M EFI System

Previously it was: sdb1 Microsoft basic data, sdb2 swap, sdb3 Linux root, sdb5 Linux home, sdb7 EFI System. I wanted to fix that because I knew that MS data should be at the end judging by gparted output.

After I did grub-install with new order everything worked.
I don't know whether it was partition order or just writing fresh GPT table to disk that fixed my problem.

Previously I also did some windows work: I installed windows on my new SSD and boot it as sda. I deleted windows C from sdb and resized my root partition. Left some space for ntfs data on sdb because SSD is small.

Offline

Board footer

Powered by FluxBB