Bug#962506: grub: grub-install puts wrong partition to `load.cfg`
Paul Menzel
pmenzel at molgen.mpg.de
Mon Jun 8 23:40:03 BST 2020
Package: grub-efi
Version: 2.04-8
Severity: normal
Dear Debian folks,
The x86 Dell system with UEFI firmware has the partitions below, where
the first one is the ESP (and /boot), and the second one is encrypted
with LUKS.
$ lsblk -o NAME,UUID,LABEL,PTTYPE
NAME UUID LABEL PTTYPE
nvme0n1 gpt
├─nvme0n1p1 D34D-47A3 ESP gpt
└─nvme0n1p2 b88be798-13e3-4884-9748-bf7a23f0ae87 gpt
└─nvme0n1p2_crypt c9342a55-b747-4442-b2f4-bc03eb7a51cf
With Debian Sid/unstable, the wrong partition UUID is put into `load.cfg`.
$ sudo grub-install -v
[…]
grub-install: info: grub-mkimage --directory
'/usr/lib/grub/x86_64-efi' --prefix '/boot/grub' --output
'/boot/grub/x86_64-efi/core.efi' --dtb '' --format 'x86_64-efi'
--compression 'auto' --config '/boot/grub/x86_64-efi/load.cfg' 'ext2'
'search_fs_uuid'
[…]
$ more /boot/grub/x86_64-efi/load.cfg
search.fs_uuid c9342a55-b747-4442-b2f4-bc03eb7a51cf root
set prefix=($root)'/boot/grub'
GRUB then says, it can’t find c9342a55-b747-4442-b2f4-bc03eb7a51cf
and drops into rescue mode. For whatever reason, the partitions are
not detected, and GRUB only sees `(hd0)`. Of course, no modules can be
loaded, and I am unable to check what modules are loaded.a
`grub-install --boot-directory=/boot --efi-directory /boot/efi` doesn’t
make a difference either.
Interestingly, starting a live system, like Grml (daily), chroot’ing
into the system `/mnt` (with `/dev/nvme0n1p1` mounted under
`/mnt/boot/`), running `grub-install --efi-directory /boot/efi` creates
a working image.
Please find the verbose output attached.
Kind regards,
Paul
-------------- next part --------------
grub-install: info: executing modprobe efivars 2>/dev/null.
grub-install: info: Looking for /sys/firmware/efi ...
grub-install: info: ...found.
Installing for x86_64-efi platform.
grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
grub-install: info: /dev/nvme0n1p1 is not present.
grub-install: info: Looking for /dev/nvme0n1p1.
grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
grub-install: info: /dev/nvme0n1p1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/nvme0n1.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: /dev/nvme0n1p1 is present.
grub-install: info: Looking for /dev/nvme0n1p1.
grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
grub-install: info: /dev/nvme0n1p1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/nvme0n1.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: /dev/nvme0n1p1 is present.
grub-install: info: Looking for /dev/nvme0n1p1.
grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
grub-install: info: /dev/nvme0n1p1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/nvme0n1.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
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/random.mod' -> `/boot/grub/x86_64-efi/random.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/wrmsr.mod' -> `/boot/grub/x86_64-efi/wrmsr.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/eval.mod' -> `/boot/grub/x86_64-efi/eval.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/zstd.mod' -> `/boot/grub/x86_64-efi/zstd.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/backtrace.mod' -> `/boot/grub/x86_64-efi/backtrace.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/exfctest.mod' -> `/boot/grub/x86_64-efi/exfctest.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/squash4.mod' -> `/boot/grub/x86_64-efi/squash4.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/romfs.mod' -> `/boot/grub/x86_64-efi/romfs.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_arcfour.mod' -> `/boot/grub/x86_64-efi/gcry_arcfour.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/usb_keyboard.mod' -> `/boot/grub/x86_64-efi/usb_keyboard.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/test_blockarg.mod' -> `/boot/grub/x86_64-efi/test_blockarg.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/gfxmenu.mod' -> `/boot/grub/x86_64-efi/gfxmenu.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/read.mod' -> `/boot/grub/x86_64-efi/read.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/at_keyboard.mod' -> `/boot/grub/x86_64-efi/at_keyboard.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/bswap_test.mod' -> `/boot/grub/x86_64-efi/bswap_test.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/disk.mod' -> `/boot/grub/x86_64-efi/disk.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/raid5rec.mod' -> `/boot/grub/x86_64-efi/raid5rec.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/setjmp.mod' -> `/boot/grub/x86_64-efi/setjmp.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/tr.mod' -> `/boot/grub/x86_64-efi/tr.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/search_fs_file.mod' -> `/boot/grub/x86_64-efi/search_fs_file.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/efi_gop.mod' -> `/boot/grub/x86_64-efi/efi_gop.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/loadbios.mod' -> `/boot/grub/x86_64-efi/loadbios.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/relocator.mod' -> `/boot/grub/x86_64-efi/relocator.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/search_label.mod' -> `/boot/grub/x86_64-efi/search_label.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/elf.mod' -> `/boot/grub/x86_64-efi/elf.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/minicmd.mod' -> `/boot/grub/x86_64-efi/minicmd.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/reboot.mod' -> `/boot/grub/x86_64-efi/reboot.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/diskfilter.mod' -> `/boot/grub/x86_64-efi/diskfilter.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/gcry_md5.mod' -> `/boot/grub/x86_64-efi/gcry_md5.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/play.mod' -> `/boot/grub/x86_64-efi/play.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/memdisk.mod' -> `/boot/grub/x86_64-efi/memdisk.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/mdraid09.mod' -> `/boot/grub/x86_64-efi/mdraid09.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/ahci.mod' -> `/boot/grub/x86_64-efi/ahci.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/search.mod' -> `/boot/grub/x86_64-efi/search.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/serial.mod' -> `/boot/grub/x86_64-efi/serial.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/password_pbkdf2.mod' -> `/boot/grub/x86_64-efi/password_pbkdf2.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/cpio_be.mod' -> `/boot/grub/x86_64-efi/cpio_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/newc.mod' -> `/boot/grub/x86_64-efi/newc.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/extcmd.mod' -> `/boot/grub/x86_64-efi/extcmd.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/multiboot2.mod' -> `/boot/grub/x86_64-efi/multiboot2.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/rdmsr.mod' -> `/boot/grub/x86_64-efi/rdmsr.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/part_amiga.mod' -> `/boot/grub/x86_64-efi/part_amiga.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/nilfs2.mod' -> `/boot/grub/x86_64-efi/nilfs2.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/fshelp.mod' -> `/boot/grub/x86_64-efi/fshelp.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/gcry_rsa.mod' -> `/boot/grub/x86_64-efi/gcry_rsa.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/gcry_blowfish.mod' -> `/boot/grub/x86_64-efi/gcry_blowfish.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/hdparm.mod' -> `/boot/grub/x86_64-efi/hdparm.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/fixvideo.mod' -> `/boot/grub/x86_64-efi/fixvideo.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/ls.mod' -> `/boot/grub/x86_64-efi/ls.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/hashsum.mod' -> `/boot/grub/x86_64-efi/hashsum.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/usbserial_ftdi.mod' -> `/boot/grub/x86_64-efi/usbserial_ftdi.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/strtoull_test.mod' -> `/boot/grub/x86_64-efi/strtoull_test.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/lsefimmap.mod' -> `/boot/grub/x86_64-efi/lsefimmap.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/hfspluscomp.mod' -> `/boot/grub/x86_64-efi/hfspluscomp.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/loopback.mod' -> `/boot/grub/x86_64-efi/loopback.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/spkmodem.mod' -> `/boot/grub/x86_64-efi/spkmodem.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/gcry_crc.mod' -> `/boot/grub/x86_64-efi/gcry_crc.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/gcry_rfc2268.mod' -> `/boot/grub/x86_64-efi/gcry_rfc2268.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/part_sun.mod' -> `/boot/grub/x86_64-efi/part_sun.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/ext2.mod' -> `/boot/grub/x86_64-efi/ext2.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/time.mod' -> `/boot/grub/x86_64-efi/time.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/mul_test.mod' -> `/boot/grub/x86_64-efi/mul_test.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/cat.mod' -> `/boot/grub/x86_64-efi/cat.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/div.mod' -> `/boot/grub/x86_64-efi/div.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/linuxefi.mod' -> `/boot/grub/x86_64-efi/linuxefi.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/minix2_be.mod' -> `/boot/grub/x86_64-efi/minix2_be.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/gcry_sha256.mod' -> `/boot/grub/x86_64-efi/gcry_sha256.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/setjmp_test.mod' -> `/boot/grub/x86_64-efi/setjmp_test.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/crypto.mod' -> `/boot/grub/x86_64-efi/crypto.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/video.mod' -> `/boot/grub/x86_64-efi/video.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/ntfs.mod' -> `/boot/grub/x86_64-efi/ntfs.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/gcry_rijndael.mod' -> `/boot/grub/x86_64-efi/gcry_rijndael.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/sfs.mod' -> `/boot/grub/x86_64-efi/sfs.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/gptsync.mod' -> `/boot/grub/x86_64-efi/gptsync.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/lzopio.mod' -> `/boot/grub/x86_64-efi/lzopio.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/efi_uga.mod' -> `/boot/grub/x86_64-efi/efi_uga.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/odc.mod' -> `/boot/grub/x86_64-efi/odc.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/cryptodisk.mod' -> `/boot/grub/x86_64-efi/cryptodisk.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/pcidump.mod' -> `/boot/grub/x86_64-efi/pcidump.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/shift_test.mod' -> `/boot/grub/x86_64-efi/shift_test.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/tpm.mod' -> `/boot/grub/x86_64-efi/tpm.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/minix2.mod' -> `/boot/grub/x86_64-efi/minix2.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/gfxterm_background.mod' -> `/boot/grub/x86_64-efi/gfxterm_background.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/cmp_test.mod' -> `/boot/grub/x86_64-efi/cmp_test.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/video_bochs.mod' -> `/boot/grub/x86_64-efi/video_bochs.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/hello.mod' -> `/boot/grub/x86_64-efi/hello.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/png.mod' -> `/boot/grub/x86_64-efi/png.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/cmdline_cat_test.mod' -> `/boot/grub/x86_64-efi/cmdline_cat_test.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/ehci.mod' -> `/boot/grub/x86_64-efi/ehci.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/progress.mod' -> `/boot/grub/x86_64-efi/progress.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/videoinfo.mod' -> `/boot/grub/x86_64-efi/videoinfo.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/video_cirrus.mod' -> `/boot/grub/x86_64-efi/video_cirrus.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/bfs.mod' -> `/boot/grub/x86_64-efi/bfs.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/tftp.mod' -> `/boot/grub/x86_64-efi/tftp.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/true.mod' -> `/boot/grub/x86_64-efi/true.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/appleldr.mod' -> `/boot/grub/x86_64-efi/appleldr.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/legacycfg.mod' -> `/boot/grub/x86_64-efi/legacycfg.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/halt.mod' -> `/boot/grub/x86_64-efi/halt.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/cbfs.mod' -> `/boot/grub/x86_64-efi/cbfs.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/gcry_sha512.mod' -> `/boot/grub/x86_64-efi/gcry_sha512.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/verifiers.mod' -> `/boot/grub/x86_64-efi/verifiers.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/parttool.mod' -> `/boot/grub/x86_64-efi/parttool.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/fat.mod' -> `/boot/grub/x86_64-efi/fat.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/usbserial_pl2303.mod' -> `/boot/grub/x86_64-efi/usbserial_pl2303.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/usbserial_common.mod' -> `/boot/grub/x86_64-efi/usbserial_common.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/multiboot.mod' -> `/boot/grub/x86_64-efi/multiboot.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/part_dfly.mod' -> `/boot/grub/x86_64-efi/part_dfly.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/minix_be.mod' -> `/boot/grub/x86_64-efi/minix_be.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/videotest_checksum.mod' -> `/boot/grub/x86_64-efi/videotest_checksum.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/iso9660.mod' -> `/boot/grub/x86_64-efi/iso9660.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/pata.mod' -> `/boot/grub/x86_64-efi/pata.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/part_acorn.mod' -> `/boot/grub/x86_64-efi/part_acorn.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/probe.mod' -> `/boot/grub/x86_64-efi/probe.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_usbdebug.mod' -> `/boot/grub/x86_64-efi/usbserial_usbdebug.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/ufs1.mod' -> `/boot/grub/x86_64-efi/ufs1.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/hfsplus.mod' -> `/boot/grub/x86_64-efi/hfsplus.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/lsacpi.mod' -> `/boot/grub/x86_64-efi/lsacpi.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/gfxterm_menu.mod' -> `/boot/grub/x86_64-efi/gfxterm_menu.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/xzio.mod' -> `/boot/grub/x86_64-efi/xzio.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/cbtable.mod' -> `/boot/grub/x86_64-efi/cbtable.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/ctz_test.mod' -> `/boot/grub/x86_64-efi/ctz_test.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/terminfo.mod' -> `/boot/grub/x86_64-efi/terminfo.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/pgp.mod' -> `/boot/grub/x86_64-efi/pgp.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/f2fs.mod' -> `/boot/grub/x86_64-efi/f2fs.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/blocklist.mod' -> `/boot/grub/x86_64-efi/blocklist.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/usbms.mod' -> `/boot/grub/x86_64-efi/usbms.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/aout.mod' -> `/boot/grub/x86_64-efi/aout.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/sleep.mod' -> `/boot/grub/x86_64-efi/sleep.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/priority_queue.mod' -> `/boot/grub/x86_64-efi/priority_queue.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/gcry_tiger.mod' -> `/boot/grub/x86_64-efi/gcry_tiger.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/lsefisystab.mod' -> `/boot/grub/x86_64-efi/lsefisystab.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/gcry_seed.mod' -> `/boot/grub/x86_64-efi/gcry_seed.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/minix3_be.mod' -> `/boot/grub/x86_64-efi/minix3_be.mod'.
grub-install: info: copying `/usr/lib/grub/x86_64-efi/shim_lock.mod' -> `/boot/grub/x86_64-efi/shim_lock.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/setpci.mod' -> `/boot/grub/x86_64-efi/setpci.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/zfsinfo.mod' -> `/boot/grub/x86_64-efi/zfsinfo.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/lvm.mod' -> `/boot/grub/x86_64-efi/lvm.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/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
grub-install: info: changing current directory to /dev/mapper.
grub-install: info: /dev/mapper/nvme0n1p2_crypt is not present.
grub-install: info: Looking for /dev/mapper/nvme0n1p2_crypt.
grub-install: info: /dev/mapper/nvme0n1p2_crypt is a parent of /dev/mapper/nvme0n1p2_crypt.
grub-install: info: /dev/mapper/nvme0n1p2_crypt is present.
grub-install: info: Looking for /dev/mapper/nvme0n1p2_crypt.
grub-install: info: /dev/mapper/nvme0n1p2_crypt is a parent of /dev/mapper/nvme0n1p2_crypt.
grub-install: info: /dev/mapper/nvme0n1p2_crypt is present.
grub-install: info: /dev/mapper/nvme0n1p2_crypt is present.
grub-install: info: Looking for /dev/mapper/nvme0n1p2_crypt.
grub-install: info: /dev/mapper/nvme0n1p2_crypt is a parent of /dev/mapper/nvme0n1p2_crypt.
grub-install: info: drive = 1.
grub-install: info: the size of hostdisk//dev/mapper/nvme0n1p2_crypt is 1999325839.
grub-install: info: no partition map found for hostdisk//dev/mapper/nvme0n1p2_crypt.
grub-install: info: /dev/nvme0n1p1 is present.
grub-install: info: Looking for /dev/nvme0n1p1.
grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
grub-install: info: /dev/nvme0n1p1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/nvme0n1.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: /dev/nvme0n1p1 is present.
grub-install: info: Looking for /dev/nvme0n1p1.
grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
grub-install: info: /dev/nvme0n1p1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/nvme0n1.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: /dev/nvme0n1p1 is present.
grub-install: info: Looking for /dev/nvme0n1p1.
grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
grub-install: info: /dev/nvme0n1p1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/nvme0n1.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/nvme0n1 is 2000409264.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
grub-install: info: no LDM signature found.
grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
grub-install: info: no LVM signature found.
grub-install: info: Partition 0 starts from 2048.
grub-install: info: grub-mkimage --directory '/usr/lib/grub/x86_64-efi' --prefix '/boot/grub' --output '/boot/grub/x86_64-efi/core.efi' --dtb '' --format 'x86_64-efi' --compression 'auto' --config '/boot/grub/x86_64-efi/load.cfg' 'ext2' 'search_fs_uuid'
.
grub-install: info: the size of config file is 0x60.
grub-install: info: the total module size is 0x4758.
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 .rodata at 0xa000.
grub-install: info: locating the section .rodata.str1.1 at 0xa1f0.
grub-install: info: locating the section .data at 0xbd20.
grub-install: info: locating the section .module_license at 0xcff8.
grub-install: info: locating the section .bss at 0xd020.
grub-install: info: locating at 0x1000 (0x1000).
grub-install: info: locating at 0xb000 (0xb000).
grub-install: info: locating at 0xb1f0 (0xb1f0).
grub-install: info: locating at 0xcd20 (0xcd20).
grub-install: info: locating at 0xe020 (0xe020).
grub-install: info: locating at 0xdff8 (0xdff8).
grub-install: info: locating at 0x1000 (0x1000).
grub-install: info: locating grub_strlen at 0x9021 (0x1000).
grub-install: info: locating grub_net_poll_cards_idle at 0xfdc0 (0xe020).
grub-install: info: locating grub_efi_finish_boot_services at 0x4048 (0x1000).
grub-install: info: locating grub_disk_get_size at 0x6aef (0x1000).
grub-install: info: locating grub_file_progress_hook at 0x19f00 (0xe020).
grub-install: info: locating grub_efidisk_fini at 0x1678 (0x1000).
grub-install: info: locating grub_puts_ at 0x8de3 (0x1000).
grub-install: info: locating grub_millisleep at 0x5712 (0x1000).
grub-install: info: locating grub_fs_autoload_hook at 0xfb88 (0xe020).
grub-install: info: locating efi_wrap_10 at 0x122c (0x1000).
grub-install: info: locating grub_byte_checksum at 0x4d8a (0x1000).
grub-install: info: locating grub_efi_allocate_pages_max at 0x3cf7 (0x1000).
grub-install: info: locating grub_fs_blocklist at 0xcec0 (0xcd20).
grub-install: info: locating grub_errmsg at 0x19de0 (0xe020).
grub-install: info: locating efi_wrap_5 at 0x11c3 (0x1000).
grub-install: info: locating grub_strncmp at 0x8e58 (0x1000).
grub-install: info: locating grub_strtoull at 0x9133 (0x1000).
grub-install: info: locating grub_dma_get_virt at 0x1305 (0x1000).
grub-install: info: locating grub_efi_system_table at 0xfdd0 (0xe020).
grub-install: info: locating memmove at 0x50d0 (0x1000).
grub-install: info: locating efi_wrap_4 at 0x11af (0x1000).
grub-install: info: locating grub_disk_open at 0x64d2 (0x1000).
grub-install: info: locating grub_efi_locate_protocol at 0x2a0f (0x1000).
grub-install: info: locating grub_env_update_get_sorted at 0x7b62 (0x1000).
grub-install: info: locating grub_strcpy at 0x8dd0 (0x1000).
grub-install: info: locating grub_partition_probe at 0xa374 (0x1000).
grub-install: info: locating grub_strrchr at 0x8ea3 (0x1000).
grub-install: info: locating grub_partition_get_name at 0xa577 (0x1000).
grub-install: info: locating grub_dl_load at 0x77d6 (0x1000).
grub-install: info: locating grub_pmtimer_wait_count_tsc at 0x1094 (0x1000).
grub-install: info: locating grub_efi_stall at 0x2c3b (0x1000).
grub-install: info: locating grub_efi_get_filename at 0x30d5 (0x1000).
grub-install: info: locating grub_env_export at 0x7c4f (0x1000).
grub-install: info: locating grub_xvasprintf at 0x9d7e (0x1000).
grub-install: info: locating grub_error_push at 0x7d16 (0x1000).
grub-install: info: locating grub_rescue_run at 0xab03 (0x1000).
grub-install: info: locating grub_xasprintf at 0x9e16 (0x1000).
grub-install: info: locating grub_realloc at 0x563a (0x1000).
grub-install: info: locating grub_exit at 0x2cb5 (0x1000).
grub-install: info: locating grub_tsc_calibrate_from_pmtimer at 0x1116 (0x1000).
grub-install: info: locating memcpy at 0x50c4 (0x1000).
grub-install: info: locating grub_memmove at 0x8d94 (0x1000).
grub-install: info: locating grub_device_open at 0x5d11 (0x1000).
grub-install: info: locating grub_file_filters at 0x19f20 (0xe020).
grub-install: info: locating grub_register_exported_symbols at 0xaceb (0x1000).
grub-install: info: locating grub_reboot at 0x2c7a (0x1000).
grub-install: info: locating grub_tsc_calibrate_from_efi at 0x1017 (0x1000).
grub-install: info: locating grub_strdup at 0x9032 (0x1000).
grub-install: info: locating grub_disk_firmware_is_tainted at 0xfe20 (0xe020).
grub-install: info: locating grub_efi_allocate_fixed at 0x3ef1 (0x1000).
grub-install: info: locating grub_divmod64 at 0x90d2 (0x1000).
grub-install: info: locating grub_file_get_device_name at 0x7e94 (0x1000).
grub-install: info: locating grub_efi_print_device_path at 0x3321 (0x1000).
grub-install: info: locating grub_partition_iterate at 0xa50a (0x1000).
grub-install: info: locating grub_dma_free at 0x12f9 (0x1000).
grub-install: info: locating grub_vsnprintf at 0x9d25 (0x1000).
grub-install: info: locating grub_partition_map_list at 0x19f48 (0xe020).
grub-install: info: locating efi_wrap_1 at 0x1182 (0x1000).
grub-install: info: locating grub_command_list at 0xfe00 (0xe020).
grub-install: info: locating grub_machine_fini at 0x1294 (0x1000).
grub-install: info: locating grub_tsc_rate at 0xfdf0 (0xe020).
grub-install: info: locating grub_rescue_parse_line at 0xa881 (0x1000).
grub-install: info: locating grub_efi_get_variable at 0x2e40 (0x1000).
grub-install: info: locating grub_snprintf at 0x9d39 (0x1000).
grub-install: info: locating grub_register_core_commands at 0x5b9e (0x1000).
grub-install: info: locating grub_disk_dev_register at 0x63fa (0x1000).
grub-install: info: locating grub_efi_find_mmap_size at 0x42ef (0x1000).
grub-install: info: locating grub_console_init at 0x4bd6 (0x1000).
grub-install: info: locating grub_disk_write_weak at 0xfe28 (0xe020).
grub-install: info: locating grub_dl_add at 0x6bc2 (0x1000).
grub-install: info: locating grub_disk_read at 0x6792 (0x1000).
grub-install: info: locating grub_term_highlight_color at 0xd068 (0xcd20).
grub-install: info: locating grub_parser_execute at 0xa2fc (0x1000).
grub-install: info: locating grub_xputs at 0xd060 (0xcd20).
grub-install: info: locating grub_console_fini at 0x4cd3 (0x1000).
grub-install: info: locating grub_fatal at 0x9e65 (0x1000).
grub-install: info: locating grub_dl_ref at 0x6cbc (0x1000).
grub-install: info: locating grub_file_seek at 0x81da (0x1000).
grub-install: info: locating grub_pci_find_capability at 0x13fb (0x1000).
grub-install: info: locating grub_efi_get_loaded_image at 0x2c5f (0x1000).
grub-install: info: locating grub_errno at 0x19ee0 (0xe020).
grub-install: info: locating grub_parser_cmdline_state at 0x9fee (0x1000).
grub-install: info: locating grub_memset at 0x8fac (0x1000).
grub-install: info: locating grub_getkey at 0xaccc (0x1000).
grub-install: info: locating grub_term_outputs_disabled at 0x19f50 (0xe020).
grub-install: info: locating grub_grubnet_fini at 0x19f40 (0xe020).
grub-install: info: locating grub_register_variable_hook at 0x7bed (0x1000).
grub-install: info: locating grub_efi_image_handle at 0xfdd8 (0xe020).
grub-install: info: locating grub_vprintf at 0x9a42 (0x1000).
grub-install: info: locating grub_machine_acpi_get_rsdpv1 at 0x4e7a (0x1000).
grub-install: info: locating grub_net_open at 0xe080 (0xe020).
grub-install: info: locating grub_register_command_prio at 0x5736 (0x1000).
grub-install: info: locating grub_efi_find_last_device_path at 0x3286 (0x1000).
grub-install: info: locating grub_efi_compare_device_paths at 0x3a03 (0x1000).
grub-install: info: locating grub_acpi_find_fadt at 0x4d9c (0x1000).
grub-install: info: locating grub_install_get_time_ms at 0x5704 (0x1000).
grub-install: info: locating grub_tsc_calibrate_from_pit at 0x5026 (0x1000).
grub-install: info: locating _start at 0x1000 (0x1000).
grub-install: info: locating grub_term_inputs at 0x19f58 (0xe020).
grub-install: info: locating grub_parser_split_cmdline at 0xa08f (0x1000).
grub-install: info: locating grub_disk_firmware_fini at 0xfe30 (0xe020).
grub-install: info: locating grub_disk_close at 0x6438 (0x1000).
grub-install: info: locating grub_dl_unload at 0x6d34 (0x1000).
grub-install: info: locating grub_efi_set_variable at 0x2d53 (0x1000).
grub-install: info: locating grub_printf at 0x9b30 (0x1000).
grub-install: info: locating grub_efi_secure_boot at 0x2f82 (0x1000).
grub-install: info: locating grub_unregister_command at 0x5825 (0x1000).
grub-install: info: locating grub_fs_list at 0xfb90 (0xe020).
grub-install: info: locating grub_efidisk_get_device_handle at 0x23ba (0x1000).
grub-install: info: locating grub_main at 0x87b9 (0x1000).
grub-install: info: locating grub_file_read at 0x7f22 (0x1000).
grub-install: info: locating grub_dl_unload_unneeded at 0x78d1 (0x1000).
grub-install: info: locating grub_pci_make_address at 0x130d (0x1000).
grub-install: info: locating memcmp at 0x50dc (0x1000).
grub-install: info: locating grub_term_normal_color at 0xd069 (0xcd20).
grub-install: info: locating grub_disk_dev_list at 0xfe38 (0xe020).
grub-install: info: locating grub_machine_init at 0x127a (0x1000).
grub-install: info: locating efi_wrap_0 at 0x1177 (0x1000).
grub-install: info: locating grub_efi_locate_handle at 0x2a56 (0x1000).
grub-install: info: locating grub_term_outputs at 0x19f60 (0xe020).
grub-install: info: locating grub_modbase at 0xfde0 (0xe020).
grub-install: info: locating grub_term_inputs_disabled at 0x19f68 (0xe020).
grub-install: info: locating grub_efi_net_config at 0xfde8 (0xe020).
grub-install: info: locating grub_efi_set_virtual_address_map at 0x2cfe (0x1000).
grub-install: info: locating grub_print_error at 0x7dfe (0x1000).
grub-install: info: locating grub_efi_mm_init at 0x437a (0x1000).
grub-install: info: locating memset at 0x50e8 (0x1000).
grub-install: info: locating grub_zalloc at 0x53b3 (0x1000).
grub-install: info: locating grub_strcmp at 0x8e3c (0x1000).
grub-install: info: locating grub_tsc_init at 0x4f7a (0x1000).
grub-install: info: locating grub_strchr at 0x8e8f (0x1000).
grub-install: info: locating grub_refresh at 0xaca0 (0x1000).
grub-install: info: locating grub_malloc at 0x53a2 (0x1000).
grub-install: info: locating grub_efi_get_memory_map at 0x3f07 (0x1000).
grub-install: info: locating grub_efidisk_get_device_name at 0x2508 (0x1000).
grub-install: info: locating grub_get_time_ms at 0x56f8 (0x1000).
grub-install: info: locating grub_file_close at 0x7fc1 (0x1000).
grub-install: info: locating grub_file_open at 0x800d (0x1000).
grub-install: info: locating grub_isspace at 0x8eb6 (0x1000).
grub-install: info: locating grub_efi_open_protocol at 0x2b53 (0x1000).
grub-install: info: locating grub_real_dprintf at 0x9bdd (0x1000).
grub-install: info: locating efi_wrap_3 at 0x119e (0x1000).
grub-install: info: locating grub_dl_load_core_noinit at 0x6e2f (0x1000).
grub-install: info: locating grub_dl_load_file at 0x76e3 (0x1000).
grub-install: info: locating grub_env_unset at 0x7acf (0x1000).
grub-install: info: locating grub_device_close at 0x5df5 (0x1000).
grub-install: info: locating efi_wrap_6 at 0x11dc (0x1000).
grub-install: info: locating grub_dl_head at 0xe0a0 (0xe020).
grub-install: info: locating grub_fs_probe at 0x84d0 (0x1000).
grub-install: info: locating grub_mm_base at 0xfdf8 (0xe020).
grub-install: info: locating grub_term_poll_usb at 0xfdc8 (0xe020).
grub-install: info: locating grub_strword at 0x8f1d (0x1000).
grub-install: info: locating grub_machine_get_bootlocation at 0x3b01 (0x1000).
grub-install: info: locating grub_efi_fini at 0x3b9e (0x1000).
grub-install: info: locating grub_efi_allocate_any_pages at 0x3ed3 (0x1000).
grub-install: info: locating grub_efi_memory_fini at 0x4350 (0x1000).
grub-install: info: locating grub_err_printed_errors at 0x19ee4 (0xe020).
grub-install: info: locating grub_error at 0x7c95 (0x1000).
grub-install: info: locating grub_current_context at 0xcea0 (0xcd20).
grub-install: info: locating efi_codes at 0xb160 (0xb000).
grub-install: info: locating grub_dl_register_symbol at 0x6bff (0x1000).
grub-install: info: locating grub_efi_is_finished at 0xe038 (0xe020).
grub-install: info: locating grub_list_remove at 0x86f9 (0x1000).
grub-install: info: locating grub_pci_iterate at 0x1336 (0x1000).
grub-install: info: locating grub_modules_get_end at 0x879d (0x1000).
grub-install: info: locating grub_free at 0x53f1 (0x1000).
grub-install: info: locating grub_strndup at 0x907d (0x1000).
grub-install: info: locating efi_wrap_7 at 0x11ff (0x1000).
grub-install: info: locating grub_named_list_find at 0x86ad (0x1000).
grub-install: info: locating grub_dl_unref at 0x6cf8 (0x1000).
grub-install: info: locating grub_efi_duplicate_device_path at 0x32c2 (0x1000).
grub-install: info: locating grub_efidisk_init at 0x21a0 (0x1000).
grub-install: info: locating grub_disk_dev_unregister at 0x640f (0x1000).
grub-install: info: locating grub_efi_init at 0x3a9b (0x1000).
grub-install: info: locating grub_arch_dl_check_header at 0x1498 (0x1000).
grub-install: info: locating grub_arch_dl_relocate_symbols at 0x14c7 (0x1000).
grub-install: info: locating grub_efi_free_pages at 0x3c6b (0x1000).
grub-install: info: locating grub_printf_ at 0x9b7f (0x1000).
grub-install: info: locating grub_efi_get_device_path at 0x326b (0x1000).
grub-install: info: locating start at 0x1000 (0x1000).
grub-install: info: locating grub_efi_modules_addr at 0x303c (0x1000).
grub-install: info: locating grub_error_pop at 0x7d8f (0x1000).
grub-install: info: locating grub_device_iterate at 0x5f32 (0x1000).
grub-install: info: locating grub_getkey_noblock at 0xac51 (0x1000).
grub-install: info: locating grub_memalign_dma32 at 0x12a7 (0x1000).
grub-install: info: locating grub_list_push at 0x86e2 (0x1000).
grub-install: info: locating grub_efi_set_text_mode at 0x2baf (0x1000).
grub-install: info: locating grub_err_printf at 0x9b30 (0x1000).
grub-install: info: locating grub_disk_cache_invalidate_all at 0x63b3 (0x1000).
grub-install: info: locating grub_machine_acpi_get_rsdpv2 at 0x4eda (0x1000).
grub-install: info: locating grub_efi_allocate_pages_real at 0x3da9 (0x1000).
grub-install: info: locating grub_env_set at 0x7974 (0x1000).
grub-install: info: locating grub_dl_load_core at 0x76a4 (0x1000).
grub-install: info: locating grub_gettext at 0xcf10 (0xcd20).
grub-install: info: locating grub_memcmp at 0x8e1c (0x1000).
grub-install: info: locating grub_env_get at 0x7aa5 (0x1000).
grub-install: info: locating efi_wrap_2 at 0x1190 (0x1000).
grub-install: info: locating grub_strtoul at 0x95ab (0x1000).
grub-install: info: locating grub_dma_get_phys at 0x1309 (0x1000).
grub-install: info: locating grub_mm_init_region at 0x550b (0x1000).
grub-install: info: locating grub_disk_cache_table at 0xfe40 (0xe020).
grub-install: info: locating grub_memalign at 0x51a2 (0x1000).
grub-install: info: dealing with the relocation section .rela.text for .text.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xedd1 at the offset 0x3.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xedc2 at the offset 0xa.
grub-install: info: relocating an R_X86_64_PC32 entry to 0x77a2 at the offset 0x13.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x33.
grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x90d2 at the offset 0x68.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf0 at the offset 0x84.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d9c at the offset 0x119.
grub-install: info: relocating an R_X86_64_64 entry to 0x1094 at the offset 0x13e.
grub-install: info: relocating an R_X86_64_64 entry to 0x90d2 at the offset 0x159.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf0 at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a9b at the offset 0x27d.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f7a at the offset 0x28a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3b9e at the offset 0x29c.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a2 at the offset 0x2c5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1f0 at the offset 0x2da.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x2eb.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x2fb.
grub-install: info: relocating an R_X86_64_64 entry to 0x130d at the offset 0x33c.
grub-install: info: relocating an R_X86_64_64 entry to 0x130d at the offset 0x412.
grub-install: info: relocating an R_X86_64_64 entry to 0xb210 at the offset 0x4a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x4ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xb000 at the offset 0x4d1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb231 at the offset 0x4f3.
grub-install: info: relocating an R_X86_64_64 entry to 0xb254 at the offset 0x58a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x59d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb26c at the offset 0x5d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5e4.
grub-install: info: relocating an R_X86_64_64 entry to 0xb293 at the offset 0x62e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0x638.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0x642.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x64c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x65b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe030 at the offset 0x67c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe028 at the offset 0x688.
grub-install: info: relocating an R_X86_64_64 entry to 0xe020 at the offset 0x693.
grub-install: info: relocating an R_X86_64_64 entry to 0x1657 at the offset 0x69e.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd20 at the offset 0x6c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x640f at the offset 0x6cd.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0x6f7.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2ba at the offset 0x701.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x70f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x71b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0x729.
grub-install: info: relocating an R_X86_64_64 entry to 0x95ab at the offset 0x760.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2c6 at the offset 0x77c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x78d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe020 at the offset 0x7bb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe030 at the offset 0x7c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe028 at the offset 0x7d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x1602 at the offset 0x7e4.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2d4 at the offset 0x802.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x80f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0x82d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0x837.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2e3 at the offset 0x84f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb31e at the offset 0x875.
grub-install: info: relocating an R_X86_64_64 entry to 0xb33a at the offset 0x8ab.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x8bf.
grub-install: info: relocating an R_X86_64_64 entry to 0xb351 at the offset 0x900.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0x90a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0x914.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd60 at the offset 0x939.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a56 at the offset 0x943.
grub-install: info: relocating an R_X86_64_64 entry to 0x326b at the offset 0x976.
grub-install: info: relocating an R_X86_64_64 entry to 0x3286 at the offset 0x9ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd60 at the offset 0x9cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b53 at the offset 0x9d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0xa0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0xa21.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0xa6a.
grub-install: info: relocating an R_X86_64_64 entry to 0x32c2 at the offset 0xa8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3286 at the offset 0xab8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a03 at the offset 0xac9.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0xaf9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a03 at the offset 0xb15.
grub-install: info: relocating an R_X86_64_64 entry to 0xb367 at the offset 0xb4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0xb59.
grub-install: info: relocating an R_X86_64_64 entry to 0xe028 at the offset 0xb81.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b11 at the offset 0xb96.
grub-install: info: relocating an R_X86_64_64 entry to 0xe030 at the offset 0xbb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe020 at the offset 0xbd7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe030 at the offset 0xc1f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0xc2f.
grub-install: info: relocating an R_X86_64_64 entry to 0xe028 at the offset 0xc3e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0xc4e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb36b at the offset 0xc6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0xc85.
grub-install: info: relocating an R_X86_64_64 entry to 0xb370 at the offset 0xc8f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0xc99.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0xca3.
grub-install: info: relocating an R_X86_64_64 entry to 0xb37e at the offset 0xcd7.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0xcee.
grub-install: info: relocating an R_X86_64_64 entry to 0xb370 at the offset 0xcf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0xd02.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0xd0c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe020 at the offset 0xd36.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0xd46.
grub-install: info: relocating an R_X86_64_64 entry to 0xb383 at the offset 0xd62.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0xd79.
grub-install: info: relocating an R_X86_64_64 entry to 0xb370 at the offset 0xd83.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0xd8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0xd97.
grub-install: info: relocating an R_X86_64_64 entry to 0xa577 at the offset 0xe14.
grub-install: info: relocating an R_X86_64_64 entry to 0x3286 at the offset 0xe36.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a03 at the offset 0xe61.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0xe8c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0xeb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a2 at the offset 0xf28.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0xf5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0xf85.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0xfa7.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0xfb3.
grub-install: info: relocating an R_X86_64_64 entry to 0xb388 at the offset 0xfe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0xff1.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x1000.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0x1019.
grub-install: info: relocating an R_X86_64_64 entry to 0x1eda at the offset 0x102f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3bc at the offset 0x1060.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x106d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3cd at the offset 0x108f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x109e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3f5 at the offset 0x10c5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0x10d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x10e5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0x10fe.
grub-install: info: relocating an R_X86_64_64 entry to 0x1eda at the offset 0x1117.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3bc at the offset 0x1148.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x1155.
grub-install: info: relocating an R_X86_64_64 entry to 0xb427 at the offset 0x1177.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x1186.
grub-install: info: relocating an R_X86_64_64 entry to 0x1678 at the offset 0x11a2.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe30 at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x192e at the offset 0x11c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x1a89 at the offset 0x11d7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe028 at the offset 0x123b.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e2c at the offset 0x124b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe020 at the offset 0x1257.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e2c at the offset 0x1281.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x12e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x1a89 at the offset 0x12f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe030 at the offset 0x1345.
grub-install: info: relocating an R_X86_64_64 entry to 0xe020 at the offset 0x1364.
grub-install: info: relocating an R_X86_64_64 entry to 0xe028 at the offset 0x1370.
grub-install: info: relocating an R_X86_64_64 entry to 0x1657 at the offset 0x138a.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd20 at the offset 0x1399.
grub-install: info: relocating an R_X86_64_64 entry to 0x63fa at the offset 0x13a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x192e at the offset 0x1408.
grub-install: info: relocating an R_X86_64_64 entry to 0x32c2 at the offset 0x1412.
grub-install: info: relocating an R_X86_64_64 entry to 0x3286 at the offset 0x1444.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a03 at the offset 0x1466.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x1475.
grub-install: info: relocating an R_X86_64_64 entry to 0x1657 at the offset 0x14e9.
grub-install: info: relocating an R_X86_64_64 entry to 0x326b at the offset 0x150a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3286 at the offset 0x1533.
grub-install: info: relocating an R_X86_64_64 entry to 0x32c2 at the offset 0x156c.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b7f at the offset 0x15af.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x15b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x64d2 at the offset 0x15d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x6438 at the offset 0x1600.
grub-install: info: relocating an R_X86_64_64 entry to 0x6aef at the offset 0x1623.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x1637.
grub-install: info: relocating an R_X86_64_64 entry to 0x1dce at the offset 0x1651.
grub-install: info: relocating an R_X86_64_64 entry to 0xa50a at the offset 0x165b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb44d at the offset 0x1678.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x1688.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b7f at the offset 0x16b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x16d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x1800.
grub-install: info: relocating an R_X86_64_64 entry to 0xb453 at the offset 0x1852.
grub-install: info: relocating an R_X86_64_64 entry to 0xb494 at the offset 0x1869.
grub-install: info: relocating an R_X86_64_64 entry to 0xb496 at the offset 0x1882.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1a1b.
grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x1a38.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x1a5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1aa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x1ab8.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x1adf.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x1b1f.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1b61.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd8 at the offset 0x1b7d.
grub-install: info: relocating an R_X86_64_64 entry to 0x11dc at the offset 0x1b8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a0f at the offset 0x1bb1.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd90 at the offset 0x1bc1.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1bf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x1c21.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1c3d.
grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x1c55.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd80 at the offset 0x1c61.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b53 at the offset 0x1c70.
grub-install: info: relocating an R_X86_64_64 entry to 0x1294 at the offset 0x1c82.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1c95.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1ca9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1294 at the offset 0x1cbd.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1cd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd8 at the offset 0x1ce5.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1cf2.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1d0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1d22.
grub-install: info: relocating an R_X86_64_64 entry to 0xb49c at the offset 0x1d33.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x1d45.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x1d55.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x1d80.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x1d93.
grub-install: info: relocating an R_X86_64_64 entry to 0x28a4 at the offset 0x1dae.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1dd5.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x1de7.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x1df9.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4bb at the offset 0x1e17.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x1e24.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x1e42.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x1e4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x1ea5.
grub-install: info: relocating an R_X86_64_64 entry to 0x28a4 at the offset 0x1eb2.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x1ebc.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1edf.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4db at the offset 0x1f90.
grub-install: info: relocating an R_X86_64_64 entry to 0x2e40 at the offset 0x1f9d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4e6 at the offset 0x1fef.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x201e.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd8 at the offset 0x203e.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c5f at the offset 0x2053.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x2072.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4f0 at the offset 0x2096.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x2133.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x2147.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x21de.
grub-install: info: relocating an R_X86_64_64 entry to 0x26ec at the offset 0x21f4.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd70 at the offset 0x226d.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b53 at the offset 0x227c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x22ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x230e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x232c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb058 at the offset 0x235f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4f5 at the offset 0x237d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb501 at the offset 0x238f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb50b at the offset 0x23a2.
grub-install: info: relocating an R_X86_64_64 entry to 0xb078 at the offset 0x23b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb51c at the offset 0x23d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb528 at the offset 0x23df.
grub-install: info: relocating an R_X86_64_64 entry to 0xb534 at the offset 0x23fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xb548 at the offset 0x240c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb551 at the offset 0x241e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb55b at the offset 0x2430.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56a at the offset 0x2450.
grub-install: info: relocating an R_X86_64_64 entry to 0xb577 at the offset 0x2469.
grub-install: info: relocating an R_X86_64_64 entry to 0xb57e at the offset 0x2481.
grub-install: info: relocating an R_X86_64_64 entry to 0xb582 at the offset 0x2494.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x24a5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb57e at the offset 0x24bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xb582 at the offset 0x24d6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb586 at the offset 0x250b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb58a at the offset 0x2534.
grub-install: info: relocating an R_X86_64_64 entry to 0xb58e at the offset 0x254b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0a0 at the offset 0x2565.
grub-install: info: relocating an R_X86_64_64 entry to 0xb59f at the offset 0x257d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5b0 at the offset 0x2598.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5bd at the offset 0x25b1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5d6 at the offset 0x25c2.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5e2 at the offset 0x25e1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5ee at the offset 0x25fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xb608 at the offset 0x2619.
grub-install: info: relocating an R_X86_64_64 entry to 0xb611 at the offset 0x2634.
grub-install: info: relocating an R_X86_64_64 entry to 0xb63c at the offset 0x266b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb667 at the offset 0x26b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6aa at the offset 0x2732.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c9 at the offset 0x2755.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6de at the offset 0x2777.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6ee at the offset 0x278e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f8 at the offset 0x27a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb130 at the offset 0x27ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xb70e at the offset 0x27d2.
grub-install: info: relocating an R_X86_64_64 entry to 0xb747 at the offset 0x2826.
grub-install: info: relocating an R_X86_64_64 entry to 0xb759 at the offset 0x283c.
grub-install: info: relocating an R_X86_64_64 entry to 0x27f7 at the offset 0x2849.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x285a.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x2868.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x2887.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x289e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb75f at the offset 0x28a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x28cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x26ec at the offset 0x28e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x2901.
grub-install: info: relocating an R_X86_64_64 entry to 0xb76d at the offset 0x2911.
grub-install: info: relocating an R_X86_64_64 entry to 0xb777 at the offset 0x2935.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7b3 at the offset 0x2974.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7d5 at the offset 0x2980.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c5 at the offset 0x299e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7e6 at the offset 0x29ba.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x29c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x2a22.
grub-install: info: relocating an R_X86_64_64 entry to 0x303c at the offset 0x2a9e.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde0 at the offset 0x2aaa.
grub-install: info: relocating an R_X86_64_64 entry to 0x4bd6 at the offset 0x2ab4.
grub-install: info: relocating an R_X86_64_64 entry to 0x437a at the offset 0x2ac0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x2ad3.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x2aea.
grub-install: info: relocating an R_X86_64_64 entry to 0x21a0 at the offset 0x2af7.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd8 at the offset 0x2b03.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c5f at the offset 0x2b1a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2508 at the offset 0x2b32.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde8 at the offset 0x2b47.
grub-install: info: relocating an R_X86_64_64 entry to 0x30d5 at the offset 0x2b66.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ea3 at the offset 0x2b82.
grub-install: info: relocating an R_X86_64_64 entry to 0x1678 at the offset 0x2ba1.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cd3 at the offset 0x2bad.
grub-install: info: relocating an R_X86_64_64 entry to 0x4350 at the offset 0x2bba.
grub-install: info: relocating an R_X86_64_64 entry to 0x130d at the offset 0x2be9.
grub-install: info: relocating an R_X86_64_64 entry to 0x13fb at the offset 0x2c13.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x2c72.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x2c93.
grub-install: info: relocating an R_X86_64_64 entry to 0xe040 at the offset 0x2ca1.
grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x2ce0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x2d27.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x2d3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c6b at the offset 0x2d8a.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x2ddb.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x2deb.
grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x2e3a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe040 at the offset 0x2e4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c6b at the offset 0x2e8f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7fb at the offset 0x2ea9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x2eb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3da9 at the offset 0x2ee7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3da9 at the offset 0x2efd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x2f09.
grub-install: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x2f37.
grub-install: info: relocating an R_X86_64_64 entry to 0xe068 at the offset 0x2f45.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x2f52.
grub-install: info: relocating an R_X86_64_64 entry to 0xe058 at the offset 0x2f80.
grub-install: info: relocating an R_X86_64_64 entry to 0xe050 at the offset 0x2f96.
grub-install: info: relocating an R_X86_64_64 entry to 0xe048 at the offset 0x2faf.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x2fea.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x2fff.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3056.
grub-install: info: relocating an R_X86_64_64 entry to 0xe068 at the offset 0x3079.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x30a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe048 at the offset 0x30b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe050 at the offset 0x30c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe058 at the offset 0x30ca.
grub-install: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x30d4.
grub-install: info: relocating an R_X86_64_64 entry to 0x3f07 at the offset 0x30de.
grub-install: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x30f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xb871 at the offset 0x310a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x311b.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x312c.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x3142.
grub-install: info: relocating an R_X86_64_64 entry to 0xe048 at the offset 0x3151.
grub-install: info: relocating an R_X86_64_64 entry to 0xe050 at the offset 0x315b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe058 at the offset 0x3165.
grub-install: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x316f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3f07 at the offset 0x3179.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x3189.
grub-install: info: relocating an R_X86_64_64 entry to 0xb854 at the offset 0x3198.
grub-install: info: relocating an R_X86_64_64 entry to 0xe058 at the offset 0x31a7.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd8 at the offset 0x31c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x31cf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe058 at the offset 0x31db.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x31fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xb890 at the offset 0x3208.
grub-install: info: relocating an R_X86_64_64 entry to 0xb8b0 at the offset 0x321b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x3225.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3236.
grub-install: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x324b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x325e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x3271.
grub-install: info: relocating an R_X86_64_64 entry to 0xe058 at the offset 0x327d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe050 at the offset 0x3297.
grub-install: info: relocating an R_X86_64_64 entry to 0xe048 at the offset 0x32ab.
grub-install: info: relocating an R_X86_64_64 entry to 0x3bc4 at the offset 0x32c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x1336 at the offset 0x32d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3f07 at the offset 0x330c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb8d8 at the offset 0x331c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x332d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe040 at the offset 0x3353.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c6b at the offset 0x336c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ed3 at the offset 0x3389.
grub-install: info: relocating an R_X86_64_64 entry to 0xb8f7 at the offset 0x33a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3f07 at the offset 0x33ce.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c6b at the offset 0x33e6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb90e at the offset 0x3436.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x3440.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x34ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x550b at the offset 0x35b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3da9 at the offset 0x3605.
grub-install: info: relocating an R_X86_64_64 entry to 0xb924 at the offset 0x362b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x3635.
grub-install: info: relocating an R_X86_64_64 entry to 0xb959 at the offset 0x3641.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c6b at the offset 0x365c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb160 at the offset 0x36c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x36fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3718.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3831.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3890.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x38a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b53 at the offset 0x38bf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x38d7.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x38e6.
grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x38ff.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3913.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3939.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x395b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3981.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3993.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x39b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x39d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x4675 at the offset 0x3a01.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3a48.
grub-install: info: relocating an R_X86_64_64 entry to 0x4675 at the offset 0x3a69.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3a8b.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3a9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3aab.
grub-install: info: relocating an R_X86_64_64 entry to 0x4a89 at the offset 0x3ac2.
grub-install: info: relocating an R_X86_64_64 entry to 0x2baf at the offset 0x3ad0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2baf at the offset 0x3ae0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4a89 at the offset 0x3afd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3b0d.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3b1e.
grub-install: info: relocating an R_X86_64_64 entry to 0xd069 at the offset 0x3b47.
grub-install: info: relocating an R_X86_64_64 entry to 0xd068 at the offset 0x3b52.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3b66.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3b73.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3b82.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3b90.
grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x3bb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x2baf at the offset 0x3bde.
grub-install: info: relocating an R_X86_64_64 entry to 0xb96b at the offset 0x3bee.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x3bfe.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f60 at the offset 0x3c0a.
grub-install: info: relocating an R_X86_64_64 entry to 0xcda0 at the offset 0x3c14.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f50 at the offset 0x3c1e.
grub-install: info: relocating an R_X86_64_64 entry to 0xcdb8 at the offset 0x3c2e.
grub-install: info: relocating an R_X86_64_64 entry to 0xcda0 at the offset 0x3c3d.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f60 at the offset 0x3c47.
grub-install: info: relocating an R_X86_64_64 entry to 0x86e2 at the offset 0x3c51.
grub-install: info: relocating an R_X86_64_64 entry to 0xcda0 at the offset 0x3c5f.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f58 at the offset 0x3c6f.
grub-install: info: relocating an R_X86_64_64 entry to 0xce40 at the offset 0x3c79.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f68 at the offset 0x3c83.
grub-install: info: relocating an R_X86_64_64 entry to 0xce58 at the offset 0x3c93.
grub-install: info: relocating an R_X86_64_64 entry to 0xce40 at the offset 0x3ca2.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f58 at the offset 0x3cac.
grub-install: info: relocating an R_X86_64_64 entry to 0x86e2 at the offset 0x3cb6.
grub-install: info: relocating an R_X86_64_64 entry to 0xce40 at the offset 0x3cc3.
grub-install: info: relocating an R_X86_64_64 entry to 0xce40 at the offset 0x3cd5.
grub-install: info: relocating an R_X86_64_64 entry to 0x86f9 at the offset 0x3ce0.
grub-install: info: relocating an R_X86_64_64 entry to 0xce40 at the offset 0x3cec.
grub-install: info: relocating an R_X86_64_64 entry to 0xcda0 at the offset 0x3cf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcda0 at the offset 0x3d08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb988 at the offset 0x3d2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x3d38.
grub-install: info: relocating an R_X86_64_64 entry to 0xb98d at the offset 0x3d49.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x3d9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x4eda at the offset 0x3db7.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d12 at the offset 0x3dd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d12 at the offset 0x3ded.
grub-install: info: relocating an R_X86_64_64 entry to 0xb992 at the offset 0x3e17.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x3e21.
grub-install: info: relocating an R_X86_64_64 entry to 0xb98d at the offset 0x3e3b.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3e7e.
grub-install: info: relocating an R_X86_64_64 entry to 0xce90 at the offset 0x3ea5.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x3eaf.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3ede.
grub-install: info: relocating an R_X86_64_64 entry to 0xce80 at the offset 0x3f05.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x3f0f.
grub-install: info: relocating an R_X86_64_64 entry to 0xe070 at the offset 0x3f4d.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf0 at the offset 0x3f5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb997 at the offset 0x3fa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x3fac.
grub-install: info: relocating an R_X86_64_64 entry to 0xe070 at the offset 0x3fc7.
grub-install: info: relocating an R_X86_64_64 entry to 0x1116 at the offset 0x3fd1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5026 at the offset 0x3fe1.
grub-install: info: relocating an R_X86_64_64 entry to 0x1017 at the offset 0x3ff1.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf0 at the offset 0x4001.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f3a at the offset 0x4011.
grub-install: info: relocating an R_X86_64_64 entry to 0x5704 at the offset 0x401c.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf0 at the offset 0x4080.
grub-install: info: relocating an R_X86_64_64 entry to 0x90d2 at the offset 0x409b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x40c6.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x40d2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x40de.
grub-install: info: relocating an R_X86_64_64 entry to 0x8fac at the offset 0x40ea.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9a4 at the offset 0x4100.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf8 at the offset 0x410f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9b9 at the offset 0x415a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x4164.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9ec at the offset 0x4172.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9cb at the offset 0x418a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x4196.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf8 at the offset 0x41aa.
grub-install: info: relocating an R_X86_64_64 entry to 0x63b3 at the offset 0x41f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xba04 at the offset 0x424f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x425b.
grub-install: info: relocating an R_X86_64_64 entry to 0xba15 at the offset 0x4274.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x4283.
grub-install: info: relocating an R_X86_64_64 entry to 0xba36 at the offset 0x437c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x438d.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a2 at the offset 0x43a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a2 at the offset 0x43b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x8fac at the offset 0x43de.
grub-install: info: relocating an R_X86_64_64 entry to 0x50f4 at the offset 0x43fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xba15 at the offset 0x4452.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x4461.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf8 at the offset 0x453c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4597.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf8 at the offset 0x45fe.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x464d.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x466c.
grub-install: info: relocating an R_X86_64_64 entry to 0x50f4 at the offset 0x4688.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x46a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x46ce.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x46e1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe078 at the offset 0x46fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xe078 at the offset 0x4709.
grub-install: info: relocating an R_X86_64_64 entry to 0x56f8 at the offset 0x4717.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x4738.
grub-install: info: relocating an R_X86_64_64 entry to 0xba44 at the offset 0x477d.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe00 at the offset 0x478c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x4796.
grub-install: info: relocating an R_X86_64_64 entry to 0x86f9 at the offset 0x4840.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x485a.
grub-install: info: relocating an R_X86_64_64 entry to 0xba47 at the offset 0x486d.
grub-install: info: relocating an R_X86_64_64 entry to 0xba45 at the offset 0x4877.
grub-install: info: relocating an R_X86_64_64 entry to 0xba48 at the offset 0x4881.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x488b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x48a1.
grub-install: info: relocating an R_X86_64_64 entry to 0xba4e at the offset 0x48b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x48c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x589f at the offset 0x48d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x5f32 at the offset 0x48e3.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x48ef.
grub-install: info: relocating an R_X86_64_64 entry to 0xba5c at the offset 0x48f9.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0x4905.
grub-install: info: relocating an R_X86_64_64 entry to 0x7e94 at the offset 0x4916.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d11 at the offset 0x4938.
grub-install: info: relocating an R_X86_64_64 entry to 0x84d0 at the offset 0x4953.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x496b.
grub-install: info: relocating an R_X86_64_64 entry to 0xba5e at the offset 0x498e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x499f.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x49b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xba54 at the offset 0x49c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xba6f at the offset 0x49d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x49e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x5864 at the offset 0x49f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x4a0a.
grub-install: info: relocating an R_X86_64_64 entry to 0xba5c at the offset 0x4a14.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0x4a20.
grub-install: info: relocating an R_X86_64_64 entry to 0x5df5 at the offset 0x4a2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4a3b.
grub-install: info: relocating an R_X86_64_64 entry to 0xba88 at the offset 0x4a5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x4a6b.
grub-install: info: relocating an R_X86_64_64 entry to 0x76e3 at the offset 0x4a8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x77d6 at the offset 0x4a97.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cbc at the offset 0x4aab.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b62 at the offset 0x4ac2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa5 at the offset 0x4acc.
grub-install: info: relocating an R_X86_64_64 entry to 0xba9e at the offset 0x4aec.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x4af6.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x4b15.
grub-install: info: relocating an R_X86_64_64 entry to 0xbaa5 at the offset 0x4b35.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x4b40.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x4b56.
grub-install: info: relocating an R_X86_64_64 entry to 0xba88 at the offset 0x4b6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x4b80.
grub-install: info: relocating an R_X86_64_64 entry to 0x7acf at the offset 0x4b90.
grub-install: info: relocating an R_X86_64_64 entry to 0xbab7 at the offset 0x4ba0.
grub-install: info: relocating an R_X86_64_64 entry to 0xbad4 at the offset 0x4bae.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ab9 at the offset 0x4bb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xbae3 at the offset 0x4bc2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5736 at the offset 0x4bcc.
grub-install: info: relocating an R_X86_64_64 entry to 0xbae7 at the offset 0x4be4.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb07 at the offset 0x4bf1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5b69 at the offset 0x4bfb.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb0e at the offset 0x4c05.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb14 at the offset 0x4c14.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb2b at the offset 0x4c1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x58bf at the offset 0x4c28.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb31 at the offset 0x4c32.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb34 at the offset 0x4c45.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb45 at the offset 0x4c4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a54 at the offset 0x4c59.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb4c at the offset 0x4c63.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x4c6f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa577 at the offset 0x4c9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4cab.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb53 at the offset 0x4cc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x4cd2.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb59 at the offset 0x4d1f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa5 at the offset 0x4d29.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb59 at the offset 0x4d42.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb5e at the offset 0x4d56.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x4d60.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x4d6e.
grub-install: info: relocating an R_X86_64_64 entry to 0x64d2 at the offset 0x4d92.
grub-install: info: relocating an R_X86_64_64 entry to 0xe080 at the offset 0x4da7.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x4db6.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4ddd.
grub-install: info: relocating an R_X86_64_64 entry to 0x6438 at the offset 0x4e05.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4e11.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x4e33.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d11 at the offset 0x4e71.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x4e85.
grub-install: info: relocating an R_X86_64_64 entry to 0x5df5 at the offset 0x4e9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5c6d at the offset 0x4eaf.
grub-install: info: relocating an R_X86_64_64 entry to 0xa50a at the offset 0x4ec1.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x4ed7.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4ee1.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe38 at the offset 0x4f36.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e3f at the offset 0x4f7a.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe40 at the offset 0x4fcc.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4fe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x5013.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x502e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x5045.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe40 at the offset 0x5092.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe40 at the offset 0x50e6.
grub-install: info: relocating an R_X86_64_64 entry to 0x60bc at the offset 0x5146.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x5163.
grub-install: info: relocating an R_X86_64_64 entry to 0x6065 at the offset 0x517d.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x518e.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x51a2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x520a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fa1 at the offset 0x5227.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x523b.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x5256.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d16 at the offset 0x52e4.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb8b at the offset 0x52fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb76 at the offset 0x5304.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb86 at the offset 0x530e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x5318.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d8f at the offset 0x5325.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x5334.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x5340.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x535b.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x536d.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x53b7.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe40 at the offset 0x53c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe38 at the offset 0x53fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe38 at the offset 0x5411.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb97 at the offset 0x543e.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb86 at the offset 0x5448.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x5452.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb8b at the offset 0x5469.
grub-install: info: relocating an R_X86_64_64 entry to 0x56f8 at the offset 0x548d.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x5497.
grub-install: info: relocating an R_X86_64_64 entry to 0xe088 at the offset 0x54a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb86 at the offset 0x54e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x54ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb8b at the offset 0x54fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xbba6 at the offset 0x550a.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x551c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x556d.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x5598.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x55ad.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe38 at the offset 0x55c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x55e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xbbb7 at the offset 0x5620.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x562c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x5642.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x5651.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d16 at the offset 0x5664.
grub-install: info: relocating an R_X86_64_64 entry to 0xbbf7 at the offset 0x567a.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb86 at the offset 0x5684.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb8b at the offset 0x568e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d8f at the offset 0x569b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6438 at the offset 0x56ad.
grub-install: info: relocating an R_X86_64_64 entry to 0xbc0d at the offset 0x56c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x56d2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa374 at the offset 0x56f4.
grub-install: info: relocating an R_X86_64_64 entry to 0xbbe5 at the offset 0x570a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5719.
grub-install: info: relocating an R_X86_64_64 entry to 0x56f8 at the offset 0x572a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe088 at the offset 0x5736.
grub-install: info: relocating an R_X86_64_64 entry to 0x63b3 at the offset 0x5754.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x5770.
grub-install: info: relocating an R_X86_64_64 entry to 0xbc21 at the offset 0x57e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x57f9.
grub-install: info: relocating an R_X86_64_64 entry to 0xbc4f at the offset 0x5849.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5853.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d16 at the offset 0x5863.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0x5879.
grub-install: info: relocating an R_X86_64_64 entry to 0xbc7d at the offset 0x5883.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb86 at the offset 0x588d.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb8b at the offset 0x5897.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x58a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d8f at the offset 0x58ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x6117 at the offset 0x58e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x60bc at the offset 0x594d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fa1 at the offset 0x599c.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fa1 at the offset 0x59d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x5a4c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6065 at the offset 0x5a6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x5ab8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6117 at the offset 0x5acf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x5b13.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x5b20.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x5b54.
grub-install: info: relocating an R_X86_64_64 entry to 0x6b11 at the offset 0x5bc4.
grub-install: info: relocating an R_X86_64_64 entry to 0xbca5 at the offset 0x5be7.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5bf1.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x5c01.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x5c33.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x5c4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x5c59.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x5c9b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cbc at the offset 0x5cc5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cf8 at the offset 0x5d01.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x5d59.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x5d77.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x5d81.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a8 at the offset 0x5dc7.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x5dda.
grub-install: info: relocating an R_X86_64_64 entry to 0x6d34 at the offset 0x5df6.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcbc at the offset 0x5e3b.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcd6 at the offset 0x5e47.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x5e55.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcde at the offset 0x5e6c.
grub-install: info: relocating an R_X86_64_64 entry to 0xbce8 at the offset 0x5e7d.
grub-install: info: relocating an R_X86_64_64 entry to 0xbd09 at the offset 0x5ea1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5eb2.
grub-install: info: relocating an R_X86_64_64 entry to 0x1498 at the offset 0x5ec0.
grub-install: info: relocating an R_X86_64_64 entry to 0xbd2c at the offset 0x5ee8.
grub-install: info: relocating an R_X86_64_64 entry to 0xbd53 at the offset 0x5f08.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5f17.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x5f2a.
grub-install: info: relocating an R_X86_64_64 entry to 0xbd6d at the offset 0x5f56.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcd6 at the offset 0x5f60.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcde at the offset 0x5f6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6b50 at the offset 0x5f76.
grub-install: info: relocating an R_X86_64_64 entry to 0xbd7f at the offset 0x5f86.
grub-install: info: relocating an R_X86_64_64 entry to 0xbd8f at the offset 0x5fa2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5fac.
grub-install: info: relocating an R_X86_64_64 entry to 0xbda4 at the offset 0x5fc2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x5fd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xbdb2 at the offset 0x5fe4.
grub-install: info: relocating an R_X86_64_64 entry to 0xbdd9 at the offset 0x5ff9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x600a.
grub-install: info: relocating an R_X86_64_64 entry to 0xbdbb at the offset 0x6018.
grub-install: info: relocating an R_X86_64_64 entry to 0xbdca at the offset 0x6030.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x6052.
grub-install: info: relocating an R_X86_64_64 entry to 0xbdee at the offset 0x606a.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6080.
grub-install: info: relocating an R_X86_64_64 entry to 0x77d6 at the offset 0x609c.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x60cb.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cbc at the offset 0x60f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x6108.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x612b.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a2 at the offset 0x616d.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x61d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x6226.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6242.
grub-install: info: relocating an R_X86_64_64 entry to 0x8fac at the offset 0x6262.
grub-install: info: relocating an R_X86_64_64 entry to 0x14c7 at the offset 0x62a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bff at the offset 0x62cd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x63a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x63ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6463.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x6472.
grub-install: info: relocating an R_X86_64_64 entry to 0xbdf7 at the offset 0x647f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x648b.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe05 at the offset 0x64a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe13 at the offset 0x64ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x64f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe8c at the offset 0x6538.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x6542.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe2c at the offset 0x65a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x65b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe4c at the offset 0x65dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcd6 at the offset 0x65e6.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcde at the offset 0x65f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe68 at the offset 0x6608.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcd6 at the offset 0x6612.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcde at the offset 0x661c.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcde at the offset 0x6634.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe79 at the offset 0x663e.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcd6 at the offset 0x6648.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bc2 at the offset 0x6658.
grub-install: info: relocating an R_X86_64_64 entry to 0x6d34 at the offset 0x6668.
grub-install: info: relocating an R_X86_64_64 entry to 0x6e2f at the offset 0x66a6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x66ca.
grub-install: info: relocating an R_X86_64_64 entry to 0x2f82 at the offset 0x66e5.
grub-install: info: relocating an R_X86_64_64 entry to 0xbea2 at the offset 0x670a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x6714.
grub-install: info: relocating an R_X86_64_64 entry to 0x800d at the offset 0x672a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fc1 at the offset 0x6742.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x6750.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f22 at the offset 0x6779.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x6788.
grub-install: info: relocating an R_X86_64_64 entry to 0x76a4 at the offset 0x67af.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa5 at the offset 0x67d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xbecd at the offset 0x67ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x6b11 at the offset 0x67fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xbecd at the offset 0x6816.
grub-install: info: relocating an R_X86_64_64 entry to 0xbed4 at the offset 0x6825.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x682f.
grub-install: info: relocating an R_X86_64_64 entry to 0xbeec at the offset 0x6848.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x6852.
grub-install: info: relocating an R_X86_64_64 entry to 0x76e3 at the offset 0x686e.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x6880.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x6898.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf01 at the offset 0x68a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x68b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x68d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x6d34 at the offset 0x68df.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea0 at the offset 0x6935.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x693f.
grub-install: info: relocating an R_X86_64_64 entry to 0x790f at the offset 0x6976.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x69ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x69cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x69e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x6a03.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea0 at the offset 0x6a28.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x6a7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6a97.
grub-install: info: relocating an R_X86_64_64 entry to 0x790f at the offset 0x6aa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x790f at the offset 0x6ad1.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf12 at the offset 0x6b04.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x6b12.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x6b35.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea0 at the offset 0x6b68.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x6b8c.
grub-install: info: relocating an R_X86_64_64 entry to 0x790f at the offset 0x6bf1.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf12 at the offset 0x6c11.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x6c1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6c2d.
grub-install: info: relocating an R_X86_64_64 entry to 0x790f at the offset 0x6c56.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf12 at the offset 0x6c68.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x6c75.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6ca5.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf10 at the offset 0x6cd7.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0x6cf5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d25 at the offset 0x6d02.
grub-install: info: relocating an R_X86_64_64 entry to 0xf144 at the offset 0x6d19.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6d32.
grub-install: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x6d3e.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0x6d48.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x6d5f.
grub-install: info: relocating an R_X86_64_64 entry to 0xf140 at the offset 0x6d6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6d7f.
grub-install: info: relocating an R_X86_64_64 entry to 0xf144 at the offset 0x6d91.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0x6da1.
grub-install: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x6dae.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6dd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x6dda.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6ded.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6e01.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf13 at the offset 0x6e10.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf10 at the offset 0x6e1a.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0x6e26.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x6e30.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee4 at the offset 0x6e41.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d8f at the offset 0x6e4d.
grub-install: info: relocating an R_X86_64_64 entry to 0xf140 at the offset 0x6e5d.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf1f at the offset 0x6e6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x6e78.
grub-install: info: relocating an R_X86_64_64 entry to 0xf140 at the offset 0x6e84.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x6eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf47 at the offset 0x6eca.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x6ed4.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x6ee5.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x6f0a.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf5b at the offset 0x6f3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x6f4c.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f00 at the offset 0x6f8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5df5 at the offset 0x6fe1.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x6fed.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x7001.
grub-install: info: relocating an R_X86_64_64 entry to 0x7e94 at the offset 0x700f.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x701b.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x703c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x7061.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d11 at the offset 0x7076.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x7097.
grub-install: info: relocating an R_X86_64_64 entry to 0xcec0 at the offset 0x70c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x84d0 at the offset 0x70d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x7111.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f18 at the offset 0x711b.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x712e.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x716f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fc1 at the offset 0x719d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5df5 at the offset 0x71b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x71e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf80 at the offset 0x71f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x6792 at the offset 0x7215.
grub-install: info: relocating an R_X86_64_64 entry to 0x6792 at the offset 0x72be.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x7309.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x735b.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x7388.
grub-install: info: relocating an R_X86_64_64 entry to 0x9133 at the offset 0x73c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfa4 at the offset 0x73df.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x73e9.
grub-install: info: relocating an R_X86_64_64 entry to 0x95ab at the offset 0x7417.
grub-install: info: relocating an R_X86_64_64 entry to 0x8eb6 at the offset 0x744a.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfbb at the offset 0x7476.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x7487.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x74b1.
grub-install: info: relocating an R_X86_64_64 entry to 0xfb90 at the offset 0x74ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x74f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x7514.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfd4 at the offset 0x751e.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfe5 at the offset 0x7528.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfe8 at the offset 0x7537.
grub-install: info: relocating an R_X86_64_64 entry to 0x820d at the offset 0x7548.
grub-install: info: relocating an R_X86_64_64 entry to 0xbff2 at the offset 0x7552.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d16 at the offset 0x756c.
grub-install: info: relocating an R_X86_64_64 entry to 0xbff4 at the offset 0x7584.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfe5 at the offset 0x758e.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfe8 at the offset 0x7598.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d8f at the offset 0x75a4.
grub-install: info: relocating an R_X86_64_64 entry to 0xfb88 at the offset 0x75d1.
grub-install: info: relocating an R_X86_64_64 entry to 0xfb98 at the offset 0x75e6.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x75f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x820d at the offset 0x7619.
grub-install: info: relocating an R_X86_64_64 entry to 0xbff2 at the offset 0x7623.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x7655.
grub-install: info: relocating an R_X86_64_64 entry to 0xc00a at the offset 0x767d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x768e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x76b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f60 at the offset 0x7726.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x775a.
grub-install: info: relocating an R_X86_64_64 entry to 0x907d at the offset 0x7783.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x778f.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde0 at the offset 0x779f.
grub-install: info: relocating an R_X86_64_64 entry to 0x127a at the offset 0x77bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x8724 at the offset 0x77cf.
grub-install: info: relocating an R_X86_64_64 entry to 0xc028 at the offset 0x77e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x77f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde0 at the offset 0x7802.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x7852.
grub-install: info: relocating an R_X86_64_64 entry to 0xfba0 at the offset 0x7860.
grub-install: info: relocating an R_X86_64_64 entry to 0x7dfe at the offset 0x7878.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x788d.
grub-install: info: relocating an R_X86_64_64 entry to 0xaceb at the offset 0x78a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x76a4 at the offset 0x78ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0x7922.
grub-install: info: relocating an R_X86_64_64 entry to 0xc03b at the offset 0x792c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x7936.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x7942.
grub-install: info: relocating an R_X86_64_64 entry to 0x7dfe at the offset 0x7951.
grub-install: info: relocating an R_X86_64_64 entry to 0x8758 at the offset 0x79a6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc03e at the offset 0x79b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bed at the offset 0x79bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3b01 at the offset 0x79d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc027 at the offset 0x79ef.
grub-install: info: relocating an R_X86_64_64 entry to 0xc043 at the offset 0x79f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x7a05.
grub-install: info: relocating an R_X86_64_64 entry to 0xc04a at the offset 0x7a19.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x7a26.
grub-install: info: relocating an R_X86_64_64 entry to 0xc04a at the offset 0x7a32.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c4f at the offset 0x7a3c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7a4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ea3 at the offset 0x7a6d.
grub-install: info: relocating an R_X86_64_64 entry to 0x907d at the offset 0x7a88.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x7aa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7b0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x7b26.
grub-install: info: relocating an R_X86_64_64 entry to 0xc052 at the offset 0x7b65.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x7b6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7b90.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7b9c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc027 at the offset 0x7bab.
grub-install: info: relocating an R_X86_64_64 entry to 0xc043 at the offset 0x7bbb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x7bc5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x7bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0xc05d at the offset 0x7be9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc03e at the offset 0x7bff.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c4f at the offset 0x7c12.
grub-install: info: relocating an R_X86_64_64 entry to 0x7dfe at the offset 0x7c22.
grub-install: info: relocating an R_X86_64_64 entry to 0xc03e at the offset 0x7c31.
grub-install: info: relocating an R_X86_64_64 entry to 0xc05d at the offset 0x7c3e.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde0 at the offset 0x7c51.
grub-install: info: relocating an R_X86_64_64 entry to 0x5b9e at the offset 0x7c62.
grub-install: info: relocating an R_X86_64_64 entry to 0xfba0 at the offset 0x7c6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2fc at the offset 0x7c80.
grub-install: info: relocating an R_X86_64_64 entry to 0xc064 at the offset 0x7c8c.
grub-install: info: relocating an R_X86_64_64 entry to 0x77d6 at the offset 0x7c96.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x7ca4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc064 at the offset 0x7cae.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe00 at the offset 0x7cbe.
grub-install: info: relocating an R_X86_64_64 entry to 0x86ad at the offset 0x7ccb.
grub-install: info: relocating an R_X86_64_64 entry to 0xab03 at the offset 0x7ce6.
grub-install: info: relocating an R_X86_64_64 entry to 0x907d at the offset 0x7cf2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc06b at the offset 0x7d04.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x7d0e.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7d28.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7d34.
grub-install: info: relocating an R_X86_64_64 entry to 0xc06b at the offset 0x7d5b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x7d65.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7d86.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x7de6.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf10 at the offset 0x7df4.
grub-install: info: relocating an R_X86_64_64 entry to 0x8eb6 at the offset 0x7eda.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ed8 at the offset 0x7f25.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x8034.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x804b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x8069.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x807f.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x809b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x80bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x8eb6 at the offset 0x813d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc085 at the offset 0x81cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x81e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x90d2 at the offset 0x81f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc070 at the offset 0x820f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x8220.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x834f.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x836b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9133 at the offset 0x83a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8fac at the offset 0x83b2.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1c0 at the offset 0x8508.
grub-install: info: relocating an R_X86_64_64 entry to 0x9133 at the offset 0x85ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x9133 at the offset 0x8658.
grub-install: info: relocating an R_X86_64_64 entry to 0x9133 at the offset 0x86b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x90d2 at the offset 0x87df.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x8847.
grub-install: info: relocating an R_X86_64_64 entry to 0xc099 at the offset 0x897d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9252 at the offset 0x8a44.
grub-install: info: relocating an R_X86_64_64 entry to 0x95b7 at the offset 0x8a53.
grub-install: info: relocating an R_X86_64_64 entry to 0xfbc0 at the offset 0x8a65.
grub-install: info: relocating an R_X86_64_64 entry to 0xfbc0 at the offset 0x8a8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x8aa3.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x8abc.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d78 at the offset 0x8aed.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x8aff.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x8b10.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a42 at the offset 0x8b54.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf10 at the offset 0x8bb2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a42 at the offset 0x8bce.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa5 at the offset 0x8bdf.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0a0 at the offset 0x8bf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0a6 at the offset 0x8c22.
grub-install: info: relocating an R_X86_64_64 entry to 0x8f1d at the offset 0x8c32.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0aa at the offset 0x8c56.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x8c60.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a42 at the offset 0x8c93.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0x8c9f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9252 at the offset 0x8cba.
grub-install: info: relocating an R_X86_64_64 entry to 0x95b7 at the offset 0x8cef.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d78 at the offset 0x8d03.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cb8 at the offset 0x8d2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d25 at the offset 0x8d5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9252 at the offset 0x8d80.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x8d8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x95b7 at the offset 0x8dce.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d78 at the offset 0x8de2.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x8e04.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d7e at the offset 0x8e3a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x8e68.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf10 at the offset 0x8ea3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a42 at the offset 0x8ebf.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0x8ecb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0b2 at the offset 0x8ed9.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f58 at the offset 0x8ee5.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0bc at the offset 0x8ef5.
grub-install: info: relocating an R_X86_64_64 entry to 0xaccc at the offset 0x8f03.
grub-install: info: relocating an R_X86_64_64 entry to 0x2cb5 at the offset 0x8f0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x8f54.
grub-install: info: relocating an R_X86_64_64 entry to 0x907d at the offset 0x8f72.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x8f87.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa5 at the offset 0x8fbc.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf20 at the offset 0x9005.
grub-install: info: relocating an R_X86_64_64 entry to 0x8eb6 at the offset 0x9044.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f19 at the offset 0x9095.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fee at the offset 0x912e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fa0 at the offset 0x915d.
grub-install: info: relocating an R_X86_64_64 entry to 0x8eb6 at the offset 0x9174.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fa0 at the offset 0x921c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x9251.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x9278.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x92a2.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x92b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f31 at the offset 0x92ff.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f31 at the offset 0x9332.
grub-install: info: relocating an R_X86_64_64 entry to 0xa881 at the offset 0x933c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x934d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7dfe at the offset 0x9359.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x9366.
grub-install: info: relocating an R_X86_64_64 entry to 0x95ab at the offset 0x93cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f48 at the offset 0x93df.
grub-install: info: relocating an R_X86_64_64 entry to 0xa746 at the offset 0x9413.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x942a.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e58 at the offset 0x9445.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x946e.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x947e.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x948d.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x94aa.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f48 at the offset 0x950c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7ab at the offset 0x9541.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x9552.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0d4 at the offset 0x958c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x9596.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x95b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x95d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0x95f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0d5 at the offset 0x9612.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x961c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0x9682.
grub-install: info: relocating an R_X86_64_64 entry to 0xa577 at the offset 0x96dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0d8 at the offset 0x96f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc114 at the offset 0x96fb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x970a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc10a at the offset 0x9719.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x9733.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6b4 at the offset 0x974e.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x976b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x9795.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6b4 at the offset 0x97b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f48 at the offset 0x982a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7ab at the offset 0x983b.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x985c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa08f at the offset 0x9883.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x98cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x98ef.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe00 at the offset 0x9915.
grub-install: info: relocating an R_X86_64_64 entry to 0x86ad at the offset 0x9922.
grub-install: info: relocating an R_X86_64_64 entry to 0xc125 at the offset 0x994f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b7f at the offset 0x995e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc13c at the offset 0x996e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc141 at the offset 0x997f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x998b.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x9997.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x99b1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc15a at the offset 0x99c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x99d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaccc at the offset 0x99dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc157 at the offset 0x99ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xfcc0 at the offset 0x9a0e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8fac at the offset 0x9a18.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0x9a27.
grub-install: info: relocating an R_X86_64_64 entry to 0xfcc0 at the offset 0x9a5e.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x9a73.
grub-install: info: relocating an R_X86_64_64 entry to 0xfcc0 at the offset 0x9a9e.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x9aaf.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x9ac3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc168 at the offset 0x9acd.
grub-install: info: relocating an R_X86_64_64 entry to 0xfcc0 at the offset 0x9adc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x9ae6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7dfe at the offset 0x9b07.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x9b1b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9c2 at the offset 0x9b30.
grub-install: info: relocating an R_X86_64_64 entry to 0xa881 at the offset 0x9b4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x9b61.
grub-install: info: relocating an R_X86_64_64 entry to 0xab6d at the offset 0x9bad.
grub-install: info: relocating an R_X86_64_64 entry to 0xab6d at the offset 0x9be8.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f60 at the offset 0x9c01.
grub-install: info: relocating an R_X86_64_64 entry to 0xab6d at the offset 0x9c24.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdc8 at the offset 0x9c53.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdc0 at the offset 0x9c68.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f58 at the offset 0x9c79.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f60 at the offset 0x9ca2.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0x9cce.
grub-install: info: relocating an R_X86_64_64 entry to 0xac51 at the offset 0x9cd9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bff at the offset 0x9cee.
grub-install: info: relocating an R_X86_64_64 entry to 0xd080 at the offset 0x9cf9.
grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
grub-install: info: relocating an R_X86_64_64 entry to 0x155f at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x156f at the offset 0x8.
grub-install: info: relocating an R_X86_64_64 entry to 0x15ca at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x156f at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x15ca at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x15ca at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x15ca at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0x15ca at the offset 0x38.
grub-install: info: relocating an R_X86_64_64 entry to 0x15ca at the offset 0x40.
grub-install: info: relocating an R_X86_64_64 entry to 0x15a9 at the offset 0x48.
grub-install: info: relocating an R_X86_64_64 entry to 0x15bc at the offset 0x50.
grub-install: info: relocating an R_X86_64_64 entry to 0x343d at the offset 0x58.
grub-install: info: relocating an R_X86_64_64 entry to 0x3558 at the offset 0x60.
grub-install: info: relocating an R_X86_64_64 entry to 0x37ad at the offset 0x68.
grub-install: info: relocating an R_X86_64_64 entry to 0x397e at the offset 0x70.
grub-install: info: relocating an R_X86_64_64 entry to 0x33c6 at the offset 0x78.
grub-install: info: relocating an R_X86_64_64 entry to 0x33dd at the offset 0x80.
grub-install: info: relocating an R_X86_64_64 entry to 0x33f0 at the offset 0x88.
grub-install: info: relocating an R_X86_64_64 entry to 0x340a at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x341c at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x3573 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x358e at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x35a5 at the offset 0xb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x35d7 at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3617 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x379e at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x379e at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3726 at the offset 0xe0.
grub-install: info: relocating an R_X86_64_64 entry to 0x378c at the offset 0xe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3629 at the offset 0xf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3660 at the offset 0xf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x36ad at the offset 0x100.
grub-install: info: relocating an R_X86_64_64 entry to 0x3749 at the offset 0x108.
grub-install: info: relocating an R_X86_64_64 entry to 0x35ee at the offset 0x110.
grub-install: info: relocating an R_X86_64_64 entry to 0x379e at the offset 0x118.
grub-install: info: relocating an R_X86_64_64 entry to 0x379e at the offset 0x120.
grub-install: info: relocating an R_X86_64_64 entry to 0x376d at the offset 0x128.
grub-install: info: relocating an R_X86_64_64 entry to 0x37c8 at the offset 0x130.
grub-install: info: relocating an R_X86_64_64 entry to 0x381c at the offset 0x138.
grub-install: info: relocating an R_X86_64_64 entry to 0x383a at the offset 0x140.
grub-install: info: relocating an R_X86_64_64 entry to 0x3858 at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0x392b at the offset 0x150.
grub-install: info: relocating an R_X86_64_64 entry to 0x9534 at the offset 0x1c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9573 at the offset 0x1c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9573 at the offset 0x1d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9554 at the offset 0x1d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9573 at the offset 0x1e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9573 at the offset 0x1e8.
grub-install: info: dealing with the relocation section .rela.data for .data.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1bff at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x16ee at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x1622 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x1fd3 at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x20b8 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb980 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ade at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x4abd at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x46fb at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4911 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x497f at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x48d5 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4b71 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4b0b at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4a89 at the offset 0xe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb980 at the offset 0x130.
grub-install: info: relocating an R_X86_64_64 entry to 0x486c at the offset 0x138.
grub-install: info: relocating an R_X86_64_64 entry to 0x49b3 at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0xc01d at the offset 0x1b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8303 at the offset 0x1c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8213 at the offset 0x1c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d74 at the offset 0x1f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xabfb at the offset 0x340.
grub-install: info: relocating an R_X86_64_64 entry to 0xc16a at the offset 0x360.
grub-install: info: relocating an R_X86_64_64 entry to 0x1177 at the offset 0x368.
grub-install: info: relocating an R_X86_64_64 entry to 0xc175 at the offset 0x378.
grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x380.
grub-install: info: relocating an R_X86_64_64 entry to 0xc180 at the offset 0x390.
grub-install: info: relocating an R_X86_64_64 entry to 0x122c at the offset 0x398.
grub-install: info: relocating an R_X86_64_64 entry to 0xc18c at the offset 0x3a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc197 at the offset 0x3c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x3c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1a2 at the offset 0x3d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x3e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1ad at the offset 0x3f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x3f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1b8 at the offset 0x408.
grub-install: info: relocating an R_X86_64_64 entry to 0x11dc at the offset 0x410.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1c3 at the offset 0x420.
grub-install: info: relocating an R_X86_64_64 entry to 0x11ff at the offset 0x428.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1ce at the offset 0x438.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d9c at the offset 0x440.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1e2 at the offset 0x450.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d8a at the offset 0x458.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1f5 at the offset 0x468.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe00 at the offset 0x470.
grub-install: info: relocating an R_X86_64_64 entry to 0xc207 at the offset 0x480.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea0 at the offset 0x488.
grub-install: info: relocating an R_X86_64_64 entry to 0xc21c at the offset 0x498.
grub-install: info: relocating an R_X86_64_64 entry to 0x5df5 at the offset 0x4a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc22e at the offset 0x4b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5f32 at the offset 0x4b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc242 at the offset 0x4c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d11 at the offset 0x4d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc253 at the offset 0x4e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe40 at the offset 0x4e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc269 at the offset 0x4f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6438 at the offset 0x500.
grub-install: info: relocating an R_X86_64_64 entry to 0xc279 at the offset 0x510.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe38 at the offset 0x518.
grub-install: info: relocating an R_X86_64_64 entry to 0xc28c at the offset 0x528.
grub-install: info: relocating an R_X86_64_64 entry to 0x63fa at the offset 0x530.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2a3 at the offset 0x540.
grub-install: info: relocating an R_X86_64_64 entry to 0x640f at the offset 0x548.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2bc at the offset 0x558.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe30 at the offset 0x560.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2d4 at the offset 0x570.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe20 at the offset 0x578.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2f2 at the offset 0x588.
grub-install: info: relocating an R_X86_64_64 entry to 0x6aef at the offset 0x590.
grub-install: info: relocating an R_X86_64_64 entry to 0xc305 at the offset 0x5a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x64d2 at the offset 0x5a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc314 at the offset 0x5b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6792 at the offset 0x5c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc323 at the offset 0x5d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe28 at the offset 0x5d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc338 at the offset 0x5e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x90d2 at the offset 0x5f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc346 at the offset 0x600.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x608.
grub-install: info: relocating an R_X86_64_64 entry to 0xc353 at the offset 0x618.
grub-install: info: relocating an R_X86_64_64 entry to 0x77d6 at the offset 0x620.
grub-install: info: relocating an R_X86_64_64 entry to 0xc360 at the offset 0x630.
grub-install: info: relocating an R_X86_64_64 entry to 0x6e2f at the offset 0x638.
grub-install: info: relocating an R_X86_64_64 entry to 0xc379 at the offset 0x648.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cbc at the offset 0x650.
grub-install: info: relocating an R_X86_64_64 entry to 0xc385 at the offset 0x660.
grub-install: info: relocating an R_X86_64_64 entry to 0x6d34 at the offset 0x668.
grub-install: info: relocating an R_X86_64_64 entry to 0xc394 at the offset 0x678.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cf8 at the offset 0x680.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3a2 at the offset 0x690.
grub-install: info: relocating an R_X86_64_64 entry to 0x12f9 at the offset 0x698.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3b0 at the offset 0x6a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1309 at the offset 0x6b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3c2 at the offset 0x6c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1305 at the offset 0x6c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3d4 at the offset 0x6d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ed3 at the offset 0x6e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3f0 at the offset 0x6f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ef1 at the offset 0x6f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc408 at the offset 0x708.
grub-install: info: relocating an R_X86_64_64 entry to 0x3cf7 at the offset 0x710.
grub-install: info: relocating an R_X86_64_64 entry to 0xc424 at the offset 0x720.
grub-install: info: relocating an R_X86_64_64 entry to 0x3da9 at the offset 0x728.
grub-install: info: relocating an R_X86_64_64 entry to 0xc441 at the offset 0x738.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a03 at the offset 0x740.
grub-install: info: relocating an R_X86_64_64 entry to 0xc45f at the offset 0x750.
grub-install: info: relocating an R_X86_64_64 entry to 0x32c2 at the offset 0x758.
grub-install: info: relocating an R_X86_64_64 entry to 0xc47e at the offset 0x768.
grub-install: info: relocating an R_X86_64_64 entry to 0x3286 at the offset 0x770.
grub-install: info: relocating an R_X86_64_64 entry to 0xc49d at the offset 0x780.
grub-install: info: relocating an R_X86_64_64 entry to 0x42ef at the offset 0x788.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4b5 at the offset 0x798.
grub-install: info: relocating an R_X86_64_64 entry to 0x4048 at the offset 0x7a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4d3 at the offset 0x7b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c6b at the offset 0x7b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4e7 at the offset 0x7c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x326b at the offset 0x7d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc500 at the offset 0x7e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x30d5 at the offset 0x7e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc516 at the offset 0x7f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c5f at the offset 0x800.
grub-install: info: relocating an R_X86_64_64 entry to 0xc530 at the offset 0x810.
grub-install: info: relocating an R_X86_64_64 entry to 0x3f07 at the offset 0x818.
grub-install: info: relocating an R_X86_64_64 entry to 0xc548 at the offset 0x828.
grub-install: info: relocating an R_X86_64_64 entry to 0x2e40 at the offset 0x830.
grub-install: info: relocating an R_X86_64_64 entry to 0xc55e at the offset 0x840.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd8 at the offset 0x848.
grub-install: info: relocating an R_X86_64_64 entry to 0xc574 at the offset 0x858.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x860.
grub-install: info: relocating an R_X86_64_64 entry to 0xc589 at the offset 0x870.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a56 at the offset 0x878.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5a0 at the offset 0x888.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a0f at the offset 0x890.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5b9 at the offset 0x8a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde8 at the offset 0x8a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5cd at the offset 0x8b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b53 at the offset 0x8c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5e4 at the offset 0x8d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3321 at the offset 0x8d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5ff at the offset 0x8e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x2f82 at the offset 0x8f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc614 at the offset 0x900.
grub-install: info: relocating an R_X86_64_64 entry to 0x2baf at the offset 0x908.
grub-install: info: relocating an R_X86_64_64 entry to 0xc62b at the offset 0x918.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d53 at the offset 0x920.
grub-install: info: relocating an R_X86_64_64 entry to 0xc641 at the offset 0x930.
grub-install: info: relocating an R_X86_64_64 entry to 0x2cfe at the offset 0x938.
grub-install: info: relocating an R_X86_64_64 entry to 0xc662 at the offset 0x948.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3b at the offset 0x950.
grub-install: info: relocating an R_X86_64_64 entry to 0xc671 at the offset 0x960.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x968.
grub-install: info: relocating an R_X86_64_64 entry to 0xc687 at the offset 0x978.
grub-install: info: relocating an R_X86_64_64 entry to 0x23ba at the offset 0x980.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6a6 at the offset 0x990.
grub-install: info: relocating an R_X86_64_64 entry to 0x2508 at the offset 0x998.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6c3 at the offset 0x9a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c4f at the offset 0x9b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6d3 at the offset 0x9c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa5 at the offset 0x9c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6e0 at the offset 0x9d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x9e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6ed at the offset 0x9f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7acf at the offset 0x9f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6fc at the offset 0xa08.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b62 at the offset 0xa10.
grub-install: info: relocating an R_X86_64_64 entry to 0xc717 at the offset 0xa20.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee4 at the offset 0xa28.
grub-install: info: relocating an R_X86_64_64 entry to 0xc72f at the offset 0xa38.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0xa40.
grub-install: info: relocating an R_X86_64_64 entry to 0xc73b at the offset 0xa50.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0xa58.
grub-install: info: relocating an R_X86_64_64 entry to 0xc746 at the offset 0xa68.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0xa70.
grub-install: info: relocating an R_X86_64_64 entry to 0xc751 at the offset 0xa80.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d8f at the offset 0xa88.
grub-install: info: relocating an R_X86_64_64 entry to 0xc760 at the offset 0xa98.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d16 at the offset 0xaa0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0xab0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2cb5 at the offset 0xab8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc77a at the offset 0xac8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0xad0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc785 at the offset 0xae0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fc1 at the offset 0xae8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc795 at the offset 0xaf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f20 at the offset 0xb00.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a7 at the offset 0xb10.
grub-install: info: relocating an R_X86_64_64 entry to 0x7e94 at the offset 0xb18.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7c1 at the offset 0xb28.
grub-install: info: relocating an R_X86_64_64 entry to 0x800d at the offset 0xb30.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7d0 at the offset 0xb40.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f00 at the offset 0xb48.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7e8 at the offset 0xb58.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f22 at the offset 0xb60.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7f7 at the offset 0xb70.
grub-install: info: relocating an R_X86_64_64 entry to 0x81da at the offset 0xb78.
grub-install: info: relocating an R_X86_64_64 entry to 0xc806 at the offset 0xb88.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0xb90.
grub-install: info: relocating an R_X86_64_64 entry to 0xc810 at the offset 0xba0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfb88 at the offset 0xba8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc826 at the offset 0xbb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xfb90 at the offset 0xbc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc833 at the offset 0xbd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x84d0 at the offset 0xbd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc841 at the offset 0xbe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x56f8 at the offset 0xbf0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc852 at the offset 0xc00.
grub-install: info: relocating an R_X86_64_64 entry to 0xaccc at the offset 0xc08.
grub-install: info: relocating an R_X86_64_64 entry to 0xc85e at the offset 0xc18.
grub-install: info: relocating an R_X86_64_64 entry to 0xac51 at the offset 0xc20.
grub-install: info: relocating an R_X86_64_64 entry to 0xc872 at the offset 0xc30.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf10 at the offset 0xc38.
grub-install: info: relocating an R_X86_64_64 entry to 0xc87f at the offset 0xc48.
grub-install: info: relocating an R_X86_64_64 entry to 0x8eb6 at the offset 0xc50.
grub-install: info: relocating an R_X86_64_64 entry to 0xc88c at the offset 0xc60.
grub-install: info: relocating an R_X86_64_64 entry to 0x86e2 at the offset 0xc68.
grub-install: info: relocating an R_X86_64_64 entry to 0xc89b at the offset 0xc78.
grub-install: info: relocating an R_X86_64_64 entry to 0x86f9 at the offset 0xc80.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8ac at the offset 0xc90.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e7a at the offset 0xc98.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c9 at the offset 0xca8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4eda at the offset 0xcb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e6 at the offset 0xcc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1294 at the offset 0xcc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0xcd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0xce0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc904 at the offset 0xcf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a2 at the offset 0xcf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc912 at the offset 0xd08.
grub-install: info: relocating an R_X86_64_64 entry to 0x12a7 at the offset 0xd10.
grub-install: info: relocating an R_X86_64_64 entry to 0xc926 at the offset 0xd20.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0xd28.
grub-install: info: relocating an R_X86_64_64 entry to 0xc932 at the offset 0xd38.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0xd40.
grub-install: info: relocating an R_X86_64_64 entry to 0xc93f at the offset 0xd50.
grub-install: info: relocating an R_X86_64_64 entry to 0x8fac at the offset 0xd58.
grub-install: info: relocating an R_X86_64_64 entry to 0xc94b at the offset 0xd68.
grub-install: info: relocating an R_X86_64_64 entry to 0x5712 at the offset 0xd70.
grub-install: info: relocating an R_X86_64_64 entry to 0xc95b at the offset 0xd80.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf8 at the offset 0xd88.
grub-install: info: relocating an R_X86_64_64 entry to 0xc968 at the offset 0xd98.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde0 at the offset 0xda0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc975 at the offset 0xdb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x86ad at the offset 0xdb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc98a at the offset 0xdc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe080 at the offset 0xdd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc998 at the offset 0xde0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdc0 at the offset 0xde8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9b1 at the offset 0xdf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fee at the offset 0xe00.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9cb at the offset 0xe10.
grub-install: info: relocating an R_X86_64_64 entry to 0xa08f at the offset 0xe18.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9e5 at the offset 0xe28.
grub-install: info: relocating an R_X86_64_64 entry to 0xa577 at the offset 0xe30.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9fd at the offset 0xe40.
grub-install: info: relocating an R_X86_64_64 entry to 0xa50a at the offset 0xe48.
grub-install: info: relocating an R_X86_64_64 entry to 0xca14 at the offset 0xe58.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f48 at the offset 0xe60.
grub-install: info: relocating an R_X86_64_64 entry to 0xca2c at the offset 0xe70.
grub-install: info: relocating an R_X86_64_64 entry to 0xa374 at the offset 0xe78.
grub-install: info: relocating an R_X86_64_64 entry to 0xca41 at the offset 0xe88.
grub-install: info: relocating an R_X86_64_64 entry to 0x13fb at the offset 0xe90.
grub-install: info: relocating an R_X86_64_64 entry to 0xca5a at the offset 0xea0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1336 at the offset 0xea8.
grub-install: info: relocating an R_X86_64_64 entry to 0xca6b at the offset 0xeb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x130d at the offset 0xec0.
grub-install: info: relocating an R_X86_64_64 entry to 0xca81 at the offset 0xed0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1094 at the offset 0xed8.
grub-install: info: relocating an R_X86_64_64 entry to 0xca9d at the offset 0xee8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7dfe at the offset 0xef0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcaae at the offset 0xf00.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0xf08.
grub-install: info: relocating an R_X86_64_64 entry to 0xcaba at the offset 0xf18.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b7f at the offset 0xf20.
grub-install: info: relocating an R_X86_64_64 entry to 0xcac7 at the offset 0xf30.
grub-install: info: relocating an R_X86_64_64 entry to 0x8de3 at the offset 0xf38.
grub-install: info: relocating an R_X86_64_64 entry to 0xcad2 at the offset 0xf48.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0xf50.
grub-install: info: relocating an R_X86_64_64 entry to 0xcae4 at the offset 0xf60.
grub-install: info: relocating an R_X86_64_64 entry to 0x563a at the offset 0xf68.
grub-install: info: relocating an R_X86_64_64 entry to 0xcaf1 at the offset 0xf78.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c7a at the offset 0xf80.
grub-install: info: relocating an R_X86_64_64 entry to 0xcafd at the offset 0xf90.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0xf98.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb0a at the offset 0xfa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5736 at the offset 0xfb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb25 at the offset 0xfc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bed at the offset 0xfc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb41 at the offset 0xfd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0xfe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb4f at the offset 0xff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0xff8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb5b at the offset 0x1008.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x1010.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb67 at the offset 0x1020.
grub-install: info: relocating an R_X86_64_64 entry to 0x8dd0 at the offset 0x1028.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb73 at the offset 0x1038.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x1040.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb7f at the offset 0x1050.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x1058.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb8b at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e58 at the offset 0x1070.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb98 at the offset 0x1080.
grub-install: info: relocating an R_X86_64_64 entry to 0x907d at the offset 0x1088.
grub-install: info: relocating an R_X86_64_64 entry to 0xcba5 at the offset 0x1098.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ea3 at the offset 0x10a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbb2 at the offset 0x10b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x95ab at the offset 0x10b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbbf at the offset 0x10c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9133 at the offset 0x10d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbcd at the offset 0x10e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8f1d at the offset 0x10e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbda at the offset 0x10f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd068 at the offset 0x1100.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbf4 at the offset 0x1110.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f58 at the offset 0x1118.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc05 at the offset 0x1128.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f68 at the offset 0x1130.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc1f at the offset 0x1140.
grub-install: info: relocating an R_X86_64_64 entry to 0xd069 at the offset 0x1148.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc36 at the offset 0x1158.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f60 at the offset 0x1160.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc48 at the offset 0x1170.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f50 at the offset 0x1178.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc63 at the offset 0x1188.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdc8 at the offset 0x1190.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc76 at the offset 0x11a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf0 at the offset 0x11a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc84 at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5825 at the offset 0x11c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc9c at the offset 0x11d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a42 at the offset 0x11d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcca9 at the offset 0x11e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d25 at the offset 0x11f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xccb8 at the offset 0x1200.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x1208.
grub-install: info: relocating an R_X86_64_64 entry to 0xccc7 at the offset 0x1218.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x1220.
grub-install: info: relocating an R_X86_64_64 entry to 0xccd2 at the offset 0x1230.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d7e at the offset 0x1238.
grub-install: info: relocating an R_X86_64_64 entry to 0xcce2 at the offset 0x1248.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x1250.
grub-install: info: relocating an R_X86_64_64 entry to 0xccee at the offset 0x1260.
grub-install: info: relocating an R_X86_64_64 entry to 0x50dc at the offset 0x1268.
grub-install: info: relocating an R_X86_64_64 entry to 0xccf5 at the offset 0x1278.
grub-install: info: relocating an R_X86_64_64 entry to 0x50c4 at the offset 0x1280.
grub-install: info: relocating an R_X86_64_64 entry to 0xccfc at the offset 0x1290.
grub-install: info: relocating an R_X86_64_64 entry to 0x50d0 at the offset 0x1298.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd04 at the offset 0x12a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x50e8 at the offset 0x12b0.
grub-install: info: translating the relocation section .rela.text.
grub-install: info: adding a relocation entry for 0x1033.
grub-install: info: adding a relocation entry for 0x104b.
grub-install: info: adding a relocation entry for 0x1068.
grub-install: info: adding a relocation entry for 0x1084.
grub-install: info: adding a relocation entry for 0x1119.
grub-install: info: adding a relocation entry for 0x113e.
grub-install: info: adding a relocation entry for 0x1159.
grub-install: info: adding a relocation entry for 0x1168.
grub-install: info: adding a relocation entry for 0x127d.
grub-install: info: adding a relocation entry for 0x128a.
grub-install: info: adding a relocation entry for 0x129c.
grub-install: info: adding a relocation entry for 0x12c5.
grub-install: info: adding a relocation entry for 0x12da.
grub-install: info: adding a relocation entry for 0x12eb.
grub-install: info: adding a relocation entry for 0x12fb.
grub-install: info: adding a relocation entry for 0x133c.
grub-install: info: adding a relocation entry for 0x1412.
grub-install: info: adding a relocation entry for 0x14a9.
grub-install: info: adding a relocation entry for 0x14ba.
grub-install: info: adding a relocation entry for 0x14d1.
grub-install: info: adding a relocation entry for 0x14f3.
grub-install: info: adding a relocation entry for 0x158a.
grub-install: info: adding a relocation entry for 0x159d.
grub-install: info: adding a relocation entry for 0x15d6.
grub-install: info: adding a relocation entry for 0x15e4.
grub-install: info: adding a relocation entry for 0x162e.
grub-install: info: adding a relocation entry for 0x1638.
grub-install: info: adding a relocation entry for 0x1642.
grub-install: info: adding a relocation entry for 0x164c.
grub-install: info: adding a relocation entry for 0x165b.
grub-install: info: adding a relocation entry for 0x167c.
grub-install: info: adding a relocation entry for 0x1688.
grub-install: info: adding a relocation entry for 0x1693.
grub-install: info: adding a relocation entry for 0x169e.
grub-install: info: adding a relocation entry for 0x16c3.
grub-install: info: adding a relocation entry for 0x16cd.
grub-install: info: adding a relocation entry for 0x16f7.
grub-install: info: adding a relocation entry for 0x1701.
grub-install: info: adding a relocation entry for 0x170f.
grub-install: info: adding a relocation entry for 0x171b.
grub-install: info: adding a relocation entry for 0x1729.
grub-install: info: adding a relocation entry for 0x1760.
grub-install: info: adding a relocation entry for 0x177c.
grub-install: info: adding a relocation entry for 0x178d.
grub-install: info: adding a relocation entry for 0x17bb.
grub-install: info: adding a relocation entry for 0x17c9.
grub-install: info: adding a relocation entry for 0x17d7.
grub-install: info: adding a relocation entry for 0x17e4.
grub-install: info: adding a relocation entry for 0x1802.
grub-install: info: adding a relocation entry for 0x180f.
grub-install: info: adding a relocation entry for 0x182d.
grub-install: info: adding a relocation entry for 0x1837.
grub-install: info: adding a relocation entry for 0x184f.
grub-install: info: adding a relocation entry for 0x1875.
grub-install: info: adding a relocation entry for 0x18ab.
grub-install: info: adding a relocation entry for 0x18bf.
grub-install: info: adding a relocation entry for 0x1900.
grub-install: info: adding a relocation entry for 0x190a.
grub-install: info: adding a relocation entry for 0x1914.
grub-install: info: adding a relocation entry for 0x1939.
grub-install: info: adding a relocation entry for 0x1943.
grub-install: info: adding a relocation entry for 0x1976.
grub-install: info: adding a relocation entry for 0x19ac.
grub-install: info: adding a relocation entry for 0x19cc.
grub-install: info: adding a relocation entry for 0x19d6.
grub-install: info: adding a relocation entry for 0x1a0b.
grub-install: info: adding a relocation entry for 0x1a21.
grub-install: info: adding a relocation entry for 0x1a6a.
grub-install: info: adding a relocation entry for 0x1a8b.
grub-install: info: adding a relocation entry for 0x1ab8.
grub-install: info: adding a relocation entry for 0x1ac9.
grub-install: info: adding a relocation entry for 0x1af9.
grub-install: info: adding a relocation entry for 0x1b15.
grub-install: info: adding a relocation entry for 0x1b4f.
grub-install: info: adding a relocation entry for 0x1b59.
grub-install: info: adding a relocation entry for 0x1b81.
grub-install: info: adding a relocation entry for 0x1b96.
grub-install: info: adding a relocation entry for 0x1bb8.
grub-install: info: adding a relocation entry for 0x1bd7.
grub-install: info: adding a relocation entry for 0x1c1f.
grub-install: info: adding a relocation entry for 0x1c2f.
grub-install: info: adding a relocation entry for 0x1c3e.
grub-install: info: adding a relocation entry for 0x1c4e.
grub-install: info: adding a relocation entry for 0x1c6e.
grub-install: info: adding a relocation entry for 0x1c85.
grub-install: info: adding a relocation entry for 0x1c8f.
grub-install: info: adding a relocation entry for 0x1c99.
grub-install: info: adding a relocation entry for 0x1ca3.
grub-install: info: adding a relocation entry for 0x1cd7.
grub-install: info: adding a relocation entry for 0x1cee.
grub-install: info: adding a relocation entry for 0x1cf8.
grub-install: info: adding a relocation entry for 0x1d02.
grub-install: info: adding a relocation entry for 0x1d0c.
grub-install: info: adding a relocation entry for 0x1d36.
grub-install: info: adding a relocation entry for 0x1d46.
grub-install: info: adding a relocation entry for 0x1d62.
grub-install: info: adding a relocation entry for 0x1d79.
grub-install: info: adding a relocation entry for 0x1d83.
grub-install: info: adding a relocation entry for 0x1d8d.
grub-install: info: adding a relocation entry for 0x1d97.
grub-install: info: adding a relocation entry for 0x1e14.
grub-install: info: adding a relocation entry for 0x1e36.
grub-install: info: adding a relocation entry for 0x1e61.
grub-install: info: adding a relocation entry for 0x1e8c.
grub-install: info: adding a relocation entry for 0x1eb0.
grub-install: info: adding a relocation entry for 0x1f28.
grub-install: info: adding a relocation entry for 0x1f5a.
grub-install: info: adding a relocation entry for 0x1f85.
grub-install: info: adding a relocation entry for 0x1fa7.
grub-install: info: adding a relocation entry for 0x1fb3.
grub-install: info: adding a relocation entry for 0x1fe0.
grub-install: info: adding a relocation entry for 0x1ff1.
grub-install: info: adding a relocation entry for 0x2000.
grub-install: info: writing 232 bytes of a fixup block starting at 0x1000.
grub-install: info: adding a relocation entry for 0x2019.
grub-install: info: adding a relocation entry for 0x202f.
grub-install: info: adding a relocation entry for 0x2060.
grub-install: info: adding a relocation entry for 0x206d.
grub-install: info: adding a relocation entry for 0x208f.
grub-install: info: adding a relocation entry for 0x209e.
grub-install: info: adding a relocation entry for 0x20c5.
grub-install: info: adding a relocation entry for 0x20d6.
grub-install: info: adding a relocation entry for 0x20e5.
grub-install: info: adding a relocation entry for 0x20fe.
grub-install: info: adding a relocation entry for 0x2117.
grub-install: info: adding a relocation entry for 0x2148.
grub-install: info: adding a relocation entry for 0x2155.
grub-install: info: adding a relocation entry for 0x2177.
grub-install: info: adding a relocation entry for 0x2186.
grub-install: info: adding a relocation entry for 0x21a2.
grub-install: info: adding a relocation entry for 0x21b8.
grub-install: info: adding a relocation entry for 0x21c2.
grub-install: info: adding a relocation entry for 0x21d7.
grub-install: info: adding a relocation entry for 0x223b.
grub-install: info: adding a relocation entry for 0x224b.
grub-install: info: adding a relocation entry for 0x2257.
grub-install: info: adding a relocation entry for 0x2281.
grub-install: info: adding a relocation entry for 0x22e1.
grub-install: info: adding a relocation entry for 0x22f1.
grub-install: info: adding a relocation entry for 0x2345.
grub-install: info: adding a relocation entry for 0x2364.
grub-install: info: adding a relocation entry for 0x2370.
grub-install: info: adding a relocation entry for 0x238a.
grub-install: info: adding a relocation entry for 0x2399.
grub-install: info: adding a relocation entry for 0x23a3.
grub-install: info: adding a relocation entry for 0x2408.
grub-install: info: adding a relocation entry for 0x2412.
grub-install: info: adding a relocation entry for 0x2444.
grub-install: info: adding a relocation entry for 0x2466.
grub-install: info: adding a relocation entry for 0x2475.
grub-install: info: adding a relocation entry for 0x24e9.
grub-install: info: adding a relocation entry for 0x250a.
grub-install: info: adding a relocation entry for 0x2533.
grub-install: info: adding a relocation entry for 0x256c.
grub-install: info: adding a relocation entry for 0x25af.
grub-install: info: adding a relocation entry for 0x25b9.
grub-install: info: adding a relocation entry for 0x25d6.
grub-install: info: adding a relocation entry for 0x2600.
grub-install: info: adding a relocation entry for 0x2623.
grub-install: info: adding a relocation entry for 0x2637.
grub-install: info: adding a relocation entry for 0x2651.
grub-install: info: adding a relocation entry for 0x265b.
grub-install: info: adding a relocation entry for 0x2678.
grub-install: info: adding a relocation entry for 0x2688.
grub-install: info: adding a relocation entry for 0x26b7.
grub-install: info: adding a relocation entry for 0x26d0.
grub-install: info: adding a relocation entry for 0x2800.
grub-install: info: adding a relocation entry for 0x2852.
grub-install: info: adding a relocation entry for 0x2869.
grub-install: info: adding a relocation entry for 0x2882.
grub-install: info: adding a relocation entry for 0x2a1b.
grub-install: info: adding a relocation entry for 0x2a38.
grub-install: info: adding a relocation entry for 0x2a5a.
grub-install: info: adding a relocation entry for 0x2aa8.
grub-install: info: adding a relocation entry for 0x2ab8.
grub-install: info: adding a relocation entry for 0x2adf.
grub-install: info: adding a relocation entry for 0x2b1f.
grub-install: info: adding a relocation entry for 0x2b61.
grub-install: info: adding a relocation entry for 0x2b7d.
grub-install: info: adding a relocation entry for 0x2b8a.
grub-install: info: adding a relocation entry for 0x2bb1.
grub-install: info: adding a relocation entry for 0x2bc1.
grub-install: info: adding a relocation entry for 0x2bf0.
grub-install: info: adding a relocation entry for 0x2c21.
grub-install: info: adding a relocation entry for 0x2c3d.
grub-install: info: adding a relocation entry for 0x2c55.
grub-install: info: adding a relocation entry for 0x2c61.
grub-install: info: adding a relocation entry for 0x2c70.
grub-install: info: adding a relocation entry for 0x2c82.
grub-install: info: adding a relocation entry for 0x2c95.
grub-install: info: adding a relocation entry for 0x2ca9.
grub-install: info: adding a relocation entry for 0x2cbd.
grub-install: info: adding a relocation entry for 0x2cd0.
grub-install: info: adding a relocation entry for 0x2ce5.
grub-install: info: adding a relocation entry for 0x2cf2.
grub-install: info: adding a relocation entry for 0x2d0a.
grub-install: info: adding a relocation entry for 0x2d22.
grub-install: info: adding a relocation entry for 0x2d33.
grub-install: info: adding a relocation entry for 0x2d45.
grub-install: info: adding a relocation entry for 0x2d55.
grub-install: info: adding a relocation entry for 0x2d80.
grub-install: info: adding a relocation entry for 0x2d93.
grub-install: info: adding a relocation entry for 0x2dae.
grub-install: info: adding a relocation entry for 0x2dd5.
grub-install: info: adding a relocation entry for 0x2de7.
grub-install: info: adding a relocation entry for 0x2df9.
grub-install: info: adding a relocation entry for 0x2e17.
grub-install: info: adding a relocation entry for 0x2e24.
grub-install: info: adding a relocation entry for 0x2e42.
grub-install: info: adding a relocation entry for 0x2e4e.
grub-install: info: adding a relocation entry for 0x2ea5.
grub-install: info: adding a relocation entry for 0x2eb2.
grub-install: info: adding a relocation entry for 0x2ebc.
grub-install: info: adding a relocation entry for 0x2edf.
grub-install: info: adding a relocation entry for 0x2f90.
grub-install: info: adding a relocation entry for 0x2f9d.
grub-install: info: adding a relocation entry for 0x2fef.
grub-install: info: adding a relocation entry for 0x301e.
grub-install: info: writing 216 bytes of a fixup block starting at 0x2000.
grub-install: info: adding a relocation entry for 0x303e.
grub-install: info: adding a relocation entry for 0x3053.
grub-install: info: adding a relocation entry for 0x3072.
grub-install: info: adding a relocation entry for 0x3096.
grub-install: info: adding a relocation entry for 0x3133.
grub-install: info: adding a relocation entry for 0x3147.
grub-install: info: adding a relocation entry for 0x31de.
grub-install: info: adding a relocation entry for 0x31f4.
grub-install: info: adding a relocation entry for 0x326d.
grub-install: info: adding a relocation entry for 0x327c.
grub-install: info: adding a relocation entry for 0x32ee.
grub-install: info: adding a relocation entry for 0x330e.
grub-install: info: adding a relocation entry for 0x332c.
grub-install: info: adding a relocation entry for 0x335f.
grub-install: info: adding a relocation entry for 0x337d.
grub-install: info: adding a relocation entry for 0x338f.
grub-install: info: adding a relocation entry for 0x33a2.
grub-install: info: adding a relocation entry for 0x33b8.
grub-install: info: adding a relocation entry for 0x33d0.
grub-install: info: adding a relocation entry for 0x33df.
grub-install: info: adding a relocation entry for 0x33fa.
grub-install: info: adding a relocation entry for 0x340c.
grub-install: info: adding a relocation entry for 0x341e.
grub-install: info: adding a relocation entry for 0x3430.
grub-install: info: adding a relocation entry for 0x3450.
grub-install: info: adding a relocation entry for 0x3469.
grub-install: info: adding a relocation entry for 0x3481.
grub-install: info: adding a relocation entry for 0x3494.
grub-install: info: adding a relocation entry for 0x34a5.
grub-install: info: adding a relocation entry for 0x34bd.
grub-install: info: adding a relocation entry for 0x34d6.
grub-install: info: adding a relocation entry for 0x350b.
grub-install: info: adding a relocation entry for 0x3534.
grub-install: info: adding a relocation entry for 0x354b.
grub-install: info: adding a relocation entry for 0x3565.
grub-install: info: adding a relocation entry for 0x357d.
grub-install: info: adding a relocation entry for 0x3598.
grub-install: info: adding a relocation entry for 0x35b1.
grub-install: info: adding a relocation entry for 0x35c2.
grub-install: info: adding a relocation entry for 0x35e1.
grub-install: info: adding a relocation entry for 0x35fa.
grub-install: info: adding a relocation entry for 0x3619.
grub-install: info: adding a relocation entry for 0x3634.
grub-install: info: adding a relocation entry for 0x366b.
grub-install: info: adding a relocation entry for 0x36b8.
grub-install: info: adding a relocation entry for 0x3732.
grub-install: info: adding a relocation entry for 0x3755.
grub-install: info: adding a relocation entry for 0x3777.
grub-install: info: adding a relocation entry for 0x378e.
grub-install: info: adding a relocation entry for 0x37a0.
grub-install: info: adding a relocation entry for 0x37ba.
grub-install: info: adding a relocation entry for 0x37d2.
grub-install: info: adding a relocation entry for 0x3826.
grub-install: info: adding a relocation entry for 0x383c.
grub-install: info: adding a relocation entry for 0x3849.
grub-install: info: adding a relocation entry for 0x385a.
grub-install: info: adding a relocation entry for 0x3868.
grub-install: info: adding a relocation entry for 0x3887.
grub-install: info: adding a relocation entry for 0x389e.
grub-install: info: adding a relocation entry for 0x38a8.
grub-install: info: adding a relocation entry for 0x38cd.
grub-install: info: adding a relocation entry for 0x38e5.
grub-install: info: adding a relocation entry for 0x3901.
grub-install: info: adding a relocation entry for 0x3911.
grub-install: info: adding a relocation entry for 0x3935.
grub-install: info: adding a relocation entry for 0x3974.
grub-install: info: adding a relocation entry for 0x3980.
grub-install: info: adding a relocation entry for 0x399e.
grub-install: info: adding a relocation entry for 0x39ba.
grub-install: info: adding a relocation entry for 0x39c7.
grub-install: info: adding a relocation entry for 0x3a22.
grub-install: info: adding a relocation entry for 0x3a9e.
grub-install: info: adding a relocation entry for 0x3aaa.
grub-install: info: adding a relocation entry for 0x3ab4.
grub-install: info: adding a relocation entry for 0x3ac0.
grub-install: info: adding a relocation entry for 0x3ad3.
grub-install: info: adding a relocation entry for 0x3aea.
grub-install: info: adding a relocation entry for 0x3af7.
grub-install: info: adding a relocation entry for 0x3b03.
grub-install: info: adding a relocation entry for 0x3b1a.
grub-install: info: adding a relocation entry for 0x3b32.
grub-install: info: adding a relocation entry for 0x3b47.
grub-install: info: adding a relocation entry for 0x3b66.
grub-install: info: adding a relocation entry for 0x3b82.
grub-install: info: adding a relocation entry for 0x3ba1.
grub-install: info: adding a relocation entry for 0x3bad.
grub-install: info: adding a relocation entry for 0x3bba.
grub-install: info: adding a relocation entry for 0x3be9.
grub-install: info: adding a relocation entry for 0x3c13.
grub-install: info: adding a relocation entry for 0x3c72.
grub-install: info: adding a relocation entry for 0x3c93.
grub-install: info: adding a relocation entry for 0x3ca1.
grub-install: info: adding a relocation entry for 0x3ce0.
grub-install: info: adding a relocation entry for 0x3d27.
grub-install: info: adding a relocation entry for 0x3d3b.
grub-install: info: adding a relocation entry for 0x3d8a.
grub-install: info: adding a relocation entry for 0x3ddb.
grub-install: info: adding a relocation entry for 0x3deb.
grub-install: info: adding a relocation entry for 0x3e3a.
grub-install: info: adding a relocation entry for 0x3e4b.
grub-install: info: adding a relocation entry for 0x3e8f.
grub-install: info: adding a relocation entry for 0x3ea9.
grub-install: info: adding a relocation entry for 0x3eb5.
grub-install: info: adding a relocation entry for 0x3ee7.
grub-install: info: adding a relocation entry for 0x3efd.
grub-install: info: adding a relocation entry for 0x3f09.
grub-install: info: adding a relocation entry for 0x3f37.
grub-install: info: adding a relocation entry for 0x3f45.
grub-install: info: adding a relocation entry for 0x3f52.
grub-install: info: adding a relocation entry for 0x3f80.
grub-install: info: adding a relocation entry for 0x3f96.
grub-install: info: adding a relocation entry for 0x3faf.
grub-install: info: adding a relocation entry for 0x3fea.
grub-install: info: adding a relocation entry for 0x3fff.
grub-install: info: adding a relocation entry for 0x4056.
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 0x4079.
grub-install: info: adding a relocation entry for 0x40a3.
grub-install: info: adding a relocation entry for 0x40b3.
grub-install: info: adding a relocation entry for 0x40c0.
grub-install: info: adding a relocation entry for 0x40ca.
grub-install: info: adding a relocation entry for 0x40d4.
grub-install: info: adding a relocation entry for 0x40de.
grub-install: info: adding a relocation entry for 0x40f2.
grub-install: info: adding a relocation entry for 0x410a.
grub-install: info: adding a relocation entry for 0x411b.
grub-install: info: adding a relocation entry for 0x412c.
grub-install: info: adding a relocation entry for 0x4142.
grub-install: info: adding a relocation entry for 0x4151.
grub-install: info: adding a relocation entry for 0x415b.
grub-install: info: adding a relocation entry for 0x4165.
grub-install: info: adding a relocation entry for 0x416f.
grub-install: info: adding a relocation entry for 0x4179.
grub-install: info: adding a relocation entry for 0x4189.
grub-install: info: adding a relocation entry for 0x4198.
grub-install: info: adding a relocation entry for 0x41a7.
grub-install: info: adding a relocation entry for 0x41c2.
grub-install: info: adding a relocation entry for 0x41cf.
grub-install: info: adding a relocation entry for 0x41db.
grub-install: info: adding a relocation entry for 0x41fa.
grub-install: info: adding a relocation entry for 0x4208.
grub-install: info: adding a relocation entry for 0x421b.
grub-install: info: adding a relocation entry for 0x4225.
grub-install: info: adding a relocation entry for 0x4236.
grub-install: info: adding a relocation entry for 0x424b.
grub-install: info: adding a relocation entry for 0x425e.
grub-install: info: adding a relocation entry for 0x4271.
grub-install: info: adding a relocation entry for 0x427d.
grub-install: info: adding a relocation entry for 0x4297.
grub-install: info: adding a relocation entry for 0x42ab.
grub-install: info: adding a relocation entry for 0x42c4.
grub-install: info: adding a relocation entry for 0x42d3.
grub-install: info: adding a relocation entry for 0x430c.
grub-install: info: adding a relocation entry for 0x431c.
grub-install: info: adding a relocation entry for 0x432d.
grub-install: info: adding a relocation entry for 0x4353.
grub-install: info: adding a relocation entry for 0x436c.
grub-install: info: adding a relocation entry for 0x4389.
grub-install: info: adding a relocation entry for 0x43a1.
grub-install: info: adding a relocation entry for 0x43ce.
grub-install: info: adding a relocation entry for 0x43e6.
grub-install: info: adding a relocation entry for 0x4436.
grub-install: info: adding a relocation entry for 0x4440.
grub-install: info: adding a relocation entry for 0x44ad.
grub-install: info: adding a relocation entry for 0x45b7.
grub-install: info: adding a relocation entry for 0x4605.
grub-install: info: adding a relocation entry for 0x462b.
grub-install: info: adding a relocation entry for 0x4635.
grub-install: info: adding a relocation entry for 0x4641.
grub-install: info: adding a relocation entry for 0x465c.
grub-install: info: adding a relocation entry for 0x46c8.
grub-install: info: adding a relocation entry for 0x46fd.
grub-install: info: adding a relocation entry for 0x4718.
grub-install: info: adding a relocation entry for 0x4831.
grub-install: info: adding a relocation entry for 0x4890.
grub-install: info: adding a relocation entry for 0x48a9.
grub-install: info: adding a relocation entry for 0x48bf.
grub-install: info: adding a relocation entry for 0x48d7.
grub-install: info: adding a relocation entry for 0x48e6.
grub-install: info: adding a relocation entry for 0x48ff.
grub-install: info: adding a relocation entry for 0x4913.
grub-install: info: adding a relocation entry for 0x4939.
grub-install: info: adding a relocation entry for 0x495b.
grub-install: info: adding a relocation entry for 0x4981.
grub-install: info: adding a relocation entry for 0x4993.
grub-install: info: adding a relocation entry for 0x49b5.
grub-install: info: adding a relocation entry for 0x49d1.
grub-install: info: adding a relocation entry for 0x4a01.
grub-install: info: adding a relocation entry for 0x4a48.
grub-install: info: adding a relocation entry for 0x4a69.
grub-install: info: adding a relocation entry for 0x4a8b.
grub-install: info: adding a relocation entry for 0x4a9a.
grub-install: info: adding a relocation entry for 0x4aab.
grub-install: info: adding a relocation entry for 0x4ac2.
grub-install: info: adding a relocation entry for 0x4ad0.
grub-install: info: adding a relocation entry for 0x4ae0.
grub-install: info: adding a relocation entry for 0x4afd.
grub-install: info: adding a relocation entry for 0x4b0d.
grub-install: info: adding a relocation entry for 0x4b1e.
grub-install: info: adding a relocation entry for 0x4b47.
grub-install: info: adding a relocation entry for 0x4b52.
grub-install: info: adding a relocation entry for 0x4b66.
grub-install: info: adding a relocation entry for 0x4b73.
grub-install: info: adding a relocation entry for 0x4b82.
grub-install: info: adding a relocation entry for 0x4b90.
grub-install: info: adding a relocation entry for 0x4bb8.
grub-install: info: adding a relocation entry for 0x4bde.
grub-install: info: adding a relocation entry for 0x4bee.
grub-install: info: adding a relocation entry for 0x4bfe.
grub-install: info: adding a relocation entry for 0x4c0a.
grub-install: info: adding a relocation entry for 0x4c14.
grub-install: info: adding a relocation entry for 0x4c1e.
grub-install: info: adding a relocation entry for 0x4c2e.
grub-install: info: adding a relocation entry for 0x4c3d.
grub-install: info: adding a relocation entry for 0x4c47.
grub-install: info: adding a relocation entry for 0x4c51.
grub-install: info: adding a relocation entry for 0x4c5f.
grub-install: info: adding a relocation entry for 0x4c6f.
grub-install: info: adding a relocation entry for 0x4c79.
grub-install: info: adding a relocation entry for 0x4c83.
grub-install: info: adding a relocation entry for 0x4c93.
grub-install: info: adding a relocation entry for 0x4ca2.
grub-install: info: adding a relocation entry for 0x4cac.
grub-install: info: adding a relocation entry for 0x4cb6.
grub-install: info: adding a relocation entry for 0x4cc3.
grub-install: info: adding a relocation entry for 0x4cd5.
grub-install: info: adding a relocation entry for 0x4ce0.
grub-install: info: adding a relocation entry for 0x4cec.
grub-install: info: adding a relocation entry for 0x4cf8.
grub-install: info: adding a relocation entry for 0x4d08.
grub-install: info: adding a relocation entry for 0x4d2e.
grub-install: info: adding a relocation entry for 0x4d38.
grub-install: info: adding a relocation entry for 0x4d49.
grub-install: info: adding a relocation entry for 0x4d9e.
grub-install: info: adding a relocation entry for 0x4db7.
grub-install: info: adding a relocation entry for 0x4dd0.
grub-install: info: adding a relocation entry for 0x4ded.
grub-install: info: adding a relocation entry for 0x4e17.
grub-install: info: adding a relocation entry for 0x4e21.
grub-install: info: adding a relocation entry for 0x4e3b.
grub-install: info: adding a relocation entry for 0x4e7e.
grub-install: info: adding a relocation entry for 0x4ea5.
grub-install: info: adding a relocation entry for 0x4eaf.
grub-install: info: adding a relocation entry for 0x4ede.
grub-install: info: adding a relocation entry for 0x4f05.
grub-install: info: adding a relocation entry for 0x4f0f.
grub-install: info: adding a relocation entry for 0x4f4d.
grub-install: info: adding a relocation entry for 0x4f5a.
grub-install: info: adding a relocation entry for 0x4fa0.
grub-install: info: adding a relocation entry for 0x4fac.
grub-install: info: adding a relocation entry for 0x4fc7.
grub-install: info: adding a relocation entry for 0x4fd1.
grub-install: info: adding a relocation entry for 0x4fe1.
grub-install: info: adding a relocation entry for 0x4ff1.
grub-install: info: adding a relocation entry for 0x5001.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 288 bytes of a fixup block starting at 0x4000.
grub-install: info: adding a relocation entry for 0x5011.
grub-install: info: adding a relocation entry for 0x501c.
grub-install: info: adding a relocation entry for 0x5080.
grub-install: info: adding a relocation entry for 0x509b.
grub-install: info: adding a relocation entry for 0x50c6.
grub-install: info: adding a relocation entry for 0x50d2.
grub-install: info: adding a relocation entry for 0x50de.
grub-install: info: adding a relocation entry for 0x50ea.
grub-install: info: adding a relocation entry for 0x5100.
grub-install: info: adding a relocation entry for 0x510f.
grub-install: info: adding a relocation entry for 0x515a.
grub-install: info: adding a relocation entry for 0x5164.
grub-install: info: adding a relocation entry for 0x5172.
grub-install: info: adding a relocation entry for 0x518a.
grub-install: info: adding a relocation entry for 0x5196.
grub-install: info: adding a relocation entry for 0x51aa.
grub-install: info: adding a relocation entry for 0x51f2.
grub-install: info: adding a relocation entry for 0x524f.
grub-install: info: adding a relocation entry for 0x525b.
grub-install: info: adding a relocation entry for 0x5274.
grub-install: info: adding a relocation entry for 0x5283.
grub-install: info: adding a relocation entry for 0x537c.
grub-install: info: adding a relocation entry for 0x538d.
grub-install: info: adding a relocation entry for 0x53a4.
grub-install: info: adding a relocation entry for 0x53b5.
grub-install: info: adding a relocation entry for 0x53de.
grub-install: info: adding a relocation entry for 0x53fc.
grub-install: info: adding a relocation entry for 0x5452.
grub-install: info: adding a relocation entry for 0x5461.
grub-install: info: adding a relocation entry for 0x553c.
grub-install: info: adding a relocation entry for 0x5597.
grub-install: info: adding a relocation entry for 0x55fe.
grub-install: info: adding a relocation entry for 0x564d.
grub-install: info: adding a relocation entry for 0x566c.
grub-install: info: adding a relocation entry for 0x5688.
grub-install: info: adding a relocation entry for 0x56a9.
grub-install: info: adding a relocation entry for 0x56ce.
grub-install: info: adding a relocation entry for 0x56e1.
grub-install: info: adding a relocation entry for 0x56fa.
grub-install: info: adding a relocation entry for 0x5709.
grub-install: info: adding a relocation entry for 0x5717.
grub-install: info: adding a relocation entry for 0x5738.
grub-install: info: adding a relocation entry for 0x577d.
grub-install: info: adding a relocation entry for 0x578c.
grub-install: info: adding a relocation entry for 0x5796.
grub-install: info: adding a relocation entry for 0x5840.
grub-install: info: adding a relocation entry for 0x585a.
grub-install: info: adding a relocation entry for 0x586d.
grub-install: info: adding a relocation entry for 0x5877.
grub-install: info: adding a relocation entry for 0x5881.
grub-install: info: adding a relocation entry for 0x588b.
grub-install: info: adding a relocation entry for 0x58a1.
grub-install: info: adding a relocation entry for 0x58b1.
grub-install: info: adding a relocation entry for 0x58c5.
grub-install: info: adding a relocation entry for 0x58d7.
grub-install: info: adding a relocation entry for 0x58e3.
grub-install: info: adding a relocation entry for 0x58ef.
grub-install: info: adding a relocation entry for 0x58f9.
grub-install: info: adding a relocation entry for 0x5905.
grub-install: info: adding a relocation entry for 0x5916.
grub-install: info: adding a relocation entry for 0x5938.
grub-install: info: adding a relocation entry for 0x5953.
grub-install: info: adding a relocation entry for 0x596b.
grub-install: info: adding a relocation entry for 0x598e.
grub-install: info: adding a relocation entry for 0x599f.
grub-install: info: adding a relocation entry for 0x59b3.
grub-install: info: adding a relocation entry for 0x59c3.
grub-install: info: adding a relocation entry for 0x59d6.
grub-install: info: adding a relocation entry for 0x59e5.
grub-install: info: adding a relocation entry for 0x59f8.
grub-install: info: adding a relocation entry for 0x5a0a.
grub-install: info: adding a relocation entry for 0x5a14.
grub-install: info: adding a relocation entry for 0x5a20.
grub-install: info: adding a relocation entry for 0x5a2c.
grub-install: info: adding a relocation entry for 0x5a3b.
grub-install: info: adding a relocation entry for 0x5a5a.
grub-install: info: adding a relocation entry for 0x5a6b.
grub-install: info: adding a relocation entry for 0x5a8b.
grub-install: info: adding a relocation entry for 0x5a97.
grub-install: info: adding a relocation entry for 0x5aab.
grub-install: info: adding a relocation entry for 0x5ac2.
grub-install: info: adding a relocation entry for 0x5acc.
grub-install: info: adding a relocation entry for 0x5aec.
grub-install: info: adding a relocation entry for 0x5af6.
grub-install: info: adding a relocation entry for 0x5b15.
grub-install: info: adding a relocation entry for 0x5b35.
grub-install: info: adding a relocation entry for 0x5b40.
grub-install: info: adding a relocation entry for 0x5b56.
grub-install: info: adding a relocation entry for 0x5b6f.
grub-install: info: adding a relocation entry for 0x5b80.
grub-install: info: adding a relocation entry for 0x5b90.
grub-install: info: adding a relocation entry for 0x5ba0.
grub-install: info: adding a relocation entry for 0x5bae.
grub-install: info: adding a relocation entry for 0x5bb8.
grub-install: info: adding a relocation entry for 0x5bc2.
grub-install: info: adding a relocation entry for 0x5bcc.
grub-install: info: adding a relocation entry for 0x5be4.
grub-install: info: adding a relocation entry for 0x5bf1.
grub-install: info: adding a relocation entry for 0x5bfb.
grub-install: info: adding a relocation entry for 0x5c05.
grub-install: info: adding a relocation entry for 0x5c14.
grub-install: info: adding a relocation entry for 0x5c1e.
grub-install: info: adding a relocation entry for 0x5c28.
grub-install: info: adding a relocation entry for 0x5c32.
grub-install: info: adding a relocation entry for 0x5c45.
grub-install: info: adding a relocation entry for 0x5c4f.
grub-install: info: adding a relocation entry for 0x5c59.
grub-install: info: adding a relocation entry for 0x5c63.
grub-install: info: adding a relocation entry for 0x5c6f.
grub-install: info: adding a relocation entry for 0x5c9e.
grub-install: info: adding a relocation entry for 0x5cab.
grub-install: info: adding a relocation entry for 0x5cc8.
grub-install: info: adding a relocation entry for 0x5cd2.
grub-install: info: adding a relocation entry for 0x5d1f.
grub-install: info: adding a relocation entry for 0x5d29.
grub-install: info: adding a relocation entry for 0x5d42.
grub-install: info: adding a relocation entry for 0x5d56.
grub-install: info: adding a relocation entry for 0x5d60.
grub-install: info: adding a relocation entry for 0x5d6e.
grub-install: info: adding a relocation entry for 0x5d92.
grub-install: info: adding a relocation entry for 0x5da7.
grub-install: info: adding a relocation entry for 0x5db6.
grub-install: info: adding a relocation entry for 0x5ddd.
grub-install: info: adding a relocation entry for 0x5e05.
grub-install: info: adding a relocation entry for 0x5e11.
grub-install: info: adding a relocation entry for 0x5e33.
grub-install: info: adding a relocation entry for 0x5e71.
grub-install: info: adding a relocation entry for 0x5e85.
grub-install: info: adding a relocation entry for 0x5e9a.
grub-install: info: adding a relocation entry for 0x5eaf.
grub-install: info: adding a relocation entry for 0x5ec1.
grub-install: info: adding a relocation entry for 0x5ed7.
grub-install: info: adding a relocation entry for 0x5ee1.
grub-install: info: adding a relocation entry for 0x5f36.
grub-install: info: adding a relocation entry for 0x5f7a.
grub-install: info: adding a relocation entry for 0x5fcc.
grub-install: info: adding a relocation entry for 0x5fe8.
grub-install: info: adding a relocation entry for 0x6013.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 288 bytes of a fixup block starting at 0x5000.
grub-install: info: adding a relocation entry for 0x602e.
grub-install: info: adding a relocation entry for 0x6045.
grub-install: info: adding a relocation entry for 0x6092.
grub-install: info: adding a relocation entry for 0x60e6.
grub-install: info: adding a relocation entry for 0x6146.
grub-install: info: adding a relocation entry for 0x6163.
grub-install: info: adding a relocation entry for 0x617d.
grub-install: info: adding a relocation entry for 0x618e.
grub-install: info: adding a relocation entry for 0x61a2.
grub-install: info: adding a relocation entry for 0x620a.
grub-install: info: adding a relocation entry for 0x6227.
grub-install: info: adding a relocation entry for 0x623b.
grub-install: info: adding a relocation entry for 0x6256.
grub-install: info: adding a relocation entry for 0x62e4.
grub-install: info: adding a relocation entry for 0x62fa.
grub-install: info: adding a relocation entry for 0x6304.
grub-install: info: adding a relocation entry for 0x630e.
grub-install: info: adding a relocation entry for 0x6318.
grub-install: info: adding a relocation entry for 0x6325.
grub-install: info: adding a relocation entry for 0x6334.
grub-install: info: adding a relocation entry for 0x6340.
grub-install: info: adding a relocation entry for 0x635b.
grub-install: info: adding a relocation entry for 0x636d.
grub-install: info: adding a relocation entry for 0x63b7.
grub-install: info: adding a relocation entry for 0x63c3.
grub-install: info: adding a relocation entry for 0x63fc.
grub-install: info: adding a relocation entry for 0x6411.
grub-install: info: adding a relocation entry for 0x643e.
grub-install: info: adding a relocation entry for 0x6448.
grub-install: info: adding a relocation entry for 0x6452.
grub-install: info: adding a relocation entry for 0x6469.
grub-install: info: adding a relocation entry for 0x648d.
grub-install: info: adding a relocation entry for 0x6497.
grub-install: info: adding a relocation entry for 0x64a3.
grub-install: info: adding a relocation entry for 0x64e0.
grub-install: info: adding a relocation entry for 0x64ec.
grub-install: info: adding a relocation entry for 0x64fb.
grub-install: info: adding a relocation entry for 0x650a.
grub-install: info: adding a relocation entry for 0x651c.
grub-install: info: adding a relocation entry for 0x656d.
grub-install: info: adding a relocation entry for 0x6598.
grub-install: info: adding a relocation entry for 0x65ad.
grub-install: info: adding a relocation entry for 0x65c4.
grub-install: info: adding a relocation entry for 0x65e8.
grub-install: info: adding a relocation entry for 0x6620.
grub-install: info: adding a relocation entry for 0x662c.
grub-install: info: adding a relocation entry for 0x6642.
grub-install: info: adding a relocation entry for 0x6651.
grub-install: info: adding a relocation entry for 0x6664.
grub-install: info: adding a relocation entry for 0x667a.
grub-install: info: adding a relocation entry for 0x6684.
grub-install: info: adding a relocation entry for 0x668e.
grub-install: info: adding a relocation entry for 0x669b.
grub-install: info: adding a relocation entry for 0x66ad.
grub-install: info: adding a relocation entry for 0x66c8.
grub-install: info: adding a relocation entry for 0x66d2.
grub-install: info: adding a relocation entry for 0x66f4.
grub-install: info: adding a relocation entry for 0x670a.
grub-install: info: adding a relocation entry for 0x6719.
grub-install: info: adding a relocation entry for 0x672a.
grub-install: info: adding a relocation entry for 0x6736.
grub-install: info: adding a relocation entry for 0x6754.
grub-install: info: adding a relocation entry for 0x6770.
grub-install: info: adding a relocation entry for 0x67e8.
grub-install: info: adding a relocation entry for 0x67f9.
grub-install: info: adding a relocation entry for 0x6849.
grub-install: info: adding a relocation entry for 0x6853.
grub-install: info: adding a relocation entry for 0x6863.
grub-install: info: adding a relocation entry for 0x6879.
grub-install: info: adding a relocation entry for 0x6883.
grub-install: info: adding a relocation entry for 0x688d.
grub-install: info: adding a relocation entry for 0x6897.
grub-install: info: adding a relocation entry for 0x68a1.
grub-install: info: adding a relocation entry for 0x68ae.
grub-install: info: adding a relocation entry for 0x68e1.
grub-install: info: adding a relocation entry for 0x694d.
grub-install: info: adding a relocation entry for 0x699c.
grub-install: info: adding a relocation entry for 0x69d5.
grub-install: info: adding a relocation entry for 0x6a4c.
grub-install: info: adding a relocation entry for 0x6a6f.
grub-install: info: adding a relocation entry for 0x6ab8.
grub-install: info: adding a relocation entry for 0x6acf.
grub-install: info: adding a relocation entry for 0x6b13.
grub-install: info: adding a relocation entry for 0x6b20.
grub-install: info: adding a relocation entry for 0x6b54.
grub-install: info: adding a relocation entry for 0x6bc4.
grub-install: info: adding a relocation entry for 0x6be7.
grub-install: info: adding a relocation entry for 0x6bf1.
grub-install: info: adding a relocation entry for 0x6c01.
grub-install: info: adding a relocation entry for 0x6c33.
grub-install: info: adding a relocation entry for 0x6c4b.
grub-install: info: adding a relocation entry for 0x6c59.
grub-install: info: adding a relocation entry for 0x6c9b.
grub-install: info: adding a relocation entry for 0x6cc5.
grub-install: info: adding a relocation entry for 0x6d01.
grub-install: info: adding a relocation entry for 0x6d59.
grub-install: info: adding a relocation entry for 0x6d77.
grub-install: info: adding a relocation entry for 0x6d81.
grub-install: info: adding a relocation entry for 0x6dc7.
grub-install: info: adding a relocation entry for 0x6dda.
grub-install: info: adding a relocation entry for 0x6df6.
grub-install: info: adding a relocation entry for 0x6e3b.
grub-install: info: adding a relocation entry for 0x6e47.
grub-install: info: adding a relocation entry for 0x6e55.
grub-install: info: adding a relocation entry for 0x6e6c.
grub-install: info: adding a relocation entry for 0x6e7d.
grub-install: info: adding a relocation entry for 0x6ea1.
grub-install: info: adding a relocation entry for 0x6eb2.
grub-install: info: adding a relocation entry for 0x6ec0.
grub-install: info: adding a relocation entry for 0x6ee8.
grub-install: info: adding a relocation entry for 0x6f08.
grub-install: info: adding a relocation entry for 0x6f17.
grub-install: info: adding a relocation entry for 0x6f2a.
grub-install: info: adding a relocation entry for 0x6f56.
grub-install: info: adding a relocation entry for 0x6f60.
grub-install: info: adding a relocation entry for 0x6f6c.
grub-install: info: adding a relocation entry for 0x6f76.
grub-install: info: adding a relocation entry for 0x6f86.
grub-install: info: adding a relocation entry for 0x6fa2.
grub-install: info: adding a relocation entry for 0x6fac.
grub-install: info: adding a relocation entry for 0x6fc2.
grub-install: info: adding a relocation entry for 0x6fd0.
grub-install: info: adding a relocation entry for 0x6fe4.
grub-install: info: adding a relocation entry for 0x6ff9.
grub-install: info: adding a relocation entry for 0x700a.
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 264 bytes of a fixup block starting at 0x6000.
grub-install: info: adding a relocation entry for 0x7018.
grub-install: info: adding a relocation entry for 0x7030.
grub-install: info: adding a relocation entry for 0x7052.
grub-install: info: adding a relocation entry for 0x706a.
grub-install: info: adding a relocation entry for 0x7080.
grub-install: info: adding a relocation entry for 0x709c.
grub-install: info: adding a relocation entry for 0x70cb.
grub-install: info: adding a relocation entry for 0x70f7.
grub-install: info: adding a relocation entry for 0x7108.
grub-install: info: adding a relocation entry for 0x712b.
grub-install: info: adding a relocation entry for 0x716d.
grub-install: info: adding a relocation entry for 0x71d7.
grub-install: info: adding a relocation entry for 0x7226.
grub-install: info: adding a relocation entry for 0x7242.
grub-install: info: adding a relocation entry for 0x7262.
grub-install: info: adding a relocation entry for 0x72a5.
grub-install: info: adding a relocation entry for 0x72cd.
grub-install: info: adding a relocation entry for 0x73a0.
grub-install: info: adding a relocation entry for 0x73ae.
grub-install: info: adding a relocation entry for 0x7463.
grub-install: info: adding a relocation entry for 0x7472.
grub-install: info: adding a relocation entry for 0x747f.
grub-install: info: adding a relocation entry for 0x748b.
grub-install: info: adding a relocation entry for 0x74a3.
grub-install: info: adding a relocation entry for 0x74ee.
grub-install: info: adding a relocation entry for 0x74f8.
grub-install: info: adding a relocation entry for 0x7538.
grub-install: info: adding a relocation entry for 0x7542.
grub-install: info: adding a relocation entry for 0x75a6.
grub-install: info: adding a relocation entry for 0x75b0.
grub-install: info: adding a relocation entry for 0x75dc.
grub-install: info: adding a relocation entry for 0x75e6.
grub-install: info: adding a relocation entry for 0x75f0.
grub-install: info: adding a relocation entry for 0x7608.
grub-install: info: adding a relocation entry for 0x7612.
grub-install: info: adding a relocation entry for 0x761c.
grub-install: info: adding a relocation entry for 0x7634.
grub-install: info: adding a relocation entry for 0x763e.
grub-install: info: adding a relocation entry for 0x7648.
grub-install: info: adding a relocation entry for 0x7658.
grub-install: info: adding a relocation entry for 0x7668.
grub-install: info: adding a relocation entry for 0x76a6.
grub-install: info: adding a relocation entry for 0x76ca.
grub-install: info: adding a relocation entry for 0x76e5.
grub-install: info: adding a relocation entry for 0x770a.
grub-install: info: adding a relocation entry for 0x7714.
grub-install: info: adding a relocation entry for 0x772a.
grub-install: info: adding a relocation entry for 0x7742.
grub-install: info: adding a relocation entry for 0x7750.
grub-install: info: adding a relocation entry for 0x7779.
grub-install: info: adding a relocation entry for 0x7788.
grub-install: info: adding a relocation entry for 0x77af.
grub-install: info: adding a relocation entry for 0x77d8.
grub-install: info: adding a relocation entry for 0x77ea.
grub-install: info: adding a relocation entry for 0x77fc.
grub-install: info: adding a relocation entry for 0x7816.
grub-install: info: adding a relocation entry for 0x7825.
grub-install: info: adding a relocation entry for 0x782f.
grub-install: info: adding a relocation entry for 0x7848.
grub-install: info: adding a relocation entry for 0x7852.
grub-install: info: adding a relocation entry for 0x786e.
grub-install: info: adding a relocation entry for 0x7880.
grub-install: info: adding a relocation entry for 0x7898.
grub-install: info: adding a relocation entry for 0x78a8.
grub-install: info: adding a relocation entry for 0x78b9.
grub-install: info: adding a relocation entry for 0x78d3.
grub-install: info: adding a relocation entry for 0x78df.
grub-install: info: adding a relocation entry for 0x7935.
grub-install: info: adding a relocation entry for 0x793f.
grub-install: info: adding a relocation entry for 0x7976.
grub-install: info: adding a relocation entry for 0x79ac.
grub-install: info: adding a relocation entry for 0x79cf.
grub-install: info: adding a relocation entry for 0x79e3.
grub-install: info: adding a relocation entry for 0x7a03.
grub-install: info: adding a relocation entry for 0x7a28.
grub-install: info: adding a relocation entry for 0x7a7a.
grub-install: info: adding a relocation entry for 0x7a97.
grub-install: info: adding a relocation entry for 0x7aa8.
grub-install: info: adding a relocation entry for 0x7ad1.
grub-install: info: adding a relocation entry for 0x7b04.
grub-install: info: adding a relocation entry for 0x7b12.
grub-install: info: adding a relocation entry for 0x7b35.
grub-install: info: adding a relocation entry for 0x7b68.
grub-install: info: adding a relocation entry for 0x7b8c.
grub-install: info: adding a relocation entry for 0x7bf1.
grub-install: info: adding a relocation entry for 0x7c11.
grub-install: info: adding a relocation entry for 0x7c1e.
grub-install: info: adding a relocation entry for 0x7c2d.
grub-install: info: adding a relocation entry for 0x7c56.
grub-install: info: adding a relocation entry for 0x7c68.
grub-install: info: adding a relocation entry for 0x7c75.
grub-install: info: adding a relocation entry for 0x7ca5.
grub-install: info: adding a relocation entry for 0x7cd7.
grub-install: info: adding a relocation entry for 0x7cf5.
grub-install: info: adding a relocation entry for 0x7d02.
grub-install: info: adding a relocation entry for 0x7d19.
grub-install: info: adding a relocation entry for 0x7d32.
grub-install: info: adding a relocation entry for 0x7d3e.
grub-install: info: adding a relocation entry for 0x7d48.
grub-install: info: adding a relocation entry for 0x7d5f.
grub-install: info: adding a relocation entry for 0x7d6f.
grub-install: info: adding a relocation entry for 0x7d7f.
grub-install: info: adding a relocation entry for 0x7d91.
grub-install: info: adding a relocation entry for 0x7da1.
grub-install: info: adding a relocation entry for 0x7dae.
grub-install: info: adding a relocation entry for 0x7dd0.
grub-install: info: adding a relocation entry for 0x7dda.
grub-install: info: adding a relocation entry for 0x7ded.
grub-install: info: adding a relocation entry for 0x7e01.
grub-install: info: adding a relocation entry for 0x7e10.
grub-install: info: adding a relocation entry for 0x7e1a.
grub-install: info: adding a relocation entry for 0x7e26.
grub-install: info: adding a relocation entry for 0x7e30.
grub-install: info: adding a relocation entry for 0x7e41.
grub-install: info: adding a relocation entry for 0x7e4d.
grub-install: info: adding a relocation entry for 0x7e5d.
grub-install: info: adding a relocation entry for 0x7e6c.
grub-install: info: adding a relocation entry for 0x7e78.
grub-install: info: adding a relocation entry for 0x7e84.
grub-install: info: adding a relocation entry for 0x7eaa.
grub-install: info: adding a relocation entry for 0x7eca.
grub-install: info: adding a relocation entry for 0x7ed4.
grub-install: info: adding a relocation entry for 0x7ee5.
grub-install: info: adding a relocation entry for 0x7f0a.
grub-install: info: adding a relocation entry for 0x7f3b.
grub-install: info: adding a relocation entry for 0x7f4c.
grub-install: info: adding a relocation entry for 0x7f8d.
grub-install: info: adding a relocation entry for 0x7fe1.
grub-install: info: adding a relocation entry for 0x7fed.
grub-install: info: adding a relocation entry for 0x8001.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 272 bytes of a fixup block starting at 0x7000.
grub-install: info: adding a relocation entry for 0x800f.
grub-install: info: adding a relocation entry for 0x801b.
grub-install: info: adding a relocation entry for 0x803c.
grub-install: info: adding a relocation entry for 0x8061.
grub-install: info: adding a relocation entry for 0x8076.
grub-install: info: adding a relocation entry for 0x8097.
grub-install: info: adding a relocation entry for 0x80c5.
grub-install: info: adding a relocation entry for 0x80d6.
grub-install: info: adding a relocation entry for 0x8111.
grub-install: info: adding a relocation entry for 0x811b.
grub-install: info: adding a relocation entry for 0x812e.
grub-install: info: adding a relocation entry for 0x816f.
grub-install: info: adding a relocation entry for 0x819d.
grub-install: info: adding a relocation entry for 0x81b9.
grub-install: info: adding a relocation entry for 0x81e2.
grub-install: info: adding a relocation entry for 0x81f4.
grub-install: info: adding a relocation entry for 0x8215.
grub-install: info: adding a relocation entry for 0x82be.
grub-install: info: adding a relocation entry for 0x8309.
grub-install: info: adding a relocation entry for 0x835b.
grub-install: info: adding a relocation entry for 0x8388.
grub-install: info: adding a relocation entry for 0x83c0.
grub-install: info: adding a relocation entry for 0x83df.
grub-install: info: adding a relocation entry for 0x83e9.
grub-install: info: adding a relocation entry for 0x8417.
grub-install: info: adding a relocation entry for 0x844a.
grub-install: info: adding a relocation entry for 0x8476.
grub-install: info: adding a relocation entry for 0x8487.
grub-install: info: adding a relocation entry for 0x84b1.
grub-install: info: adding a relocation entry for 0x84ed.
grub-install: info: adding a relocation entry for 0x84f7.
grub-install: info: adding a relocation entry for 0x8514.
grub-install: info: adding a relocation entry for 0x851e.
grub-install: info: adding a relocation entry for 0x8528.
grub-install: info: adding a relocation entry for 0x8537.
grub-install: info: adding a relocation entry for 0x8548.
grub-install: info: adding a relocation entry for 0x8552.
grub-install: info: adding a relocation entry for 0x856c.
grub-install: info: adding a relocation entry for 0x8584.
grub-install: info: adding a relocation entry for 0x858e.
grub-install: info: adding a relocation entry for 0x8598.
grub-install: info: adding a relocation entry for 0x85a4.
grub-install: info: adding a relocation entry for 0x85d1.
grub-install: info: adding a relocation entry for 0x85e6.
grub-install: info: adding a relocation entry for 0x85f9.
grub-install: info: adding a relocation entry for 0x8619.
grub-install: info: adding a relocation entry for 0x8623.
grub-install: info: adding a relocation entry for 0x8655.
grub-install: info: adding a relocation entry for 0x867d.
grub-install: info: adding a relocation entry for 0x868e.
grub-install: info: adding a relocation entry for 0x86b5.
grub-install: info: adding a relocation entry for 0x8726.
grub-install: info: adding a relocation entry for 0x875a.
grub-install: info: adding a relocation entry for 0x8783.
grub-install: info: adding a relocation entry for 0x878f.
grub-install: info: adding a relocation entry for 0x879f.
grub-install: info: adding a relocation entry for 0x87bb.
grub-install: info: adding a relocation entry for 0x87cf.
grub-install: info: adding a relocation entry for 0x87e8.
grub-install: info: adding a relocation entry for 0x87f2.
grub-install: info: adding a relocation entry for 0x8802.
grub-install: info: adding a relocation entry for 0x8852.
grub-install: info: adding a relocation entry for 0x8860.
grub-install: info: adding a relocation entry for 0x8878.
grub-install: info: adding a relocation entry for 0x888d.
grub-install: info: adding a relocation entry for 0x88a9.
grub-install: info: adding a relocation entry for 0x88ea.
grub-install: info: adding a relocation entry for 0x8922.
grub-install: info: adding a relocation entry for 0x892c.
grub-install: info: adding a relocation entry for 0x8936.
grub-install: info: adding a relocation entry for 0x8942.
grub-install: info: adding a relocation entry for 0x8951.
grub-install: info: adding a relocation entry for 0x89a6.
grub-install: info: adding a relocation entry for 0x89b2.
grub-install: info: adding a relocation entry for 0x89bc.
grub-install: info: adding a relocation entry for 0x89d0.
grub-install: info: adding a relocation entry for 0x89ef.
grub-install: info: adding a relocation entry for 0x89f9.
grub-install: info: adding a relocation entry for 0x8a05.
grub-install: info: adding a relocation entry for 0x8a19.
grub-install: info: adding a relocation entry for 0x8a26.
grub-install: info: adding a relocation entry for 0x8a32.
grub-install: info: adding a relocation entry for 0x8a3c.
grub-install: info: adding a relocation entry for 0x8a4b.
grub-install: info: adding a relocation entry for 0x8a6d.
grub-install: info: adding a relocation entry for 0x8a88.
grub-install: info: adding a relocation entry for 0x8aa8.
grub-install: info: adding a relocation entry for 0x8b0b.
grub-install: info: adding a relocation entry for 0x8b26.
grub-install: info: adding a relocation entry for 0x8b65.
grub-install: info: adding a relocation entry for 0x8b6f.
grub-install: info: adding a relocation entry for 0x8b90.
grub-install: info: adding a relocation entry for 0x8b9c.
grub-install: info: adding a relocation entry for 0x8bab.
grub-install: info: adding a relocation entry for 0x8bbb.
grub-install: info: adding a relocation entry for 0x8bc5.
grub-install: info: adding a relocation entry for 0x8bd5.
grub-install: info: adding a relocation entry for 0x8be9.
grub-install: info: adding a relocation entry for 0x8bff.
grub-install: info: adding a relocation entry for 0x8c12.
grub-install: info: adding a relocation entry for 0x8c22.
grub-install: info: adding a relocation entry for 0x8c31.
grub-install: info: adding a relocation entry for 0x8c3e.
grub-install: info: adding a relocation entry for 0x8c51.
grub-install: info: adding a relocation entry for 0x8c62.
grub-install: info: adding a relocation entry for 0x8c6e.
grub-install: info: adding a relocation entry for 0x8c80.
grub-install: info: adding a relocation entry for 0x8c8c.
grub-install: info: adding a relocation entry for 0x8c96.
grub-install: info: adding a relocation entry for 0x8ca4.
grub-install: info: adding a relocation entry for 0x8cae.
grub-install: info: adding a relocation entry for 0x8cbe.
grub-install: info: adding a relocation entry for 0x8ccb.
grub-install: info: adding a relocation entry for 0x8ce6.
grub-install: info: adding a relocation entry for 0x8cf2.
grub-install: info: adding a relocation entry for 0x8d04.
grub-install: info: adding a relocation entry for 0x8d0e.
grub-install: info: adding a relocation entry for 0x8d28.
grub-install: info: adding a relocation entry for 0x8d34.
grub-install: info: adding a relocation entry for 0x8d5b.
grub-install: info: adding a relocation entry for 0x8d65.
grub-install: info: adding a relocation entry for 0x8d86.
grub-install: info: adding a relocation entry for 0x8de6.
grub-install: info: adding a relocation entry for 0x8df4.
grub-install: info: adding a relocation entry for 0x8eda.
grub-install: info: adding a relocation entry for 0x8f25.
grub-install: info: adding a relocation entry for 0x9034.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 264 bytes of a fixup block starting at 0x8000.
grub-install: info: adding a relocation entry for 0x904b.
grub-install: info: adding a relocation entry for 0x9069.
grub-install: info: adding a relocation entry for 0x907f.
grub-install: info: adding a relocation entry for 0x909b.
grub-install: info: adding a relocation entry for 0x90bc.
grub-install: info: adding a relocation entry for 0x913d.
grub-install: info: adding a relocation entry for 0x91cf.
grub-install: info: adding a relocation entry for 0x91e3.
grub-install: info: adding a relocation entry for 0x91f6.
grub-install: info: adding a relocation entry for 0x920f.
grub-install: info: adding a relocation entry for 0x9220.
grub-install: info: adding a relocation entry for 0x934f.
grub-install: info: adding a relocation entry for 0x936b.
grub-install: info: adding a relocation entry for 0x93a0.
grub-install: info: adding a relocation entry for 0x93b2.
grub-install: info: adding a relocation entry for 0x9508.
grub-install: info: adding a relocation entry for 0x95ad.
grub-install: info: adding a relocation entry for 0x9658.
grub-install: info: adding a relocation entry for 0x96b0.
grub-install: info: adding a relocation entry for 0x97df.
grub-install: info: adding a relocation entry for 0x9847.
grub-install: info: adding a relocation entry for 0x997d.
grub-install: info: adding a relocation entry for 0x9a44.
grub-install: info: adding a relocation entry for 0x9a53.
grub-install: info: adding a relocation entry for 0x9a65.
grub-install: info: adding a relocation entry for 0x9a8a.
grub-install: info: adding a relocation entry for 0x9aa3.
grub-install: info: adding a relocation entry for 0x9abc.
grub-install: info: adding a relocation entry for 0x9aed.
grub-install: info: adding a relocation entry for 0x9aff.
grub-install: info: adding a relocation entry for 0x9b10.
grub-install: info: adding a relocation entry for 0x9b54.
grub-install: info: adding a relocation entry for 0x9bb2.
grub-install: info: adding a relocation entry for 0x9bce.
grub-install: info: adding a relocation entry for 0x9bdf.
grub-install: info: adding a relocation entry for 0x9bf8.
grub-install: info: adding a relocation entry for 0x9c22.
grub-install: info: adding a relocation entry for 0x9c32.
grub-install: info: adding a relocation entry for 0x9c56.
grub-install: info: adding a relocation entry for 0x9c60.
grub-install: info: adding a relocation entry for 0x9c93.
grub-install: info: adding a relocation entry for 0x9c9f.
grub-install: info: adding a relocation entry for 0x9cba.
grub-install: info: adding a relocation entry for 0x9cef.
grub-install: info: adding a relocation entry for 0x9d03.
grub-install: info: adding a relocation entry for 0x9d2c.
grub-install: info: adding a relocation entry for 0x9d5d.
grub-install: info: adding a relocation entry for 0x9d80.
grub-install: info: adding a relocation entry for 0x9d8f.
grub-install: info: adding a relocation entry for 0x9dce.
grub-install: info: adding a relocation entry for 0x9de2.
grub-install: info: adding a relocation entry for 0x9e04.
grub-install: info: adding a relocation entry for 0x9e3a.
grub-install: info: adding a relocation entry for 0x9e68.
grub-install: info: adding a relocation entry for 0x9ea3.
grub-install: info: adding a relocation entry for 0x9ebf.
grub-install: info: adding a relocation entry for 0x9ecb.
grub-install: info: adding a relocation entry for 0x9ed9.
grub-install: info: adding a relocation entry for 0x9ee5.
grub-install: info: adding a relocation entry for 0x9ef5.
grub-install: info: adding a relocation entry for 0x9f03.
grub-install: info: adding a relocation entry for 0x9f0f.
grub-install: info: adding a relocation entry for 0x9f54.
grub-install: info: adding a relocation entry for 0x9f72.
grub-install: info: adding a relocation entry for 0x9f87.
grub-install: info: adding a relocation entry for 0x9fbc.
grub-install: info: adding a relocation entry for 0xa005.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 144 bytes of a fixup block starting at 0x9000.
grub-install: info: adding a relocation entry for 0xa044.
grub-install: info: adding a relocation entry for 0xa095.
grub-install: info: adding a relocation entry for 0xa12e.
grub-install: info: adding a relocation entry for 0xa15d.
grub-install: info: adding a relocation entry for 0xa174.
grub-install: info: adding a relocation entry for 0xa21c.
grub-install: info: adding a relocation entry for 0xa251.
grub-install: info: adding a relocation entry for 0xa278.
grub-install: info: adding a relocation entry for 0xa2a2.
grub-install: info: adding a relocation entry for 0xa2b0.
grub-install: info: adding a relocation entry for 0xa2ff.
grub-install: info: adding a relocation entry for 0xa332.
grub-install: info: adding a relocation entry for 0xa33c.
grub-install: info: adding a relocation entry for 0xa34d.
grub-install: info: adding a relocation entry for 0xa359.
grub-install: info: adding a relocation entry for 0xa366.
grub-install: info: adding a relocation entry for 0xa3cd.
grub-install: info: adding a relocation entry for 0xa3df.
grub-install: info: adding a relocation entry for 0xa413.
grub-install: info: adding a relocation entry for 0xa42a.
grub-install: info: adding a relocation entry for 0xa445.
grub-install: info: adding a relocation entry for 0xa46e.
grub-install: info: adding a relocation entry for 0xa47e.
grub-install: info: adding a relocation entry for 0xa48d.
grub-install: info: adding a relocation entry for 0xa4aa.
grub-install: info: adding a relocation entry for 0xa50c.
grub-install: info: adding a relocation entry for 0xa541.
grub-install: info: adding a relocation entry for 0xa552.
grub-install: info: adding a relocation entry for 0xa58c.
grub-install: info: adding a relocation entry for 0xa596.
grub-install: info: adding a relocation entry for 0xa5b2.
grub-install: info: adding a relocation entry for 0xa5d5.
grub-install: info: adding a relocation entry for 0xa5f1.
grub-install: info: adding a relocation entry for 0xa612.
grub-install: info: adding a relocation entry for 0xa61c.
grub-install: info: adding a relocation entry for 0xa682.
grub-install: info: adding a relocation entry for 0xa6dc.
grub-install: info: adding a relocation entry for 0xa6f1.
grub-install: info: adding a relocation entry for 0xa6fb.
grub-install: info: adding a relocation entry for 0xa70a.
grub-install: info: adding a relocation entry for 0xa719.
grub-install: info: adding a relocation entry for 0xa733.
grub-install: info: adding a relocation entry for 0xa74e.
grub-install: info: adding a relocation entry for 0xa76b.
grub-install: info: adding a relocation entry for 0xa795.
grub-install: info: adding a relocation entry for 0xa7b7.
grub-install: info: adding a relocation entry for 0xa82a.
grub-install: info: adding a relocation entry for 0xa83b.
grub-install: info: adding a relocation entry for 0xa85c.
grub-install: info: adding a relocation entry for 0xa883.
grub-install: info: adding a relocation entry for 0xa8cc.
grub-install: info: adding a relocation entry for 0xa8ef.
grub-install: info: adding a relocation entry for 0xa915.
grub-install: info: adding a relocation entry for 0xa922.
grub-install: info: adding a relocation entry for 0xa94f.
grub-install: info: adding a relocation entry for 0xa95e.
grub-install: info: adding a relocation entry for 0xa96e.
grub-install: info: adding a relocation entry for 0xa97f.
grub-install: info: adding a relocation entry for 0xa98b.
grub-install: info: adding a relocation entry for 0xa997.
grub-install: info: adding a relocation entry for 0xa9b1.
grub-install: info: adding a relocation entry for 0xa9c4.
grub-install: info: adding a relocation entry for 0xa9d0.
grub-install: info: adding a relocation entry for 0xa9dc.
grub-install: info: adding a relocation entry for 0xa9ec.
grub-install: info: adding a relocation entry for 0xaa0e.
grub-install: info: adding a relocation entry for 0xaa18.
grub-install: info: adding a relocation entry for 0xaa27.
grub-install: info: adding a relocation entry for 0xaa5e.
grub-install: info: adding a relocation entry for 0xaa73.
grub-install: info: adding a relocation entry for 0xaa9e.
grub-install: info: adding a relocation entry for 0xaaaf.
grub-install: info: adding a relocation entry for 0xaac3.
grub-install: info: adding a relocation entry for 0xaacd.
grub-install: info: adding a relocation entry for 0xaadc.
grub-install: info: adding a relocation entry for 0xaae6.
grub-install: info: adding a relocation entry for 0xab07.
grub-install: info: adding a relocation entry for 0xab1b.
grub-install: info: adding a relocation entry for 0xab30.
grub-install: info: adding a relocation entry for 0xab4b.
grub-install: info: adding a relocation entry for 0xab61.
grub-install: info: adding a relocation entry for 0xabad.
grub-install: info: adding a relocation entry for 0xabe8.
grub-install: info: adding a relocation entry for 0xac01.
grub-install: info: adding a relocation entry for 0xac24.
grub-install: info: adding a relocation entry for 0xac53.
grub-install: info: adding a relocation entry for 0xac68.
grub-install: info: adding a relocation entry for 0xac79.
grub-install: info: adding a relocation entry for 0xaca2.
grub-install: info: adding a relocation entry for 0xacce.
grub-install: info: adding a relocation entry for 0xacd9.
grub-install: info: adding a relocation entry for 0xacee.
grub-install: info: adding a relocation entry for 0xacf9.
grub-install: info: translating the relocation section .rela.rodata.
grub-install: info: adding a relocation entry for 0xb000.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 200 bytes of a fixup block starting at 0xa000.
grub-install: info: adding a relocation entry for 0xb008.
grub-install: info: adding a relocation entry for 0xb010.
grub-install: info: adding a relocation entry for 0xb018.
grub-install: info: adding a relocation entry for 0xb020.
grub-install: info: adding a relocation entry for 0xb028.
grub-install: info: adding a relocation entry for 0xb030.
grub-install: info: adding a relocation entry for 0xb038.
grub-install: info: adding a relocation entry for 0xb040.
grub-install: info: adding a relocation entry for 0xb048.
grub-install: info: adding a relocation entry for 0xb050.
grub-install: info: adding a relocation entry for 0xb058.
grub-install: info: adding a relocation entry for 0xb060.
grub-install: info: adding a relocation entry for 0xb068.
grub-install: info: adding a relocation entry for 0xb070.
grub-install: info: adding a relocation entry for 0xb078.
grub-install: info: adding a relocation entry for 0xb080.
grub-install: info: adding a relocation entry for 0xb088.
grub-install: info: adding a relocation entry for 0xb090.
grub-install: info: adding a relocation entry for 0xb098.
grub-install: info: adding a relocation entry for 0xb0a0.
grub-install: info: adding a relocation entry for 0xb0a8.
grub-install: info: adding a relocation entry for 0xb0b0.
grub-install: info: adding a relocation entry for 0xb0b8.
grub-install: info: adding a relocation entry for 0xb0c0.
grub-install: info: adding a relocation entry for 0xb0c8.
grub-install: info: adding a relocation entry for 0xb0d0.
grub-install: info: adding a relocation entry for 0xb0d8.
grub-install: info: adding a relocation entry for 0xb0e0.
grub-install: info: adding a relocation entry for 0xb0e8.
grub-install: info: adding a relocation entry for 0xb0f0.
grub-install: info: adding a relocation entry for 0xb0f8.
grub-install: info: adding a relocation entry for 0xb100.
grub-install: info: adding a relocation entry for 0xb108.
grub-install: info: adding a relocation entry for 0xb110.
grub-install: info: adding a relocation entry for 0xb118.
grub-install: info: adding a relocation entry for 0xb120.
grub-install: info: adding a relocation entry for 0xb128.
grub-install: info: adding a relocation entry for 0xb130.
grub-install: info: adding a relocation entry for 0xb138.
grub-install: info: adding a relocation entry for 0xb140.
grub-install: info: adding a relocation entry for 0xb148.
grub-install: info: adding a relocation entry for 0xb150.
grub-install: info: adding a relocation entry for 0xb1c0.
grub-install: info: adding a relocation entry for 0xb1c8.
grub-install: info: adding a relocation entry for 0xb1d0.
grub-install: info: adding a relocation entry for 0xb1d8.
grub-install: info: adding a relocation entry for 0xb1e0.
grub-install: info: adding a relocation entry for 0xb1e8.
grub-install: info: translating the relocation section .rela.data.
grub-install: info: adding a relocation entry for 0xcd20.
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 112 bytes of a fixup block starting at 0xb000.
grub-install: info: adding a relocation entry for 0xcd30.
grub-install: info: adding a relocation entry for 0xcd38.
grub-install: info: adding a relocation entry for 0xcd40.
grub-install: info: adding a relocation entry for 0xcd48.
grub-install: info: adding a relocation entry for 0xcd50.
grub-install: info: adding a relocation entry for 0xcdb0.
grub-install: info: adding a relocation entry for 0xcdb8.
grub-install: info: adding a relocation entry for 0xcdc0.
grub-install: info: adding a relocation entry for 0xcdc8.
grub-install: info: adding a relocation entry for 0xcdd8.
grub-install: info: adding a relocation entry for 0xcde0.
grub-install: info: adding a relocation entry for 0xcde8.
grub-install: info: adding a relocation entry for 0xcdf0.
grub-install: info: adding a relocation entry for 0xcdf8.
grub-install: info: adding a relocation entry for 0xce00.
grub-install: info: adding a relocation entry for 0xce50.
grub-install: info: adding a relocation entry for 0xce58.
grub-install: info: adding a relocation entry for 0xce68.
grub-install: info: adding a relocation entry for 0xcea0.
grub-install: info: adding a relocation entry for 0xced0.
grub-install: info: adding a relocation entry for 0xcee0.
grub-install: info: adding a relocation entry for 0xcee8.
grub-install: info: adding a relocation entry for 0xcf10.
grub-install: info: adding a relocation entry for 0xd060.
grub-install: info: writing 56 bytes of a fixup block starting at 0xc000.
grub-install: info: adding a relocation entry for 0xd080.
grub-install: info: adding a relocation entry for 0xd088.
grub-install: info: adding a relocation entry for 0xd098.
grub-install: info: adding a relocation entry for 0xd0a0.
grub-install: info: adding a relocation entry for 0xd0b0.
grub-install: info: adding a relocation entry for 0xd0b8.
grub-install: info: adding a relocation entry for 0xd0c8.
grub-install: info: adding a relocation entry for 0xd0d0.
grub-install: info: adding a relocation entry for 0xd0e0.
grub-install: info: adding a relocation entry for 0xd0e8.
grub-install: info: adding a relocation entry for 0xd0f8.
grub-install: info: adding a relocation entry for 0xd100.
grub-install: info: adding a relocation entry for 0xd110.
grub-install: info: adding a relocation entry for 0xd118.
grub-install: info: adding a relocation entry for 0xd128.
grub-install: info: adding a relocation entry for 0xd130.
grub-install: info: adding a relocation entry for 0xd140.
grub-install: info: adding a relocation entry for 0xd148.
grub-install: info: adding a relocation entry for 0xd158.
grub-install: info: adding a relocation entry for 0xd160.
grub-install: info: adding a relocation entry for 0xd170.
grub-install: info: adding a relocation entry for 0xd178.
grub-install: info: adding a relocation entry for 0xd188.
grub-install: info: adding a relocation entry for 0xd190.
grub-install: info: adding a relocation entry for 0xd1a0.
grub-install: info: adding a relocation entry for 0xd1a8.
grub-install: info: adding a relocation entry for 0xd1b8.
grub-install: info: adding a relocation entry for 0xd1c0.
grub-install: info: adding a relocation entry for 0xd1d0.
grub-install: info: adding a relocation entry for 0xd1d8.
grub-install: info: adding a relocation entry for 0xd1e8.
grub-install: info: adding a relocation entry for 0xd1f0.
grub-install: info: adding a relocation entry for 0xd200.
grub-install: info: adding a relocation entry for 0xd208.
grub-install: info: adding a relocation entry for 0xd218.
grub-install: info: adding a relocation entry for 0xd220.
grub-install: info: adding a relocation entry for 0xd230.
grub-install: info: adding a relocation entry for 0xd238.
grub-install: info: adding a relocation entry for 0xd248.
grub-install: info: adding a relocation entry for 0xd250.
grub-install: info: adding a relocation entry for 0xd260.
grub-install: info: adding a relocation entry for 0xd268.
grub-install: info: adding a relocation entry for 0xd278.
grub-install: info: adding a relocation entry for 0xd280.
grub-install: info: adding a relocation entry for 0xd290.
grub-install: info: adding a relocation entry for 0xd298.
grub-install: info: adding a relocation entry for 0xd2a8.
grub-install: info: adding a relocation entry for 0xd2b0.
grub-install: info: adding a relocation entry for 0xd2c0.
grub-install: info: adding a relocation entry for 0xd2c8.
grub-install: info: adding a relocation entry for 0xd2d8.
grub-install: info: adding a relocation entry for 0xd2e0.
grub-install: info: adding a relocation entry for 0xd2f0.
grub-install: info: adding a relocation entry for 0xd2f8.
grub-install: info: adding a relocation entry for 0xd308.
grub-install: info: adding a relocation entry for 0xd310.
grub-install: info: adding a relocation entry for 0xd320.
grub-install: info: adding a relocation entry for 0xd328.
grub-install: info: adding a relocation entry for 0xd338.
grub-install: info: adding a relocation entry for 0xd340.
grub-install: info: adding a relocation entry for 0xd350.
grub-install: info: adding a relocation entry for 0xd358.
grub-install: info: adding a relocation entry for 0xd368.
grub-install: info: adding a relocation entry for 0xd370.
grub-install: info: adding a relocation entry for 0xd380.
grub-install: info: adding a relocation entry for 0xd388.
grub-install: info: adding a relocation entry for 0xd398.
grub-install: info: adding a relocation entry for 0xd3a0.
grub-install: info: adding a relocation entry for 0xd3b0.
grub-install: info: adding a relocation entry for 0xd3b8.
grub-install: info: adding a relocation entry for 0xd3c8.
grub-install: info: adding a relocation entry for 0xd3d0.
grub-install: info: adding a relocation entry for 0xd3e0.
grub-install: info: adding a relocation entry for 0xd3e8.
grub-install: info: adding a relocation entry for 0xd3f8.
grub-install: info: adding a relocation entry for 0xd400.
grub-install: info: adding a relocation entry for 0xd410.
grub-install: info: adding a relocation entry for 0xd418.
grub-install: info: adding a relocation entry for 0xd428.
grub-install: info: adding a relocation entry for 0xd430.
grub-install: info: adding a relocation entry for 0xd440.
grub-install: info: adding a relocation entry for 0xd448.
grub-install: info: adding a relocation entry for 0xd458.
grub-install: info: adding a relocation entry for 0xd460.
grub-install: info: adding a relocation entry for 0xd470.
grub-install: info: adding a relocation entry for 0xd478.
grub-install: info: adding a relocation entry for 0xd488.
grub-install: info: adding a relocation entry for 0xd490.
grub-install: info: adding a relocation entry for 0xd4a0.
grub-install: info: adding a relocation entry for 0xd4a8.
grub-install: info: adding a relocation entry for 0xd4b8.
grub-install: info: adding a relocation entry for 0xd4c0.
grub-install: info: adding a relocation entry for 0xd4d0.
grub-install: info: adding a relocation entry for 0xd4d8.
grub-install: info: adding a relocation entry for 0xd4e8.
grub-install: info: adding a relocation entry for 0xd4f0.
grub-install: info: adding a relocation entry for 0xd500.
grub-install: info: adding a relocation entry for 0xd508.
grub-install: info: adding a relocation entry for 0xd518.
grub-install: info: adding a relocation entry for 0xd520.
grub-install: info: adding a relocation entry for 0xd530.
grub-install: info: adding a relocation entry for 0xd538.
grub-install: info: adding a relocation entry for 0xd548.
grub-install: info: adding a relocation entry for 0xd550.
grub-install: info: adding a relocation entry for 0xd560.
grub-install: info: adding a relocation entry for 0xd568.
grub-install: info: adding a relocation entry for 0xd578.
grub-install: info: adding a relocation entry for 0xd580.
grub-install: info: adding a relocation entry for 0xd590.
grub-install: info: adding a relocation entry for 0xd598.
grub-install: info: adding a relocation entry for 0xd5a8.
grub-install: info: adding a relocation entry for 0xd5b0.
grub-install: info: adding a relocation entry for 0xd5c0.
grub-install: info: adding a relocation entry for 0xd5c8.
grub-install: info: adding a relocation entry for 0xd5d8.
grub-install: info: adding a relocation entry for 0xd5e0.
grub-install: info: adding a relocation entry for 0xd5f0.
grub-install: info: adding a relocation entry for 0xd5f8.
grub-install: info: adding a relocation entry for 0xd608.
grub-install: info: adding a relocation entry for 0xd610.
grub-install: info: adding a relocation entry for 0xd620.
grub-install: info: adding a relocation entry for 0xd628.
grub-install: info: adding a relocation entry for 0xd638.
grub-install: info: adding a relocation entry for 0xd640.
grub-install: info: adding a relocation entry for 0xd650.
grub-install: info: adding a relocation entry for 0xd658.
grub-install: info: adding a relocation entry for 0xd668.
grub-install: info: adding a relocation entry for 0xd670.
grub-install: info: adding a relocation entry for 0xd680.
grub-install: info: adding a relocation entry for 0xd688.
grub-install: info: adding a relocation entry for 0xd698.
grub-install: info: adding a relocation entry for 0xd6a0.
grub-install: info: adding a relocation entry for 0xd6b0.
grub-install: info: adding a relocation entry for 0xd6b8.
grub-install: info: adding a relocation entry for 0xd6c8.
grub-install: info: adding a relocation entry for 0xd6d0.
grub-install: info: adding a relocation entry for 0xd6e0.
grub-install: info: adding a relocation entry for 0xd6e8.
grub-install: info: adding a relocation entry for 0xd6f8.
grub-install: info: adding a relocation entry for 0xd700.
grub-install: info: adding a relocation entry for 0xd710.
grub-install: info: adding a relocation entry for 0xd718.
grub-install: info: adding a relocation entry for 0xd728.
grub-install: info: adding a relocation entry for 0xd730.
grub-install: info: adding a relocation entry for 0xd740.
grub-install: info: adding a relocation entry for 0xd748.
grub-install: info: adding a relocation entry for 0xd758.
grub-install: info: adding a relocation entry for 0xd760.
grub-install: info: adding a relocation entry for 0xd770.
grub-install: info: adding a relocation entry for 0xd778.
grub-install: info: adding a relocation entry for 0xd788.
grub-install: info: adding a relocation entry for 0xd790.
grub-install: info: adding a relocation entry for 0xd7a0.
grub-install: info: adding a relocation entry for 0xd7a8.
grub-install: info: adding a relocation entry for 0xd7b8.
grub-install: info: adding a relocation entry for 0xd7c0.
grub-install: info: adding a relocation entry for 0xd7d0.
grub-install: info: adding a relocation entry for 0xd7d8.
grub-install: info: adding a relocation entry for 0xd7e8.
grub-install: info: adding a relocation entry for 0xd7f0.
grub-install: info: adding a relocation entry for 0xd800.
grub-install: info: adding a relocation entry for 0xd808.
grub-install: info: adding a relocation entry for 0xd818.
grub-install: info: adding a relocation entry for 0xd820.
grub-install: info: adding a relocation entry for 0xd830.
grub-install: info: adding a relocation entry for 0xd838.
grub-install: info: adding a relocation entry for 0xd848.
grub-install: info: adding a relocation entry for 0xd850.
grub-install: info: adding a relocation entry for 0xd860.
grub-install: info: adding a relocation entry for 0xd868.
grub-install: info: adding a relocation entry for 0xd878.
grub-install: info: adding a relocation entry for 0xd880.
grub-install: info: adding a relocation entry for 0xd890.
grub-install: info: adding a relocation entry for 0xd898.
grub-install: info: adding a relocation entry for 0xd8a8.
grub-install: info: adding a relocation entry for 0xd8b0.
grub-install: info: adding a relocation entry for 0xd8c0.
grub-install: info: adding a relocation entry for 0xd8c8.
grub-install: info: adding a relocation entry for 0xd8d8.
grub-install: info: adding a relocation entry for 0xd8e0.
grub-install: info: adding a relocation entry for 0xd8f0.
grub-install: info: adding a relocation entry for 0xd8f8.
grub-install: info: adding a relocation entry for 0xd908.
grub-install: info: adding a relocation entry for 0xd910.
grub-install: info: adding a relocation entry for 0xd920.
grub-install: info: adding a relocation entry for 0xd928.
grub-install: info: adding a relocation entry for 0xd938.
grub-install: info: adding a relocation entry for 0xd940.
grub-install: info: adding a relocation entry for 0xd950.
grub-install: info: adding a relocation entry for 0xd958.
grub-install: info: adding a relocation entry for 0xd968.
grub-install: info: adding a relocation entry for 0xd970.
grub-install: info: adding a relocation entry for 0xd980.
grub-install: info: adding a relocation entry for 0xd988.
grub-install: info: adding a relocation entry for 0xd998.
grub-install: info: adding a relocation entry for 0xd9a0.
grub-install: info: adding a relocation entry for 0xd9b0.
grub-install: info: adding a relocation entry for 0xd9b8.
grub-install: info: adding a relocation entry for 0xd9c8.
grub-install: info: adding a relocation entry for 0xd9d0.
grub-install: info: adding a relocation entry for 0xd9e0.
grub-install: info: adding a relocation entry for 0xd9e8.
grub-install: info: adding a relocation entry for 0xd9f8.
grub-install: info: adding a relocation entry for 0xda00.
grub-install: info: adding a relocation entry for 0xda10.
grub-install: info: adding a relocation entry for 0xda18.
grub-install: info: adding a relocation entry for 0xda28.
grub-install: info: adding a relocation entry for 0xda30.
grub-install: info: adding a relocation entry for 0xda40.
grub-install: info: adding a relocation entry for 0xda48.
grub-install: info: adding a relocation entry for 0xda58.
grub-install: info: adding a relocation entry for 0xda60.
grub-install: info: adding a relocation entry for 0xda70.
grub-install: info: adding a relocation entry for 0xda78.
grub-install: info: adding a relocation entry for 0xda88.
grub-install: info: adding a relocation entry for 0xda90.
grub-install: info: adding a relocation entry for 0xdaa0.
grub-install: info: adding a relocation entry for 0xdaa8.
grub-install: info: adding a relocation entry for 0xdab8.
grub-install: info: adding a relocation entry for 0xdac0.
grub-install: info: adding a relocation entry for 0xdad0.
grub-install: info: adding a relocation entry for 0xdad8.
grub-install: info: adding a relocation entry for 0xdae8.
grub-install: info: adding a relocation entry for 0xdaf0.
grub-install: info: adding a relocation entry for 0xdb00.
grub-install: info: adding a relocation entry for 0xdb08.
grub-install: info: adding a relocation entry for 0xdb18.
grub-install: info: adding a relocation entry for 0xdb20.
grub-install: info: adding a relocation entry for 0xdb30.
grub-install: info: adding a relocation entry for 0xdb38.
grub-install: info: adding a relocation entry for 0xdb48.
grub-install: info: adding a relocation entry for 0xdb50.
grub-install: info: adding a relocation entry for 0xdb60.
grub-install: info: adding a relocation entry for 0xdb68.
grub-install: info: adding a relocation entry for 0xdb78.
grub-install: info: adding a relocation entry for 0xdb80.
grub-install: info: adding a relocation entry for 0xdb90.
grub-install: info: adding a relocation entry for 0xdb98.
grub-install: info: adding a relocation entry for 0xdba8.
grub-install: info: adding a relocation entry for 0xdbb0.
grub-install: info: adding a relocation entry for 0xdbc0.
grub-install: info: adding a relocation entry for 0xdbc8.
grub-install: info: adding a relocation entry for 0xdbd8.
grub-install: info: adding a relocation entry for 0xdbe0.
grub-install: info: adding a relocation entry for 0xdbf0.
grub-install: info: adding a relocation entry for 0xdbf8.
grub-install: info: adding a relocation entry for 0xdc08.
grub-install: info: adding a relocation entry for 0xdc10.
grub-install: info: adding a relocation entry for 0xdc20.
grub-install: info: adding a relocation entry for 0xdc28.
grub-install: info: adding a relocation entry for 0xdc38.
grub-install: info: adding a relocation entry for 0xdc40.
grub-install: info: adding a relocation entry for 0xdc50.
grub-install: info: adding a relocation entry for 0xdc58.
grub-install: info: adding a relocation entry for 0xdc68.
grub-install: info: adding a relocation entry for 0xdc70.
grub-install: info: adding a relocation entry for 0xdc80.
grub-install: info: adding a relocation entry for 0xdc88.
grub-install: info: adding a relocation entry for 0xdc98.
grub-install: info: adding a relocation entry for 0xdca0.
grub-install: info: adding a relocation entry for 0xdcb0.
grub-install: info: adding a relocation entry for 0xdcb8.
grub-install: info: adding a relocation entry for 0xdcc8.
grub-install: info: adding a relocation entry for 0xdcd0.
grub-install: info: adding a relocation entry for 0xdce0.
grub-install: info: adding a relocation entry for 0xdce8.
grub-install: info: adding a relocation entry for 0xdcf8.
grub-install: info: adding a relocation entry for 0xdd00.
grub-install: info: adding a relocation entry for 0xdd10.
grub-install: info: adding a relocation entry for 0xdd18.
grub-install: info: adding a relocation entry for 0xdd28.
grub-install: info: adding a relocation entry for 0xdd30.
grub-install: info: adding a relocation entry for 0xdd40.
grub-install: info: adding a relocation entry for 0xdd48.
grub-install: info: adding a relocation entry for 0xdd58.
grub-install: info: adding a relocation entry for 0xdd60.
grub-install: info: adding a relocation entry for 0xdd70.
grub-install: info: adding a relocation entry for 0xdd78.
grub-install: info: adding a relocation entry for 0xdd88.
grub-install: info: adding a relocation entry for 0xdd90.
grub-install: info: adding a relocation entry for 0xdda0.
grub-install: info: adding a relocation entry for 0xdda8.
grub-install: info: adding a relocation entry for 0xddb8.
grub-install: info: adding a relocation entry for 0xddc0.
grub-install: info: adding a relocation entry for 0xddd0.
grub-install: info: adding a relocation entry for 0xddd8.
grub-install: info: adding a relocation entry for 0xdde8.
grub-install: info: adding a relocation entry for 0xddf0.
grub-install: info: adding a relocation entry for 0xde00.
grub-install: info: adding a relocation entry for 0xde08.
grub-install: info: adding a relocation entry for 0xde18.
grub-install: info: adding a relocation entry for 0xde20.
grub-install: info: adding a relocation entry for 0xde30.
grub-install: info: adding a relocation entry for 0xde38.
grub-install: info: adding a relocation entry for 0xde48.
grub-install: info: adding a relocation entry for 0xde50.
grub-install: info: adding a relocation entry for 0xde60.
grub-install: info: adding a relocation entry for 0xde68.
grub-install: info: adding a relocation entry for 0xde78.
grub-install: info: adding a relocation entry for 0xde80.
grub-install: info: adding a relocation entry for 0xde90.
grub-install: info: adding a relocation entry for 0xde98.
grub-install: info: adding a relocation entry for 0xdea8.
grub-install: info: adding a relocation entry for 0xdeb0.
grub-install: info: adding a relocation entry for 0xdec0.
grub-install: info: adding a relocation entry for 0xdec8.
grub-install: info: adding a relocation entry for 0xded8.
grub-install: info: adding a relocation entry for 0xdee0.
grub-install: info: adding a relocation entry for 0xdef0.
grub-install: info: adding a relocation entry for 0xdef8.
grub-install: info: adding a relocation entry for 0xdf08.
grub-install: info: adding a relocation entry for 0xdf10.
grub-install: info: adding a relocation entry for 0xdf20.
grub-install: info: adding a relocation entry for 0xdf28.
grub-install: info: adding a relocation entry for 0xdf38.
grub-install: info: adding a relocation entry for 0xdf40.
grub-install: info: adding a relocation entry for 0xdf50.
grub-install: info: adding a relocation entry for 0xdf58.
grub-install: info: adding a relocation entry for 0xdf68.
grub-install: info: adding a relocation entry for 0xdf70.
grub-install: info: adding a relocation entry for 0xdf80.
grub-install: info: adding a relocation entry for 0xdf88.
grub-install: info: adding a relocation entry for 0xdf98.
grub-install: info: adding a relocation entry for 0xdfa0.
grub-install: info: adding a relocation entry for 0xdfb0.
grub-install: info: adding a relocation entry for 0xdfb8.
grub-install: info: adding a relocation entry for 0xdfc8.
grub-install: info: adding a relocation entry for 0xdfd0.
grub-install: info: adding 427 padding fixup entries.
grub-install: info: writing 1520 bytes of a fixup block starting at 0xd000.
grub-install: info: reading /usr/lib/grub/x86_64-efi/fshelp.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/ext2.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/search_fs_uuid.mod.
grub-install: info: reading /boot/grub/x86_64-efi/load.cfg.
grub-install: info: kernel_img=0x55f5605135c0, kernel_size=0x19000.
grub-install: info: the core size is 0x1d758.
grub-install: info: writing 0x20000 bytes.
grub-install: info: grub-mkimage --directory '/usr/lib/grub/x86_64-efi' --prefix '' --output '/boot/grub/x86_64-efi/grub.efi' --dtb '' --format 'x86_64-efi' --compression 'auto' --config '/boot/grub/x86_64-efi/load.cfg' 'ext2' 'search_fs_uuid'
.
grub-install: info: the size of config file is 0x60.
grub-install: info: the total module size is 0x4750.
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 .rodata at 0xa000.
grub-install: info: locating the section .rodata.str1.1 at 0xa1f0.
grub-install: info: locating the section .data at 0xbd20.
grub-install: info: locating the section .module_license at 0xcff8.
grub-install: info: locating the section .bss at 0xd020.
grub-install: info: locating at 0x1000 (0x1000).
grub-install: info: locating at 0xb000 (0xb000).
grub-install: info: locating at 0xb1f0 (0xb1f0).
grub-install: info: locating at 0xcd20 (0xcd20).
grub-install: info: locating at 0xe020 (0xe020).
grub-install: info: locating at 0xdff8 (0xdff8).
grub-install: info: locating at 0x1000 (0x1000).
grub-install: info: locating grub_strlen at 0x9021 (0x1000).
grub-install: info: locating grub_net_poll_cards_idle at 0xfdc0 (0xe020).
grub-install: info: locating grub_efi_finish_boot_services at 0x4048 (0x1000).
grub-install: info: locating grub_disk_get_size at 0x6aef (0x1000).
grub-install: info: locating grub_file_progress_hook at 0x19f00 (0xe020).
grub-install: info: locating grub_efidisk_fini at 0x1678 (0x1000).
grub-install: info: locating grub_puts_ at 0x8de3 (0x1000).
grub-install: info: locating grub_millisleep at 0x5712 (0x1000).
grub-install: info: locating grub_fs_autoload_hook at 0xfb88 (0xe020).
grub-install: info: locating efi_wrap_10 at 0x122c (0x1000).
grub-install: info: locating grub_byte_checksum at 0x4d8a (0x1000).
grub-install: info: locating grub_efi_allocate_pages_max at 0x3cf7 (0x1000).
grub-install: info: locating grub_fs_blocklist at 0xcec0 (0xcd20).
grub-install: info: locating grub_errmsg at 0x19de0 (0xe020).
grub-install: info: locating efi_wrap_5 at 0x11c3 (0x1000).
grub-install: info: locating grub_strncmp at 0x8e58 (0x1000).
grub-install: info: locating grub_strtoull at 0x9133 (0x1000).
grub-install: info: locating grub_dma_get_virt at 0x1305 (0x1000).
grub-install: info: locating grub_efi_system_table at 0xfdd0 (0xe020).
grub-install: info: locating memmove at 0x50d0 (0x1000).
grub-install: info: locating efi_wrap_4 at 0x11af (0x1000).
grub-install: info: locating grub_disk_open at 0x64d2 (0x1000).
grub-install: info: locating grub_efi_locate_protocol at 0x2a0f (0x1000).
grub-install: info: locating grub_env_update_get_sorted at 0x7b62 (0x1000).
grub-install: info: locating grub_strcpy at 0x8dd0 (0x1000).
grub-install: info: locating grub_partition_probe at 0xa374 (0x1000).
grub-install: info: locating grub_strrchr at 0x8ea3 (0x1000).
grub-install: info: locating grub_partition_get_name at 0xa577 (0x1000).
grub-install: info: locating grub_dl_load at 0x77d6 (0x1000).
grub-install: info: locating grub_pmtimer_wait_count_tsc at 0x1094 (0x1000).
grub-install: info: locating grub_efi_stall at 0x2c3b (0x1000).
grub-install: info: locating grub_efi_get_filename at 0x30d5 (0x1000).
grub-install: info: locating grub_env_export at 0x7c4f (0x1000).
grub-install: info: locating grub_xvasprintf at 0x9d7e (0x1000).
grub-install: info: locating grub_error_push at 0x7d16 (0x1000).
grub-install: info: locating grub_rescue_run at 0xab03 (0x1000).
grub-install: info: locating grub_xasprintf at 0x9e16 (0x1000).
grub-install: info: locating grub_realloc at 0x563a (0x1000).
grub-install: info: locating grub_exit at 0x2cb5 (0x1000).
grub-install: info: locating grub_tsc_calibrate_from_pmtimer at 0x1116 (0x1000).
grub-install: info: locating memcpy at 0x50c4 (0x1000).
grub-install: info: locating grub_memmove at 0x8d94 (0x1000).
grub-install: info: locating grub_device_open at 0x5d11 (0x1000).
grub-install: info: locating grub_file_filters at 0x19f20 (0xe020).
grub-install: info: locating grub_register_exported_symbols at 0xaceb (0x1000).
grub-install: info: locating grub_reboot at 0x2c7a (0x1000).
grub-install: info: locating grub_tsc_calibrate_from_efi at 0x1017 (0x1000).
grub-install: info: locating grub_strdup at 0x9032 (0x1000).
grub-install: info: locating grub_disk_firmware_is_tainted at 0xfe20 (0xe020).
grub-install: info: locating grub_efi_allocate_fixed at 0x3ef1 (0x1000).
grub-install: info: locating grub_divmod64 at 0x90d2 (0x1000).
grub-install: info: locating grub_file_get_device_name at 0x7e94 (0x1000).
grub-install: info: locating grub_efi_print_device_path at 0x3321 (0x1000).
grub-install: info: locating grub_partition_iterate at 0xa50a (0x1000).
grub-install: info: locating grub_dma_free at 0x12f9 (0x1000).
grub-install: info: locating grub_vsnprintf at 0x9d25 (0x1000).
grub-install: info: locating grub_partition_map_list at 0x19f48 (0xe020).
grub-install: info: locating efi_wrap_1 at 0x1182 (0x1000).
grub-install: info: locating grub_command_list at 0xfe00 (0xe020).
grub-install: info: locating grub_machine_fini at 0x1294 (0x1000).
grub-install: info: locating grub_tsc_rate at 0xfdf0 (0xe020).
grub-install: info: locating grub_rescue_parse_line at 0xa881 (0x1000).
grub-install: info: locating grub_efi_get_variable at 0x2e40 (0x1000).
grub-install: info: locating grub_snprintf at 0x9d39 (0x1000).
grub-install: info: locating grub_register_core_commands at 0x5b9e (0x1000).
grub-install: info: locating grub_disk_dev_register at 0x63fa (0x1000).
grub-install: info: locating grub_efi_find_mmap_size at 0x42ef (0x1000).
grub-install: info: locating grub_console_init at 0x4bd6 (0x1000).
grub-install: info: locating grub_disk_write_weak at 0xfe28 (0xe020).
grub-install: info: locating grub_dl_add at 0x6bc2 (0x1000).
grub-install: info: locating grub_disk_read at 0x6792 (0x1000).
grub-install: info: locating grub_term_highlight_color at 0xd068 (0xcd20).
grub-install: info: locating grub_parser_execute at 0xa2fc (0x1000).
grub-install: info: locating grub_xputs at 0xd060 (0xcd20).
grub-install: info: locating grub_console_fini at 0x4cd3 (0x1000).
grub-install: info: locating grub_fatal at 0x9e65 (0x1000).
grub-install: info: locating grub_dl_ref at 0x6cbc (0x1000).
grub-install: info: locating grub_file_seek at 0x81da (0x1000).
grub-install: info: locating grub_pci_find_capability at 0x13fb (0x1000).
grub-install: info: locating grub_efi_get_loaded_image at 0x2c5f (0x1000).
grub-install: info: locating grub_errno at 0x19ee0 (0xe020).
grub-install: info: locating grub_parser_cmdline_state at 0x9fee (0x1000).
grub-install: info: locating grub_memset at 0x8fac (0x1000).
grub-install: info: locating grub_getkey at 0xaccc (0x1000).
grub-install: info: locating grub_term_outputs_disabled at 0x19f50 (0xe020).
grub-install: info: locating grub_grubnet_fini at 0x19f40 (0xe020).
grub-install: info: locating grub_register_variable_hook at 0x7bed (0x1000).
grub-install: info: locating grub_efi_image_handle at 0xfdd8 (0xe020).
grub-install: info: locating grub_vprintf at 0x9a42 (0x1000).
grub-install: info: locating grub_machine_acpi_get_rsdpv1 at 0x4e7a (0x1000).
grub-install: info: locating grub_net_open at 0xe080 (0xe020).
grub-install: info: locating grub_register_command_prio at 0x5736 (0x1000).
grub-install: info: locating grub_efi_find_last_device_path at 0x3286 (0x1000).
grub-install: info: locating grub_efi_compare_device_paths at 0x3a03 (0x1000).
grub-install: info: locating grub_acpi_find_fadt at 0x4d9c (0x1000).
grub-install: info: locating grub_install_get_time_ms at 0x5704 (0x1000).
grub-install: info: locating grub_tsc_calibrate_from_pit at 0x5026 (0x1000).
grub-install: info: locating _start at 0x1000 (0x1000).
grub-install: info: locating grub_term_inputs at 0x19f58 (0xe020).
grub-install: info: locating grub_parser_split_cmdline at 0xa08f (0x1000).
grub-install: info: locating grub_disk_firmware_fini at 0xfe30 (0xe020).
grub-install: info: locating grub_disk_close at 0x6438 (0x1000).
grub-install: info: locating grub_dl_unload at 0x6d34 (0x1000).
grub-install: info: locating grub_efi_set_variable at 0x2d53 (0x1000).
grub-install: info: locating grub_printf at 0x9b30 (0x1000).
grub-install: info: locating grub_efi_secure_boot at 0x2f82 (0x1000).
grub-install: info: locating grub_unregister_command at 0x5825 (0x1000).
grub-install: info: locating grub_fs_list at 0xfb90 (0xe020).
grub-install: info: locating grub_efidisk_get_device_handle at 0x23ba (0x1000).
grub-install: info: locating grub_main at 0x87b9 (0x1000).
grub-install: info: locating grub_file_read at 0x7f22 (0x1000).
grub-install: info: locating grub_dl_unload_unneeded at 0x78d1 (0x1000).
grub-install: info: locating grub_pci_make_address at 0x130d (0x1000).
grub-install: info: locating memcmp at 0x50dc (0x1000).
grub-install: info: locating grub_term_normal_color at 0xd069 (0xcd20).
grub-install: info: locating grub_disk_dev_list at 0xfe38 (0xe020).
grub-install: info: locating grub_machine_init at 0x127a (0x1000).
grub-install: info: locating efi_wrap_0 at 0x1177 (0x1000).
grub-install: info: locating grub_efi_locate_handle at 0x2a56 (0x1000).
grub-install: info: locating grub_term_outputs at 0x19f60 (0xe020).
grub-install: info: locating grub_modbase at 0xfde0 (0xe020).
grub-install: info: locating grub_term_inputs_disabled at 0x19f68 (0xe020).
grub-install: info: locating grub_efi_net_config at 0xfde8 (0xe020).
grub-install: info: locating grub_efi_set_virtual_address_map at 0x2cfe (0x1000).
grub-install: info: locating grub_print_error at 0x7dfe (0x1000).
grub-install: info: locating grub_efi_mm_init at 0x437a (0x1000).
grub-install: info: locating memset at 0x50e8 (0x1000).
grub-install: info: locating grub_zalloc at 0x53b3 (0x1000).
grub-install: info: locating grub_strcmp at 0x8e3c (0x1000).
grub-install: info: locating grub_tsc_init at 0x4f7a (0x1000).
grub-install: info: locating grub_strchr at 0x8e8f (0x1000).
grub-install: info: locating grub_refresh at 0xaca0 (0x1000).
grub-install: info: locating grub_malloc at 0x53a2 (0x1000).
grub-install: info: locating grub_efi_get_memory_map at 0x3f07 (0x1000).
grub-install: info: locating grub_efidisk_get_device_name at 0x2508 (0x1000).
grub-install: info: locating grub_get_time_ms at 0x56f8 (0x1000).
grub-install: info: locating grub_file_close at 0x7fc1 (0x1000).
grub-install: info: locating grub_file_open at 0x800d (0x1000).
grub-install: info: locating grub_isspace at 0x8eb6 (0x1000).
grub-install: info: locating grub_efi_open_protocol at 0x2b53 (0x1000).
grub-install: info: locating grub_real_dprintf at 0x9bdd (0x1000).
grub-install: info: locating efi_wrap_3 at 0x119e (0x1000).
grub-install: info: locating grub_dl_load_core_noinit at 0x6e2f (0x1000).
grub-install: info: locating grub_dl_load_file at 0x76e3 (0x1000).
grub-install: info: locating grub_env_unset at 0x7acf (0x1000).
grub-install: info: locating grub_device_close at 0x5df5 (0x1000).
grub-install: info: locating efi_wrap_6 at 0x11dc (0x1000).
grub-install: info: locating grub_dl_head at 0xe0a0 (0xe020).
grub-install: info: locating grub_fs_probe at 0x84d0 (0x1000).
grub-install: info: locating grub_mm_base at 0xfdf8 (0xe020).
grub-install: info: locating grub_term_poll_usb at 0xfdc8 (0xe020).
grub-install: info: locating grub_strword at 0x8f1d (0x1000).
grub-install: info: locating grub_machine_get_bootlocation at 0x3b01 (0x1000).
grub-install: info: locating grub_efi_fini at 0x3b9e (0x1000).
grub-install: info: locating grub_efi_allocate_any_pages at 0x3ed3 (0x1000).
grub-install: info: locating grub_efi_memory_fini at 0x4350 (0x1000).
grub-install: info: locating grub_err_printed_errors at 0x19ee4 (0xe020).
grub-install: info: locating grub_error at 0x7c95 (0x1000).
grub-install: info: locating grub_current_context at 0xcea0 (0xcd20).
grub-install: info: locating efi_codes at 0xb160 (0xb000).
grub-install: info: locating grub_dl_register_symbol at 0x6bff (0x1000).
grub-install: info: locating grub_efi_is_finished at 0xe038 (0xe020).
grub-install: info: locating grub_list_remove at 0x86f9 (0x1000).
grub-install: info: locating grub_pci_iterate at 0x1336 (0x1000).
grub-install: info: locating grub_modules_get_end at 0x879d (0x1000).
grub-install: info: locating grub_free at 0x53f1 (0x1000).
grub-install: info: locating grub_strndup at 0x907d (0x1000).
grub-install: info: locating efi_wrap_7 at 0x11ff (0x1000).
grub-install: info: locating grub_named_list_find at 0x86ad (0x1000).
grub-install: info: locating grub_dl_unref at 0x6cf8 (0x1000).
grub-install: info: locating grub_efi_duplicate_device_path at 0x32c2 (0x1000).
grub-install: info: locating grub_efidisk_init at 0x21a0 (0x1000).
grub-install: info: locating grub_disk_dev_unregister at 0x640f (0x1000).
grub-install: info: locating grub_efi_init at 0x3a9b (0x1000).
grub-install: info: locating grub_arch_dl_check_header at 0x1498 (0x1000).
grub-install: info: locating grub_arch_dl_relocate_symbols at 0x14c7 (0x1000).
grub-install: info: locating grub_efi_free_pages at 0x3c6b (0x1000).
grub-install: info: locating grub_printf_ at 0x9b7f (0x1000).
grub-install: info: locating grub_efi_get_device_path at 0x326b (0x1000).
grub-install: info: locating start at 0x1000 (0x1000).
grub-install: info: locating grub_efi_modules_addr at 0x303c (0x1000).
grub-install: info: locating grub_error_pop at 0x7d8f (0x1000).
grub-install: info: locating grub_device_iterate at 0x5f32 (0x1000).
grub-install: info: locating grub_getkey_noblock at 0xac51 (0x1000).
grub-install: info: locating grub_memalign_dma32 at 0x12a7 (0x1000).
grub-install: info: locating grub_list_push at 0x86e2 (0x1000).
grub-install: info: locating grub_efi_set_text_mode at 0x2baf (0x1000).
grub-install: info: locating grub_err_printf at 0x9b30 (0x1000).
grub-install: info: locating grub_disk_cache_invalidate_all at 0x63b3 (0x1000).
grub-install: info: locating grub_machine_acpi_get_rsdpv2 at 0x4eda (0x1000).
grub-install: info: locating grub_efi_allocate_pages_real at 0x3da9 (0x1000).
grub-install: info: locating grub_env_set at 0x7974 (0x1000).
grub-install: info: locating grub_dl_load_core at 0x76a4 (0x1000).
grub-install: info: locating grub_gettext at 0xcf10 (0xcd20).
grub-install: info: locating grub_memcmp at 0x8e1c (0x1000).
grub-install: info: locating grub_env_get at 0x7aa5 (0x1000).
grub-install: info: locating efi_wrap_2 at 0x1190 (0x1000).
grub-install: info: locating grub_strtoul at 0x95ab (0x1000).
grub-install: info: locating grub_dma_get_phys at 0x1309 (0x1000).
grub-install: info: locating grub_mm_init_region at 0x550b (0x1000).
grub-install: info: locating grub_disk_cache_table at 0xfe40 (0xe020).
grub-install: info: locating grub_memalign at 0x51a2 (0x1000).
grub-install: info: dealing with the relocation section .rela.text for .text.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xedd1 at the offset 0x3.
grub-install: info: relocating an R_X86_64_PC32 entry to 0xedc2 at the offset 0xa.
grub-install: info: relocating an R_X86_64_PC32 entry to 0x77a2 at the offset 0x13.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x33.
grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x90d2 at the offset 0x68.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf0 at the offset 0x84.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d9c at the offset 0x119.
grub-install: info: relocating an R_X86_64_64 entry to 0x1094 at the offset 0x13e.
grub-install: info: relocating an R_X86_64_64 entry to 0x90d2 at the offset 0x159.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf0 at the offset 0x168.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a9b at the offset 0x27d.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f7a at the offset 0x28a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3b9e at the offset 0x29c.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a2 at the offset 0x2c5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1f0 at the offset 0x2da.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x2eb.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x2fb.
grub-install: info: relocating an R_X86_64_64 entry to 0x130d at the offset 0x33c.
grub-install: info: relocating an R_X86_64_64 entry to 0x130d at the offset 0x412.
grub-install: info: relocating an R_X86_64_64 entry to 0xb210 at the offset 0x4a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x4ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xb000 at the offset 0x4d1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb231 at the offset 0x4f3.
grub-install: info: relocating an R_X86_64_64 entry to 0xb254 at the offset 0x58a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x59d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb26c at the offset 0x5d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5e4.
grub-install: info: relocating an R_X86_64_64 entry to 0xb293 at the offset 0x62e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0x638.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0x642.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x64c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x65b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe030 at the offset 0x67c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe028 at the offset 0x688.
grub-install: info: relocating an R_X86_64_64 entry to 0xe020 at the offset 0x693.
grub-install: info: relocating an R_X86_64_64 entry to 0x1657 at the offset 0x69e.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd20 at the offset 0x6c3.
grub-install: info: relocating an R_X86_64_64 entry to 0x640f at the offset 0x6cd.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0x6f7.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2ba at the offset 0x701.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x70f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x71b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0x729.
grub-install: info: relocating an R_X86_64_64 entry to 0x95ab at the offset 0x760.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2c6 at the offset 0x77c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x78d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe020 at the offset 0x7bb.
grub-install: info: relocating an R_X86_64_64 entry to 0xe030 at the offset 0x7c9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe028 at the offset 0x7d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x1602 at the offset 0x7e4.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2d4 at the offset 0x802.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x80f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0x82d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0x837.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2e3 at the offset 0x84f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb31e at the offset 0x875.
grub-install: info: relocating an R_X86_64_64 entry to 0xb33a at the offset 0x8ab.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x8bf.
grub-install: info: relocating an R_X86_64_64 entry to 0xb351 at the offset 0x900.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0x90a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0x914.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd60 at the offset 0x939.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a56 at the offset 0x943.
grub-install: info: relocating an R_X86_64_64 entry to 0x326b at the offset 0x976.
grub-install: info: relocating an R_X86_64_64 entry to 0x3286 at the offset 0x9ac.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd60 at the offset 0x9cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b53 at the offset 0x9d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0xa0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0xa21.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0xa6a.
grub-install: info: relocating an R_X86_64_64 entry to 0x32c2 at the offset 0xa8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3286 at the offset 0xab8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a03 at the offset 0xac9.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0xaf9.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a03 at the offset 0xb15.
grub-install: info: relocating an R_X86_64_64 entry to 0xb367 at the offset 0xb4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0xb59.
grub-install: info: relocating an R_X86_64_64 entry to 0xe028 at the offset 0xb81.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b11 at the offset 0xb96.
grub-install: info: relocating an R_X86_64_64 entry to 0xe030 at the offset 0xbb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe020 at the offset 0xbd7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe030 at the offset 0xc1f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0xc2f.
grub-install: info: relocating an R_X86_64_64 entry to 0xe028 at the offset 0xc3e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0xc4e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb36b at the offset 0xc6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0xc85.
grub-install: info: relocating an R_X86_64_64 entry to 0xb370 at the offset 0xc8f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0xc99.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0xca3.
grub-install: info: relocating an R_X86_64_64 entry to 0xb37e at the offset 0xcd7.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0xcee.
grub-install: info: relocating an R_X86_64_64 entry to 0xb370 at the offset 0xcf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0xd02.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0xd0c.
grub-install: info: relocating an R_X86_64_64 entry to 0xe020 at the offset 0xd36.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0xd46.
grub-install: info: relocating an R_X86_64_64 entry to 0xb383 at the offset 0xd62.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0xd79.
grub-install: info: relocating an R_X86_64_64 entry to 0xb370 at the offset 0xd83.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0xd8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0xd97.
grub-install: info: relocating an R_X86_64_64 entry to 0xa577 at the offset 0xe14.
grub-install: info: relocating an R_X86_64_64 entry to 0x3286 at the offset 0xe36.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a03 at the offset 0xe61.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0xe8c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0xeb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a2 at the offset 0xf28.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0xf5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0xf85.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0xfa7.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0xfb3.
grub-install: info: relocating an R_X86_64_64 entry to 0xb388 at the offset 0xfe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0xff1.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x1000.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0x1019.
grub-install: info: relocating an R_X86_64_64 entry to 0x1eda at the offset 0x102f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3bc at the offset 0x1060.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x106d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3cd at the offset 0x108f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x109e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3f5 at the offset 0x10c5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0x10d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x10e5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb2a7 at the offset 0x10fe.
grub-install: info: relocating an R_X86_64_64 entry to 0x1eda at the offset 0x1117.
grub-install: info: relocating an R_X86_64_64 entry to 0xb3bc at the offset 0x1148.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x1155.
grub-install: info: relocating an R_X86_64_64 entry to 0xb427 at the offset 0x1177.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x1186.
grub-install: info: relocating an R_X86_64_64 entry to 0x1678 at the offset 0x11a2.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe30 at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x192e at the offset 0x11c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x1a89 at the offset 0x11d7.
grub-install: info: relocating an R_X86_64_64 entry to 0xe028 at the offset 0x123b.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e2c at the offset 0x124b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe020 at the offset 0x1257.
grub-install: info: relocating an R_X86_64_64 entry to 0x1e2c at the offset 0x1281.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x12e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x1a89 at the offset 0x12f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe030 at the offset 0x1345.
grub-install: info: relocating an R_X86_64_64 entry to 0xe020 at the offset 0x1364.
grub-install: info: relocating an R_X86_64_64 entry to 0xe028 at the offset 0x1370.
grub-install: info: relocating an R_X86_64_64 entry to 0x1657 at the offset 0x138a.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd20 at the offset 0x1399.
grub-install: info: relocating an R_X86_64_64 entry to 0x63fa at the offset 0x13a3.
grub-install: info: relocating an R_X86_64_64 entry to 0x192e at the offset 0x1408.
grub-install: info: relocating an R_X86_64_64 entry to 0x32c2 at the offset 0x1412.
grub-install: info: relocating an R_X86_64_64 entry to 0x3286 at the offset 0x1444.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a03 at the offset 0x1466.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x1475.
grub-install: info: relocating an R_X86_64_64 entry to 0x1657 at the offset 0x14e9.
grub-install: info: relocating an R_X86_64_64 entry to 0x326b at the offset 0x150a.
grub-install: info: relocating an R_X86_64_64 entry to 0x3286 at the offset 0x1533.
grub-install: info: relocating an R_X86_64_64 entry to 0x32c2 at the offset 0x156c.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b7f at the offset 0x15af.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x15b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x64d2 at the offset 0x15d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x6438 at the offset 0x1600.
grub-install: info: relocating an R_X86_64_64 entry to 0x6aef at the offset 0x1623.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x1637.
grub-install: info: relocating an R_X86_64_64 entry to 0x1dce at the offset 0x1651.
grub-install: info: relocating an R_X86_64_64 entry to 0xa50a at the offset 0x165b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb44d at the offset 0x1678.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x1688.
grub-install: info: relocating an R_X86_64_64 entry to 0x1b7f at the offset 0x16b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x16d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x1800.
grub-install: info: relocating an R_X86_64_64 entry to 0xb453 at the offset 0x1852.
grub-install: info: relocating an R_X86_64_64 entry to 0xb494 at the offset 0x1869.
grub-install: info: relocating an R_X86_64_64 entry to 0xb496 at the offset 0x1882.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1a1b.
grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x1a38.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x1a5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1aa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x1ab8.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x1adf.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x1b1f.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1b61.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd8 at the offset 0x1b7d.
grub-install: info: relocating an R_X86_64_64 entry to 0x11dc at the offset 0x1b8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a0f at the offset 0x1bb1.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd90 at the offset 0x1bc1.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1bf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x1c21.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1c3d.
grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x1c55.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd80 at the offset 0x1c61.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b53 at the offset 0x1c70.
grub-install: info: relocating an R_X86_64_64 entry to 0x1294 at the offset 0x1c82.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1c95.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1ca9.
grub-install: info: relocating an R_X86_64_64 entry to 0x1294 at the offset 0x1cbd.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1cd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd8 at the offset 0x1ce5.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1cf2.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1d0a.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1d22.
grub-install: info: relocating an R_X86_64_64 entry to 0xb49c at the offset 0x1d33.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x1d45.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x1d55.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x1d80.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x1d93.
grub-install: info: relocating an R_X86_64_64 entry to 0x28a4 at the offset 0x1dae.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1dd5.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x1de7.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x1df9.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4bb at the offset 0x1e17.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x1e24.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x1e42.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x1e4e.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x1ea5.
grub-install: info: relocating an R_X86_64_64 entry to 0x28a4 at the offset 0x1eb2.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x1ebc.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x1edf.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4db at the offset 0x1f90.
grub-install: info: relocating an R_X86_64_64 entry to 0x2e40 at the offset 0x1f9d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4e6 at the offset 0x1fef.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x201e.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd8 at the offset 0x203e.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c5f at the offset 0x2053.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x2072.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4f0 at the offset 0x2096.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x2133.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x2147.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x21de.
grub-install: info: relocating an R_X86_64_64 entry to 0x26ec at the offset 0x21f4.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd70 at the offset 0x226d.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b53 at the offset 0x227c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x22ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x230e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x232c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb058 at the offset 0x235f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb4f5 at the offset 0x237d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb501 at the offset 0x238f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb50b at the offset 0x23a2.
grub-install: info: relocating an R_X86_64_64 entry to 0xb078 at the offset 0x23b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb51c at the offset 0x23d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb528 at the offset 0x23df.
grub-install: info: relocating an R_X86_64_64 entry to 0xb534 at the offset 0x23fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xb548 at the offset 0x240c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb551 at the offset 0x241e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb55b at the offset 0x2430.
grub-install: info: relocating an R_X86_64_64 entry to 0xb56a at the offset 0x2450.
grub-install: info: relocating an R_X86_64_64 entry to 0xb577 at the offset 0x2469.
grub-install: info: relocating an R_X86_64_64 entry to 0xb57e at the offset 0x2481.
grub-install: info: relocating an R_X86_64_64 entry to 0xb582 at the offset 0x2494.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x24a5.
grub-install: info: relocating an R_X86_64_64 entry to 0xb57e at the offset 0x24bd.
grub-install: info: relocating an R_X86_64_64 entry to 0xb582 at the offset 0x24d6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb586 at the offset 0x250b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb58a at the offset 0x2534.
grub-install: info: relocating an R_X86_64_64 entry to 0xb58e at the offset 0x254b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb0a0 at the offset 0x2565.
grub-install: info: relocating an R_X86_64_64 entry to 0xb59f at the offset 0x257d.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5b0 at the offset 0x2598.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5bd at the offset 0x25b1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5d6 at the offset 0x25c2.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5e2 at the offset 0x25e1.
grub-install: info: relocating an R_X86_64_64 entry to 0xb5ee at the offset 0x25fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xb608 at the offset 0x2619.
grub-install: info: relocating an R_X86_64_64 entry to 0xb611 at the offset 0x2634.
grub-install: info: relocating an R_X86_64_64 entry to 0xb63c at the offset 0x266b.
grub-install: info: relocating an R_X86_64_64 entry to 0xb667 at the offset 0x26b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6aa at the offset 0x2732.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6c9 at the offset 0x2755.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6de at the offset 0x2777.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6ee at the offset 0x278e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb6f8 at the offset 0x27a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb130 at the offset 0x27ba.
grub-install: info: relocating an R_X86_64_64 entry to 0xb70e at the offset 0x27d2.
grub-install: info: relocating an R_X86_64_64 entry to 0xb747 at the offset 0x2826.
grub-install: info: relocating an R_X86_64_64 entry to 0xb759 at the offset 0x283c.
grub-install: info: relocating an R_X86_64_64 entry to 0x27f7 at the offset 0x2849.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x285a.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x2868.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x2887.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x289e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb75f at the offset 0x28a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x28cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x26ec at the offset 0x28e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x2901.
grub-install: info: relocating an R_X86_64_64 entry to 0xb76d at the offset 0x2911.
grub-install: info: relocating an R_X86_64_64 entry to 0xb777 at the offset 0x2935.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7b3 at the offset 0x2974.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7d5 at the offset 0x2980.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7c5 at the offset 0x299e.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7e6 at the offset 0x29ba.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x29c7.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x2a22.
grub-install: info: relocating an R_X86_64_64 entry to 0x303c at the offset 0x2a9e.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde0 at the offset 0x2aaa.
grub-install: info: relocating an R_X86_64_64 entry to 0x4bd6 at the offset 0x2ab4.
grub-install: info: relocating an R_X86_64_64 entry to 0x437a at the offset 0x2ac0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x2ad3.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x2aea.
grub-install: info: relocating an R_X86_64_64 entry to 0x21a0 at the offset 0x2af7.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd8 at the offset 0x2b03.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c5f at the offset 0x2b1a.
grub-install: info: relocating an R_X86_64_64 entry to 0x2508 at the offset 0x2b32.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde8 at the offset 0x2b47.
grub-install: info: relocating an R_X86_64_64 entry to 0x30d5 at the offset 0x2b66.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ea3 at the offset 0x2b82.
grub-install: info: relocating an R_X86_64_64 entry to 0x1678 at the offset 0x2ba1.
grub-install: info: relocating an R_X86_64_64 entry to 0x4cd3 at the offset 0x2bad.
grub-install: info: relocating an R_X86_64_64 entry to 0x4350 at the offset 0x2bba.
grub-install: info: relocating an R_X86_64_64 entry to 0x130d at the offset 0x2be9.
grub-install: info: relocating an R_X86_64_64 entry to 0x13fb at the offset 0x2c13.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x2c72.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x2c93.
grub-install: info: relocating an R_X86_64_64 entry to 0xe040 at the offset 0x2ca1.
grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x2ce0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x2d27.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x2d3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c6b at the offset 0x2d8a.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x2ddb.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x2deb.
grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x2e3a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe040 at the offset 0x2e4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c6b at the offset 0x2e8f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb7fb at the offset 0x2ea9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x2eb5.
grub-install: info: relocating an R_X86_64_64 entry to 0x3da9 at the offset 0x2ee7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3da9 at the offset 0x2efd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x2f09.
grub-install: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x2f37.
grub-install: info: relocating an R_X86_64_64 entry to 0xe068 at the offset 0x2f45.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x2f52.
grub-install: info: relocating an R_X86_64_64 entry to 0xe058 at the offset 0x2f80.
grub-install: info: relocating an R_X86_64_64 entry to 0xe050 at the offset 0x2f96.
grub-install: info: relocating an R_X86_64_64 entry to 0xe048 at the offset 0x2faf.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x2fea.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x2fff.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3056.
grub-install: info: relocating an R_X86_64_64 entry to 0xe068 at the offset 0x3079.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x30a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe048 at the offset 0x30b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xe050 at the offset 0x30c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xe058 at the offset 0x30ca.
grub-install: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x30d4.
grub-install: info: relocating an R_X86_64_64 entry to 0x3f07 at the offset 0x30de.
grub-install: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x30f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xb871 at the offset 0x310a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x311b.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x312c.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x3142.
grub-install: info: relocating an R_X86_64_64 entry to 0xe048 at the offset 0x3151.
grub-install: info: relocating an R_X86_64_64 entry to 0xe050 at the offset 0x315b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe058 at the offset 0x3165.
grub-install: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x316f.
grub-install: info: relocating an R_X86_64_64 entry to 0x3f07 at the offset 0x3179.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x3189.
grub-install: info: relocating an R_X86_64_64 entry to 0xb854 at the offset 0x3198.
grub-install: info: relocating an R_X86_64_64 entry to 0xe058 at the offset 0x31a7.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd8 at the offset 0x31c2.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x31cf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe058 at the offset 0x31db.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x31fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xb890 at the offset 0x3208.
grub-install: info: relocating an R_X86_64_64 entry to 0xb8b0 at the offset 0x321b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x3225.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3236.
grub-install: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x324b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe060 at the offset 0x325e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x3271.
grub-install: info: relocating an R_X86_64_64 entry to 0xe058 at the offset 0x327d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe050 at the offset 0x3297.
grub-install: info: relocating an R_X86_64_64 entry to 0xe048 at the offset 0x32ab.
grub-install: info: relocating an R_X86_64_64 entry to 0x3bc4 at the offset 0x32c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x1336 at the offset 0x32d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x3f07 at the offset 0x330c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb8d8 at the offset 0x331c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x332d.
grub-install: info: relocating an R_X86_64_64 entry to 0xe040 at the offset 0x3353.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c6b at the offset 0x336c.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ed3 at the offset 0x3389.
grub-install: info: relocating an R_X86_64_64 entry to 0xb8f7 at the offset 0x33a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x3f07 at the offset 0x33ce.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c6b at the offset 0x33e6.
grub-install: info: relocating an R_X86_64_64 entry to 0xb90e at the offset 0x3436.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x3440.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x34ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x550b at the offset 0x35b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x3da9 at the offset 0x3605.
grub-install: info: relocating an R_X86_64_64 entry to 0xb924 at the offset 0x362b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x3635.
grub-install: info: relocating an R_X86_64_64 entry to 0xb959 at the offset 0x3641.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c6b at the offset 0x365c.
grub-install: info: relocating an R_X86_64_64 entry to 0xb160 at the offset 0x36c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x36fd.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3718.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3831.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3890.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x38a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b53 at the offset 0x38bf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x38d7.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x38e6.
grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x38ff.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3913.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3939.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x395b.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3981.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3993.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x39b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x39d1.
grub-install: info: relocating an R_X86_64_64 entry to 0x4675 at the offset 0x3a01.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3a48.
grub-install: info: relocating an R_X86_64_64 entry to 0x4675 at the offset 0x3a69.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3a8b.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3a9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3aab.
grub-install: info: relocating an R_X86_64_64 entry to 0x4a89 at the offset 0x3ac2.
grub-install: info: relocating an R_X86_64_64 entry to 0x2baf at the offset 0x3ad0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2baf at the offset 0x3ae0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4a89 at the offset 0x3afd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3b0d.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3b1e.
grub-install: info: relocating an R_X86_64_64 entry to 0xd069 at the offset 0x3b47.
grub-install: info: relocating an R_X86_64_64 entry to 0xd068 at the offset 0x3b52.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3b66.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x3b73.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3b82.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3b90.
grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x3bb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x2baf at the offset 0x3bde.
grub-install: info: relocating an R_X86_64_64 entry to 0xb96b at the offset 0x3bee.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x3bfe.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f60 at the offset 0x3c0a.
grub-install: info: relocating an R_X86_64_64 entry to 0xcda0 at the offset 0x3c14.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f50 at the offset 0x3c1e.
grub-install: info: relocating an R_X86_64_64 entry to 0xcdb8 at the offset 0x3c2e.
grub-install: info: relocating an R_X86_64_64 entry to 0xcda0 at the offset 0x3c3d.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f60 at the offset 0x3c47.
grub-install: info: relocating an R_X86_64_64 entry to 0x86e2 at the offset 0x3c51.
grub-install: info: relocating an R_X86_64_64 entry to 0xcda0 at the offset 0x3c5f.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f58 at the offset 0x3c6f.
grub-install: info: relocating an R_X86_64_64 entry to 0xce40 at the offset 0x3c79.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f68 at the offset 0x3c83.
grub-install: info: relocating an R_X86_64_64 entry to 0xce58 at the offset 0x3c93.
grub-install: info: relocating an R_X86_64_64 entry to 0xce40 at the offset 0x3ca2.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f58 at the offset 0x3cac.
grub-install: info: relocating an R_X86_64_64 entry to 0x86e2 at the offset 0x3cb6.
grub-install: info: relocating an R_X86_64_64 entry to 0xce40 at the offset 0x3cc3.
grub-install: info: relocating an R_X86_64_64 entry to 0xce40 at the offset 0x3cd5.
grub-install: info: relocating an R_X86_64_64 entry to 0x86f9 at the offset 0x3ce0.
grub-install: info: relocating an R_X86_64_64 entry to 0xce40 at the offset 0x3cec.
grub-install: info: relocating an R_X86_64_64 entry to 0xcda0 at the offset 0x3cf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcda0 at the offset 0x3d08.
grub-install: info: relocating an R_X86_64_64 entry to 0xb988 at the offset 0x3d2e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x3d38.
grub-install: info: relocating an R_X86_64_64 entry to 0xb98d at the offset 0x3d49.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e7a at the offset 0x3d9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x4eda at the offset 0x3db7.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d12 at the offset 0x3dd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d12 at the offset 0x3ded.
grub-install: info: relocating an R_X86_64_64 entry to 0xb992 at the offset 0x3e17.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x3e21.
grub-install: info: relocating an R_X86_64_64 entry to 0xb98d at the offset 0x3e3b.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3e7e.
grub-install: info: relocating an R_X86_64_64 entry to 0xce90 at the offset 0x3ea5.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x3eaf.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x3ede.
grub-install: info: relocating an R_X86_64_64 entry to 0xce80 at the offset 0x3f05.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x3f0f.
grub-install: info: relocating an R_X86_64_64 entry to 0xe070 at the offset 0x3f4d.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf0 at the offset 0x3f5a.
grub-install: info: relocating an R_X86_64_64 entry to 0xb997 at the offset 0x3fa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x3fac.
grub-install: info: relocating an R_X86_64_64 entry to 0xe070 at the offset 0x3fc7.
grub-install: info: relocating an R_X86_64_64 entry to 0x1116 at the offset 0x3fd1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5026 at the offset 0x3fe1.
grub-install: info: relocating an R_X86_64_64 entry to 0x1017 at the offset 0x3ff1.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf0 at the offset 0x4001.
grub-install: info: relocating an R_X86_64_64 entry to 0x4f3a at the offset 0x4011.
grub-install: info: relocating an R_X86_64_64 entry to 0x5704 at the offset 0x401c.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf0 at the offset 0x4080.
grub-install: info: relocating an R_X86_64_64 entry to 0x90d2 at the offset 0x409b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x40c6.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x40d2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x40de.
grub-install: info: relocating an R_X86_64_64 entry to 0x8fac at the offset 0x40ea.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9a4 at the offset 0x4100.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf8 at the offset 0x410f.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9b9 at the offset 0x415a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x4164.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9ec at the offset 0x4172.
grub-install: info: relocating an R_X86_64_64 entry to 0xb9cb at the offset 0x418a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x4196.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf8 at the offset 0x41aa.
grub-install: info: relocating an R_X86_64_64 entry to 0x63b3 at the offset 0x41f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xba04 at the offset 0x424f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x425b.
grub-install: info: relocating an R_X86_64_64 entry to 0xba15 at the offset 0x4274.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x4283.
grub-install: info: relocating an R_X86_64_64 entry to 0xba36 at the offset 0x437c.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x438d.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a2 at the offset 0x43a4.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a2 at the offset 0x43b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x8fac at the offset 0x43de.
grub-install: info: relocating an R_X86_64_64 entry to 0x50f4 at the offset 0x43fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xba15 at the offset 0x4452.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x4461.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf8 at the offset 0x453c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4597.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf8 at the offset 0x45fe.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x464d.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x466c.
grub-install: info: relocating an R_X86_64_64 entry to 0x50f4 at the offset 0x4688.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x46a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x46ce.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x46e1.
grub-install: info: relocating an R_X86_64_64 entry to 0xe078 at the offset 0x46fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xe078 at the offset 0x4709.
grub-install: info: relocating an R_X86_64_64 entry to 0x56f8 at the offset 0x4717.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x4738.
grub-install: info: relocating an R_X86_64_64 entry to 0xba44 at the offset 0x477d.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe00 at the offset 0x478c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x4796.
grub-install: info: relocating an R_X86_64_64 entry to 0x86f9 at the offset 0x4840.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x485a.
grub-install: info: relocating an R_X86_64_64 entry to 0xba47 at the offset 0x486d.
grub-install: info: relocating an R_X86_64_64 entry to 0xba45 at the offset 0x4877.
grub-install: info: relocating an R_X86_64_64 entry to 0xba48 at the offset 0x4881.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x488b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x48a1.
grub-install: info: relocating an R_X86_64_64 entry to 0xba4e at the offset 0x48b1.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x48c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x589f at the offset 0x48d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x5f32 at the offset 0x48e3.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x48ef.
grub-install: info: relocating an R_X86_64_64 entry to 0xba5c at the offset 0x48f9.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0x4905.
grub-install: info: relocating an R_X86_64_64 entry to 0x7e94 at the offset 0x4916.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d11 at the offset 0x4938.
grub-install: info: relocating an R_X86_64_64 entry to 0x84d0 at the offset 0x4953.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x496b.
grub-install: info: relocating an R_X86_64_64 entry to 0xba5e at the offset 0x498e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x499f.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x49b3.
grub-install: info: relocating an R_X86_64_64 entry to 0xba54 at the offset 0x49c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xba6f at the offset 0x49d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x49e5.
grub-install: info: relocating an R_X86_64_64 entry to 0x5864 at the offset 0x49f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x4a0a.
grub-install: info: relocating an R_X86_64_64 entry to 0xba5c at the offset 0x4a14.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0x4a20.
grub-install: info: relocating an R_X86_64_64 entry to 0x5df5 at the offset 0x4a2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4a3b.
grub-install: info: relocating an R_X86_64_64 entry to 0xba88 at the offset 0x4a5a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x4a6b.
grub-install: info: relocating an R_X86_64_64 entry to 0x76e3 at the offset 0x4a8b.
grub-install: info: relocating an R_X86_64_64 entry to 0x77d6 at the offset 0x4a97.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cbc at the offset 0x4aab.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b62 at the offset 0x4ac2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa5 at the offset 0x4acc.
grub-install: info: relocating an R_X86_64_64 entry to 0xba9e at the offset 0x4aec.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x4af6.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x4b15.
grub-install: info: relocating an R_X86_64_64 entry to 0xbaa5 at the offset 0x4b35.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x4b40.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x4b56.
grub-install: info: relocating an R_X86_64_64 entry to 0xba88 at the offset 0x4b6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x4b80.
grub-install: info: relocating an R_X86_64_64 entry to 0x7acf at the offset 0x4b90.
grub-install: info: relocating an R_X86_64_64 entry to 0xbab7 at the offset 0x4ba0.
grub-install: info: relocating an R_X86_64_64 entry to 0xbad4 at the offset 0x4bae.
grub-install: info: relocating an R_X86_64_64 entry to 0x5ab9 at the offset 0x4bb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xbae3 at the offset 0x4bc2.
grub-install: info: relocating an R_X86_64_64 entry to 0x5736 at the offset 0x4bcc.
grub-install: info: relocating an R_X86_64_64 entry to 0xbae7 at the offset 0x4be4.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb07 at the offset 0x4bf1.
grub-install: info: relocating an R_X86_64_64 entry to 0x5b69 at the offset 0x4bfb.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb0e at the offset 0x4c05.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb14 at the offset 0x4c14.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb2b at the offset 0x4c1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x58bf at the offset 0x4c28.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb31 at the offset 0x4c32.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb34 at the offset 0x4c45.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb45 at the offset 0x4c4f.
grub-install: info: relocating an R_X86_64_64 entry to 0x5a54 at the offset 0x4c59.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb4c at the offset 0x4c63.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x4c6f.
grub-install: info: relocating an R_X86_64_64 entry to 0xa577 at the offset 0x4c9e.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4cab.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb53 at the offset 0x4cc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x4cd2.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb59 at the offset 0x4d1f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa5 at the offset 0x4d29.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb59 at the offset 0x4d42.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb5e at the offset 0x4d56.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x4d60.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x4d6e.
grub-install: info: relocating an R_X86_64_64 entry to 0x64d2 at the offset 0x4d92.
grub-install: info: relocating an R_X86_64_64 entry to 0xe080 at the offset 0x4da7.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x4db6.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4ddd.
grub-install: info: relocating an R_X86_64_64 entry to 0x6438 at the offset 0x4e05.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4e11.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x4e33.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d11 at the offset 0x4e71.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x4e85.
grub-install: info: relocating an R_X86_64_64 entry to 0x5df5 at the offset 0x4e9a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5c6d at the offset 0x4eaf.
grub-install: info: relocating an R_X86_64_64 entry to 0xa50a at the offset 0x4ec1.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x4ed7.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4ee1.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe38 at the offset 0x4f36.
grub-install: info: relocating an R_X86_64_64 entry to 0x5e3f at the offset 0x4f7a.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe40 at the offset 0x4fcc.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x4fe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x5013.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x502e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x5045.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe40 at the offset 0x5092.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe40 at the offset 0x50e6.
grub-install: info: relocating an R_X86_64_64 entry to 0x60bc at the offset 0x5146.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x5163.
grub-install: info: relocating an R_X86_64_64 entry to 0x6065 at the offset 0x517d.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x518e.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x51a2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x520a.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fa1 at the offset 0x5227.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x523b.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x5256.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d16 at the offset 0x52e4.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb8b at the offset 0x52fa.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb76 at the offset 0x5304.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb86 at the offset 0x530e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x5318.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d8f at the offset 0x5325.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x5334.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x5340.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x535b.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x536d.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x53b7.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe40 at the offset 0x53c3.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe38 at the offset 0x53fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe38 at the offset 0x5411.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb97 at the offset 0x543e.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb86 at the offset 0x5448.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x5452.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb8b at the offset 0x5469.
grub-install: info: relocating an R_X86_64_64 entry to 0x56f8 at the offset 0x548d.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x5497.
grub-install: info: relocating an R_X86_64_64 entry to 0xe088 at the offset 0x54a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb86 at the offset 0x54e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x54ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb8b at the offset 0x54fb.
grub-install: info: relocating an R_X86_64_64 entry to 0xbba6 at the offset 0x550a.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x551c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x556d.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x5598.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x55ad.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe38 at the offset 0x55c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x55e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xbbb7 at the offset 0x5620.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x562c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x5642.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x5651.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d16 at the offset 0x5664.
grub-install: info: relocating an R_X86_64_64 entry to 0xbbf7 at the offset 0x567a.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb86 at the offset 0x5684.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb8b at the offset 0x568e.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d8f at the offset 0x569b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6438 at the offset 0x56ad.
grub-install: info: relocating an R_X86_64_64 entry to 0xbc0d at the offset 0x56c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x56d2.
grub-install: info: relocating an R_X86_64_64 entry to 0xa374 at the offset 0x56f4.
grub-install: info: relocating an R_X86_64_64 entry to 0xbbe5 at the offset 0x570a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5719.
grub-install: info: relocating an R_X86_64_64 entry to 0x56f8 at the offset 0x572a.
grub-install: info: relocating an R_X86_64_64 entry to 0xe088 at the offset 0x5736.
grub-install: info: relocating an R_X86_64_64 entry to 0x63b3 at the offset 0x5754.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x5770.
grub-install: info: relocating an R_X86_64_64 entry to 0xbc21 at the offset 0x57e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x57f9.
grub-install: info: relocating an R_X86_64_64 entry to 0xbc4f at the offset 0x5849.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5853.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d16 at the offset 0x5863.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0x5879.
grub-install: info: relocating an R_X86_64_64 entry to 0xbc7d at the offset 0x5883.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb86 at the offset 0x588d.
grub-install: info: relocating an R_X86_64_64 entry to 0xbb8b at the offset 0x5897.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x58a1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d8f at the offset 0x58ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x6117 at the offset 0x58e1.
grub-install: info: relocating an R_X86_64_64 entry to 0x60bc at the offset 0x594d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fa1 at the offset 0x599c.
grub-install: info: relocating an R_X86_64_64 entry to 0x5fa1 at the offset 0x59d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x5a4c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6065 at the offset 0x5a6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x5ab8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6117 at the offset 0x5acf.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x5b13.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x5b20.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x5b54.
grub-install: info: relocating an R_X86_64_64 entry to 0x6b11 at the offset 0x5bc4.
grub-install: info: relocating an R_X86_64_64 entry to 0xbca5 at the offset 0x5be7.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5bf1.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x5c01.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x5c33.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x5c4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x5c59.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x5c9b.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cbc at the offset 0x5cc5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cf8 at the offset 0x5d01.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x5d59.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x5d77.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x5d81.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0a8 at the offset 0x5dc7.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x5dda.
grub-install: info: relocating an R_X86_64_64 entry to 0x6d34 at the offset 0x5df6.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcbc at the offset 0x5e3b.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcd6 at the offset 0x5e47.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x5e55.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcde at the offset 0x5e6c.
grub-install: info: relocating an R_X86_64_64 entry to 0xbce8 at the offset 0x5e7d.
grub-install: info: relocating an R_X86_64_64 entry to 0xbd09 at the offset 0x5ea1.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5eb2.
grub-install: info: relocating an R_X86_64_64 entry to 0x1498 at the offset 0x5ec0.
grub-install: info: relocating an R_X86_64_64 entry to 0xbd2c at the offset 0x5ee8.
grub-install: info: relocating an R_X86_64_64 entry to 0xbd53 at the offset 0x5f08.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5f17.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x5f2a.
grub-install: info: relocating an R_X86_64_64 entry to 0xbd6d at the offset 0x5f56.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcd6 at the offset 0x5f60.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcde at the offset 0x5f6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x6b50 at the offset 0x5f76.
grub-install: info: relocating an R_X86_64_64 entry to 0xbd7f at the offset 0x5f86.
grub-install: info: relocating an R_X86_64_64 entry to 0xbd8f at the offset 0x5fa2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x5fac.
grub-install: info: relocating an R_X86_64_64 entry to 0xbda4 at the offset 0x5fc2.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x5fd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xbdb2 at the offset 0x5fe4.
grub-install: info: relocating an R_X86_64_64 entry to 0xbdd9 at the offset 0x5ff9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x600a.
grub-install: info: relocating an R_X86_64_64 entry to 0xbdbb at the offset 0x6018.
grub-install: info: relocating an R_X86_64_64 entry to 0xbdca at the offset 0x6030.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x6052.
grub-install: info: relocating an R_X86_64_64 entry to 0xbdee at the offset 0x606a.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6080.
grub-install: info: relocating an R_X86_64_64 entry to 0x77d6 at the offset 0x609c.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x60cb.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cbc at the offset 0x60f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x6108.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x612b.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a2 at the offset 0x616d.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x61d7.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x6226.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6242.
grub-install: info: relocating an R_X86_64_64 entry to 0x8fac at the offset 0x6262.
grub-install: info: relocating an R_X86_64_64 entry to 0x14c7 at the offset 0x62a5.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bff at the offset 0x62cd.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0c0 at the offset 0x63a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x63ae.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6463.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x6472.
grub-install: info: relocating an R_X86_64_64 entry to 0xbdf7 at the offset 0x647f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x648b.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe05 at the offset 0x64a3.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe13 at the offset 0x64ee.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x64f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe8c at the offset 0x6538.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x6542.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe2c at the offset 0x65a6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x65b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe4c at the offset 0x65dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcd6 at the offset 0x65e6.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcde at the offset 0x65f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe68 at the offset 0x6608.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcd6 at the offset 0x6612.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcde at the offset 0x661c.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcde at the offset 0x6634.
grub-install: info: relocating an R_X86_64_64 entry to 0xbe79 at the offset 0x663e.
grub-install: info: relocating an R_X86_64_64 entry to 0xbcd6 at the offset 0x6648.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bc2 at the offset 0x6658.
grub-install: info: relocating an R_X86_64_64 entry to 0x6d34 at the offset 0x6668.
grub-install: info: relocating an R_X86_64_64 entry to 0x6e2f at the offset 0x66a6.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x66ca.
grub-install: info: relocating an R_X86_64_64 entry to 0x2f82 at the offset 0x66e5.
grub-install: info: relocating an R_X86_64_64 entry to 0xbea2 at the offset 0x670a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x6714.
grub-install: info: relocating an R_X86_64_64 entry to 0x800d at the offset 0x672a.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fc1 at the offset 0x6742.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x6750.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f22 at the offset 0x6779.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x6788.
grub-install: info: relocating an R_X86_64_64 entry to 0x76a4 at the offset 0x67af.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa5 at the offset 0x67d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xbecd at the offset 0x67ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x6b11 at the offset 0x67fc.
grub-install: info: relocating an R_X86_64_64 entry to 0xbecd at the offset 0x6816.
grub-install: info: relocating an R_X86_64_64 entry to 0xbed4 at the offset 0x6825.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x682f.
grub-install: info: relocating an R_X86_64_64 entry to 0xbeec at the offset 0x6848.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x6852.
grub-install: info: relocating an R_X86_64_64 entry to 0x76e3 at the offset 0x686e.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x6880.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x6898.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf01 at the offset 0x68a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x68b9.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x68d3.
grub-install: info: relocating an R_X86_64_64 entry to 0x6d34 at the offset 0x68df.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea0 at the offset 0x6935.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x693f.
grub-install: info: relocating an R_X86_64_64 entry to 0x790f at the offset 0x6976.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x69ac.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x69cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x69e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x6a03.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea0 at the offset 0x6a28.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x6a7a.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6a97.
grub-install: info: relocating an R_X86_64_64 entry to 0x790f at the offset 0x6aa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x790f at the offset 0x6ad1.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf12 at the offset 0x6b04.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x6b12.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x6b35.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea0 at the offset 0x6b68.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x6b8c.
grub-install: info: relocating an R_X86_64_64 entry to 0x790f at the offset 0x6bf1.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf12 at the offset 0x6c11.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x6c1e.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6c2d.
grub-install: info: relocating an R_X86_64_64 entry to 0x790f at the offset 0x6c56.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf12 at the offset 0x6c68.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x6c75.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6ca5.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf10 at the offset 0x6cd7.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0x6cf5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d25 at the offset 0x6d02.
grub-install: info: relocating an R_X86_64_64 entry to 0xf144 at the offset 0x6d19.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6d32.
grub-install: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x6d3e.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0x6d48.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x6d5f.
grub-install: info: relocating an R_X86_64_64 entry to 0xf140 at the offset 0x6d6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6d7f.
grub-install: info: relocating an R_X86_64_64 entry to 0xf144 at the offset 0x6d91.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0x6da1.
grub-install: info: relocating an R_X86_64_64 entry to 0xf160 at the offset 0x6dae.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6dd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x6dda.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6ded.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x6e01.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf13 at the offset 0x6e10.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf10 at the offset 0x6e1a.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0x6e26.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x6e30.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee4 at the offset 0x6e41.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d8f at the offset 0x6e4d.
grub-install: info: relocating an R_X86_64_64 entry to 0xf140 at the offset 0x6e5d.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf1f at the offset 0x6e6c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x6e78.
grub-install: info: relocating an R_X86_64_64 entry to 0xf140 at the offset 0x6e84.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x6eaa.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf47 at the offset 0x6eca.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x6ed4.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x6ee5.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x6f0a.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf5b at the offset 0x6f3b.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x6f4c.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f00 at the offset 0x6f8d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5df5 at the offset 0x6fe1.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x6fed.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x7001.
grub-install: info: relocating an R_X86_64_64 entry to 0x7e94 at the offset 0x700f.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x701b.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x703c.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x7061.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d11 at the offset 0x7076.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x7097.
grub-install: info: relocating an R_X86_64_64 entry to 0xcec0 at the offset 0x70c5.
grub-install: info: relocating an R_X86_64_64 entry to 0x84d0 at the offset 0x70d6.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x7111.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f18 at the offset 0x711b.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x712e.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x716f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fc1 at the offset 0x719d.
grub-install: info: relocating an R_X86_64_64 entry to 0x5df5 at the offset 0x71b9.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x71e2.
grub-install: info: relocating an R_X86_64_64 entry to 0xbf80 at the offset 0x71f4.
grub-install: info: relocating an R_X86_64_64 entry to 0x6792 at the offset 0x7215.
grub-install: info: relocating an R_X86_64_64 entry to 0x6792 at the offset 0x72be.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x7309.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x735b.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x7388.
grub-install: info: relocating an R_X86_64_64 entry to 0x9133 at the offset 0x73c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfa4 at the offset 0x73df.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x73e9.
grub-install: info: relocating an R_X86_64_64 entry to 0x95ab at the offset 0x7417.
grub-install: info: relocating an R_X86_64_64 entry to 0x8eb6 at the offset 0x744a.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfbb at the offset 0x7476.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x7487.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x74b1.
grub-install: info: relocating an R_X86_64_64 entry to 0xfb90 at the offset 0x74ed.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x74f7.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x7514.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfd4 at the offset 0x751e.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfe5 at the offset 0x7528.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfe8 at the offset 0x7537.
grub-install: info: relocating an R_X86_64_64 entry to 0x820d at the offset 0x7548.
grub-install: info: relocating an R_X86_64_64 entry to 0xbff2 at the offset 0x7552.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d16 at the offset 0x756c.
grub-install: info: relocating an R_X86_64_64 entry to 0xbff4 at the offset 0x7584.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfe5 at the offset 0x758e.
grub-install: info: relocating an R_X86_64_64 entry to 0xbfe8 at the offset 0x7598.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d8f at the offset 0x75a4.
grub-install: info: relocating an R_X86_64_64 entry to 0xfb88 at the offset 0x75d1.
grub-install: info: relocating an R_X86_64_64 entry to 0xfb98 at the offset 0x75e6.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x75f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x820d at the offset 0x7619.
grub-install: info: relocating an R_X86_64_64 entry to 0xbff2 at the offset 0x7623.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x7655.
grub-install: info: relocating an R_X86_64_64 entry to 0xc00a at the offset 0x767d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x768e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x76b5.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f60 at the offset 0x7726.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x775a.
grub-install: info: relocating an R_X86_64_64 entry to 0x907d at the offset 0x7783.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x778f.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde0 at the offset 0x779f.
grub-install: info: relocating an R_X86_64_64 entry to 0x127a at the offset 0x77bb.
grub-install: info: relocating an R_X86_64_64 entry to 0x8724 at the offset 0x77cf.
grub-install: info: relocating an R_X86_64_64 entry to 0xc028 at the offset 0x77e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x77f2.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde0 at the offset 0x7802.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x7852.
grub-install: info: relocating an R_X86_64_64 entry to 0xfba0 at the offset 0x7860.
grub-install: info: relocating an R_X86_64_64 entry to 0x7dfe at the offset 0x7878.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x788d.
grub-install: info: relocating an R_X86_64_64 entry to 0xaceb at the offset 0x78a9.
grub-install: info: relocating an R_X86_64_64 entry to 0x76a4 at the offset 0x78ea.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0x7922.
grub-install: info: relocating an R_X86_64_64 entry to 0xc03b at the offset 0x792c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0x7936.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x7942.
grub-install: info: relocating an R_X86_64_64 entry to 0x7dfe at the offset 0x7951.
grub-install: info: relocating an R_X86_64_64 entry to 0x8758 at the offset 0x79a6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc03e at the offset 0x79b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bed at the offset 0x79bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x3b01 at the offset 0x79d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc027 at the offset 0x79ef.
grub-install: info: relocating an R_X86_64_64 entry to 0xc043 at the offset 0x79f9.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x7a05.
grub-install: info: relocating an R_X86_64_64 entry to 0xc04a at the offset 0x7a19.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x7a26.
grub-install: info: relocating an R_X86_64_64 entry to 0xc04a at the offset 0x7a32.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c4f at the offset 0x7a3c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7a4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ea3 at the offset 0x7a6d.
grub-install: info: relocating an R_X86_64_64 entry to 0x907d at the offset 0x7a88.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x7aa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7b0b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x7b26.
grub-install: info: relocating an R_X86_64_64 entry to 0xc052 at the offset 0x7b65.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0x7b6f.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7b90.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7b9c.
grub-install: info: relocating an R_X86_64_64 entry to 0xc027 at the offset 0x7bab.
grub-install: info: relocating an R_X86_64_64 entry to 0xc043 at the offset 0x7bbb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x7bc5.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x7bd5.
grub-install: info: relocating an R_X86_64_64 entry to 0xc05d at the offset 0x7be9.
grub-install: info: relocating an R_X86_64_64 entry to 0xc03e at the offset 0x7bff.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c4f at the offset 0x7c12.
grub-install: info: relocating an R_X86_64_64 entry to 0x7dfe at the offset 0x7c22.
grub-install: info: relocating an R_X86_64_64 entry to 0xc03e at the offset 0x7c31.
grub-install: info: relocating an R_X86_64_64 entry to 0xc05d at the offset 0x7c3e.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde0 at the offset 0x7c51.
grub-install: info: relocating an R_X86_64_64 entry to 0x5b9e at the offset 0x7c62.
grub-install: info: relocating an R_X86_64_64 entry to 0xfba0 at the offset 0x7c6e.
grub-install: info: relocating an R_X86_64_64 entry to 0xa2fc at the offset 0x7c80.
grub-install: info: relocating an R_X86_64_64 entry to 0xc064 at the offset 0x7c8c.
grub-install: info: relocating an R_X86_64_64 entry to 0x77d6 at the offset 0x7c96.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x7ca4.
grub-install: info: relocating an R_X86_64_64 entry to 0xc064 at the offset 0x7cae.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe00 at the offset 0x7cbe.
grub-install: info: relocating an R_X86_64_64 entry to 0x86ad at the offset 0x7ccb.
grub-install: info: relocating an R_X86_64_64 entry to 0xab03 at the offset 0x7ce6.
grub-install: info: relocating an R_X86_64_64 entry to 0x907d at the offset 0x7cf2.
grub-install: info: relocating an R_X86_64_64 entry to 0xc06b at the offset 0x7d04.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x7d0e.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7d28.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7d34.
grub-install: info: relocating an R_X86_64_64 entry to 0xc06b at the offset 0x7d5b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x7d65.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x7d86.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x7de6.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf10 at the offset 0x7df4.
grub-install: info: relocating an R_X86_64_64 entry to 0x8eb6 at the offset 0x7eda.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ed8 at the offset 0x7f25.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x8034.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x804b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x8069.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x807f.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x809b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x80bc.
grub-install: info: relocating an R_X86_64_64 entry to 0x8eb6 at the offset 0x813d.
grub-install: info: relocating an R_X86_64_64 entry to 0xc085 at the offset 0x81cf.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x81e3.
grub-install: info: relocating an R_X86_64_64 entry to 0x90d2 at the offset 0x81f6.
grub-install: info: relocating an R_X86_64_64 entry to 0xc070 at the offset 0x820f.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0x8220.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x834f.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x836b.
grub-install: info: relocating an R_X86_64_64 entry to 0x9133 at the offset 0x83a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8fac at the offset 0x83b2.
grub-install: info: relocating an R_X86_64_64 entry to 0xb1c0 at the offset 0x8508.
grub-install: info: relocating an R_X86_64_64 entry to 0x9133 at the offset 0x85ad.
grub-install: info: relocating an R_X86_64_64 entry to 0x9133 at the offset 0x8658.
grub-install: info: relocating an R_X86_64_64 entry to 0x9133 at the offset 0x86b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x90d2 at the offset 0x87df.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x8847.
grub-install: info: relocating an R_X86_64_64 entry to 0xc099 at the offset 0x897d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9252 at the offset 0x8a44.
grub-install: info: relocating an R_X86_64_64 entry to 0x95b7 at the offset 0x8a53.
grub-install: info: relocating an R_X86_64_64 entry to 0xfbc0 at the offset 0x8a65.
grub-install: info: relocating an R_X86_64_64 entry to 0xfbc0 at the offset 0x8a8a.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x8aa3.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x8abc.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d78 at the offset 0x8aed.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x8aff.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x8b10.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a42 at the offset 0x8b54.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf10 at the offset 0x8bb2.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a42 at the offset 0x8bce.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa5 at the offset 0x8bdf.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0a0 at the offset 0x8bf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0a6 at the offset 0x8c22.
grub-install: info: relocating an R_X86_64_64 entry to 0x8f1d at the offset 0x8c32.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0aa at the offset 0x8c56.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x8c60.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a42 at the offset 0x8c93.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0x8c9f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9252 at the offset 0x8cba.
grub-install: info: relocating an R_X86_64_64 entry to 0x95b7 at the offset 0x8cef.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d78 at the offset 0x8d03.
grub-install: info: relocating an R_X86_64_64 entry to 0x9cb8 at the offset 0x8d2c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d25 at the offset 0x8d5d.
grub-install: info: relocating an R_X86_64_64 entry to 0x9252 at the offset 0x8d80.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x8d8f.
grub-install: info: relocating an R_X86_64_64 entry to 0x95b7 at the offset 0x8dce.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d78 at the offset 0x8de2.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x8e04.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d7e at the offset 0x8e3a.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x8e68.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf10 at the offset 0x8ea3.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a42 at the offset 0x8ebf.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0x8ecb.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0b2 at the offset 0x8ed9.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f58 at the offset 0x8ee5.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0bc at the offset 0x8ef5.
grub-install: info: relocating an R_X86_64_64 entry to 0xaccc at the offset 0x8f03.
grub-install: info: relocating an R_X86_64_64 entry to 0x2cb5 at the offset 0x8f0f.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x8f54.
grub-install: info: relocating an R_X86_64_64 entry to 0x907d at the offset 0x8f72.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x8f87.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa5 at the offset 0x8fbc.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf20 at the offset 0x9005.
grub-install: info: relocating an R_X86_64_64 entry to 0x8eb6 at the offset 0x9044.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f19 at the offset 0x9095.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fee at the offset 0x912e.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fa0 at the offset 0x915d.
grub-install: info: relocating an R_X86_64_64 entry to 0x8eb6 at the offset 0x9174.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fa0 at the offset 0x921c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x9251.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x9278.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x92a2.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x92b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f31 at the offset 0x92ff.
grub-install: info: relocating an R_X86_64_64 entry to 0x9f31 at the offset 0x9332.
grub-install: info: relocating an R_X86_64_64 entry to 0xa881 at the offset 0x933c.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x934d.
grub-install: info: relocating an R_X86_64_64 entry to 0x7dfe at the offset 0x9359.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x9366.
grub-install: info: relocating an R_X86_64_64 entry to 0x95ab at the offset 0x93cd.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f48 at the offset 0x93df.
grub-install: info: relocating an R_X86_64_64 entry to 0xa746 at the offset 0x9413.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x942a.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e58 at the offset 0x9445.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x946e.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x947e.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x948d.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x94aa.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f48 at the offset 0x950c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7ab at the offset 0x9541.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x9552.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0d4 at the offset 0x958c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x9596.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x95b2.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x95d5.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0x95f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0d5 at the offset 0x9612.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x961c.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0x9682.
grub-install: info: relocating an R_X86_64_64 entry to 0xa577 at the offset 0x96dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc0d8 at the offset 0x96f1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc114 at the offset 0x96fb.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0x970a.
grub-install: info: relocating an R_X86_64_64 entry to 0xc10a at the offset 0x9719.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x9733.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6b4 at the offset 0x974e.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0x976b.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0x9795.
grub-install: info: relocating an R_X86_64_64 entry to 0xa6b4 at the offset 0x97b7.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f48 at the offset 0x982a.
grub-install: info: relocating an R_X86_64_64 entry to 0xa7ab at the offset 0x983b.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x985c.
grub-install: info: relocating an R_X86_64_64 entry to 0xa08f at the offset 0x9883.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0x98cc.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x98ef.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe00 at the offset 0x9915.
grub-install: info: relocating an R_X86_64_64 entry to 0x86ad at the offset 0x9922.
grub-install: info: relocating an R_X86_64_64 entry to 0xc125 at the offset 0x994f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b7f at the offset 0x995e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc13c at the offset 0x996e.
grub-install: info: relocating an R_X86_64_64 entry to 0xc141 at the offset 0x997f.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x998b.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x9997.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x99b1.
grub-install: info: relocating an R_X86_64_64 entry to 0xc15a at the offset 0x99c4.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x99d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xaccc at the offset 0x99dc.
grub-install: info: relocating an R_X86_64_64 entry to 0xc157 at the offset 0x99ec.
grub-install: info: relocating an R_X86_64_64 entry to 0xfcc0 at the offset 0x9a0e.
grub-install: info: relocating an R_X86_64_64 entry to 0x8fac at the offset 0x9a18.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0x9a27.
grub-install: info: relocating an R_X86_64_64 entry to 0xfcc0 at the offset 0x9a5e.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x9a73.
grub-install: info: relocating an R_X86_64_64 entry to 0xfcc0 at the offset 0x9a9e.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x9aaf.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x9ac3.
grub-install: info: relocating an R_X86_64_64 entry to 0xc168 at the offset 0x9acd.
grub-install: info: relocating an R_X86_64_64 entry to 0xfcc0 at the offset 0x9adc.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x9ae6.
grub-install: info: relocating an R_X86_64_64 entry to 0x7dfe at the offset 0x9b07.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0x9b1b.
grub-install: info: relocating an R_X86_64_64 entry to 0xa9c2 at the offset 0x9b30.
grub-install: info: relocating an R_X86_64_64 entry to 0xa881 at the offset 0x9b4b.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0x9b61.
grub-install: info: relocating an R_X86_64_64 entry to 0xab6d at the offset 0x9bad.
grub-install: info: relocating an R_X86_64_64 entry to 0xab6d at the offset 0x9be8.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f60 at the offset 0x9c01.
grub-install: info: relocating an R_X86_64_64 entry to 0xab6d at the offset 0x9c24.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdc8 at the offset 0x9c53.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdc0 at the offset 0x9c68.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f58 at the offset 0x9c79.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f60 at the offset 0x9ca2.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0x9cce.
grub-install: info: relocating an R_X86_64_64 entry to 0xac51 at the offset 0x9cd9.
grub-install: info: relocating an R_X86_64_64 entry to 0x6bff at the offset 0x9cee.
grub-install: info: relocating an R_X86_64_64 entry to 0xd080 at the offset 0x9cf9.
grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
grub-install: info: relocating an R_X86_64_64 entry to 0x155f at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x156f at the offset 0x8.
grub-install: info: relocating an R_X86_64_64 entry to 0x15ca at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x156f at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x15ca at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x15ca at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x15ca at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0x15ca at the offset 0x38.
grub-install: info: relocating an R_X86_64_64 entry to 0x15ca at the offset 0x40.
grub-install: info: relocating an R_X86_64_64 entry to 0x15a9 at the offset 0x48.
grub-install: info: relocating an R_X86_64_64 entry to 0x15bc at the offset 0x50.
grub-install: info: relocating an R_X86_64_64 entry to 0x343d at the offset 0x58.
grub-install: info: relocating an R_X86_64_64 entry to 0x3558 at the offset 0x60.
grub-install: info: relocating an R_X86_64_64 entry to 0x37ad at the offset 0x68.
grub-install: info: relocating an R_X86_64_64 entry to 0x397e at the offset 0x70.
grub-install: info: relocating an R_X86_64_64 entry to 0x33c6 at the offset 0x78.
grub-install: info: relocating an R_X86_64_64 entry to 0x33dd at the offset 0x80.
grub-install: info: relocating an R_X86_64_64 entry to 0x33f0 at the offset 0x88.
grub-install: info: relocating an R_X86_64_64 entry to 0x340a at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x341c at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x3573 at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x358e at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x35a5 at the offset 0xb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x35d7 at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3617 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x379e at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x379e at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3726 at the offset 0xe0.
grub-install: info: relocating an R_X86_64_64 entry to 0x378c at the offset 0xe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3629 at the offset 0xf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3660 at the offset 0xf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x36ad at the offset 0x100.
grub-install: info: relocating an R_X86_64_64 entry to 0x3749 at the offset 0x108.
grub-install: info: relocating an R_X86_64_64 entry to 0x35ee at the offset 0x110.
grub-install: info: relocating an R_X86_64_64 entry to 0x379e at the offset 0x118.
grub-install: info: relocating an R_X86_64_64 entry to 0x379e at the offset 0x120.
grub-install: info: relocating an R_X86_64_64 entry to 0x376d at the offset 0x128.
grub-install: info: relocating an R_X86_64_64 entry to 0x37c8 at the offset 0x130.
grub-install: info: relocating an R_X86_64_64 entry to 0x381c at the offset 0x138.
grub-install: info: relocating an R_X86_64_64 entry to 0x383a at the offset 0x140.
grub-install: info: relocating an R_X86_64_64 entry to 0x3858 at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0x392b at the offset 0x150.
grub-install: info: relocating an R_X86_64_64 entry to 0x9534 at the offset 0x1c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9573 at the offset 0x1c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9573 at the offset 0x1d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9554 at the offset 0x1d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9573 at the offset 0x1e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9573 at the offset 0x1e8.
grub-install: info: dealing with the relocation section .rela.data for .data.
grub-install: info: relocating an R_X86_64_64 entry to 0xb29f at the offset 0x0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1bff at the offset 0x10.
grub-install: info: relocating an R_X86_64_64 entry to 0x16ee at the offset 0x18.
grub-install: info: relocating an R_X86_64_64 entry to 0x1622 at the offset 0x20.
grub-install: info: relocating an R_X86_64_64 entry to 0x1fd3 at the offset 0x28.
grub-install: info: relocating an R_X86_64_64 entry to 0x20b8 at the offset 0x30.
grub-install: info: relocating an R_X86_64_64 entry to 0xb980 at the offset 0x90.
grub-install: info: relocating an R_X86_64_64 entry to 0x4ade at the offset 0x98.
grub-install: info: relocating an R_X86_64_64 entry to 0x4abd at the offset 0xa0.
grub-install: info: relocating an R_X86_64_64 entry to 0x46fb at the offset 0xa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4911 at the offset 0xb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x497f at the offset 0xc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x48d5 at the offset 0xc8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4b71 at the offset 0xd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x4b0b at the offset 0xd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4a89 at the offset 0xe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xb980 at the offset 0x130.
grub-install: info: relocating an R_X86_64_64 entry to 0x486c at the offset 0x138.
grub-install: info: relocating an R_X86_64_64 entry to 0x49b3 at the offset 0x148.
grub-install: info: relocating an R_X86_64_64 entry to 0xf0c0 at the offset 0x180.
grub-install: info: relocating an R_X86_64_64 entry to 0xc01d at the offset 0x1b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8303 at the offset 0x1c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8213 at the offset 0x1c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d74 at the offset 0x1f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xabfb at the offset 0x340.
grub-install: info: relocating an R_X86_64_64 entry to 0xc16a at the offset 0x360.
grub-install: info: relocating an R_X86_64_64 entry to 0x1177 at the offset 0x368.
grub-install: info: relocating an R_X86_64_64 entry to 0xc175 at the offset 0x378.
grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x380.
grub-install: info: relocating an R_X86_64_64 entry to 0xc180 at the offset 0x390.
grub-install: info: relocating an R_X86_64_64 entry to 0x122c at the offset 0x398.
grub-install: info: relocating an R_X86_64_64 entry to 0xc18c at the offset 0x3a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc197 at the offset 0x3c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x3c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1a2 at the offset 0x3d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x3e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1ad at the offset 0x3f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x3f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1b8 at the offset 0x408.
grub-install: info: relocating an R_X86_64_64 entry to 0x11dc at the offset 0x410.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1c3 at the offset 0x420.
grub-install: info: relocating an R_X86_64_64 entry to 0x11ff at the offset 0x428.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1ce at the offset 0x438.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d9c at the offset 0x440.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1e2 at the offset 0x450.
grub-install: info: relocating an R_X86_64_64 entry to 0x4d8a at the offset 0x458.
grub-install: info: relocating an R_X86_64_64 entry to 0xc1f5 at the offset 0x468.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe00 at the offset 0x470.
grub-install: info: relocating an R_X86_64_64 entry to 0xc207 at the offset 0x480.
grub-install: info: relocating an R_X86_64_64 entry to 0xcea0 at the offset 0x488.
grub-install: info: relocating an R_X86_64_64 entry to 0xc21c at the offset 0x498.
grub-install: info: relocating an R_X86_64_64 entry to 0x5df5 at the offset 0x4a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc22e at the offset 0x4b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x5f32 at the offset 0x4b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc242 at the offset 0x4c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5d11 at the offset 0x4d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc253 at the offset 0x4e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe40 at the offset 0x4e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc269 at the offset 0x4f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6438 at the offset 0x500.
grub-install: info: relocating an R_X86_64_64 entry to 0xc279 at the offset 0x510.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe38 at the offset 0x518.
grub-install: info: relocating an R_X86_64_64 entry to 0xc28c at the offset 0x528.
grub-install: info: relocating an R_X86_64_64 entry to 0x63fa at the offset 0x530.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2a3 at the offset 0x540.
grub-install: info: relocating an R_X86_64_64 entry to 0x640f at the offset 0x548.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2bc at the offset 0x558.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe30 at the offset 0x560.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2d4 at the offset 0x570.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe20 at the offset 0x578.
grub-install: info: relocating an R_X86_64_64 entry to 0xc2f2 at the offset 0x588.
grub-install: info: relocating an R_X86_64_64 entry to 0x6aef at the offset 0x590.
grub-install: info: relocating an R_X86_64_64 entry to 0xc305 at the offset 0x5a0.
grub-install: info: relocating an R_X86_64_64 entry to 0x64d2 at the offset 0x5a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc314 at the offset 0x5b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x6792 at the offset 0x5c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc323 at the offset 0x5d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfe28 at the offset 0x5d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc338 at the offset 0x5e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x90d2 at the offset 0x5f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc346 at the offset 0x600.
grub-install: info: relocating an R_X86_64_64 entry to 0xe0a0 at the offset 0x608.
grub-install: info: relocating an R_X86_64_64 entry to 0xc353 at the offset 0x618.
grub-install: info: relocating an R_X86_64_64 entry to 0x77d6 at the offset 0x620.
grub-install: info: relocating an R_X86_64_64 entry to 0xc360 at the offset 0x630.
grub-install: info: relocating an R_X86_64_64 entry to 0x6e2f at the offset 0x638.
grub-install: info: relocating an R_X86_64_64 entry to 0xc379 at the offset 0x648.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cbc at the offset 0x650.
grub-install: info: relocating an R_X86_64_64 entry to 0xc385 at the offset 0x660.
grub-install: info: relocating an R_X86_64_64 entry to 0x6d34 at the offset 0x668.
grub-install: info: relocating an R_X86_64_64 entry to 0xc394 at the offset 0x678.
grub-install: info: relocating an R_X86_64_64 entry to 0x6cf8 at the offset 0x680.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3a2 at the offset 0x690.
grub-install: info: relocating an R_X86_64_64 entry to 0x12f9 at the offset 0x698.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3b0 at the offset 0x6a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x1309 at the offset 0x6b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3c2 at the offset 0x6c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1305 at the offset 0x6c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3d4 at the offset 0x6d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ed3 at the offset 0x6e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc3f0 at the offset 0x6f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3ef1 at the offset 0x6f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc408 at the offset 0x708.
grub-install: info: relocating an R_X86_64_64 entry to 0x3cf7 at the offset 0x710.
grub-install: info: relocating an R_X86_64_64 entry to 0xc424 at the offset 0x720.
grub-install: info: relocating an R_X86_64_64 entry to 0x3da9 at the offset 0x728.
grub-install: info: relocating an R_X86_64_64 entry to 0xc441 at the offset 0x738.
grub-install: info: relocating an R_X86_64_64 entry to 0x3a03 at the offset 0x740.
grub-install: info: relocating an R_X86_64_64 entry to 0xc45f at the offset 0x750.
grub-install: info: relocating an R_X86_64_64 entry to 0x32c2 at the offset 0x758.
grub-install: info: relocating an R_X86_64_64 entry to 0xc47e at the offset 0x768.
grub-install: info: relocating an R_X86_64_64 entry to 0x3286 at the offset 0x770.
grub-install: info: relocating an R_X86_64_64 entry to 0xc49d at the offset 0x780.
grub-install: info: relocating an R_X86_64_64 entry to 0x42ef at the offset 0x788.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4b5 at the offset 0x798.
grub-install: info: relocating an R_X86_64_64 entry to 0x4048 at the offset 0x7a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4d3 at the offset 0x7b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3c6b at the offset 0x7b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc4e7 at the offset 0x7c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x326b at the offset 0x7d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc500 at the offset 0x7e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x30d5 at the offset 0x7e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc516 at the offset 0x7f8.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c5f at the offset 0x800.
grub-install: info: relocating an R_X86_64_64 entry to 0xc530 at the offset 0x810.
grub-install: info: relocating an R_X86_64_64 entry to 0x3f07 at the offset 0x818.
grub-install: info: relocating an R_X86_64_64 entry to 0xc548 at the offset 0x828.
grub-install: info: relocating an R_X86_64_64 entry to 0x2e40 at the offset 0x830.
grub-install: info: relocating an R_X86_64_64 entry to 0xc55e at the offset 0x840.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd8 at the offset 0x848.
grub-install: info: relocating an R_X86_64_64 entry to 0xc574 at the offset 0x858.
grub-install: info: relocating an R_X86_64_64 entry to 0xe038 at the offset 0x860.
grub-install: info: relocating an R_X86_64_64 entry to 0xc589 at the offset 0x870.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a56 at the offset 0x878.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5a0 at the offset 0x888.
grub-install: info: relocating an R_X86_64_64 entry to 0x2a0f at the offset 0x890.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5b9 at the offset 0x8a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde8 at the offset 0x8a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5cd at the offset 0x8b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x2b53 at the offset 0x8c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5e4 at the offset 0x8d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x3321 at the offset 0x8d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc5ff at the offset 0x8e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x2f82 at the offset 0x8f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc614 at the offset 0x900.
grub-install: info: relocating an R_X86_64_64 entry to 0x2baf at the offset 0x908.
grub-install: info: relocating an R_X86_64_64 entry to 0xc62b at the offset 0x918.
grub-install: info: relocating an R_X86_64_64 entry to 0x2d53 at the offset 0x920.
grub-install: info: relocating an R_X86_64_64 entry to 0xc641 at the offset 0x930.
grub-install: info: relocating an R_X86_64_64 entry to 0x2cfe at the offset 0x938.
grub-install: info: relocating an R_X86_64_64 entry to 0xc662 at the offset 0x948.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c3b at the offset 0x950.
grub-install: info: relocating an R_X86_64_64 entry to 0xc671 at the offset 0x960.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdd0 at the offset 0x968.
grub-install: info: relocating an R_X86_64_64 entry to 0xc687 at the offset 0x978.
grub-install: info: relocating an R_X86_64_64 entry to 0x23ba at the offset 0x980.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6a6 at the offset 0x990.
grub-install: info: relocating an R_X86_64_64 entry to 0x2508 at the offset 0x998.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6c3 at the offset 0x9a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c4f at the offset 0x9b0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6d3 at the offset 0x9c0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7aa5 at the offset 0x9c8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6e0 at the offset 0x9d8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7974 at the offset 0x9e0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6ed at the offset 0x9f0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7acf at the offset 0x9f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc6fc at the offset 0xa08.
grub-install: info: relocating an R_X86_64_64 entry to 0x7b62 at the offset 0xa10.
grub-install: info: relocating an R_X86_64_64 entry to 0xc717 at the offset 0xa20.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee4 at the offset 0xa28.
grub-install: info: relocating an R_X86_64_64 entry to 0xc72f at the offset 0xa38.
grub-install: info: relocating an R_X86_64_64 entry to 0x19de0 at the offset 0xa40.
grub-install: info: relocating an R_X86_64_64 entry to 0xc73b at the offset 0xa50.
grub-install: info: relocating an R_X86_64_64 entry to 0x19ee0 at the offset 0xa58.
grub-install: info: relocating an R_X86_64_64 entry to 0xc746 at the offset 0xa68.
grub-install: info: relocating an R_X86_64_64 entry to 0x7c95 at the offset 0xa70.
grub-install: info: relocating an R_X86_64_64 entry to 0xc751 at the offset 0xa80.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d8f at the offset 0xa88.
grub-install: info: relocating an R_X86_64_64 entry to 0xc760 at the offset 0xa98.
grub-install: info: relocating an R_X86_64_64 entry to 0x7d16 at the offset 0xaa0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc770 at the offset 0xab0.
grub-install: info: relocating an R_X86_64_64 entry to 0x2cb5 at the offset 0xab8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc77a at the offset 0xac8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e65 at the offset 0xad0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc785 at the offset 0xae0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7fc1 at the offset 0xae8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc795 at the offset 0xaf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f20 at the offset 0xb00.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7a7 at the offset 0xb10.
grub-install: info: relocating an R_X86_64_64 entry to 0x7e94 at the offset 0xb18.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7c1 at the offset 0xb28.
grub-install: info: relocating an R_X86_64_64 entry to 0x800d at the offset 0xb30.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7d0 at the offset 0xb40.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f00 at the offset 0xb48.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7e8 at the offset 0xb58.
grub-install: info: relocating an R_X86_64_64 entry to 0x7f22 at the offset 0xb60.
grub-install: info: relocating an R_X86_64_64 entry to 0xc7f7 at the offset 0xb70.
grub-install: info: relocating an R_X86_64_64 entry to 0x81da at the offset 0xb78.
grub-install: info: relocating an R_X86_64_64 entry to 0xc806 at the offset 0xb88.
grub-install: info: relocating an R_X86_64_64 entry to 0x53f1 at the offset 0xb90.
grub-install: info: relocating an R_X86_64_64 entry to 0xc810 at the offset 0xba0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfb88 at the offset 0xba8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc826 at the offset 0xbb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xfb90 at the offset 0xbc0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc833 at the offset 0xbd0.
grub-install: info: relocating an R_X86_64_64 entry to 0x84d0 at the offset 0xbd8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc841 at the offset 0xbe8.
grub-install: info: relocating an R_X86_64_64 entry to 0x56f8 at the offset 0xbf0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc852 at the offset 0xc00.
grub-install: info: relocating an R_X86_64_64 entry to 0xaccc at the offset 0xc08.
grub-install: info: relocating an R_X86_64_64 entry to 0xc85e at the offset 0xc18.
grub-install: info: relocating an R_X86_64_64 entry to 0xac51 at the offset 0xc20.
grub-install: info: relocating an R_X86_64_64 entry to 0xc872 at the offset 0xc30.
grub-install: info: relocating an R_X86_64_64 entry to 0xcf10 at the offset 0xc38.
grub-install: info: relocating an R_X86_64_64 entry to 0xc87f at the offset 0xc48.
grub-install: info: relocating an R_X86_64_64 entry to 0x8eb6 at the offset 0xc50.
grub-install: info: relocating an R_X86_64_64 entry to 0xc88c at the offset 0xc60.
grub-install: info: relocating an R_X86_64_64 entry to 0x86e2 at the offset 0xc68.
grub-install: info: relocating an R_X86_64_64 entry to 0xc89b at the offset 0xc78.
grub-install: info: relocating an R_X86_64_64 entry to 0x86f9 at the offset 0xc80.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8ac at the offset 0xc90.
grub-install: info: relocating an R_X86_64_64 entry to 0x4e7a at the offset 0xc98.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8c9 at the offset 0xca8.
grub-install: info: relocating an R_X86_64_64 entry to 0x4eda at the offset 0xcb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8e6 at the offset 0xcc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1294 at the offset 0xcc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc8f8 at the offset 0xcd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x53a2 at the offset 0xce0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc904 at the offset 0xcf0.
grub-install: info: relocating an R_X86_64_64 entry to 0x51a2 at the offset 0xcf8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc912 at the offset 0xd08.
grub-install: info: relocating an R_X86_64_64 entry to 0x12a7 at the offset 0xd10.
grub-install: info: relocating an R_X86_64_64 entry to 0xc926 at the offset 0xd20.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e1c at the offset 0xd28.
grub-install: info: relocating an R_X86_64_64 entry to 0xc932 at the offset 0xd38.
grub-install: info: relocating an R_X86_64_64 entry to 0x8d94 at the offset 0xd40.
grub-install: info: relocating an R_X86_64_64 entry to 0xc93f at the offset 0xd50.
grub-install: info: relocating an R_X86_64_64 entry to 0x8fac at the offset 0xd58.
grub-install: info: relocating an R_X86_64_64 entry to 0xc94b at the offset 0xd68.
grub-install: info: relocating an R_X86_64_64 entry to 0x5712 at the offset 0xd70.
grub-install: info: relocating an R_X86_64_64 entry to 0xc95b at the offset 0xd80.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf8 at the offset 0xd88.
grub-install: info: relocating an R_X86_64_64 entry to 0xc968 at the offset 0xd98.
grub-install: info: relocating an R_X86_64_64 entry to 0xfde0 at the offset 0xda0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc975 at the offset 0xdb0.
grub-install: info: relocating an R_X86_64_64 entry to 0x86ad at the offset 0xdb8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc98a at the offset 0xdc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xe080 at the offset 0xdd0.
grub-install: info: relocating an R_X86_64_64 entry to 0xc998 at the offset 0xde0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdc0 at the offset 0xde8.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9b1 at the offset 0xdf8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9fee at the offset 0xe00.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9cb at the offset 0xe10.
grub-install: info: relocating an R_X86_64_64 entry to 0xa08f at the offset 0xe18.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9e5 at the offset 0xe28.
grub-install: info: relocating an R_X86_64_64 entry to 0xa577 at the offset 0xe30.
grub-install: info: relocating an R_X86_64_64 entry to 0xc9fd at the offset 0xe40.
grub-install: info: relocating an R_X86_64_64 entry to 0xa50a at the offset 0xe48.
grub-install: info: relocating an R_X86_64_64 entry to 0xca14 at the offset 0xe58.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f48 at the offset 0xe60.
grub-install: info: relocating an R_X86_64_64 entry to 0xca2c at the offset 0xe70.
grub-install: info: relocating an R_X86_64_64 entry to 0xa374 at the offset 0xe78.
grub-install: info: relocating an R_X86_64_64 entry to 0xca41 at the offset 0xe88.
grub-install: info: relocating an R_X86_64_64 entry to 0x13fb at the offset 0xe90.
grub-install: info: relocating an R_X86_64_64 entry to 0xca5a at the offset 0xea0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1336 at the offset 0xea8.
grub-install: info: relocating an R_X86_64_64 entry to 0xca6b at the offset 0xeb8.
grub-install: info: relocating an R_X86_64_64 entry to 0x130d at the offset 0xec0.
grub-install: info: relocating an R_X86_64_64 entry to 0xca81 at the offset 0xed0.
grub-install: info: relocating an R_X86_64_64 entry to 0x1094 at the offset 0xed8.
grub-install: info: relocating an R_X86_64_64 entry to 0xca9d at the offset 0xee8.
grub-install: info: relocating an R_X86_64_64 entry to 0x7dfe at the offset 0xef0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcaae at the offset 0xf00.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0xf08.
grub-install: info: relocating an R_X86_64_64 entry to 0xcaba at the offset 0xf18.
grub-install: info: relocating an R_X86_64_64 entry to 0x9b7f at the offset 0xf20.
grub-install: info: relocating an R_X86_64_64 entry to 0xcac7 at the offset 0xf30.
grub-install: info: relocating an R_X86_64_64 entry to 0x8de3 at the offset 0xf38.
grub-install: info: relocating an R_X86_64_64 entry to 0xcad2 at the offset 0xf48.
grub-install: info: relocating an R_X86_64_64 entry to 0x9bdd at the offset 0xf50.
grub-install: info: relocating an R_X86_64_64 entry to 0xcae4 at the offset 0xf60.
grub-install: info: relocating an R_X86_64_64 entry to 0x563a at the offset 0xf68.
grub-install: info: relocating an R_X86_64_64 entry to 0xcaf1 at the offset 0xf78.
grub-install: info: relocating an R_X86_64_64 entry to 0x2c7a at the offset 0xf80.
grub-install: info: relocating an R_X86_64_64 entry to 0xcafd at the offset 0xf90.
grub-install: info: relocating an R_X86_64_64 entry to 0xaca0 at the offset 0xf98.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb0a at the offset 0xfa8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5736 at the offset 0xfb0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb25 at the offset 0xfc0.
grub-install: info: relocating an R_X86_64_64 entry to 0x7bed at the offset 0xfc8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb41 at the offset 0xfd8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d39 at the offset 0xfe0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb4f at the offset 0xff0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e8f at the offset 0xff8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb5b at the offset 0x1008.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e3c at the offset 0x1010.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb67 at the offset 0x1020.
grub-install: info: relocating an R_X86_64_64 entry to 0x8dd0 at the offset 0x1028.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb73 at the offset 0x1038.
grub-install: info: relocating an R_X86_64_64 entry to 0x9032 at the offset 0x1040.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb7f at the offset 0x1050.
grub-install: info: relocating an R_X86_64_64 entry to 0x9021 at the offset 0x1058.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb8b at the offset 0x1068.
grub-install: info: relocating an R_X86_64_64 entry to 0x8e58 at the offset 0x1070.
grub-install: info: relocating an R_X86_64_64 entry to 0xcb98 at the offset 0x1080.
grub-install: info: relocating an R_X86_64_64 entry to 0x907d at the offset 0x1088.
grub-install: info: relocating an R_X86_64_64 entry to 0xcba5 at the offset 0x1098.
grub-install: info: relocating an R_X86_64_64 entry to 0x8ea3 at the offset 0x10a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbb2 at the offset 0x10b0.
grub-install: info: relocating an R_X86_64_64 entry to 0x95ab at the offset 0x10b8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbbf at the offset 0x10c8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9133 at the offset 0x10d0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbcd at the offset 0x10e0.
grub-install: info: relocating an R_X86_64_64 entry to 0x8f1d at the offset 0x10e8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbda at the offset 0x10f8.
grub-install: info: relocating an R_X86_64_64 entry to 0xd068 at the offset 0x1100.
grub-install: info: relocating an R_X86_64_64 entry to 0xcbf4 at the offset 0x1110.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f58 at the offset 0x1118.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc05 at the offset 0x1128.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f68 at the offset 0x1130.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc1f at the offset 0x1140.
grub-install: info: relocating an R_X86_64_64 entry to 0xd069 at the offset 0x1148.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc36 at the offset 0x1158.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f60 at the offset 0x1160.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc48 at the offset 0x1170.
grub-install: info: relocating an R_X86_64_64 entry to 0x19f50 at the offset 0x1178.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc63 at the offset 0x1188.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdc8 at the offset 0x1190.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc76 at the offset 0x11a0.
grub-install: info: relocating an R_X86_64_64 entry to 0xfdf0 at the offset 0x11a8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc84 at the offset 0x11b8.
grub-install: info: relocating an R_X86_64_64 entry to 0x5825 at the offset 0x11c0.
grub-install: info: relocating an R_X86_64_64 entry to 0xcc9c at the offset 0x11d0.
grub-install: info: relocating an R_X86_64_64 entry to 0x9a42 at the offset 0x11d8.
grub-install: info: relocating an R_X86_64_64 entry to 0xcca9 at the offset 0x11e8.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d25 at the offset 0x11f0.
grub-install: info: relocating an R_X86_64_64 entry to 0xccb8 at the offset 0x1200.
grub-install: info: relocating an R_X86_64_64 entry to 0x9e16 at the offset 0x1208.
grub-install: info: relocating an R_X86_64_64 entry to 0xccc7 at the offset 0x1218.
grub-install: info: relocating an R_X86_64_64 entry to 0xd060 at the offset 0x1220.
grub-install: info: relocating an R_X86_64_64 entry to 0xccd2 at the offset 0x1230.
grub-install: info: relocating an R_X86_64_64 entry to 0x9d7e at the offset 0x1238.
grub-install: info: relocating an R_X86_64_64 entry to 0xcce2 at the offset 0x1248.
grub-install: info: relocating an R_X86_64_64 entry to 0x53b3 at the offset 0x1250.
grub-install: info: relocating an R_X86_64_64 entry to 0xccee at the offset 0x1260.
grub-install: info: relocating an R_X86_64_64 entry to 0x50dc at the offset 0x1268.
grub-install: info: relocating an R_X86_64_64 entry to 0xccf5 at the offset 0x1278.
grub-install: info: relocating an R_X86_64_64 entry to 0x50c4 at the offset 0x1280.
grub-install: info: relocating an R_X86_64_64 entry to 0xccfc at the offset 0x1290.
grub-install: info: relocating an R_X86_64_64 entry to 0x50d0 at the offset 0x1298.
grub-install: info: relocating an R_X86_64_64 entry to 0xcd04 at the offset 0x12a8.
grub-install: info: relocating an R_X86_64_64 entry to 0x50e8 at the offset 0x12b0.
grub-install: info: translating the relocation section .rela.text.
grub-install: info: adding a relocation entry for 0x1033.
grub-install: info: adding a relocation entry for 0x104b.
grub-install: info: adding a relocation entry for 0x1068.
grub-install: info: adding a relocation entry for 0x1084.
grub-install: info: adding a relocation entry for 0x1119.
grub-install: info: adding a relocation entry for 0x113e.
grub-install: info: adding a relocation entry for 0x1159.
grub-install: info: adding a relocation entry for 0x1168.
grub-install: info: adding a relocation entry for 0x127d.
grub-install: info: adding a relocation entry for 0x128a.
grub-install: info: adding a relocation entry for 0x129c.
grub-install: info: adding a relocation entry for 0x12c5.
grub-install: info: adding a relocation entry for 0x12da.
grub-install: info: adding a relocation entry for 0x12eb.
grub-install: info: adding a relocation entry for 0x12fb.
grub-install: info: adding a relocation entry for 0x133c.
grub-install: info: adding a relocation entry for 0x1412.
grub-install: info: adding a relocation entry for 0x14a9.
grub-install: info: adding a relocation entry for 0x14ba.
grub-install: info: adding a relocation entry for 0x14d1.
grub-install: info: adding a relocation entry for 0x14f3.
grub-install: info: adding a relocation entry for 0x158a.
grub-install: info: adding a relocation entry for 0x159d.
grub-install: info: adding a relocation entry for 0x15d6.
grub-install: info: adding a relocation entry for 0x15e4.
grub-install: info: adding a relocation entry for 0x162e.
grub-install: info: adding a relocation entry for 0x1638.
grub-install: info: adding a relocation entry for 0x1642.
grub-install: info: adding a relocation entry for 0x164c.
grub-install: info: adding a relocation entry for 0x165b.
grub-install: info: adding a relocation entry for 0x167c.
grub-install: info: adding a relocation entry for 0x1688.
grub-install: info: adding a relocation entry for 0x1693.
grub-install: info: adding a relocation entry for 0x169e.
grub-install: info: adding a relocation entry for 0x16c3.
grub-install: info: adding a relocation entry for 0x16cd.
grub-install: info: adding a relocation entry for 0x16f7.
grub-install: info: adding a relocation entry for 0x1701.
grub-install: info: adding a relocation entry for 0x170f.
grub-install: info: adding a relocation entry for 0x171b.
grub-install: info: adding a relocation entry for 0x1729.
grub-install: info: adding a relocation entry for 0x1760.
grub-install: info: adding a relocation entry for 0x177c.
grub-install: info: adding a relocation entry for 0x178d.
grub-install: info: adding a relocation entry for 0x17bb.
grub-install: info: adding a relocation entry for 0x17c9.
grub-install: info: adding a relocation entry for 0x17d7.
grub-install: info: adding a relocation entry for 0x17e4.
grub-install: info: adding a relocation entry for 0x1802.
grub-install: info: adding a relocation entry for 0x180f.
grub-install: info: adding a relocation entry for 0x182d.
grub-install: info: adding a relocation entry for 0x1837.
grub-install: info: adding a relocation entry for 0x184f.
grub-install: info: adding a relocation entry for 0x1875.
grub-install: info: adding a relocation entry for 0x18ab.
grub-install: info: adding a relocation entry for 0x18bf.
grub-install: info: adding a relocation entry for 0x1900.
grub-install: info: adding a relocation entry for 0x190a.
grub-install: info: adding a relocation entry for 0x1914.
grub-install: info: adding a relocation entry for 0x1939.
grub-install: info: adding a relocation entry for 0x1943.
grub-install: info: adding a relocation entry for 0x1976.
grub-install: info: adding a relocation entry for 0x19ac.
grub-install: info: adding a relocation entry for 0x19cc.
grub-install: info: adding a relocation entry for 0x19d6.
grub-install: info: adding a relocation entry for 0x1a0b.
grub-install: info: adding a relocation entry for 0x1a21.
grub-install: info: adding a relocation entry for 0x1a6a.
grub-install: info: adding a relocation entry for 0x1a8b.
grub-install: info: adding a relocation entry for 0x1ab8.
grub-install: info: adding a relocation entry for 0x1ac9.
grub-install: info: adding a relocation entry for 0x1af9.
grub-install: info: adding a relocation entry for 0x1b15.
grub-install: info: adding a relocation entry for 0x1b4f.
grub-install: info: adding a relocation entry for 0x1b59.
grub-install: info: adding a relocation entry for 0x1b81.
grub-install: info: adding a relocation entry for 0x1b96.
grub-install: info: adding a relocation entry for 0x1bb8.
grub-install: info: adding a relocation entry for 0x1bd7.
grub-install: info: adding a relocation entry for 0x1c1f.
grub-install: info: adding a relocation entry for 0x1c2f.
grub-install: info: adding a relocation entry for 0x1c3e.
grub-install: info: adding a relocation entry for 0x1c4e.
grub-install: info: adding a relocation entry for 0x1c6e.
grub-install: info: adding a relocation entry for 0x1c85.
grub-install: info: adding a relocation entry for 0x1c8f.
grub-install: info: adding a relocation entry for 0x1c99.
grub-install: info: adding a relocation entry for 0x1ca3.
grub-install: info: adding a relocation entry for 0x1cd7.
grub-install: info: adding a relocation entry for 0x1cee.
grub-install: info: adding a relocation entry for 0x1cf8.
grub-install: info: adding a relocation entry for 0x1d02.
grub-install: info: adding a relocation entry for 0x1d0c.
grub-install: info: adding a relocation entry for 0x1d36.
grub-install: info: adding a relocation entry for 0x1d46.
grub-install: info: adding a relocation entry for 0x1d62.
grub-install: info: adding a relocation entry for 0x1d79.
grub-install: info: adding a relocation entry for 0x1d83.
grub-install: info: adding a relocation entry for 0x1d8d.
grub-install: info: adding a relocation entry for 0x1d97.
grub-install: info: adding a relocation entry for 0x1e14.
grub-install: info: adding a relocation entry for 0x1e36.
grub-install: info: adding a relocation entry for 0x1e61.
grub-install: info: adding a relocation entry for 0x1e8c.
grub-install: info: adding a relocation entry for 0x1eb0.
grub-install: info: adding a relocation entry for 0x1f28.
grub-install: info: adding a relocation entry for 0x1f5a.
grub-install: info: adding a relocation entry for 0x1f85.
grub-install: info: adding a relocation entry for 0x1fa7.
grub-install: info: adding a relocation entry for 0x1fb3.
grub-install: info: adding a relocation entry for 0x1fe0.
grub-install: info: adding a relocation entry for 0x1ff1.
grub-install: info: adding a relocation entry for 0x2000.
grub-install: info: writing 232 bytes of a fixup block starting at 0x1000.
grub-install: info: adding a relocation entry for 0x2019.
grub-install: info: adding a relocation entry for 0x202f.
grub-install: info: adding a relocation entry for 0x2060.
grub-install: info: adding a relocation entry for 0x206d.
grub-install: info: adding a relocation entry for 0x208f.
grub-install: info: adding a relocation entry for 0x209e.
grub-install: info: adding a relocation entry for 0x20c5.
grub-install: info: adding a relocation entry for 0x20d6.
grub-install: info: adding a relocation entry for 0x20e5.
grub-install: info: adding a relocation entry for 0x20fe.
grub-install: info: adding a relocation entry for 0x2117.
grub-install: info: adding a relocation entry for 0x2148.
grub-install: info: adding a relocation entry for 0x2155.
grub-install: info: adding a relocation entry for 0x2177.
grub-install: info: adding a relocation entry for 0x2186.
grub-install: info: adding a relocation entry for 0x21a2.
grub-install: info: adding a relocation entry for 0x21b8.
grub-install: info: adding a relocation entry for 0x21c2.
grub-install: info: adding a relocation entry for 0x21d7.
grub-install: info: adding a relocation entry for 0x223b.
grub-install: info: adding a relocation entry for 0x224b.
grub-install: info: adding a relocation entry for 0x2257.
grub-install: info: adding a relocation entry for 0x2281.
grub-install: info: adding a relocation entry for 0x22e1.
grub-install: info: adding a relocation entry for 0x22f1.
grub-install: info: adding a relocation entry for 0x2345.
grub-install: info: adding a relocation entry for 0x2364.
grub-install: info: adding a relocation entry for 0x2370.
grub-install: info: adding a relocation entry for 0x238a.
grub-install: info: adding a relocation entry for 0x2399.
grub-install: info: adding a relocation entry for 0x23a3.
grub-install: info: adding a relocation entry for 0x2408.
grub-install: info: adding a relocation entry for 0x2412.
grub-install: info: adding a relocation entry for 0x2444.
grub-install: info: adding a relocation entry for 0x2466.
grub-install: info: adding a relocation entry for 0x2475.
grub-install: info: adding a relocation entry for 0x24e9.
grub-install: info: adding a relocation entry for 0x250a.
grub-install: info: adding a relocation entry for 0x2533.
grub-install: info: adding a relocation entry for 0x256c.
grub-install: info: adding a relocation entry for 0x25af.
grub-install: info: adding a relocation entry for 0x25b9.
grub-install: info: adding a relocation entry for 0x25d6.
grub-install: info: adding a relocation entry for 0x2600.
grub-install: info: adding a relocation entry for 0x2623.
grub-install: info: adding a relocation entry for 0x2637.
grub-install: info: adding a relocation entry for 0x2651.
grub-install: info: adding a relocation entry for 0x265b.
grub-install: info: adding a relocation entry for 0x2678.
grub-install: info: adding a relocation entry for 0x2688.
grub-install: info: adding a relocation entry for 0x26b7.
grub-install: info: adding a relocation entry for 0x26d0.
grub-install: info: adding a relocation entry for 0x2800.
grub-install: info: adding a relocation entry for 0x2852.
grub-install: info: adding a relocation entry for 0x2869.
grub-install: info: adding a relocation entry for 0x2882.
grub-install: info: adding a relocation entry for 0x2a1b.
grub-install: info: adding a relocation entry for 0x2a38.
grub-install: info: adding a relocation entry for 0x2a5a.
grub-install: info: adding a relocation entry for 0x2aa8.
grub-install: info: adding a relocation entry for 0x2ab8.
grub-install: info: adding a relocation entry for 0x2adf.
grub-install: info: adding a relocation entry for 0x2b1f.
grub-install: info: adding a relocation entry for 0x2b61.
grub-install: info: adding a relocation entry for 0x2b7d.
grub-install: info: adding a relocation entry for 0x2b8a.
grub-install: info: adding a relocation entry for 0x2bb1.
grub-install: info: adding a relocation entry for 0x2bc1.
grub-install: info: adding a relocation entry for 0x2bf0.
grub-install: info: adding a relocation entry for 0x2c21.
grub-install: info: adding a relocation entry for 0x2c3d.
grub-install: info: adding a relocation entry for 0x2c55.
grub-install: info: adding a relocation entry for 0x2c61.
grub-install: info: adding a relocation entry for 0x2c70.
grub-install: info: adding a relocation entry for 0x2c82.
grub-install: info: adding a relocation entry for 0x2c95.
grub-install: info: adding a relocation entry for 0x2ca9.
grub-install: info: adding a relocation entry for 0x2cbd.
grub-install: info: adding a relocation entry for 0x2cd0.
grub-install: info: adding a relocation entry for 0x2ce5.
grub-install: info: adding a relocation entry for 0x2cf2.
grub-install: info: adding a relocation entry for 0x2d0a.
grub-install: info: adding a relocation entry for 0x2d22.
grub-install: info: adding a relocation entry for 0x2d33.
grub-install: info: adding a relocation entry for 0x2d45.
grub-install: info: adding a relocation entry for 0x2d55.
grub-install: info: adding a relocation entry for 0x2d80.
grub-install: info: adding a relocation entry for 0x2d93.
grub-install: info: adding a relocation entry for 0x2dae.
grub-install: info: adding a relocation entry for 0x2dd5.
grub-install: info: adding a relocation entry for 0x2de7.
grub-install: info: adding a relocation entry for 0x2df9.
grub-install: info: adding a relocation entry for 0x2e17.
grub-install: info: adding a relocation entry for 0x2e24.
grub-install: info: adding a relocation entry for 0x2e42.
grub-install: info: adding a relocation entry for 0x2e4e.
grub-install: info: adding a relocation entry for 0x2ea5.
grub-install: info: adding a relocation entry for 0x2eb2.
grub-install: info: adding a relocation entry for 0x2ebc.
grub-install: info: adding a relocation entry for 0x2edf.
grub-install: info: adding a relocation entry for 0x2f90.
grub-install: info: adding a relocation entry for 0x2f9d.
grub-install: info: adding a relocation entry for 0x2fef.
grub-install: info: adding a relocation entry for 0x301e.
grub-install: info: writing 216 bytes of a fixup block starting at 0x2000.
grub-install: info: adding a relocation entry for 0x303e.
grub-install: info: adding a relocation entry for 0x3053.
grub-install: info: adding a relocation entry for 0x3072.
grub-install: info: adding a relocation entry for 0x3096.
grub-install: info: adding a relocation entry for 0x3133.
grub-install: info: adding a relocation entry for 0x3147.
grub-install: info: adding a relocation entry for 0x31de.
grub-install: info: adding a relocation entry for 0x31f4.
grub-install: info: adding a relocation entry for 0x326d.
grub-install: info: adding a relocation entry for 0x327c.
grub-install: info: adding a relocation entry for 0x32ee.
grub-install: info: adding a relocation entry for 0x330e.
grub-install: info: adding a relocation entry for 0x332c.
grub-install: info: adding a relocation entry for 0x335f.
grub-install: info: adding a relocation entry for 0x337d.
grub-install: info: adding a relocation entry for 0x338f.
grub-install: info: adding a relocation entry for 0x33a2.
grub-install: info: adding a relocation entry for 0x33b8.
grub-install: info: adding a relocation entry for 0x33d0.
grub-install: info: adding a relocation entry for 0x33df.
grub-install: info: adding a relocation entry for 0x33fa.
grub-install: info: adding a relocation entry for 0x340c.
grub-install: info: adding a relocation entry for 0x341e.
grub-install: info: adding a relocation entry for 0x3430.
grub-install: info: adding a relocation entry for 0x3450.
grub-install: info: adding a relocation entry for 0x3469.
grub-install: info: adding a relocation entry for 0x3481.
grub-install: info: adding a relocation entry for 0x3494.
grub-install: info: adding a relocation entry for 0x34a5.
grub-install: info: adding a relocation entry for 0x34bd.
grub-install: info: adding a relocation entry for 0x34d6.
grub-install: info: adding a relocation entry for 0x350b.
grub-install: info: adding a relocation entry for 0x3534.
grub-install: info: adding a relocation entry for 0x354b.
grub-install: info: adding a relocation entry for 0x3565.
grub-install: info: adding a relocation entry for 0x357d.
grub-install: info: adding a relocation entry for 0x3598.
grub-install: info: adding a relocation entry for 0x35b1.
grub-install: info: adding a relocation entry for 0x35c2.
grub-install: info: adding a relocation entry for 0x35e1.
grub-install: info: adding a relocation entry for 0x35fa.
grub-install: info: adding a relocation entry for 0x3619.
grub-install: info: adding a relocation entry for 0x3634.
grub-install: info: adding a relocation entry for 0x366b.
grub-install: info: adding a relocation entry for 0x36b8.
grub-install: info: adding a relocation entry for 0x3732.
grub-install: info: adding a relocation entry for 0x3755.
grub-install: info: adding a relocation entry for 0x3777.
grub-install: info: adding a relocation entry for 0x378e.
grub-install: info: adding a relocation entry for 0x37a0.
grub-install: info: adding a relocation entry for 0x37ba.
grub-install: info: adding a relocation entry for 0x37d2.
grub-install: info: adding a relocation entry for 0x3826.
grub-install: info: adding a relocation entry for 0x383c.
grub-install: info: adding a relocation entry for 0x3849.
grub-install: info: adding a relocation entry for 0x385a.
grub-install: info: adding a relocation entry for 0x3868.
grub-install: info: adding a relocation entry for 0x3887.
grub-install: info: adding a relocation entry for 0x389e.
grub-install: info: adding a relocation entry for 0x38a8.
grub-install: info: adding a relocation entry for 0x38cd.
grub-install: info: adding a relocation entry for 0x38e5.
grub-install: info: adding a relocation entry for 0x3901.
grub-install: info: adding a relocation entry for 0x3911.
grub-install: info: adding a relocation entry for 0x3935.
grub-install: info: adding a relocation entry for 0x3974.
grub-install: info: adding a relocation entry for 0x3980.
grub-install: info: adding a relocation entry for 0x399e.
grub-install: info: adding a relocation entry for 0x39ba.
grub-install: info: adding a relocation entry for 0x39c7.
grub-install: info: adding a relocation entry for 0x3a22.
grub-install: info: adding a relocation entry for 0x3a9e.
grub-install: info: adding a relocation entry for 0x3aaa.
grub-install: info: adding a relocation entry for 0x3ab4.
grub-install: info: adding a relocation entry for 0x3ac0.
grub-install: info: adding a relocation entry for 0x3ad3.
grub-install: info: adding a relocation entry for 0x3aea.
grub-install: info: adding a relocation entry for 0x3af7.
grub-install: info: adding a relocation entry for 0x3b03.
grub-install: info: adding a relocation entry for 0x3b1a.
grub-install: info: adding a relocation entry for 0x3b32.
grub-install: info: adding a relocation entry for 0x3b47.
grub-install: info: adding a relocation entry for 0x3b66.
grub-install: info: adding a relocation entry for 0x3b82.
grub-install: info: adding a relocation entry for 0x3ba1.
grub-install: info: adding a relocation entry for 0x3bad.
grub-install: info: adding a relocation entry for 0x3bba.
grub-install: info: adding a relocation entry for 0x3be9.
grub-install: info: adding a relocation entry for 0x3c13.
grub-install: info: adding a relocation entry for 0x3c72.
grub-install: info: adding a relocation entry for 0x3c93.
grub-install: info: adding a relocation entry for 0x3ca1.
grub-install: info: adding a relocation entry for 0x3ce0.
grub-install: info: adding a relocation entry for 0x3d27.
grub-install: info: adding a relocation entry for 0x3d3b.
grub-install: info: adding a relocation entry for 0x3d8a.
grub-install: info: adding a relocation entry for 0x3ddb.
grub-install: info: adding a relocation entry for 0x3deb.
grub-install: info: adding a relocation entry for 0x3e3a.
grub-install: info: adding a relocation entry for 0x3e4b.
grub-install: info: adding a relocation entry for 0x3e8f.
grub-install: info: adding a relocation entry for 0x3ea9.
grub-install: info: adding a relocation entry for 0x3eb5.
grub-install: info: adding a relocation entry for 0x3ee7.
grub-install: info: adding a relocation entry for 0x3efd.
grub-install: info: adding a relocation entry for 0x3f09.
grub-install: info: adding a relocation entry for 0x3f37.
grub-install: info: adding a relocation entry for 0x3f45.
grub-install: info: adding a relocation entry for 0x3f52.
grub-install: info: adding a relocation entry for 0x3f80.
grub-install: info: adding a relocation entry for 0x3f96.
grub-install: info: adding a relocation entry for 0x3faf.
grub-install: info: adding a relocation entry for 0x3fea.
grub-install: info: adding a relocation entry for 0x3fff.
grub-install: info: adding a relocation entry for 0x4056.
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 0x4079.
grub-install: info: adding a relocation entry for 0x40a3.
grub-install: info: adding a relocation entry for 0x40b3.
grub-install: info: adding a relocation entry for 0x40c0.
grub-install: info: adding a relocation entry for 0x40ca.
grub-install: info: adding a relocation entry for 0x40d4.
grub-install: info: adding a relocation entry for 0x40de.
grub-install: info: adding a relocation entry for 0x40f2.
grub-install: info: adding a relocation entry for 0x410a.
grub-install: info: adding a relocation entry for 0x411b.
grub-install: info: adding a relocation entry for 0x412c.
grub-install: info: adding a relocation entry for 0x4142.
grub-install: info: adding a relocation entry for 0x4151.
grub-install: info: adding a relocation entry for 0x415b.
grub-install: info: adding a relocation entry for 0x4165.
grub-install: info: adding a relocation entry for 0x416f.
grub-install: info: adding a relocation entry for 0x4179.
grub-install: info: adding a relocation entry for 0x4189.
grub-install: info: adding a relocation entry for 0x4198.
grub-install: info: adding a relocation entry for 0x41a7.
grub-install: info: adding a relocation entry for 0x41c2.
grub-install: info: adding a relocation entry for 0x41cf.
grub-install: info: adding a relocation entry for 0x41db.
grub-install: info: adding a relocation entry for 0x41fa.
grub-install: info: adding a relocation entry for 0x4208.
grub-install: info: adding a relocation entry for 0x421b.
grub-install: info: adding a relocation entry for 0x4225.
grub-install: info: adding a relocation entry for 0x4236.
grub-install: info: adding a relocation entry for 0x424b.
grub-install: info: adding a relocation entry for 0x425e.
grub-install: info: adding a relocation entry for 0x4271.
grub-install: info: adding a relocation entry for 0x427d.
grub-install: info: adding a relocation entry for 0x4297.
grub-install: info: adding a relocation entry for 0x42ab.
grub-install: info: adding a relocation entry for 0x42c4.
grub-install: info: adding a relocation entry for 0x42d3.
grub-install: info: adding a relocation entry for 0x430c.
grub-install: info: adding a relocation entry for 0x431c.
grub-install: info: adding a relocation entry for 0x432d.
grub-install: info: adding a relocation entry for 0x4353.
grub-install: info: adding a relocation entry for 0x436c.
grub-install: info: adding a relocation entry for 0x4389.
grub-install: info: adding a relocation entry for 0x43a1.
grub-install: info: adding a relocation entry for 0x43ce.
grub-install: info: adding a relocation entry for 0x43e6.
grub-install: info: adding a relocation entry for 0x4436.
grub-install: info: adding a relocation entry for 0x4440.
grub-install: info: adding a relocation entry for 0x44ad.
grub-install: info: adding a relocation entry for 0x45b7.
grub-install: info: adding a relocation entry for 0x4605.
grub-install: info: adding a relocation entry for 0x462b.
grub-install: info: adding a relocation entry for 0x4635.
grub-install: info: adding a relocation entry for 0x4641.
grub-install: info: adding a relocation entry for 0x465c.
grub-install: info: adding a relocation entry for 0x46c8.
grub-install: info: adding a relocation entry for 0x46fd.
grub-install: info: adding a relocation entry for 0x4718.
grub-install: info: adding a relocation entry for 0x4831.
grub-install: info: adding a relocation entry for 0x4890.
grub-install: info: adding a relocation entry for 0x48a9.
grub-install: info: adding a relocation entry for 0x48bf.
grub-install: info: adding a relocation entry for 0x48d7.
grub-install: info: adding a relocation entry for 0x48e6.
grub-install: info: adding a relocation entry for 0x48ff.
grub-install: info: adding a relocation entry for 0x4913.
grub-install: info: adding a relocation entry for 0x4939.
grub-install: info: adding a relocation entry for 0x495b.
grub-install: info: adding a relocation entry for 0x4981.
grub-install: info: adding a relocation entry for 0x4993.
grub-install: info: adding a relocation entry for 0x49b5.
grub-install: info: adding a relocation entry for 0x49d1.
grub-install: info: adding a relocation entry for 0x4a01.
grub-install: info: adding a relocation entry for 0x4a48.
grub-install: info: adding a relocation entry for 0x4a69.
grub-install: info: adding a relocation entry for 0x4a8b.
grub-install: info: adding a relocation entry for 0x4a9a.
grub-install: info: adding a relocation entry for 0x4aab.
grub-install: info: adding a relocation entry for 0x4ac2.
grub-install: info: adding a relocation entry for 0x4ad0.
grub-install: info: adding a relocation entry for 0x4ae0.
grub-install: info: adding a relocation entry for 0x4afd.
grub-install: info: adding a relocation entry for 0x4b0d.
grub-install: info: adding a relocation entry for 0x4b1e.
grub-install: info: adding a relocation entry for 0x4b47.
grub-install: info: adding a relocation entry for 0x4b52.
grub-install: info: adding a relocation entry for 0x4b66.
grub-install: info: adding a relocation entry for 0x4b73.
grub-install: info: adding a relocation entry for 0x4b82.
grub-install: info: adding a relocation entry for 0x4b90.
grub-install: info: adding a relocation entry for 0x4bb8.
grub-install: info: adding a relocation entry for 0x4bde.
grub-install: info: adding a relocation entry for 0x4bee.
grub-install: info: adding a relocation entry for 0x4bfe.
grub-install: info: adding a relocation entry for 0x4c0a.
grub-install: info: adding a relocation entry for 0x4c14.
grub-install: info: adding a relocation entry for 0x4c1e.
grub-install: info: adding a relocation entry for 0x4c2e.
grub-install: info: adding a relocation entry for 0x4c3d.
grub-install: info: adding a relocation entry for 0x4c47.
grub-install: info: adding a relocation entry for 0x4c51.
grub-install: info: adding a relocation entry for 0x4c5f.
grub-install: info: adding a relocation entry for 0x4c6f.
grub-install: info: adding a relocation entry for 0x4c79.
grub-install: info: adding a relocation entry for 0x4c83.
grub-install: info: adding a relocation entry for 0x4c93.
grub-install: info: adding a relocation entry for 0x4ca2.
grub-install: info: adding a relocation entry for 0x4cac.
grub-install: info: adding a relocation entry for 0x4cb6.
grub-install: info: adding a relocation entry for 0x4cc3.
grub-install: info: adding a relocation entry for 0x4cd5.
grub-install: info: adding a relocation entry for 0x4ce0.
grub-install: info: adding a relocation entry for 0x4cec.
grub-install: info: adding a relocation entry for 0x4cf8.
grub-install: info: adding a relocation entry for 0x4d08.
grub-install: info: adding a relocation entry for 0x4d2e.
grub-install: info: adding a relocation entry for 0x4d38.
grub-install: info: adding a relocation entry for 0x4d49.
grub-install: info: adding a relocation entry for 0x4d9e.
grub-install: info: adding a relocation entry for 0x4db7.
grub-install: info: adding a relocation entry for 0x4dd0.
grub-install: info: adding a relocation entry for 0x4ded.
grub-install: info: adding a relocation entry for 0x4e17.
grub-install: info: adding a relocation entry for 0x4e21.
grub-install: info: adding a relocation entry for 0x4e3b.
grub-install: info: adding a relocation entry for 0x4e7e.
grub-install: info: adding a relocation entry for 0x4ea5.
grub-install: info: adding a relocation entry for 0x4eaf.
grub-install: info: adding a relocation entry for 0x4ede.
grub-install: info: adding a relocation entry for 0x4f05.
grub-install: info: adding a relocation entry for 0x4f0f.
grub-install: info: adding a relocation entry for 0x4f4d.
grub-install: info: adding a relocation entry for 0x4f5a.
grub-install: info: adding a relocation entry for 0x4fa0.
grub-install: info: adding a relocation entry for 0x4fac.
grub-install: info: adding a relocation entry for 0x4fc7.
grub-install: info: adding a relocation entry for 0x4fd1.
grub-install: info: adding a relocation entry for 0x4fe1.
grub-install: info: adding a relocation entry for 0x4ff1.
grub-install: info: adding a relocation entry for 0x5001.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 288 bytes of a fixup block starting at 0x4000.
grub-install: info: adding a relocation entry for 0x5011.
grub-install: info: adding a relocation entry for 0x501c.
grub-install: info: adding a relocation entry for 0x5080.
grub-install: info: adding a relocation entry for 0x509b.
grub-install: info: adding a relocation entry for 0x50c6.
grub-install: info: adding a relocation entry for 0x50d2.
grub-install: info: adding a relocation entry for 0x50de.
grub-install: info: adding a relocation entry for 0x50ea.
grub-install: info: adding a relocation entry for 0x5100.
grub-install: info: adding a relocation entry for 0x510f.
grub-install: info: adding a relocation entry for 0x515a.
grub-install: info: adding a relocation entry for 0x5164.
grub-install: info: adding a relocation entry for 0x5172.
grub-install: info: adding a relocation entry for 0x518a.
grub-install: info: adding a relocation entry for 0x5196.
grub-install: info: adding a relocation entry for 0x51aa.
grub-install: info: adding a relocation entry for 0x51f2.
grub-install: info: adding a relocation entry for 0x524f.
grub-install: info: adding a relocation entry for 0x525b.
grub-install: info: adding a relocation entry for 0x5274.
grub-install: info: adding a relocation entry for 0x5283.
grub-install: info: adding a relocation entry for 0x537c.
grub-install: info: adding a relocation entry for 0x538d.
grub-install: info: adding a relocation entry for 0x53a4.
grub-install: info: adding a relocation entry for 0x53b5.
grub-install: info: adding a relocation entry for 0x53de.
grub-install: info: adding a relocation entry for 0x53fc.
grub-install: info: adding a relocation entry for 0x5452.
grub-install: info: adding a relocation entry for 0x5461.
grub-install: info: adding a relocation entry for 0x553c.
grub-install: info: adding a relocation entry for 0x5597.
grub-install: info: adding a relocation entry for 0x55fe.
grub-install: info: adding a relocation entry for 0x564d.
grub-install: info: adding a relocation entry for 0x566c.
grub-install: info: adding a relocation entry for 0x5688.
grub-install: info: adding a relocation entry for 0x56a9.
grub-install: info: adding a relocation entry for 0x56ce.
grub-install: info: adding a relocation entry for 0x56e1.
grub-install: info: adding a relocation entry for 0x56fa.
grub-install: info: adding a relocation entry for 0x5709.
grub-install: info: adding a relocation entry for 0x5717.
grub-install: info: adding a relocation entry for 0x5738.
grub-install: info: adding a relocation entry for 0x577d.
grub-install: info: adding a relocation entry for 0x578c.
grub-install: info: adding a relocation entry for 0x5796.
grub-install: info: adding a relocation entry for 0x5840.
grub-install: info: adding a relocation entry for 0x585a.
grub-install: info: adding a relocation entry for 0x586d.
grub-install: info: adding a relocation entry for 0x5877.
grub-install: info: adding a relocation entry for 0x5881.
grub-install: info: adding a relocation entry for 0x588b.
grub-install: info: adding a relocation entry for 0x58a1.
grub-install: info: adding a relocation entry for 0x58b1.
grub-install: info: adding a relocation entry for 0x58c5.
grub-install: info: adding a relocation entry for 0x58d7.
grub-install: info: adding a relocation entry for 0x58e3.
grub-install: info: adding a relocation entry for 0x58ef.
grub-install: info: adding a relocation entry for 0x58f9.
grub-install: info: adding a relocation entry for 0x5905.
grub-install: info: adding a relocation entry for 0x5916.
grub-install: info: adding a relocation entry for 0x5938.
grub-install: info: adding a relocation entry for 0x5953.
grub-install: info: adding a relocation entry for 0x596b.
grub-install: info: adding a relocation entry for 0x598e.
grub-install: info: adding a relocation entry for 0x599f.
grub-install: info: adding a relocation entry for 0x59b3.
grub-install: info: adding a relocation entry for 0x59c3.
grub-install: info: adding a relocation entry for 0x59d6.
grub-install: info: adding a relocation entry for 0x59e5.
grub-install: info: adding a relocation entry for 0x59f8.
grub-install: info: adding a relocation entry for 0x5a0a.
grub-install: info: adding a relocation entry for 0x5a14.
grub-install: info: adding a relocation entry for 0x5a20.
grub-install: info: adding a relocation entry for 0x5a2c.
grub-install: info: adding a relocation entry for 0x5a3b.
grub-install: info: adding a relocation entry for 0x5a5a.
grub-install: info: adding a relocation entry for 0x5a6b.
grub-install: info: adding a relocation entry for 0x5a8b.
grub-install: info: adding a relocation entry for 0x5a97.
grub-install: info: adding a relocation entry for 0x5aab.
grub-install: info: adding a relocation entry for 0x5ac2.
grub-install: info: adding a relocation entry for 0x5acc.
grub-install: info: adding a relocation entry for 0x5aec.
grub-install: info: adding a relocation entry for 0x5af6.
grub-install: info: adding a relocation entry for 0x5b15.
grub-install: info: adding a relocation entry for 0x5b35.
grub-install: info: adding a relocation entry for 0x5b40.
grub-install: info: adding a relocation entry for 0x5b56.
grub-install: info: adding a relocation entry for 0x5b6f.
grub-install: info: adding a relocation entry for 0x5b80.
grub-install: info: adding a relocation entry for 0x5b90.
grub-install: info: adding a relocation entry for 0x5ba0.
grub-install: info: adding a relocation entry for 0x5bae.
grub-install: info: adding a relocation entry for 0x5bb8.
grub-install: info: adding a relocation entry for 0x5bc2.
grub-install: info: adding a relocation entry for 0x5bcc.
grub-install: info: adding a relocation entry for 0x5be4.
grub-install: info: adding a relocation entry for 0x5bf1.
grub-install: info: adding a relocation entry for 0x5bfb.
grub-install: info: adding a relocation entry for 0x5c05.
grub-install: info: adding a relocation entry for 0x5c14.
grub-install: info: adding a relocation entry for 0x5c1e.
grub-install: info: adding a relocation entry for 0x5c28.
grub-install: info: adding a relocation entry for 0x5c32.
grub-install: info: adding a relocation entry for 0x5c45.
grub-install: info: adding a relocation entry for 0x5c4f.
grub-install: info: adding a relocation entry for 0x5c59.
grub-install: info: adding a relocation entry for 0x5c63.
grub-install: info: adding a relocation entry for 0x5c6f.
grub-install: info: adding a relocation entry for 0x5c9e.
grub-install: info: adding a relocation entry for 0x5cab.
grub-install: info: adding a relocation entry for 0x5cc8.
grub-install: info: adding a relocation entry for 0x5cd2.
grub-install: info: adding a relocation entry for 0x5d1f.
grub-install: info: adding a relocation entry for 0x5d29.
grub-install: info: adding a relocation entry for 0x5d42.
grub-install: info: adding a relocation entry for 0x5d56.
grub-install: info: adding a relocation entry for 0x5d60.
grub-install: info: adding a relocation entry for 0x5d6e.
grub-install: info: adding a relocation entry for 0x5d92.
grub-install: info: adding a relocation entry for 0x5da7.
grub-install: info: adding a relocation entry for 0x5db6.
grub-install: info: adding a relocation entry for 0x5ddd.
grub-install: info: adding a relocation entry for 0x5e05.
grub-install: info: adding a relocation entry for 0x5e11.
grub-install: info: adding a relocation entry for 0x5e33.
grub-install: info: adding a relocation entry for 0x5e71.
grub-install: info: adding a relocation entry for 0x5e85.
grub-install: info: adding a relocation entry for 0x5e9a.
grub-install: info: adding a relocation entry for 0x5eaf.
grub-install: info: adding a relocation entry for 0x5ec1.
grub-install: info: adding a relocation entry for 0x5ed7.
grub-install: info: adding a relocation entry for 0x5ee1.
grub-install: info: adding a relocation entry for 0x5f36.
grub-install: info: adding a relocation entry for 0x5f7a.
grub-install: info: adding a relocation entry for 0x5fcc.
grub-install: info: adding a relocation entry for 0x5fe8.
grub-install: info: adding a relocation entry for 0x6013.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 288 bytes of a fixup block starting at 0x5000.
grub-install: info: adding a relocation entry for 0x602e.
grub-install: info: adding a relocation entry for 0x6045.
grub-install: info: adding a relocation entry for 0x6092.
grub-install: info: adding a relocation entry for 0x60e6.
grub-install: info: adding a relocation entry for 0x6146.
grub-install: info: adding a relocation entry for 0x6163.
grub-install: info: adding a relocation entry for 0x617d.
grub-install: info: adding a relocation entry for 0x618e.
grub-install: info: adding a relocation entry for 0x61a2.
grub-install: info: adding a relocation entry for 0x620a.
grub-install: info: adding a relocation entry for 0x6227.
grub-install: info: adding a relocation entry for 0x623b.
grub-install: info: adding a relocation entry for 0x6256.
grub-install: info: adding a relocation entry for 0x62e4.
grub-install: info: adding a relocation entry for 0x62fa.
grub-install: info: adding a relocation entry for 0x6304.
grub-install: info: adding a relocation entry for 0x630e.
grub-install: info: adding a relocation entry for 0x6318.
grub-install: info: adding a relocation entry for 0x6325.
grub-install: info: adding a relocation entry for 0x6334.
grub-install: info: adding a relocation entry for 0x6340.
grub-install: info: adding a relocation entry for 0x635b.
grub-install: info: adding a relocation entry for 0x636d.
grub-install: info: adding a relocation entry for 0x63b7.
grub-install: info: adding a relocation entry for 0x63c3.
grub-install: info: adding a relocation entry for 0x63fc.
grub-install: info: adding a relocation entry for 0x6411.
grub-install: info: adding a relocation entry for 0x643e.
grub-install: info: adding a relocation entry for 0x6448.
grub-install: info: adding a relocation entry for 0x6452.
grub-install: info: adding a relocation entry for 0x6469.
grub-install: info: adding a relocation entry for 0x648d.
grub-install: info: adding a relocation entry for 0x6497.
grub-install: info: adding a relocation entry for 0x64a3.
grub-install: info: adding a relocation entry for 0x64e0.
grub-install: info: adding a relocation entry for 0x64ec.
grub-install: info: adding a relocation entry for 0x64fb.
grub-install: info: adding a relocation entry for 0x650a.
grub-install: info: adding a relocation entry for 0x651c.
grub-install: info: adding a relocation entry for 0x656d.
grub-install: info: adding a relocation entry for 0x6598.
grub-install: info: adding a relocation entry for 0x65ad.
grub-install: info: adding a relocation entry for 0x65c4.
grub-install: info: adding a relocation entry for 0x65e8.
grub-install: info: adding a relocation entry for 0x6620.
grub-install: info: adding a relocation entry for 0x662c.
grub-install: info: adding a relocation entry for 0x6642.
grub-install: info: adding a relocation entry for 0x6651.
grub-install: info: adding a relocation entry for 0x6664.
grub-install: info: adding a relocation entry for 0x667a.
grub-install: info: adding a relocation entry for 0x6684.
grub-install: info: adding a relocation entry for 0x668e.
grub-install: info: adding a relocation entry for 0x669b.
grub-install: info: adding a relocation entry for 0x66ad.
grub-install: info: adding a relocation entry for 0x66c8.
grub-install: info: adding a relocation entry for 0x66d2.
grub-install: info: adding a relocation entry for 0x66f4.
grub-install: info: adding a relocation entry for 0x670a.
grub-install: info: adding a relocation entry for 0x6719.
grub-install: info: adding a relocation entry for 0x672a.
grub-install: info: adding a relocation entry for 0x6736.
grub-install: info: adding a relocation entry for 0x6754.
grub-install: info: adding a relocation entry for 0x6770.
grub-install: info: adding a relocation entry for 0x67e8.
grub-install: info: adding a relocation entry for 0x67f9.
grub-install: info: adding a relocation entry for 0x6849.
grub-install: info: adding a relocation entry for 0x6853.
grub-install: info: adding a relocation entry for 0x6863.
grub-install: info: adding a relocation entry for 0x6879.
grub-install: info: adding a relocation entry for 0x6883.
grub-install: info: adding a relocation entry for 0x688d.
grub-install: info: adding a relocation entry for 0x6897.
grub-install: info: adding a relocation entry for 0x68a1.
grub-install: info: adding a relocation entry for 0x68ae.
grub-install: info: adding a relocation entry for 0x68e1.
grub-install: info: adding a relocation entry for 0x694d.
grub-install: info: adding a relocation entry for 0x699c.
grub-install: info: adding a relocation entry for 0x69d5.
grub-install: info: adding a relocation entry for 0x6a4c.
grub-install: info: adding a relocation entry for 0x6a6f.
grub-install: info: adding a relocation entry for 0x6ab8.
grub-install: info: adding a relocation entry for 0x6acf.
grub-install: info: adding a relocation entry for 0x6b13.
grub-install: info: adding a relocation entry for 0x6b20.
grub-install: info: adding a relocation entry for 0x6b54.
grub-install: info: adding a relocation entry for 0x6bc4.
grub-install: info: adding a relocation entry for 0x6be7.
grub-install: info: adding a relocation entry for 0x6bf1.
grub-install: info: adding a relocation entry for 0x6c01.
grub-install: info: adding a relocation entry for 0x6c33.
grub-install: info: adding a relocation entry for 0x6c4b.
grub-install: info: adding a relocation entry for 0x6c59.
grub-install: info: adding a relocation entry for 0x6c9b.
grub-install: info: adding a relocation entry for 0x6cc5.
grub-install: info: adding a relocation entry for 0x6d01.
grub-install: info: adding a relocation entry for 0x6d59.
grub-install: info: adding a relocation entry for 0x6d77.
grub-install: info: adding a relocation entry for 0x6d81.
grub-install: info: adding a relocation entry for 0x6dc7.
grub-install: info: adding a relocation entry for 0x6dda.
grub-install: info: adding a relocation entry for 0x6df6.
grub-install: info: adding a relocation entry for 0x6e3b.
grub-install: info: adding a relocation entry for 0x6e47.
grub-install: info: adding a relocation entry for 0x6e55.
grub-install: info: adding a relocation entry for 0x6e6c.
grub-install: info: adding a relocation entry for 0x6e7d.
grub-install: info: adding a relocation entry for 0x6ea1.
grub-install: info: adding a relocation entry for 0x6eb2.
grub-install: info: adding a relocation entry for 0x6ec0.
grub-install: info: adding a relocation entry for 0x6ee8.
grub-install: info: adding a relocation entry for 0x6f08.
grub-install: info: adding a relocation entry for 0x6f17.
grub-install: info: adding a relocation entry for 0x6f2a.
grub-install: info: adding a relocation entry for 0x6f56.
grub-install: info: adding a relocation entry for 0x6f60.
grub-install: info: adding a relocation entry for 0x6f6c.
grub-install: info: adding a relocation entry for 0x6f76.
grub-install: info: adding a relocation entry for 0x6f86.
grub-install: info: adding a relocation entry for 0x6fa2.
grub-install: info: adding a relocation entry for 0x6fac.
grub-install: info: adding a relocation entry for 0x6fc2.
grub-install: info: adding a relocation entry for 0x6fd0.
grub-install: info: adding a relocation entry for 0x6fe4.
grub-install: info: adding a relocation entry for 0x6ff9.
grub-install: info: adding a relocation entry for 0x700a.
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 264 bytes of a fixup block starting at 0x6000.
grub-install: info: adding a relocation entry for 0x7018.
grub-install: info: adding a relocation entry for 0x7030.
grub-install: info: adding a relocation entry for 0x7052.
grub-install: info: adding a relocation entry for 0x706a.
grub-install: info: adding a relocation entry for 0x7080.
grub-install: info: adding a relocation entry for 0x709c.
grub-install: info: adding a relocation entry for 0x70cb.
grub-install: info: adding a relocation entry for 0x70f7.
grub-install: info: adding a relocation entry for 0x7108.
grub-install: info: adding a relocation entry for 0x712b.
grub-install: info: adding a relocation entry for 0x716d.
grub-install: info: adding a relocation entry for 0x71d7.
grub-install: info: adding a relocation entry for 0x7226.
grub-install: info: adding a relocation entry for 0x7242.
grub-install: info: adding a relocation entry for 0x7262.
grub-install: info: adding a relocation entry for 0x72a5.
grub-install: info: adding a relocation entry for 0x72cd.
grub-install: info: adding a relocation entry for 0x73a0.
grub-install: info: adding a relocation entry for 0x73ae.
grub-install: info: adding a relocation entry for 0x7463.
grub-install: info: adding a relocation entry for 0x7472.
grub-install: info: adding a relocation entry for 0x747f.
grub-install: info: adding a relocation entry for 0x748b.
grub-install: info: adding a relocation entry for 0x74a3.
grub-install: info: adding a relocation entry for 0x74ee.
grub-install: info: adding a relocation entry for 0x74f8.
grub-install: info: adding a relocation entry for 0x7538.
grub-install: info: adding a relocation entry for 0x7542.
grub-install: info: adding a relocation entry for 0x75a6.
grub-install: info: adding a relocation entry for 0x75b0.
grub-install: info: adding a relocation entry for 0x75dc.
grub-install: info: adding a relocation entry for 0x75e6.
grub-install: info: adding a relocation entry for 0x75f0.
grub-install: info: adding a relocation entry for 0x7608.
grub-install: info: adding a relocation entry for 0x7612.
grub-install: info: adding a relocation entry for 0x761c.
grub-install: info: adding a relocation entry for 0x7634.
grub-install: info: adding a relocation entry for 0x763e.
grub-install: info: adding a relocation entry for 0x7648.
grub-install: info: adding a relocation entry for 0x7658.
grub-install: info: adding a relocation entry for 0x7668.
grub-install: info: adding a relocation entry for 0x76a6.
grub-install: info: adding a relocation entry for 0x76ca.
grub-install: info: adding a relocation entry for 0x76e5.
grub-install: info: adding a relocation entry for 0x770a.
grub-install: info: adding a relocation entry for 0x7714.
grub-install: info: adding a relocation entry for 0x772a.
grub-install: info: adding a relocation entry for 0x7742.
grub-install: info: adding a relocation entry for 0x7750.
grub-install: info: adding a relocation entry for 0x7779.
grub-install: info: adding a relocation entry for 0x7788.
grub-install: info: adding a relocation entry for 0x77af.
grub-install: info: adding a relocation entry for 0x77d8.
grub-install: info: adding a relocation entry for 0x77ea.
grub-install: info: adding a relocation entry for 0x77fc.
grub-install: info: adding a relocation entry for 0x7816.
grub-install: info: adding a relocation entry for 0x7825.
grub-install: info: adding a relocation entry for 0x782f.
grub-install: info: adding a relocation entry for 0x7848.
grub-install: info: adding a relocation entry for 0x7852.
grub-install: info: adding a relocation entry for 0x786e.
grub-install: info: adding a relocation entry for 0x7880.
grub-install: info: adding a relocation entry for 0x7898.
grub-install: info: adding a relocation entry for 0x78a8.
grub-install: info: adding a relocation entry for 0x78b9.
grub-install: info: adding a relocation entry for 0x78d3.
grub-install: info: adding a relocation entry for 0x78df.
grub-install: info: adding a relocation entry for 0x7935.
grub-install: info: adding a relocation entry for 0x793f.
grub-install: info: adding a relocation entry for 0x7976.
grub-install: info: adding a relocation entry for 0x79ac.
grub-install: info: adding a relocation entry for 0x79cf.
grub-install: info: adding a relocation entry for 0x79e3.
grub-install: info: adding a relocation entry for 0x7a03.
grub-install: info: adding a relocation entry for 0x7a28.
grub-install: info: adding a relocation entry for 0x7a7a.
grub-install: info: adding a relocation entry for 0x7a97.
grub-install: info: adding a relocation entry for 0x7aa8.
grub-install: info: adding a relocation entry for 0x7ad1.
grub-install: info: adding a relocation entry for 0x7b04.
grub-install: info: adding a relocation entry for 0x7b12.
grub-install: info: adding a relocation entry for 0x7b35.
grub-install: info: adding a relocation entry for 0x7b68.
grub-install: info: adding a relocation entry for 0x7b8c.
grub-install: info: adding a relocation entry for 0x7bf1.
grub-install: info: adding a relocation entry for 0x7c11.
grub-install: info: adding a relocation entry for 0x7c1e.
grub-install: info: adding a relocation entry for 0x7c2d.
grub-install: info: adding a relocation entry for 0x7c56.
grub-install: info: adding a relocation entry for 0x7c68.
grub-install: info: adding a relocation entry for 0x7c75.
grub-install: info: adding a relocation entry for 0x7ca5.
grub-install: info: adding a relocation entry for 0x7cd7.
grub-install: info: adding a relocation entry for 0x7cf5.
grub-install: info: adding a relocation entry for 0x7d02.
grub-install: info: adding a relocation entry for 0x7d19.
grub-install: info: adding a relocation entry for 0x7d32.
grub-install: info: adding a relocation entry for 0x7d3e.
grub-install: info: adding a relocation entry for 0x7d48.
grub-install: info: adding a relocation entry for 0x7d5f.
grub-install: info: adding a relocation entry for 0x7d6f.
grub-install: info: adding a relocation entry for 0x7d7f.
grub-install: info: adding a relocation entry for 0x7d91.
grub-install: info: adding a relocation entry for 0x7da1.
grub-install: info: adding a relocation entry for 0x7dae.
grub-install: info: adding a relocation entry for 0x7dd0.
grub-install: info: adding a relocation entry for 0x7dda.
grub-install: info: adding a relocation entry for 0x7ded.
grub-install: info: adding a relocation entry for 0x7e01.
grub-install: info: adding a relocation entry for 0x7e10.
grub-install: info: adding a relocation entry for 0x7e1a.
grub-install: info: adding a relocation entry for 0x7e26.
grub-install: info: adding a relocation entry for 0x7e30.
grub-install: info: adding a relocation entry for 0x7e41.
grub-install: info: adding a relocation entry for 0x7e4d.
grub-install: info: adding a relocation entry for 0x7e5d.
grub-install: info: adding a relocation entry for 0x7e6c.
grub-install: info: adding a relocation entry for 0x7e78.
grub-install: info: adding a relocation entry for 0x7e84.
grub-install: info: adding a relocation entry for 0x7eaa.
grub-install: info: adding a relocation entry for 0x7eca.
grub-install: info: adding a relocation entry for 0x7ed4.
grub-install: info: adding a relocation entry for 0x7ee5.
grub-install: info: adding a relocation entry for 0x7f0a.
grub-install: info: adding a relocation entry for 0x7f3b.
grub-install: info: adding a relocation entry for 0x7f4c.
grub-install: info: adding a relocation entry for 0x7f8d.
grub-install: info: adding a relocation entry for 0x7fe1.
grub-install: info: adding a relocation entry for 0x7fed.
grub-install: info: adding a relocation entry for 0x8001.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 272 bytes of a fixup block starting at 0x7000.
grub-install: info: adding a relocation entry for 0x800f.
grub-install: info: adding a relocation entry for 0x801b.
grub-install: info: adding a relocation entry for 0x803c.
grub-install: info: adding a relocation entry for 0x8061.
grub-install: info: adding a relocation entry for 0x8076.
grub-install: info: adding a relocation entry for 0x8097.
grub-install: info: adding a relocation entry for 0x80c5.
grub-install: info: adding a relocation entry for 0x80d6.
grub-install: info: adding a relocation entry for 0x8111.
grub-install: info: adding a relocation entry for 0x811b.
grub-install: info: adding a relocation entry for 0x812e.
grub-install: info: adding a relocation entry for 0x816f.
grub-install: info: adding a relocation entry for 0x819d.
grub-install: info: adding a relocation entry for 0x81b9.
grub-install: info: adding a relocation entry for 0x81e2.
grub-install: info: adding a relocation entry for 0x81f4.
grub-install: info: adding a relocation entry for 0x8215.
grub-install: info: adding a relocation entry for 0x82be.
grub-install: info: adding a relocation entry for 0x8309.
grub-install: info: adding a relocation entry for 0x835b.
grub-install: info: adding a relocation entry for 0x8388.
grub-install: info: adding a relocation entry for 0x83c0.
grub-install: info: adding a relocation entry for 0x83df.
grub-install: info: adding a relocation entry for 0x83e9.
grub-install: info: adding a relocation entry for 0x8417.
grub-install: info: adding a relocation entry for 0x844a.
grub-install: info: adding a relocation entry for 0x8476.
grub-install: info: adding a relocation entry for 0x8487.
grub-install: info: adding a relocation entry for 0x84b1.
grub-install: info: adding a relocation entry for 0x84ed.
grub-install: info: adding a relocation entry for 0x84f7.
grub-install: info: adding a relocation entry for 0x8514.
grub-install: info: adding a relocation entry for 0x851e.
grub-install: info: adding a relocation entry for 0x8528.
grub-install: info: adding a relocation entry for 0x8537.
grub-install: info: adding a relocation entry for 0x8548.
grub-install: info: adding a relocation entry for 0x8552.
grub-install: info: adding a relocation entry for 0x856c.
grub-install: info: adding a relocation entry for 0x8584.
grub-install: info: adding a relocation entry for 0x858e.
grub-install: info: adding a relocation entry for 0x8598.
grub-install: info: adding a relocation entry for 0x85a4.
grub-install: info: adding a relocation entry for 0x85d1.
grub-install: info: adding a relocation entry for 0x85e6.
grub-install: info: adding a relocation entry for 0x85f9.
grub-install: info: adding a relocation entry for 0x8619.
grub-install: info: adding a relocation entry for 0x8623.
grub-install: info: adding a relocation entry for 0x8655.
grub-install: info: adding a relocation entry for 0x867d.
grub-install: info: adding a relocation entry for 0x868e.
grub-install: info: adding a relocation entry for 0x86b5.
grub-install: info: adding a relocation entry for 0x8726.
grub-install: info: adding a relocation entry for 0x875a.
grub-install: info: adding a relocation entry for 0x8783.
grub-install: info: adding a relocation entry for 0x878f.
grub-install: info: adding a relocation entry for 0x879f.
grub-install: info: adding a relocation entry for 0x87bb.
grub-install: info: adding a relocation entry for 0x87cf.
grub-install: info: adding a relocation entry for 0x87e8.
grub-install: info: adding a relocation entry for 0x87f2.
grub-install: info: adding a relocation entry for 0x8802.
grub-install: info: adding a relocation entry for 0x8852.
grub-install: info: adding a relocation entry for 0x8860.
grub-install: info: adding a relocation entry for 0x8878.
grub-install: info: adding a relocation entry for 0x888d.
grub-install: info: adding a relocation entry for 0x88a9.
grub-install: info: adding a relocation entry for 0x88ea.
grub-install: info: adding a relocation entry for 0x8922.
grub-install: info: adding a relocation entry for 0x892c.
grub-install: info: adding a relocation entry for 0x8936.
grub-install: info: adding a relocation entry for 0x8942.
grub-install: info: adding a relocation entry for 0x8951.
grub-install: info: adding a relocation entry for 0x89a6.
grub-install: info: adding a relocation entry for 0x89b2.
grub-install: info: adding a relocation entry for 0x89bc.
grub-install: info: adding a relocation entry for 0x89d0.
grub-install: info: adding a relocation entry for 0x89ef.
grub-install: info: adding a relocation entry for 0x89f9.
grub-install: info: adding a relocation entry for 0x8a05.
grub-install: info: adding a relocation entry for 0x8a19.
grub-install: info: adding a relocation entry for 0x8a26.
grub-install: info: adding a relocation entry for 0x8a32.
grub-install: info: adding a relocation entry for 0x8a3c.
grub-install: info: adding a relocation entry for 0x8a4b.
grub-install: info: adding a relocation entry for 0x8a6d.
grub-install: info: adding a relocation entry for 0x8a88.
grub-install: info: adding a relocation entry for 0x8aa8.
grub-install: info: adding a relocation entry for 0x8b0b.
grub-install: info: adding a relocation entry for 0x8b26.
grub-install: info: adding a relocation entry for 0x8b65.
grub-install: info: adding a relocation entry for 0x8b6f.
grub-install: info: adding a relocation entry for 0x8b90.
grub-install: info: adding a relocation entry for 0x8b9c.
grub-install: info: adding a relocation entry for 0x8bab.
grub-install: info: adding a relocation entry for 0x8bbb.
grub-install: info: adding a relocation entry for 0x8bc5.
grub-install: info: adding a relocation entry for 0x8bd5.
grub-install: info: adding a relocation entry for 0x8be9.
grub-install: info: adding a relocation entry for 0x8bff.
grub-install: info: adding a relocation entry for 0x8c12.
grub-install: info: adding a relocation entry for 0x8c22.
grub-install: info: adding a relocation entry for 0x8c31.
grub-install: info: adding a relocation entry for 0x8c3e.
grub-install: info: adding a relocation entry for 0x8c51.
grub-install: info: adding a relocation entry for 0x8c62.
grub-install: info: adding a relocation entry for 0x8c6e.
grub-install: info: adding a relocation entry for 0x8c80.
grub-install: info: adding a relocation entry for 0x8c8c.
grub-install: info: adding a relocation entry for 0x8c96.
grub-install: info: adding a relocation entry for 0x8ca4.
grub-install: info: adding a relocation entry for 0x8cae.
grub-install: info: adding a relocation entry for 0x8cbe.
grub-install: info: adding a relocation entry for 0x8ccb.
grub-install: info: adding a relocation entry for 0x8ce6.
grub-install: info: adding a relocation entry for 0x8cf2.
grub-install: info: adding a relocation entry for 0x8d04.
grub-install: info: adding a relocation entry for 0x8d0e.
grub-install: info: adding a relocation entry for 0x8d28.
grub-install: info: adding a relocation entry for 0x8d34.
grub-install: info: adding a relocation entry for 0x8d5b.
grub-install: info: adding a relocation entry for 0x8d65.
grub-install: info: adding a relocation entry for 0x8d86.
grub-install: info: adding a relocation entry for 0x8de6.
grub-install: info: adding a relocation entry for 0x8df4.
grub-install: info: adding a relocation entry for 0x8eda.
grub-install: info: adding a relocation entry for 0x8f25.
grub-install: info: adding a relocation entry for 0x9034.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 264 bytes of a fixup block starting at 0x8000.
grub-install: info: adding a relocation entry for 0x904b.
grub-install: info: adding a relocation entry for 0x9069.
grub-install: info: adding a relocation entry for 0x907f.
grub-install: info: adding a relocation entry for 0x909b.
grub-install: info: adding a relocation entry for 0x90bc.
grub-install: info: adding a relocation entry for 0x913d.
grub-install: info: adding a relocation entry for 0x91cf.
grub-install: info: adding a relocation entry for 0x91e3.
grub-install: info: adding a relocation entry for 0x91f6.
grub-install: info: adding a relocation entry for 0x920f.
grub-install: info: adding a relocation entry for 0x9220.
grub-install: info: adding a relocation entry for 0x934f.
grub-install: info: adding a relocation entry for 0x936b.
grub-install: info: adding a relocation entry for 0x93a0.
grub-install: info: adding a relocation entry for 0x93b2.
grub-install: info: adding a relocation entry for 0x9508.
grub-install: info: adding a relocation entry for 0x95ad.
grub-install: info: adding a relocation entry for 0x9658.
grub-install: info: adding a relocation entry for 0x96b0.
grub-install: info: adding a relocation entry for 0x97df.
grub-install: info: adding a relocation entry for 0x9847.
grub-install: info: adding a relocation entry for 0x997d.
grub-install: info: adding a relocation entry for 0x9a44.
grub-install: info: adding a relocation entry for 0x9a53.
grub-install: info: adding a relocation entry for 0x9a65.
grub-install: info: adding a relocation entry for 0x9a8a.
grub-install: info: adding a relocation entry for 0x9aa3.
grub-install: info: adding a relocation entry for 0x9abc.
grub-install: info: adding a relocation entry for 0x9aed.
grub-install: info: adding a relocation entry for 0x9aff.
grub-install: info: adding a relocation entry for 0x9b10.
grub-install: info: adding a relocation entry for 0x9b54.
grub-install: info: adding a relocation entry for 0x9bb2.
grub-install: info: adding a relocation entry for 0x9bce.
grub-install: info: adding a relocation entry for 0x9bdf.
grub-install: info: adding a relocation entry for 0x9bf8.
grub-install: info: adding a relocation entry for 0x9c22.
grub-install: info: adding a relocation entry for 0x9c32.
grub-install: info: adding a relocation entry for 0x9c56.
grub-install: info: adding a relocation entry for 0x9c60.
grub-install: info: adding a relocation entry for 0x9c93.
grub-install: info: adding a relocation entry for 0x9c9f.
grub-install: info: adding a relocation entry for 0x9cba.
grub-install: info: adding a relocation entry for 0x9cef.
grub-install: info: adding a relocation entry for 0x9d03.
grub-install: info: adding a relocation entry for 0x9d2c.
grub-install: info: adding a relocation entry for 0x9d5d.
grub-install: info: adding a relocation entry for 0x9d80.
grub-install: info: adding a relocation entry for 0x9d8f.
grub-install: info: adding a relocation entry for 0x9dce.
grub-install: info: adding a relocation entry for 0x9de2.
grub-install: info: adding a relocation entry for 0x9e04.
grub-install: info: adding a relocation entry for 0x9e3a.
grub-install: info: adding a relocation entry for 0x9e68.
grub-install: info: adding a relocation entry for 0x9ea3.
grub-install: info: adding a relocation entry for 0x9ebf.
grub-install: info: adding a relocation entry for 0x9ecb.
grub-install: info: adding a relocation entry for 0x9ed9.
grub-install: info: adding a relocation entry for 0x9ee5.
grub-install: info: adding a relocation entry for 0x9ef5.
grub-install: info: adding a relocation entry for 0x9f03.
grub-install: info: adding a relocation entry for 0x9f0f.
grub-install: info: adding a relocation entry for 0x9f54.
grub-install: info: adding a relocation entry for 0x9f72.
grub-install: info: adding a relocation entry for 0x9f87.
grub-install: info: adding a relocation entry for 0x9fbc.
grub-install: info: adding a relocation entry for 0xa005.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 144 bytes of a fixup block starting at 0x9000.
grub-install: info: adding a relocation entry for 0xa044.
grub-install: info: adding a relocation entry for 0xa095.
grub-install: info: adding a relocation entry for 0xa12e.
grub-install: info: adding a relocation entry for 0xa15d.
grub-install: info: adding a relocation entry for 0xa174.
grub-install: info: adding a relocation entry for 0xa21c.
grub-install: info: adding a relocation entry for 0xa251.
grub-install: info: adding a relocation entry for 0xa278.
grub-install: info: adding a relocation entry for 0xa2a2.
grub-install: info: adding a relocation entry for 0xa2b0.
grub-install: info: adding a relocation entry for 0xa2ff.
grub-install: info: adding a relocation entry for 0xa332.
grub-install: info: adding a relocation entry for 0xa33c.
grub-install: info: adding a relocation entry for 0xa34d.
grub-install: info: adding a relocation entry for 0xa359.
grub-install: info: adding a relocation entry for 0xa366.
grub-install: info: adding a relocation entry for 0xa3cd.
grub-install: info: adding a relocation entry for 0xa3df.
grub-install: info: adding a relocation entry for 0xa413.
grub-install: info: adding a relocation entry for 0xa42a.
grub-install: info: adding a relocation entry for 0xa445.
grub-install: info: adding a relocation entry for 0xa46e.
grub-install: info: adding a relocation entry for 0xa47e.
grub-install: info: adding a relocation entry for 0xa48d.
grub-install: info: adding a relocation entry for 0xa4aa.
grub-install: info: adding a relocation entry for 0xa50c.
grub-install: info: adding a relocation entry for 0xa541.
grub-install: info: adding a relocation entry for 0xa552.
grub-install: info: adding a relocation entry for 0xa58c.
grub-install: info: adding a relocation entry for 0xa596.
grub-install: info: adding a relocation entry for 0xa5b2.
grub-install: info: adding a relocation entry for 0xa5d5.
grub-install: info: adding a relocation entry for 0xa5f1.
grub-install: info: adding a relocation entry for 0xa612.
grub-install: info: adding a relocation entry for 0xa61c.
grub-install: info: adding a relocation entry for 0xa682.
grub-install: info: adding a relocation entry for 0xa6dc.
grub-install: info: adding a relocation entry for 0xa6f1.
grub-install: info: adding a relocation entry for 0xa6fb.
grub-install: info: adding a relocation entry for 0xa70a.
grub-install: info: adding a relocation entry for 0xa719.
grub-install: info: adding a relocation entry for 0xa733.
grub-install: info: adding a relocation entry for 0xa74e.
grub-install: info: adding a relocation entry for 0xa76b.
grub-install: info: adding a relocation entry for 0xa795.
grub-install: info: adding a relocation entry for 0xa7b7.
grub-install: info: adding a relocation entry for 0xa82a.
grub-install: info: adding a relocation entry for 0xa83b.
grub-install: info: adding a relocation entry for 0xa85c.
grub-install: info: adding a relocation entry for 0xa883.
grub-install: info: adding a relocation entry for 0xa8cc.
grub-install: info: adding a relocation entry for 0xa8ef.
grub-install: info: adding a relocation entry for 0xa915.
grub-install: info: adding a relocation entry for 0xa922.
grub-install: info: adding a relocation entry for 0xa94f.
grub-install: info: adding a relocation entry for 0xa95e.
grub-install: info: adding a relocation entry for 0xa96e.
grub-install: info: adding a relocation entry for 0xa97f.
grub-install: info: adding a relocation entry for 0xa98b.
grub-install: info: adding a relocation entry for 0xa997.
grub-install: info: adding a relocation entry for 0xa9b1.
grub-install: info: adding a relocation entry for 0xa9c4.
grub-install: info: adding a relocation entry for 0xa9d0.
grub-install: info: adding a relocation entry for 0xa9dc.
grub-install: info: adding a relocation entry for 0xa9ec.
grub-install: info: adding a relocation entry for 0xaa0e.
grub-install: info: adding a relocation entry for 0xaa18.
grub-install: info: adding a relocation entry for 0xaa27.
grub-install: info: adding a relocation entry for 0xaa5e.
grub-install: info: adding a relocation entry for 0xaa73.
grub-install: info: adding a relocation entry for 0xaa9e.
grub-install: info: adding a relocation entry for 0xaaaf.
grub-install: info: adding a relocation entry for 0xaac3.
grub-install: info: adding a relocation entry for 0xaacd.
grub-install: info: adding a relocation entry for 0xaadc.
grub-install: info: adding a relocation entry for 0xaae6.
grub-install: info: adding a relocation entry for 0xab07.
grub-install: info: adding a relocation entry for 0xab1b.
grub-install: info: adding a relocation entry for 0xab30.
grub-install: info: adding a relocation entry for 0xab4b.
grub-install: info: adding a relocation entry for 0xab61.
grub-install: info: adding a relocation entry for 0xabad.
grub-install: info: adding a relocation entry for 0xabe8.
grub-install: info: adding a relocation entry for 0xac01.
grub-install: info: adding a relocation entry for 0xac24.
grub-install: info: adding a relocation entry for 0xac53.
grub-install: info: adding a relocation entry for 0xac68.
grub-install: info: adding a relocation entry for 0xac79.
grub-install: info: adding a relocation entry for 0xaca2.
grub-install: info: adding a relocation entry for 0xacce.
grub-install: info: adding a relocation entry for 0xacd9.
grub-install: info: adding a relocation entry for 0xacee.
grub-install: info: adding a relocation entry for 0xacf9.
grub-install: info: translating the relocation section .rela.rodata.
grub-install: info: adding a relocation entry for 0xb000.
grub-install: info: adding a padding fixup entry.
grub-install: info: adding a padding fixup entry.
grub-install: info: writing 200 bytes of a fixup block starting at 0xa000.
grub-install: info: adding a relocation entry for 0xb008.
grub-install: info: adding a relocation entry for 0xb010.
grub-install: info: adding a relocation entry for 0xb018.
grub-install: info: adding a relocation entry for 0xb020.
grub-install: info: adding a relocation entry for 0xb028.
grub-install: info: adding a relocation entry for 0xb030.
grub-install: info: adding a relocation entry for 0xb038.
grub-install: info: adding a relocation entry for 0xb040.
grub-install: info: adding a relocation entry for 0xb048.
grub-install: info: adding a relocation entry for 0xb050.
grub-install: info: adding a relocation entry for 0xb058.
grub-install: info: adding a relocation entry for 0xb060.
grub-install: info: adding a relocation entry for 0xb068.
grub-install: info: adding a relocation entry for 0xb070.
grub-install: info: adding a relocation entry for 0xb078.
grub-install: info: adding a relocation entry for 0xb080.
grub-install: info: adding a relocation entry for 0xb088.
grub-install: info: adding a relocation entry for 0xb090.
grub-install: info: adding a relocation entry for 0xb098.
grub-install: info: adding a relocation entry for 0xb0a0.
grub-install: info: adding a relocation entry for 0xb0a8.
grub-install: info: adding a relocation entry for 0xb0b0.
grub-install: info: adding a relocation entry for 0xb0b8.
grub-install: info: adding a relocation entry for 0xb0c0.
grub-install: info: adding a relocation entry for 0xb0c8.
grub-install: info: adding a relocation entry for 0xb0d0.
grub-install: info: adding a relocation entry for 0xb0d8.
grub-install: info: adding a relocation entry for 0xb0e0.
grub-install: info: adding a relocation entry for 0xb0e8.
grub-install: info: adding a relocation entry for 0xb0f0.
grub-install: info: adding a relocation entry for 0xb0f8.
grub-install: info: adding a relocation entry for 0xb100.
grub-install: info: adding a relocation entry for 0xb108.
grub-install: info: adding a relocation entry for 0xb110.
grub-install: info: adding a relocation entry for 0xb118.
grub-install: info: adding a relocation entry for 0xb120.
grub-install: info: adding a relocation entry for 0xb128.
grub-install: info: adding a relocation entry for 0xb130.
grub-install: info: adding a relocation entry for 0xb138.
grub-install: info: adding a relocation entry for 0xb140.
grub-install: info: adding a relocation entry for 0xb148.
grub-install: info: adding a relocation entry for 0xb150.
grub-install: info: adding a relocation entry for 0xb1c0.
grub-install: info: adding a relocation entry for 0xb1c8.
grub-install: info: adding a relocation entry for 0xb1d0.
grub-install: info: adding a relocation entry for 0xb1d8.
grub-install: info: adding a relocation entry for 0xb1e0.
grub-install: info: adding a relocation entry for 0xb1e8.
grub-install: info: translating the relocation section .rela.data.
grub-install: info: adding a relocation entry for 0xcd20.
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 112 bytes of a fixup block starting at 0xb000.
grub-install: info: adding a relocation entry for 0xcd30.
grub-install: info: adding a relocation entry for 0xcd38.
grub-install: info: adding a relocation entry for 0xcd40.
grub-install: info: adding a relocation entry for 0xcd48.
grub-install: info: adding a relocation entry for 0xcd50.
grub-install: info: adding a relocation entry for 0xcdb0.
grub-install: info: adding a relocation entry for 0xcdb8.
grub-install: info: adding a relocation entry for 0xcdc0.
grub-install: info: adding a relocation entry for 0xcdc8.
grub-install: info: adding a relocation entry for 0xcdd8.
grub-install: info: adding a relocation entry for 0xcde0.
grub-install: info: adding a relocation entry for 0xcde8.
grub-install: info: adding a relocation entry for 0xcdf0.
grub-install: info: adding a relocation entry for 0xcdf8.
grub-install: info: adding a relocation entry for 0xce00.
grub-install: info: adding a relocation entry for 0xce50.
grub-install: info: adding a relocation entry for 0xce58.
grub-install: info: adding a relocation entry for 0xce68.
grub-install: info: adding a relocation entry for 0xcea0.
grub-install: info: adding a relocation entry for 0xced0.
grub-install: info: adding a relocation entry for 0xcee0.
grub-install: info: adding a relocation entry for 0xcee8.
grub-install: info: adding a relocation entry for 0xcf10.
grub-install: info: adding a relocation entry for 0xd060.
grub-install: info: writing 56 bytes of a fixup block starting at 0xc000.
grub-install: info: adding a relocation entry for 0xd080.
grub-install: info: adding a relocation entry for 0xd088.
grub-install: info: adding a relocation entry for 0xd098.
grub-install: info: adding a relocation entry for 0xd0a0.
grub-install: info: adding a relocation entry for 0xd0b0.
grub-install: info: adding a relocation entry for 0xd0b8.
grub-install: info: adding a relocation entry for 0xd0c8.
grub-install: info: adding a relocation entry for 0xd0d0.
grub-install: info: adding a relocation entry for 0xd0e0.
grub-install: info: adding a relocation entry for 0xd0e8.
grub-install: info: adding a relocation entry for 0xd0f8.
grub-install: info: adding a relocation entry for 0xd100.
grub-install: info: adding a relocation entry for 0xd110.
grub-install: info: adding a relocation entry for 0xd118.
grub-install: info: adding a relocation entry for 0xd128.
grub-install: info: adding a relocation entry for 0xd130.
grub-install: info: adding a relocation entry for 0xd140.
grub-install: info: adding a relocation entry for 0xd148.
grub-install: info: adding a relocation entry for 0xd158.
grub-install: info: adding a relocation entry for 0xd160.
grub-install: info: adding a relocation entry for 0xd170.
grub-install: info: adding a relocation entry for 0xd178.
grub-install: info: adding a relocation entry for 0xd188.
grub-install: info: adding a relocation entry for 0xd190.
grub-install: info: adding a relocation entry for 0xd1a0.
grub-install: info: adding a relocation entry for 0xd1a8.
grub-install: info: adding a relocation entry for 0xd1b8.
grub-install: info: adding a relocation entry for 0xd1c0.
grub-install: info: adding a relocation entry for 0xd1d0.
grub-install: info: adding a relocation entry for 0xd1d8.
grub-install: info: adding a relocation entry for 0xd1e8.
grub-install: info: adding a relocation entry for 0xd1f0.
grub-install: info: adding a relocation entry for 0xd200.
grub-install: info: adding a relocation entry for 0xd208.
grub-install: info: adding a relocation entry for 0xd218.
grub-install: info: adding a relocation entry for 0xd220.
grub-install: info: adding a relocation entry for 0xd230.
grub-install: info: adding a relocation entry for 0xd238.
grub-install: info: adding a relocation entry for 0xd248.
grub-install: info: adding a relocation entry for 0xd250.
grub-install: info: adding a relocation entry for 0xd260.
grub-install: info: adding a relocation entry for 0xd268.
grub-install: info: adding a relocation entry for 0xd278.
grub-install: info: adding a relocation entry for 0xd280.
grub-install: info: adding a relocation entry for 0xd290.
grub-install: info: adding a relocation entry for 0xd298.
grub-install: info: adding a relocation entry for 0xd2a8.
grub-install: info: adding a relocation entry for 0xd2b0.
grub-install: info: adding a relocation entry for 0xd2c0.
grub-install: info: adding a relocation entry for 0xd2c8.
grub-install: info: adding a relocation entry for 0xd2d8.
grub-install: info: adding a relocation entry for 0xd2e0.
grub-install: info: adding a relocation entry for 0xd2f0.
grub-install: info: adding a relocation entry for 0xd2f8.
grub-install: info: adding a relocation entry for 0xd308.
grub-install: info: adding a relocation entry for 0xd310.
grub-install: info: adding a relocation entry for 0xd320.
grub-install: info: adding a relocation entry for 0xd328.
grub-install: info: adding a relocation entry for 0xd338.
grub-install: info: adding a relocation entry for 0xd340.
grub-install: info: adding a relocation entry for 0xd350.
grub-install: info: adding a relocation entry for 0xd358.
grub-install: info: adding a relocation entry for 0xd368.
grub-install: info: adding a relocation entry for 0xd370.
grub-install: info: adding a relocation entry for 0xd380.
grub-install: info: adding a relocation entry for 0xd388.
grub-install: info: adding a relocation entry for 0xd398.
grub-install: info: adding a relocation entry for 0xd3a0.
grub-install: info: adding a relocation entry for 0xd3b0.
grub-install: info: adding a relocation entry for 0xd3b8.
grub-install: info: adding a relocation entry for 0xd3c8.
grub-install: info: adding a relocation entry for 0xd3d0.
grub-install: info: adding a relocation entry for 0xd3e0.
grub-install: info: adding a relocation entry for 0xd3e8.
grub-install: info: adding a relocation entry for 0xd3f8.
grub-install: info: adding a relocation entry for 0xd400.
grub-install: info: adding a relocation entry for 0xd410.
grub-install: info: adding a relocation entry for 0xd418.
grub-install: info: adding a relocation entry for 0xd428.
grub-install: info: adding a relocation entry for 0xd430.
grub-install: info: adding a relocation entry for 0xd440.
grub-install: info: adding a relocation entry for 0xd448.
grub-install: info: adding a relocation entry for 0xd458.
grub-install: info: adding a relocation entry for 0xd460.
grub-install: info: adding a relocation entry for 0xd470.
grub-install: info: adding a relocation entry for 0xd478.
grub-install: info: adding a relocation entry for 0xd488.
grub-install: info: adding a relocation entry for 0xd490.
grub-install: info: adding a relocation entry for 0xd4a0.
grub-install: info: adding a relocation entry for 0xd4a8.
grub-install: info: adding a relocation entry for 0xd4b8.
grub-install: info: adding a relocation entry for 0xd4c0.
grub-install: info: adding a relocation entry for 0xd4d0.
grub-install: info: adding a relocation entry for 0xd4d8.
grub-install: info: adding a relocation entry for 0xd4e8.
grub-install: info: adding a relocation entry for 0xd4f0.
grub-install: info: adding a relocation entry for 0xd500.
grub-install: info: adding a relocation entry for 0xd508.
grub-install: info: adding a relocation entry for 0xd518.
grub-install: info: adding a relocation entry for 0xd520.
grub-install: info: adding a relocation entry for 0xd530.
grub-install: info: adding a relocation entry for 0xd538.
grub-install: info: adding a relocation entry for 0xd548.
grub-install: info: adding a relocation entry for 0xd550.
grub-install: info: adding a relocation entry for 0xd560.
grub-install: info: adding a relocation entry for 0xd568.
grub-install: info: adding a relocation entry for 0xd578.
grub-install: info: adding a relocation entry for 0xd580.
grub-install: info: adding a relocation entry for 0xd590.
grub-install: info: adding a relocation entry for 0xd598.
grub-install: info: adding a relocation entry for 0xd5a8.
grub-install: info: adding a relocation entry for 0xd5b0.
grub-install: info: adding a relocation entry for 0xd5c0.
grub-install: info: adding a relocation entry for 0xd5c8.
grub-install: info: adding a relocation entry for 0xd5d8.
grub-install: info: adding a relocation entry for 0xd5e0.
grub-install: info: adding a relocation entry for 0xd5f0.
grub-install: info: adding a relocation entry for 0xd5f8.
grub-install: info: adding a relocation entry for 0xd608.
grub-install: info: adding a relocation entry for 0xd610.
grub-install: info: adding a relocation entry for 0xd620.
grub-install: info: adding a relocation entry for 0xd628.
grub-install: info: adding a relocation entry for 0xd638.
grub-install: info: adding a relocation entry for 0xd640.
grub-install: info: adding a relocation entry for 0xd650.
grub-install: info: adding a relocation entry for 0xd658.
grub-install: info: adding a relocation entry for 0xd668.
grub-install: info: adding a relocation entry for 0xd670.
grub-install: info: adding a relocation entry for 0xd680.
grub-install: info: adding a relocation entry for 0xd688.
grub-install: info: adding a relocation entry for 0xd698.
grub-install: info: adding a relocation entry for 0xd6a0.
grub-install: info: adding a relocation entry for 0xd6b0.
grub-install: info: adding a relocation entry for 0xd6b8.
grub-install: info: adding a relocation entry for 0xd6c8.
grub-install: info: adding a relocation entry for 0xd6d0.
grub-install: info: adding a relocation entry for 0xd6e0.
grub-install: info: adding a relocation entry for 0xd6e8.
grub-install: info: adding a relocation entry for 0xd6f8.
grub-install: info: adding a relocation entry for 0xd700.
grub-install: info: adding a relocation entry for 0xd710.
grub-install: info: adding a relocation entry for 0xd718.
grub-install: info: adding a relocation entry for 0xd728.
grub-install: info: adding a relocation entry for 0xd730.
grub-install: info: adding a relocation entry for 0xd740.
grub-install: info: adding a relocation entry for 0xd748.
grub-install: info: adding a relocation entry for 0xd758.
grub-install: info: adding a relocation entry for 0xd760.
grub-install: info: adding a relocation entry for 0xd770.
grub-install: info: adding a relocation entry for 0xd778.
grub-install: info: adding a relocation entry for 0xd788.
grub-install: info: adding a relocation entry for 0xd790.
grub-install: info: adding a relocation entry for 0xd7a0.
grub-install: info: adding a relocation entry for 0xd7a8.
grub-install: info: adding a relocation entry for 0xd7b8.
grub-install: info: adding a relocation entry for 0xd7c0.
grub-install: info: adding a relocation entry for 0xd7d0.
grub-install: info: adding a relocation entry for 0xd7d8.
grub-install: info: adding a relocation entry for 0xd7e8.
grub-install: info: adding a relocation entry for 0xd7f0.
grub-install: info: adding a relocation entry for 0xd800.
grub-install: info: adding a relocation entry for 0xd808.
grub-install: info: adding a relocation entry for 0xd818.
grub-install: info: adding a relocation entry for 0xd820.
grub-install: info: adding a relocation entry for 0xd830.
grub-install: info: adding a relocation entry for 0xd838.
grub-install: info: adding a relocation entry for 0xd848.
grub-install: info: adding a relocation entry for 0xd850.
grub-install: info: adding a relocation entry for 0xd860.
grub-install: info: adding a relocation entry for 0xd868.
grub-install: info: adding a relocation entry for 0xd878.
grub-install: info: adding a relocation entry for 0xd880.
grub-install: info: adding a relocation entry for 0xd890.
grub-install: info: adding a relocation entry for 0xd898.
grub-install: info: adding a relocation entry for 0xd8a8.
grub-install: info: adding a relocation entry for 0xd8b0.
grub-install: info: adding a relocation entry for 0xd8c0.
grub-install: info: adding a relocation entry for 0xd8c8.
grub-install: info: adding a relocation entry for 0xd8d8.
grub-install: info: adding a relocation entry for 0xd8e0.
grub-install: info: adding a relocation entry for 0xd8f0.
grub-install: info: adding a relocation entry for 0xd8f8.
grub-install: info: adding a relocation entry for 0xd908.
grub-install: info: adding a relocation entry for 0xd910.
grub-install: info: adding a relocation entry for 0xd920.
grub-install: info: adding a relocation entry for 0xd928.
grub-install: info: adding a relocation entry for 0xd938.
grub-install: info: adding a relocation entry for 0xd940.
grub-install: info: adding a relocation entry for 0xd950.
grub-install: info: adding a relocation entry for 0xd958.
grub-install: info: adding a relocation entry for 0xd968.
grub-install: info: adding a relocation entry for 0xd970.
grub-install: info: adding a relocation entry for 0xd980.
grub-install: info: adding a relocation entry for 0xd988.
grub-install: info: adding a relocation entry for 0xd998.
grub-install: info: adding a relocation entry for 0xd9a0.
grub-install: info: adding a relocation entry for 0xd9b0.
grub-install: info: adding a relocation entry for 0xd9b8.
grub-install: info: adding a relocation entry for 0xd9c8.
grub-install: info: adding a relocation entry for 0xd9d0.
grub-install: info: adding a relocation entry for 0xd9e0.
grub-install: info: adding a relocation entry for 0xd9e8.
grub-install: info: adding a relocation entry for 0xd9f8.
grub-install: info: adding a relocation entry for 0xda00.
grub-install: info: adding a relocation entry for 0xda10.
grub-install: info: adding a relocation entry for 0xda18.
grub-install: info: adding a relocation entry for 0xda28.
grub-install: info: adding a relocation entry for 0xda30.
grub-install: info: adding a relocation entry for 0xda40.
grub-install: info: adding a relocation entry for 0xda48.
grub-install: info: adding a relocation entry for 0xda58.
grub-install: info: adding a relocation entry for 0xda60.
grub-install: info: adding a relocation entry for 0xda70.
grub-install: info: adding a relocation entry for 0xda78.
grub-install: info: adding a relocation entry for 0xda88.
grub-install: info: adding a relocation entry for 0xda90.
grub-install: info: adding a relocation entry for 0xdaa0.
grub-install: info: adding a relocation entry for 0xdaa8.
grub-install: info: adding a relocation entry for 0xdab8.
grub-install: info: adding a relocation entry for 0xdac0.
grub-install: info: adding a relocation entry for 0xdad0.
grub-install: info: adding a relocation entry for 0xdad8.
grub-install: info: adding a relocation entry for 0xdae8.
grub-install: info: adding a relocation entry for 0xdaf0.
grub-install: info: adding a relocation entry for 0xdb00.
grub-install: info: adding a relocation entry for 0xdb08.
grub-install: info: adding a relocation entry for 0xdb18.
grub-install: info: adding a relocation entry for 0xdb20.
grub-install: info: adding a relocation entry for 0xdb30.
grub-install: info: adding a relocation entry for 0xdb38.
grub-install: info: adding a relocation entry for 0xdb48.
grub-install: info: adding a relocation entry for 0xdb50.
grub-install: info: adding a relocation entry for 0xdb60.
grub-install: info: adding a relocation entry for 0xdb68.
grub-install: info: adding a relocation entry for 0xdb78.
grub-install: info: adding a relocation entry for 0xdb80.
grub-install: info: adding a relocation entry for 0xdb90.
grub-install: info: adding a relocation entry for 0xdb98.
grub-install: info: adding a relocation entry for 0xdba8.
grub-install: info: adding a relocation entry for 0xdbb0.
grub-install: info: adding a relocation entry for 0xdbc0.
grub-install: info: adding a relocation entry for 0xdbc8.
grub-install: info: adding a relocation entry for 0xdbd8.
grub-install: info: adding a relocation entry for 0xdbe0.
grub-install: info: adding a relocation entry for 0xdbf0.
grub-install: info: adding a relocation entry for 0xdbf8.
grub-install: info: adding a relocation entry for 0xdc08.
grub-install: info: adding a relocation entry for 0xdc10.
grub-install: info: adding a relocation entry for 0xdc20.
grub-install: info: adding a relocation entry for 0xdc28.
grub-install: info: adding a relocation entry for 0xdc38.
grub-install: info: adding a relocation entry for 0xdc40.
grub-install: info: adding a relocation entry for 0xdc50.
grub-install: info: adding a relocation entry for 0xdc58.
grub-install: info: adding a relocation entry for 0xdc68.
grub-install: info: adding a relocation entry for 0xdc70.
grub-install: info: adding a relocation entry for 0xdc80.
grub-install: info: adding a relocation entry for 0xdc88.
grub-install: info: adding a relocation entry for 0xdc98.
grub-install: info: adding a relocation entry for 0xdca0.
grub-install: info: adding a relocation entry for 0xdcb0.
grub-install: info: adding a relocation entry for 0xdcb8.
grub-install: info: adding a relocation entry for 0xdcc8.
grub-install: info: adding a relocation entry for 0xdcd0.
grub-install: info: adding a relocation entry for 0xdce0.
grub-install: info: adding a relocation entry for 0xdce8.
grub-install: info: adding a relocation entry for 0xdcf8.
grub-install: info: adding a relocation entry for 0xdd00.
grub-install: info: adding a relocation entry for 0xdd10.
grub-install: info: adding a relocation entry for 0xdd18.
grub-install: info: adding a relocation entry for 0xdd28.
grub-install: info: adding a relocation entry for 0xdd30.
grub-install: info: adding a relocation entry for 0xdd40.
grub-install: info: adding a relocation entry for 0xdd48.
grub-install: info: adding a relocation entry for 0xdd58.
grub-install: info: adding a relocation entry for 0xdd60.
grub-install: info: adding a relocation entry for 0xdd70.
grub-install: info: adding a relocation entry for 0xdd78.
grub-install: info: adding a relocation entry for 0xdd88.
grub-install: info: adding a relocation entry for 0xdd90.
grub-install: info: adding a relocation entry for 0xdda0.
grub-install: info: adding a relocation entry for 0xdda8.
grub-install: info: adding a relocation entry for 0xddb8.
grub-install: info: adding a relocation entry for 0xddc0.
grub-install: info: adding a relocation entry for 0xddd0.
grub-install: info: adding a relocation entry for 0xddd8.
grub-install: info: adding a relocation entry for 0xdde8.
grub-install: info: adding a relocation entry for 0xddf0.
grub-install: info: adding a relocation entry for 0xde00.
grub-install: info: adding a relocation entry for 0xde08.
grub-install: info: adding a relocation entry for 0xde18.
grub-install: info: adding a relocation entry for 0xde20.
grub-install: info: adding a relocation entry for 0xde30.
grub-install: info: adding a relocation entry for 0xde38.
grub-install: info: adding a relocation entry for 0xde48.
grub-install: info: adding a relocation entry for 0xde50.
grub-install: info: adding a relocation entry for 0xde60.
grub-install: info: adding a relocation entry for 0xde68.
grub-install: info: adding a relocation entry for 0xde78.
grub-install: info: adding a relocation entry for 0xde80.
grub-install: info: adding a relocation entry for 0xde90.
grub-install: info: adding a relocation entry for 0xde98.
grub-install: info: adding a relocation entry for 0xdea8.
grub-install: info: adding a relocation entry for 0xdeb0.
grub-install: info: adding a relocation entry for 0xdec0.
grub-install: info: adding a relocation entry for 0xdec8.
grub-install: info: adding a relocation entry for 0xded8.
grub-install: info: adding a relocation entry for 0xdee0.
grub-install: info: adding a relocation entry for 0xdef0.
grub-install: info: adding a relocation entry for 0xdef8.
grub-install: info: adding a relocation entry for 0xdf08.
grub-install: info: adding a relocation entry for 0xdf10.
grub-install: info: adding a relocation entry for 0xdf20.
grub-install: info: adding a relocation entry for 0xdf28.
grub-install: info: adding a relocation entry for 0xdf38.
grub-install: info: adding a relocation entry for 0xdf40.
grub-install: info: adding a relocation entry for 0xdf50.
grub-install: info: adding a relocation entry for 0xdf58.
grub-install: info: adding a relocation entry for 0xdf68.
grub-install: info: adding a relocation entry for 0xdf70.
grub-install: info: adding a relocation entry for 0xdf80.
grub-install: info: adding a relocation entry for 0xdf88.
grub-install: info: adding a relocation entry for 0xdf98.
grub-install: info: adding a relocation entry for 0xdfa0.
grub-install: info: adding a relocation entry for 0xdfb0.
grub-install: info: adding a relocation entry for 0xdfb8.
grub-install: info: adding a relocation entry for 0xdfc8.
grub-install: info: adding a relocation entry for 0xdfd0.
grub-install: info: adding 427 padding fixup entries.
grub-install: info: writing 1520 bytes of a fixup block starting at 0xd000.
grub-install: info: reading /usr/lib/grub/x86_64-efi/fshelp.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/ext2.mod.
grub-install: info: reading /usr/lib/grub/x86_64-efi/search_fs_uuid.mod.
grub-install: info: reading /boot/grub/x86_64-efi/load.cfg.
grub-install: info: kernel_img=0x55f5605135c0, kernel_size=0x19000.
grub-install: info: the core size is 0x1d750.
grub-install: info: writing 0x20000 bytes.
grub-install: info: No Secure Boot: installing core image.
grub-install: info: copying `/boot/grub/x86_64-efi/core.efi' -> `/boot/efi/EFI/debian/grubx64.efi'.
grub-install: info: Registering with EFI: distributor = `debian', path = `\EFI\debian\grubx64.efi', ESP at hostdisk//dev/nvme0n1,gpt1.
grub-install: info: executing modprobe efivars 2>/dev/null.
grub-install: info: setting EFI variable Boot0002.
grub-install: info: skipping unnecessary update of EFI variable Boot0002.
grub-install: info: setting EFI variable BootOrder.
grub-install: info: skipping unnecessary update of EFI variable BootOrder.
Installation finished. No error reported.
More information about the Pkg-grub-devel
mailing list