all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)
@ 2021-09-13 11:54 Jonathan Brielmaier
  2021-09-14 22:57 ` Jonathan Brielmaier
  2021-09-17 15:08 ` Jonathan Brielmaier
  0 siblings, 2 replies; 9+ messages in thread
From: Jonathan Brielmaier @ 2021-09-13 11:54 UTC (permalink / raw)
  To: 50566


Hi folks,

today I finally got my system reconfiguring on core-updates-frozen with
almost all packages I use (minus telegram-desktop, josm and lilypond).
But when I rebooted my PC it got stuck in the grub rescue console :(

```
Welcome to GRUB!

Unkown command 'crpytomount'.
error: disk 'cryptouuid/ad06...' not found.
Entering rescue mode...
[...]
grub rescue> crpytomount -u ad06...
Unknown command 'cryptomount'.
[...]
grub rescue> set
cmdpath=(hd0)/EFI/Guix
prefix=(cryptouuid)/ad06...)/boot/grub
root=cryptouuid/ad06...
```

commit: d1732a007fff1549fd49bae595ef9541bea2a332 (pulled from)
arch: x86_66
config:
```
   (bootloader
     (bootloader-configuration
       (bootloader grub-efi-bootloader)
       (target "/boot/efi")
       (keyboard-layout keyboard-layout)))
   (mapped-devices
     (list (mapped-device
             (source (uuid "ad069897-6b43-4607-b5e9-3f00f9af74aa"))
             (target "cryptroot")
             (type luks-device-mapping))))
   (file-systems
     (append (list
              (file-system
               (mount-point "/boot/efi")
               (device (uuid "2954-F644" 'fat32))
               (type "vfat"))
              (file-system
               (device "/dev/mapper/cryptroot")
               (mount-point "/")
               (type "ext4")
               (dependencies mapped-devices))
              (file-system
               (mount-point "/media/jonathan/arbeit")
               (device (uuid "094e6082-fae5-4ba9-ad94-1a4b6d04a094"))
               (type "ext4")))
             %base-file-systems))
```

I have reconfigured the same system on master two or three days ago. The
reboot back then was successful.

I'll try to collect more information later today...

~Jonathan




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

* bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)
  2021-09-13 11:54 bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found) Jonathan Brielmaier
@ 2021-09-14 22:57 ` Jonathan Brielmaier
  2021-09-17 15:08 ` Jonathan Brielmaier
  1 sibling, 0 replies; 9+ messages in thread
From: Jonathan Brielmaier @ 2021-09-14 22:57 UTC (permalink / raw)
  To: 50566


I went ahead and did a trick Tobias (nckx) told me in IRC. I booted a
Guix installer from an USB stick and hit 'c' (command line) in its GRUB
menu. Then I gave in the following commands:

```
insmod luks
cryptomount (hd1,gpt2)
Enter passphrase ...:
set root=(crypto0)
configfile /boot/grub/grub.cfg
```

I can then choose between the Guix system generations: 1x
core-updates-frozen and 3x master. The latter did worked before my
reconfigure on c-u-f.

But non of them really worked. I have to enter the LUKS password a
second time and then shepherd fails to start all the services. The cpu
fan blows a bit loud:
```
failed to start service 'file-systems'
failed to start service 'file-system-/boot/efi'
failed to start service 'user-processes'
[...]
```

An Alt+SysReq+E (SIGTERM all apart INIT) gives:
```
shepherd[1]: Service udev has been disabled.
shepherd[1]: Respawning libvirtd.
shepherd[1]: Service libvirtd has been started.
```

And some audit log message. Can audit break the boot?

Has anyone an idea how to find out why those services start to fail? How
to obtain logs?

~Jonathan




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

* bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)
  2021-09-13 11:54 bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found) Jonathan Brielmaier
  2021-09-14 22:57 ` Jonathan Brielmaier
@ 2021-09-17 15:08 ` Jonathan Brielmaier
  2021-09-18 15:48   ` Mathieu Othacehe
  1 sibling, 1 reply; 9+ messages in thread
From: Jonathan Brielmaier @ 2021-09-17 15:08 UTC (permalink / raw)
  To: 50566


Hi,

I found today an easier reproducer. I built an installation image from
current core-updates-frozen (716470cda447e8cc3e73b09a8dfdcf1032aa37f2).
Booting from an USB stick leads to the same error that it comes only to
"grub rescue>" saying "Unknown filesystem".

I double checked and booted from an USB stick with an image from current
master -> just fine.

It would be interesting if others try to boot from an c-u-f image,
especially on UEFI.

I'll try to bisect the issue as I have no an "easy" reproducer :)




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

* bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)
  2021-09-17 15:08 ` Jonathan Brielmaier
@ 2021-09-18 15:48   ` Mathieu Othacehe
  2021-09-19 15:02     ` Mathieu Othacehe
  0 siblings, 1 reply; 9+ messages in thread
From: Mathieu Othacehe @ 2021-09-18 15:48 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 50566

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


Hello Jonathan,

> I'll try to bisect the issue as I have no an "easy" reproducer :)

I experienced the exact same issue. To be able to boot again, I booted
from a Guix System USB drive, hitted 'c' in Grub, then typed the
following commands:

--8<---------------cut here---------------start------------->8---
set root=(hd0,gpt2)
configfile /boot/grub/grub.cfg
--8<---------------cut here---------------end--------------->8---

Now regarding the cause of the issue, it appears that running the
following command from a Guix "master" Grub fixes the issue:

--8<---------------cut here---------------start------------->8---
sudo /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install --boot-directory /boot --efi-directory=/boot/efi
--8<---------------cut here---------------end--------------->8---

So this means that we probably have an issue related to the Grub package
on core-updates-frozen itself. Both master and core-updates-frozen are
using Grub 2.06 release.

The issue might then be related to the GCC 10 switch?

Here are the log files of Grub installation of master and
core-updates-frozen branches. I edited the /gnu/store/xxx-grub-efi-2.06
strings to remove the noise.

It looks like the core-updates-frozen Grub has a new .note.grub.property
section but I cannot find any other noticeable differences.

To be continued,

Mathieu

[-- Attachment #2: master.log --]
[-- Type: application/octet-stream, Size: 1156268 bytes --]

/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: executing modprobe efivars 2>/dev/null.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /sys/firmware/efi ...
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: ...found.
Installing for x86_64-efi platform.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 is not present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/ru/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/en@piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@piglatin.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/ko/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/de_CH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_CH.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/uk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/sr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/fi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/pt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/en@arabic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@arabic.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/hr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hr.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/lg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lg.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/ro/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/vi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/sl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/en@quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@quot.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/en@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@hebrew.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/de@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de@hebrew.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/en@cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@cyrillic.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/en@greek/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@greek.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/all_video.mod' -> `/boot/grub/x86_64-efi/all_video.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minix2.mod' -> `/boot/grub/x86_64-efi/minix2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/zstd.mod' -> `/boot/grub/x86_64-efi/zstd.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/font.mod' -> `/boot/grub/x86_64-efi/font.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_tiger.mod' -> `/boot/grub/x86_64-efi/gcry_tiger.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/at_keyboard.mod' -> `/boot/grub/x86_64-efi/at_keyboard.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_sha256.mod' -> `/boot/grub/x86_64-efi/gcry_sha256.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/search_label.mod' -> `/boot/grub/x86_64-efi/search_label.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gfxterm_menu.mod' -> `/boot/grub/x86_64-efi/gfxterm_menu.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/setjmp_test.mod' -> `/boot/grub/x86_64-efi/setjmp_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/setpci.mod' -> `/boot/grub/x86_64-efi/setpci.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/pbkdf2.mod' -> `/boot/grub/x86_64-efi/pbkdf2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ext2.mod' -> `/boot/grub/x86_64-efi/ext2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_whirlpool.mod' -> `/boot/grub/x86_64-efi/gcry_whirlpool.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/acpi.mod' -> `/boot/grub/x86_64-efi/acpi.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/random.mod' -> `/boot/grub/x86_64-efi/random.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/search_fs_uuid.mod' -> `/boot/grub/x86_64-efi/search_fs_uuid.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/videotest.mod' -> `/boot/grub/x86_64-efi/videotest.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/loadbios.mod' -> `/boot/grub/x86_64-efi/loadbios.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/halt.mod' -> `/boot/grub/x86_64-efi/halt.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ctz_test.mod' -> `/boot/grub/x86_64-efi/ctz_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ufs1.mod' -> `/boot/grub/x86_64-efi/ufs1.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/aout.mod' -> `/boot/grub/x86_64-efi/aout.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/xzio.mod' -> `/boot/grub/x86_64-efi/xzio.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/eval.mod' -> `/boot/grub/x86_64-efi/eval.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/uhci.mod' -> `/boot/grub/x86_64-efi/uhci.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_sha512.mod' -> `/boot/grub/x86_64-efi/gcry_sha512.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/reiserfs.mod' -> `/boot/grub/x86_64-efi/reiserfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/video_colors.mod' -> `/boot/grub/x86_64-efi/video_colors.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/tftp.mod' -> `/boot/grub/x86_64-efi/tftp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cat.mod' -> `/boot/grub/x86_64-efi/cat.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/macho.mod' -> `/boot/grub/x86_64-efi/macho.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/affs.mod' -> `/boot/grub/x86_64-efi/affs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/crypto.mod' -> `/boot/grub/x86_64-efi/crypto.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/loadenv.mod' -> `/boot/grub/x86_64-efi/loadenv.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minix3.mod' -> `/boot/grub/x86_64-efi/minix3.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/mul_test.mod' -> `/boot/grub/x86_64-efi/mul_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_md4.mod' -> `/boot/grub/x86_64-efi/gcry_md4.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lsefisystab.mod' -> `/boot/grub/x86_64-efi/lsefisystab.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efifwsetup.mod' -> `/boot/grub/x86_64-efi/efifwsetup.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usbms.mod' -> `/boot/grub/x86_64-efi/usbms.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_serpent.mod' -> `/boot/grub/x86_64-efi/gcry_serpent.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/file.mod' -> `/boot/grub/x86_64-efi/file.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lzopio.mod' -> `/boot/grub/x86_64-efi/lzopio.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/search_fs_file.mod' -> `/boot/grub/x86_64-efi/search_fs_file.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/zfs.mod' -> `/boot/grub/x86_64-efi/zfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hfs.mod' -> `/boot/grub/x86_64-efi/hfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/udf.mod' -> `/boot/grub/x86_64-efi/udf.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/procfs.mod' -> `/boot/grub/x86_64-efi/procfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cryptodisk.mod' -> `/boot/grub/x86_64-efi/cryptodisk.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/json.mod' -> `/boot/grub/x86_64-efi/json.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/f2fs.mod' -> `/boot/grub/x86_64-efi/f2fs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/signature_test.mod' -> `/boot/grub/x86_64-efi/signature_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/functional_test.mod' -> `/boot/grub/x86_64-efi/functional_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/zfscrypt.mod' -> `/boot/grub/x86_64-efi/zfscrypt.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/legacycfg.mod' -> `/boot/grub/x86_64-efi/legacycfg.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_dfly.mod' -> `/boot/grub/x86_64-efi/part_dfly.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/video_fb.mod' -> `/boot/grub/x86_64-efi/video_fb.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/videotest_checksum.mod' -> `/boot/grub/x86_64-efi/videotest_checksum.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_dsa.mod' -> `/boot/grub/x86_64-efi/gcry_dsa.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gettext.mod' -> `/boot/grub/x86_64-efi/gettext.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efinet.mod' -> `/boot/grub/x86_64-efi/efinet.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cs5536.mod' -> `/boot/grub/x86_64-efi/cs5536.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/archelp.mod' -> `/boot/grub/x86_64-efi/archelp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_md5.mod' -> `/boot/grub/x86_64-efi/gcry_md5.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/mdraid1x.mod' -> `/boot/grub/x86_64-efi/mdraid1x.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/geli.mod' -> `/boot/grub/x86_64-efi/geli.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ldm.mod' -> `/boot/grub/x86_64-efi/ldm.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cpio.mod' -> `/boot/grub/x86_64-efi/cpio.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/raid5rec.mod' -> `/boot/grub/x86_64-efi/raid5rec.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/chain.mod' -> `/boot/grub/x86_64-efi/chain.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gzio.mod' -> `/boot/grub/x86_64-efi/gzio.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/spkmodem.mod' -> `/boot/grub/x86_64-efi/spkmodem.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/png.mod' -> `/boot/grub/x86_64-efi/png.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/tar.mod' -> `/boot/grub/x86_64-efi/tar.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cbmemc.mod' -> `/boot/grub/x86_64-efi/cbmemc.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/luks.mod' -> `/boot/grub/x86_64-efi/luks.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ehci.mod' -> `/boot/grub/x86_64-efi/ehci.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/morse.mod' -> `/boot/grub/x86_64-efi/morse.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hdparm.mod' -> `/boot/grub/x86_64-efi/hdparm.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cmp.mod' -> `/boot/grub/x86_64-efi/cmp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_msdos.mod' -> `/boot/grub/x86_64-efi/part_msdos.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hexdump.mod' -> `/boot/grub/x86_64-efi/hexdump.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usbtest.mod' -> `/boot/grub/x86_64-efi/usbtest.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minix.mod' -> `/boot/grub/x86_64-efi/minix.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efi_gop.mod' -> `/boot/grub/x86_64-efi/efi_gop.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/squash4.mod' -> `/boot/grub/x86_64-efi/squash4.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/bitmap.mod' -> `/boot/grub/x86_64-efi/bitmap.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/offsetio.mod' -> `/boot/grub/x86_64-efi/offsetio.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_des.mod' -> `/boot/grub/x86_64-efi/gcry_des.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/zfsinfo.mod' -> `/boot/grub/x86_64-efi/zfsinfo.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_acorn.mod' -> `/boot/grub/x86_64-efi/part_acorn.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_cast5.mod' -> `/boot/grub/x86_64-efi/gcry_cast5.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hello.mod' -> `/boot/grub/x86_64-efi/hello.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/appleldr.mod' -> `/boot/grub/x86_64-efi/appleldr.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minix2_be.mod' -> `/boot/grub/x86_64-efi/minix2_be.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/extcmd.mod' -> `/boot/grub/x86_64-efi/extcmd.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/div.mod' -> `/boot/grub/x86_64-efi/div.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/afsplitter.mod' -> `/boot/grub/x86_64-efi/afsplitter.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cbtable.mod' -> `/boot/grub/x86_64-efi/cbtable.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/macbless.mod' -> `/boot/grub/x86_64-efi/macbless.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lsmmap.mod' -> `/boot/grub/x86_64-efi/lsmmap.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/pbkdf2_test.mod' -> `/boot/grub/x86_64-efi/pbkdf2_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cpio_be.mod' -> `/boot/grub/x86_64-efi/cpio_be.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lsefi.mod' -> `/boot/grub/x86_64-efi/lsefi.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_seed.mod' -> `/boot/grub/x86_64-efi/gcry_seed.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/romfs.mod' -> `/boot/grub/x86_64-efi/romfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hashsum.mod' -> `/boot/grub/x86_64-efi/hashsum.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usbserial_common.mod' -> `/boot/grub/x86_64-efi/usbserial_common.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usb_keyboard.mod' -> `/boot/grub/x86_64-efi/usb_keyboard.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/elf.mod' -> `/boot/grub/x86_64-efi/elf.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_dvh.mod' -> `/boot/grub/x86_64-efi/part_dvh.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/iorw.mod' -> `/boot/grub/x86_64-efi/iorw.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/tga.mod' -> `/boot/grub/x86_64-efi/tga.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ohci.mod' -> `/boot/grub/x86_64-efi/ohci.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/xfs.mod' -> `/boot/grub/x86_64-efi/xfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lsefimmap.mod' -> `/boot/grub/x86_64-efi/lsefimmap.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/mpi.mod' -> `/boot/grub/x86_64-efi/mpi.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_blowfish.mod' -> `/boot/grub/x86_64-efi/gcry_blowfish.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/tr.mod' -> `/boot/grub/x86_64-efi/tr.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gfxterm_background.mod' -> `/boot/grub/x86_64-efi/gfxterm_background.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/bswap_test.mod' -> `/boot/grub/x86_64-efi/bswap_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/read.mod' -> `/boot/grub/x86_64-efi/read.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/trig.mod' -> `/boot/grub/x86_64-efi/trig.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/shift_test.mod' -> `/boot/grub/x86_64-efi/shift_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/testload.mod' -> `/boot/grub/x86_64-efi/testload.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_bsd.mod' -> `/boot/grub/x86_64-efi/part_bsd.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/bsd.mod' -> `/boot/grub/x86_64-efi/bsd.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/keylayouts.mod' -> `/boot/grub/x86_64-efi/keylayouts.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/videoinfo.mod' -> `/boot/grub/x86_64-efi/videoinfo.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/setjmp.mod' -> `/boot/grub/x86_64-efi/setjmp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/syslinuxcfg.mod' -> `/boot/grub/x86_64-efi/syslinuxcfg.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/nativedisk.mod' -> `/boot/grub/x86_64-efi/nativedisk.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ls.mod' -> `/boot/grub/x86_64-efi/ls.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_rijndael.mod' -> `/boot/grub/x86_64-efi/gcry_rijndael.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/pcidump.mod' -> `/boot/grub/x86_64-efi/pcidump.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_rfc2268.mod' -> `/boot/grub/x86_64-efi/gcry_rfc2268.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_sunpc.mod' -> `/boot/grub/x86_64-efi/part_sunpc.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/normal.mod' -> `/boot/grub/x86_64-efi/normal.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ufs2.mod' -> `/boot/grub/x86_64-efi/ufs2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_camellia.mod' -> `/boot/grub/x86_64-efi/gcry_camellia.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/fat.mod' -> `/boot/grub/x86_64-efi/fat.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/blocklist.mod' -> `/boot/grub/x86_64-efi/blocklist.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/nilfs2.mod' -> `/boot/grub/x86_64-efi/nilfs2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/xnu_uuid.mod' -> `/boot/grub/x86_64-efi/xnu_uuid.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/keystatus.mod' -> `/boot/grub/x86_64-efi/keystatus.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_gpt.mod' -> `/boot/grub/x86_64-efi/part_gpt.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ahci.mod' -> `/boot/grub/x86_64-efi/ahci.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_amiga.mod' -> `/boot/grub/x86_64-efi/part_amiga.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/newc.mod' -> `/boot/grub/x86_64-efi/newc.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usb.mod' -> `/boot/grub/x86_64-efi/usb.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/sleep.mod' -> `/boot/grub/x86_64-efi/sleep.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/backtrace.mod' -> `/boot/grub/x86_64-efi/backtrace.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_arcfour.mod' -> `/boot/grub/x86_64-efi/gcry_arcfour.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/help.mod' -> `/boot/grub/x86_64-efi/help.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/smbios.mod' -> `/boot/grub/x86_64-efi/smbios.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/reboot.mod' -> `/boot/grub/x86_64-efi/reboot.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/rdmsr.mod' -> `/boot/grub/x86_64-efi/rdmsr.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/net.mod' -> `/boot/grub/x86_64-efi/net.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/linux16.mod' -> `/boot/grub/x86_64-efi/linux16.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/terminal.mod' -> `/boot/grub/x86_64-efi/terminal.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hfspluscomp.mod' -> `/boot/grub/x86_64-efi/hfspluscomp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/jpeg.mod' -> `/boot/grub/x86_64-efi/jpeg.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cbls.mod' -> `/boot/grub/x86_64-efi/cbls.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/boot.mod' -> `/boot/grub/x86_64-efi/boot.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gfxmenu.mod' -> `/boot/grub/x86_64-efi/gfxmenu.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ata.mod' -> `/boot/grub/x86_64-efi/ata.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/crc64.mod' -> `/boot/grub/x86_64-efi/crc64.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/pata.mod' -> `/boot/grub/x86_64-efi/pata.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cbtime.mod' -> `/boot/grub/x86_64-efi/cbtime.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/regexp.mod' -> `/boot/grub/x86_64-efi/regexp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_apple.mod' -> `/boot/grub/x86_64-efi/part_apple.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/test.mod' -> `/boot/grub/x86_64-efi/test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/fshelp.mod' -> `/boot/grub/x86_64-efi/fshelp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ntfscomp.mod' -> `/boot/grub/x86_64-efi/ntfscomp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/btrfs.mod' -> `/boot/grub/x86_64-efi/btrfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/div_test.mod' -> `/boot/grub/x86_64-efi/div_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/mdraid09.mod' -> `/boot/grub/x86_64-efi/mdraid09.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ntfs.mod' -> `/boot/grub/x86_64-efi/ntfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/bitmap_scale.mod' -> `/boot/grub/x86_64-efi/bitmap_scale.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/relocator.mod' -> `/boot/grub/x86_64-efi/relocator.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cmdline_cat_test.mod' -> `/boot/grub/x86_64-efi/cmdline_cat_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/terminfo.mod' -> `/boot/grub/x86_64-efi/terminfo.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/scsi.mod' -> `/boot/grub/x86_64-efi/scsi.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_sun.mod' -> `/boot/grub/x86_64-efi/part_sun.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/bfs.mod' -> `/boot/grub/x86_64-efi/bfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/exfctest.mod' -> `/boot/grub/x86_64-efi/exfctest.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/bufio.mod' -> `/boot/grub/x86_64-efi/bufio.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/progress.mod' -> `/boot/grub/x86_64-efi/progress.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/priority_queue.mod' -> `/boot/grub/x86_64-efi/priority_queue.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/mdraid09_be.mod' -> `/boot/grub/x86_64-efi/mdraid09_be.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_plan.mod' -> `/boot/grub/x86_64-efi/part_plan.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/linux.mod' -> `/boot/grub/x86_64-efi/linux.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/multiboot.mod' -> `/boot/grub/x86_64-efi/multiboot.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/fixvideo.mod' -> `/boot/grub/x86_64-efi/fixvideo.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/play.mod' -> `/boot/grub/x86_64-efi/play.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efi_uga.mod' -> `/boot/grub/x86_64-efi/efi_uga.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gfxterm.mod' -> `/boot/grub/x86_64-efi/gfxterm.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/datetime.mod' -> `/boot/grub/x86_64-efi/datetime.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/pgp.mod' -> `/boot/grub/x86_64-efi/pgp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_rmd160.mod' -> `/boot/grub/x86_64-efi/gcry_rmd160.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usbserial_usbdebug.mod' -> `/boot/grub/x86_64-efi/usbserial_usbdebug.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/dm_nv.mod' -> `/boot/grub/x86_64-efi/dm_nv.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/memrw.mod' -> `/boot/grub/x86_64-efi/memrw.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/testspeed.mod' -> `/boot/grub/x86_64-efi/testspeed.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minix_be.mod' -> `/boot/grub/x86_64-efi/minix_be.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/disk.mod' -> `/boot/grub/x86_64-efi/disk.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/iso9660.mod' -> `/boot/grub/x86_64-efi/iso9660.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/configfile.mod' -> `/boot/grub/x86_64-efi/configfile.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lsacpi.mod' -> `/boot/grub/x86_64-efi/lsacpi.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/odc.mod' -> `/boot/grub/x86_64-efi/odc.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minicmd.mod' -> `/boot/grub/x86_64-efi/minicmd.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usbserial_pl2303.mod' -> `/boot/grub/x86_64-efi/usbserial_pl2303.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_idea.mod' -> `/boot/grub/x86_64-efi/gcry_idea.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/tpm.mod' -> `/boot/grub/x86_64-efi/tpm.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_sha1.mod' -> `/boot/grub/x86_64-efi/gcry_sha1.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cpuid.mod' -> `/boot/grub/x86_64-efi/cpuid.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/test_blockarg.mod' -> `/boot/grub/x86_64-efi/test_blockarg.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hfsplus.mod' -> `/boot/grub/x86_64-efi/hfsplus.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/memdisk.mod' -> `/boot/grub/x86_64-efi/memdisk.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/sfs.mod' -> `/boot/grub/x86_64-efi/sfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/video.mod' -> `/boot/grub/x86_64-efi/video.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_twofish.mod' -> `/boot/grub/x86_64-efi/gcry_twofish.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/sleep_test.mod' -> `/boot/grub/x86_64-efi/sleep_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_rsa.mod' -> `/boot/grub/x86_64-efi/gcry_rsa.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/multiboot2.mod' -> `/boot/grub/x86_64-efi/multiboot2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_crc.mod' -> `/boot/grub/x86_64-efi/gcry_crc.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/afs.mod' -> `/boot/grub/x86_64-efi/afs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/exfat.mod' -> `/boot/grub/x86_64-efi/exfat.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/echo.mod' -> `/boot/grub/x86_64-efi/echo.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/true.mod' -> `/boot/grub/x86_64-efi/true.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/serial.mod' -> `/boot/grub/x86_64-efi/serial.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/xnu_uuid_test.mod' -> `/boot/grub/x86_64-efi/xnu_uuid_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/msdospart.mod' -> `/boot/grub/x86_64-efi/msdospart.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/video_cirrus.mod' -> `/boot/grub/x86_64-efi/video_cirrus.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/xnu.mod' -> `/boot/grub/x86_64-efi/xnu.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/adler32.mod' -> `/boot/grub/x86_64-efi/adler32.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usbserial_ftdi.mod' -> `/boot/grub/x86_64-efi/usbserial_ftdi.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/http.mod' -> `/boot/grub/x86_64-efi/http.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/probe.mod' -> `/boot/grub/x86_64-efi/probe.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cbfs.mod' -> `/boot/grub/x86_64-efi/cbfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/password_pbkdf2.mod' -> `/boot/grub/x86_64-efi/password_pbkdf2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lssal.mod' -> `/boot/grub/x86_64-efi/lssal.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/luks2.mod' -> `/boot/grub/x86_64-efi/luks2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cmp_test.mod' -> `/boot/grub/x86_64-efi/cmp_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/diskfilter.mod' -> `/boot/grub/x86_64-efi/diskfilter.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/password.mod' -> `/boot/grub/x86_64-efi/password.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/loopback.mod' -> `/boot/grub/x86_64-efi/loopback.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/video_bochs.mod' -> `/boot/grub/x86_64-efi/video_bochs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ufs1_be.mod' -> `/boot/grub/x86_64-efi/ufs1_be.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/strtoull_test.mod' -> `/boot/grub/x86_64-efi/strtoull_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minix3_be.mod' -> `/boot/grub/x86_64-efi/minix3_be.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lspci.mod' -> `/boot/grub/x86_64-efi/lspci.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/legacy_password_test.mod' -> `/boot/grub/x86_64-efi/legacy_password_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/date.mod' -> `/boot/grub/x86_64-efi/date.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/raid6rec.mod' -> `/boot/grub/x86_64-efi/raid6rec.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/parttool.mod' -> `/boot/grub/x86_64-efi/parttool.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/time.mod' -> `/boot/grub/x86_64-efi/time.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/datehook.mod' -> `/boot/grub/x86_64-efi/datehook.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/search.mod' -> `/boot/grub/x86_64-efi/search.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/jfs.mod' -> `/boot/grub/x86_64-efi/jfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gptsync.mod' -> `/boot/grub/x86_64-efi/gptsync.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/mmap.mod' -> `/boot/grub/x86_64-efi/mmap.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lvm.mod' -> `/boot/grub/x86_64-efi/lvm.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/wrmsr.mod' -> `/boot/grub/x86_64-efi/wrmsr.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efiemu32.o' -> `/boot/grub/x86_64-efi/efiemu32.o'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: cannot open `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efiemu32.o': No such file or directory.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efiemu64.o' -> `/boot/grub/x86_64-efi/efiemu64.o'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: cannot open `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efiemu64.o': No such file or directory.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/moddep.lst' -> `/boot/grub/x86_64-efi/moddep.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/command.lst' -> `/boot/grub/x86_64-efi/command.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/fs.lst' -> `/boot/grub/x86_64-efi/fs.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/partmap.lst' -> `/boot/grub/x86_64-efi/partmap.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/parttool.lst' -> `/boot/grub/x86_64-efi/parttool.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/video.lst' -> `/boot/grub/x86_64-efi/video.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/crypto.lst' -> `/boot/grub/x86_64-efi/crypto.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/terminal.lst' -> `/boot/grub/x86_64-efi/terminal.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/modinfo.sh' -> `/boot/grub/x86_64-efi/modinfo.sh'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p2 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p2 starts from 8345600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 1 starts from 8345600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p2 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p2 starts from 8345600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 1 starts from 8345600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p2 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p2 starts from 8345600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 1 starts from 8345600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: grub-mkimage --directory '/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi' --prefix '(,gpt2)/boot/grub' --output '/boot/grub/x86_64-efi/core.efi'  --dtb '' --sbat '' --format 'x86_64-efi' --compression 'auto'   'ext2' 'part_gpt' 
.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the total module size is 0x42b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/kernel.img.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .text at 0x0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .rodata at 0xc000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .rodata.str1.1 at 0xc1a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .data at 0xe1c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .module_license at 0xf730.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .bss at 0xf760.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0xd000 (0xd000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0xd1a0 (0xd1a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0xf1c0 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0x10760 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0x10730 (0x10730).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strlen at 0x9aac (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_free at 0x5fdd (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_net_poll_cards_idle at 0x12520 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_finish_boot_services at 0x448b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_progress_hook at 0x1c660 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_fini at 0x1840 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_puts_ at 0x980c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_verifiers_init at 0xc00d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_millisleep at 0x5f5b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_autoload_hook at 0x122e8 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_10 at 0x1229 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_byte_checksum at 0x5389 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_blocklist at 0xf460 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_errmsg at 0x1c540 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_5 at 0x11c0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strncmp at 0x9881 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_take_data at 0x6076 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strtoull at 0x9bbb (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dma_get_virt at 0x1319 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_system_table at 0x12538 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memmove at 0x58c4 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_4 at 0x11ac (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_open at 0x6ef1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_locate_protocol at 0x2c43 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_update_get_sorted at 0x8592 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating __stack_chk_guard at 0x12548 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strcpy at 0x97f9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_probe at 0xb21e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strrchr at 0x98cc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_get_name at 0xb434 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load at 0x821e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pmtimer_wait_count_tsc at 0x1095 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_stall at 0x2e6d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_filename at 0x3341 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_export at 0x867d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_xvasprintf at 0xa8b3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_error_push at 0x873f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating shim_lock_verifier at 0xf3a0 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_shim_lock_verifier_setup at 0x574f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_rescue_run at 0xb9e9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_xasprintf at 0xa94b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_realloc at 0x5e85 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_exit at 0x2ee7 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_calibrate_from_pmtimer at 0x1112 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memcpy at 0x58b8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memmove at 0x97ca (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_device_open at 0x673a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_filters at 0x1c680 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_exported_symbols at 0xc022 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_reboot at 0x2eac (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_calibrate_from_efi at 0x1017 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_printf_fmt_check at 0xa99a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strdup at 0x9abd (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_firmware_is_tainted at 0x12580 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_allocate_fixed at 0x4336 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_divmod64 at 0x9b5a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_get_device_name at 0x88bd (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_print_device_path at 0x364c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_iterate at 0xb3c7 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dma_free at 0x130d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_vsnprintf at 0xa85a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_map_list at 0x1c6a8 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_1 at 0x117f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_command_list at 0x12568 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_fini at 0x1291 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_rate at 0x12530 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_rescue_parse_line at 0xb76e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_variable at 0x31f1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_snprintf at 0xa86e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_core_commands at 0x65c5 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_dev_register at 0x6e1a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating __stack_chk_fail at 0x3e53 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_find_mmap_size at 0x4739 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_console_init at 0x5200 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_write_weak at 0x12588 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_add at 0x7612 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_read at 0x71c8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_highlight_color at 0xf608 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_parser_execute at 0xb1a6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_xputs at 0xf600 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_console_fini at 0x52cc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fatal at 0xaaa2 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_ref at 0x770c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_seek at 0x8bf1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pci_find_capability at 0x140d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_loaded_image at 0x2e91 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_errno at 0x1c640 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_parser_cmdline_state at 0xadd9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memset at 0x9a35 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_getkey at 0xbc30 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_new at 0x5f7f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_outputs_disabled at 0x1c6b0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_grubnet_fini at 0x1c6a0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_variable_hook at 0x861d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_image_handle at 0x12540 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_vprintf at 0xa5c6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_ensure_space at 0x5ffd (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_acpi_get_rsdpv1 at 0x5477 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_net_open at 0x107f0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_command_prio at 0x6107 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_find_last_device_path at 0x3571 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_compare_device_paths at 0x3d50 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_acpi_find_fadt at 0x539b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_install_get_time_ms at 0x5f4d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_calibrate_from_pit at 0x1731 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating _start at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_inputs at 0x1c6b8 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_parser_split_cmdline at 0xae88 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_firmware_fini at 0x12590 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_variable_with_attributes at 0x3079 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_close at 0x6e58 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_unload at 0x778f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_set_variable at 0x2f8b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_printf at 0xa6b3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_unregister_command at 0x624c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_list at 0x122f0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_get_device_handle at 0x25cb (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_reset at 0x6099 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_main at 0x91e6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_read at 0x894b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_unload_unneeded at 0x831b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pci_make_address at 0x1320 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memcmp at 0x58d0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_normal_color at 0xf609 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_dev_list at 0x12598 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_init at 0x1277 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_debug_enabled at 0x99d6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_0 at 0x1174 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_locate_handle at 0x2c8d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_outputs at 0x1c6c0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_modbase at 0x12550 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_inputs_disabled at 0x1c6c8 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_net_config at 0x12558 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_set_virtual_address_map at 0x2f30 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_print_error at 0x8827 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_mm_init at 0x47c4 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memset at 0x58dc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_zalloc at 0x5c02 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strcmp at 0x9865 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_init at 0x1685 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strchr at 0x98b8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_refresh at 0xbc08 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_malloc at 0x5bf1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_memory_map at 0x434c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_get_device_name at 0x2718 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_get_time_ms at 0x5f41 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_close at 0x89e2 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_open at 0x8a2d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_isspace at 0x98df (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_open_protocol at 0x2d87 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_real_dprintf at 0xa760 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_3 at 0x119b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load_core_noinit at 0x789a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_calloc at 0x5b8e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load_file at 0x8155 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_lockdown at 0x5846 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_unset at 0x8512 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating verified_fs at 0xf620 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_device_close at 0x6817 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_6 at 0x11d9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_is_lockdown at 0x58ae (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_advance_read_pos at 0x60aa (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_head at 0x10800 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_probe at 0x8f04 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_mm_base at 0x12560 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_poll_usb at 0x12528 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strword at 0x9946 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_secureboot at 0x55c9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_get_bootlocation at 0x3f44 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_fini at 0x3fe1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_allocate_any_pages at 0x4318 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_memory_fini at 0x479a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_err_printed_errors at 0x1c644 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_error at 0x86c3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_current_context at 0xf440 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_codes at 0xd0e0 (0xd000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_register_symbol at 0x764f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_is_finished at 0x107a0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_list_remove at 0x912b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pci_iterate at 0x1345 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_modules_get_end at 0x91ca (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_free at 0x5c3c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strndup at 0x9b05 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_7 at 0x11fc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_named_list_find at 0x90e0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_unref at 0x7748 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_duplicate_device_path at 0x35c3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_init at 0x238e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_dev_unregister at 0x6e2f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_init at 0x3e55 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_arch_dl_check_header at 0x14a0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_arch_dl_relocate_symbols at 0x14cf (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_free_pages at 0x40a2 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_printf_ at 0xa702 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_device_path at 0x3556 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating start at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_modules_addr at 0x3200 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_error_pop at 0x87b8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_ref_count at 0x7784 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_device_iterate at 0x6948 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_getkey_noblock at 0xbb4f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memalign_dma32 at 0x12bb (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_native_sectors at 0x7543 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_list_push at 0x9114 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_set_text_mode at 0x2de6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_verifiers at 0x1c6d0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_err_printf at 0xa6b3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_cache_invalidate_all at 0x6dc7 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_acpi_get_rsdpv2 at 0x54d7 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_command_lockdown at 0x61f3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_allocate_pages_real at 0x412c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_set at 0x83bd (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_key_is_interrupt at 0xbbde (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load_core at 0x810f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_gettext at 0xf4b0 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memcmp at 0x9845 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_verify_string at 0xbf96 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_getkeystatus at 0xbb99 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_get at 0x84e6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_2 at 0x118d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strtoul at 0xa0ed (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dma_get_phys at 0x131d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_mm_init_region at 0x5d53 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_cache_table at 0x125a0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating lockdown_verifier at 0xf400 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memalign at 0x598c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: dealing with the relocation section .rela.text for .text.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_PC32 entry to 0x11539 at the offset 0x3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_PC32 entry to 0x1152a at the offset 0xa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_PC32 entry to 0x81cf at the offset 0x13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x117f at the offset 0x4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b5a at the offset 0x70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12530 at the offset 0x84.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x539b at the offset 0x114.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1095 at the offset 0x13a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b5a at the offset 0x15a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12530 at the offset 0x165.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e55 at the offset 0x27a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1685 at the offset 0x287.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3fe1 at the offset 0x29c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x479a at the offset 0x2ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0x2d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd1a0 at the offset 0x2ee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x2ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x30f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1320 at the offset 0x359.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1320 at the offset 0x41c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd1c0 at the offset 0x4b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x4c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x4d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd1e1 at the offset 0x506.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd204 at the offset 0x58f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x5a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd21c at the offset 0x5da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0x5eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd220 at the offset 0x5fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x60e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x634.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10760 at the offset 0x657.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12530 at the offset 0x664.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd247 at the offset 0x6ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x6b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10760 at the offset 0x6d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1112 at the offset 0x6dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1731 at the offset 0x6ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1017 at the offset 0x6fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12530 at the offset 0x70c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1645 at the offset 0x71d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f4d at the offset 0x727.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12530 at the offset 0x788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b5a at the offset 0x7b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd254 at the offset 0x7ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0x7f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0x808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x814.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x823.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10778 at the offset 0x844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10770 at the offset 0x850.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10768 at the offset 0x85b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x181f at the offset 0x866.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1c0 at the offset 0x893.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e2f at the offset 0x8a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0x8ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd27b at the offset 0x8d4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0x8df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x8ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x8fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0ed at the offset 0x928.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd287 at the offset 0x945.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x956.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10768 at the offset 0x983.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10778 at the offset 0x991.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10770 at the offset 0x99f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x17ca at the offset 0x9ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd295 at the offset 0x9cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x9dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0x9f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0xa02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd2a4 at the offset 0xa17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd2df at the offset 0xa3b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd2fb at the offset 0xa71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0xa8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd312 at the offset 0xabf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0xac9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0xad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf200 at the offset 0xb00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c8d at the offset 0xb11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3556 at the offset 0xb3a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3571 at the offset 0xb71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf200 at the offset 0xb8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2d87 at the offset 0xb9c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0xbd1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xbea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xc33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c3 at the offset 0xc55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3571 at the offset 0xc7d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d50 at the offset 0xc94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xcbf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d50 at the offset 0xcd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd328 at the offset 0xd08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0xd1a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10770 at the offset 0xd49.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1cd4 at the offset 0xd62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10778 at the offset 0xd77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10768 at the offset 0xd95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0xdce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10778 at the offset 0xdf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0xe00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10770 at the offset 0xe0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0xe1f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd32c at the offset 0xe35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd331 at the offset 0xe55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0xe5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0xe6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0xe78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd33f at the offset 0xea4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd331 at the offset 0xec4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0xece.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0xedd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0xee7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10768 at the offset 0xf13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0xf23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd344 at the offset 0xf35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd331 at the offset 0xf55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0xf5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0xf6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0xf78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0xfb3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb434 at the offset 0x100d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3571 at the offset 0x1028.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d50 at the offset 0x105c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x1087.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x10a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0x1122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x114e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c0 at the offset 0x117a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x119e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x11ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd349 at the offset 0x11eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0x11f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0x1204.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x120e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x20d0 at the offset 0x122a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd37d at the offset 0x124c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x1265.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd38e at the offset 0x127c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x1295.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd3b6 at the offset 0x12cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0x12d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0x12e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x12ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x20d0 at the offset 0x130e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd37d at the offset 0x1330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x1349.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd3e8 at the offset 0x1360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x1379.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x1398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1840 at the offset 0x13b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12590 at the offset 0x13bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1af4 at the offset 0x13c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c4f at the offset 0x13e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10770 at the offset 0x143f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2022 at the offset 0x1449.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10768 at the offset 0x1455.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2022 at the offset 0x1481.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x14db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c4f at the offset 0x14f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10778 at the offset 0x153d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10768 at the offset 0x1559.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10770 at the offset 0x1565.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x181f at the offset 0x1582.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e1a at the offset 0x158e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1c0 at the offset 0x1598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x15b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1af4 at the offset 0x161b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c3 at the offset 0x1625.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3571 at the offset 0x1656.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d50 at the offset 0x1679.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x168c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x181f at the offset 0x16fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x171e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3556 at the offset 0x1739.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3571 at the offset 0x1754.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c3 at the offset 0x178a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1d3f at the offset 0x17cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x17dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ef1 at the offset 0x17fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e58 at the offset 0x1823.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7543 at the offset 0x1841.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x1858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1fcc at the offset 0x186b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb3c7 at the offset 0x1878.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd40e at the offset 0x1899.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x18a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1d3f at the offset 0x18dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x18f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x1910.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd457 at the offset 0x1a37.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x1a57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd414 at the offset 0x1a99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd455 at the offset 0x1ab4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1c4c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119b at the offset 0x1c5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x1c9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1cd2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c0 at the offset 0x1cf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x1d19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x1d5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1d90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12540 at the offset 0x1dae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11d9 at the offset 0x1dc6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c43 at the offset 0x1dee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf230 at the offset 0x1df8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x1e27.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x1e52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1e6f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x117f at the offset 0x1e87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf220 at the offset 0x1e98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2d87 at the offset 0x1ea2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1291 at the offset 0x1eb4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1ec0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x1edb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1291 at the offset 0x1eef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1efb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12540 at the offset 0x1f17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x1f24.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1f35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x1f5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd45d at the offset 0x1f6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x1f7d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x1f9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0x1fbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x1fcd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2ade at the offset 0x1feb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1ffd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c0 at the offset 0x2020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x2032.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd47c at the offset 0x204a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x2063.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x207f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0x20cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2ade at the offset 0x20fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c0 at the offset 0x2105.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x2117.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x2133.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x216c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3079 at the offset 0x21f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12540 at the offset 0x2204.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e91 at the offset 0x2217.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x2237.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd49c at the offset 0x225d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x227e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4a1 at the offset 0x228a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4c7 at the offset 0x2294.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4d0 at the offset 0x22a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4df at the offset 0x22d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4c7 at the offset 0x22e3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4d0 at the offset 0x22f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd50e at the offset 0x2311.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4c7 at the offset 0x231b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4d0 at the offset 0x232a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd53b at the offset 0x2388.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x2399.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x23d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0x23eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd53b at the offset 0x2431.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x2442.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x2451.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x2499.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x24c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2927 at the offset 0x24df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf210 at the offset 0x255d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2d87 at the offset 0x2567.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd568 at the offset 0x25db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x25ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x261d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x263a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x2658.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd596 at the offset 0x26c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5a2 at the offset 0x26d4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5ac at the offset 0x26e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd000 at the offset 0x2700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5bd at the offset 0x2715.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5c9 at the offset 0x2728.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5d5 at the offset 0x273f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5e9 at the offset 0x2754.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5f2 at the offset 0x2766.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5fc at the offset 0x2775.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd60b at the offset 0x279b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd618 at the offset 0x27b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd61f at the offset 0x27c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd623 at the offset 0x27dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x27ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd61f at the offset 0x2805.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd623 at the offset 0x281b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd627 at the offset 0x2853.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd62b at the offset 0x287e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd62f at the offset 0x2890.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd028 at the offset 0x28ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd640 at the offset 0x28c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd651 at the offset 0x28dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd65e at the offset 0x28f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd677 at the offset 0x290b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd683 at the offset 0x2926.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd68f at the offset 0x293d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6a9 at the offset 0x2961.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6b2 at the offset 0x2979.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6dd at the offset 0x29ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd708 at the offset 0x29f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd74b at the offset 0x2a75.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd76a at the offset 0x2a98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd77f at the offset 0x2abc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd78f at the offset 0x2ad6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd799 at the offset 0x2ae5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd0b8 at the offset 0x2b02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7af at the offset 0x2b18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7e8 at the offset 0x2b6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7fa at the offset 0x2b84.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2a31 at the offset 0x2b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x2ba3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x2bad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x2be4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd800 at the offset 0x2bee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x2c13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2927 at the offset 0x2c2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x2c47.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd80e at the offset 0x2c5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd818 at the offset 0x2c7b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd854 at the offset 0x2cba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd866 at the offset 0x2cd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd876 at the offset 0x2ce8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd887 at the offset 0x2d00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x2d17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x2d7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3200 at the offset 0x2e58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x2e62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12550 at the offset 0x2e6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5200 at the offset 0x2e78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf240 at the offset 0x2e86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c43 at the offset 0x2e90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10780 at the offset 0x2ea7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10780 at the offset 0x2ec5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x2ecf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x2ed9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x47c4 at the offset 0x2ee5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x55c9 at the offset 0x2ef1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5846 at the offset 0x2f01.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x574f at the offset 0x2f0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x2f19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x238e at the offset 0x2f3a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12540 at the offset 0x2f48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e91 at the offset 0x2f5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2718 at the offset 0x2f75.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12558 at the offset 0x2f8a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3341 at the offset 0x2fad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98cc at the offset 0x2fca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1840 at the offset 0x2fe4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x52cc at the offset 0x2ff1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1320 at the offset 0x3020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x140d at the offset 0x304a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x30ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x30c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a8 at the offset 0x30d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x117f at the offset 0x311d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x313e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0x3161.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd89c at the offset 0x3170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd89c at the offset 0x318b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8a0 at the offset 0x31a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x31b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x31c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x31f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8c5 at the offset 0x321a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x322b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40a2 at the offset 0x326d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119b at the offset 0x32a2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a8 at the offset 0x32b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8d3 at the offset 0x32d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x32e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x32ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x412c at the offset 0x332c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x412c at the offset 0x3342.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3352.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c8 at the offset 0x3381.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107d0 at the offset 0x3394.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x33a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c0 at the offset 0x33cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b8 at the offset 0x33df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b0 at the offset 0x33f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3422.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c0 at the offset 0x3446.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x34a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107d0 at the offset 0x34c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x34e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b0 at the offset 0x34f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b8 at the offset 0x3502.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c0 at the offset 0x350c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c8 at the offset 0x3519.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x434c at the offset 0x3523.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c8 at the offset 0x353a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd949 at the offset 0x354f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x3560.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x3571.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x3584.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b0 at the offset 0x3596.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b8 at the offset 0x35a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c0 at the offset 0x35aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c8 at the offset 0x35b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x434c at the offset 0x35be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x35d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd92c at the offset 0x35dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c0 at the offset 0x35f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12540 at the offset 0x360d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x361a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x3640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd968 at the offset 0x364e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd988 at the offset 0x365f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x366b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x367c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c8 at the offset 0x3691.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c8 at the offset 0x36a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x36bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b8 at the offset 0x36e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b0 at the offset 0x36f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ffb at the offset 0x3712.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1345 at the offset 0x371c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x434c at the offset 0x3756.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9b0 at the offset 0x3766.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x3777.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a8 at the offset 0x379d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40a2 at the offset 0x37b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4318 at the offset 0x37d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9cf at the offset 0x37ea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x434c at the offset 0x3817.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40a2 at the offset 0x382f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9e6 at the offset 0x387e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x388a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x38f2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5d53 at the offset 0x3a06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x412c at the offset 0x3a52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9fc at the offset 0x3a6d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x3a77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda31 at the offset 0x3a83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40a2 at the offset 0x3a9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd0e0 at the offset 0x3b05.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107d8 at the offset 0x3b4d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ab3 at the offset 0x3b5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x3b7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107e0 at the offset 0x3b9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x3bd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3c07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3c20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2d87 at the offset 0x3c38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x3c57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3c6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3c79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3c8b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3cae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4b34 at the offset 0x3cd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3d22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4b34 at the offset 0x3d57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3da4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x3db7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ab3 at the offset 0x3dd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3dea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3dfc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x3e0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3e1b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3e2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf609 at the offset 0x3e55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf608 at the offset 0x3e60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x3e74.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3e81.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3e90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3e9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x3eab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x117f at the offset 0x3ed5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3ef5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4de8 at the offset 0x3f07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2de6 at the offset 0x3f15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3f21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3f38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3f4f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2de6 at the offset 0x3f68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda43 at the offset 0x3f80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x3f8f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3f9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4de8 at the offset 0x3fb2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3fc6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4f36 at the offset 0x3fdc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3fee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119b at the offset 0x4008.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4f36 at the offset 0x401d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x4039.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x4153.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x4193.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4f36 at the offset 0x41a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x41db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c0 at the offset 0x4202.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf260 at the offset 0x420d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b0 at the offset 0x421b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf278 at the offset 0x4227.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf260 at the offset 0x4236.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c0 at the offset 0x4240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9114 at the offset 0x424a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf260 at the offset 0x4258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b8 at the offset 0x4268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x4272.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c8 at the offset 0x427c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf318 at the offset 0x428c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x429b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b8 at the offset 0x42a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9114 at the offset 0x42b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x42bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x912b at the offset 0x42cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x42d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x42e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf260 at the offset 0x42f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf260 at the offset 0x4300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda60 at the offset 0x432a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x4334.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda65 at the offset 0x434b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5477 at the offset 0x439f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x54d7 at the offset 0x43b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x530b at the offset 0x43cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x530b at the offset 0x43ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda6a at the offset 0x4412.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x441f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda65 at the offset 0x4437.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x447c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf360 at the offset 0x44a2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x44ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x44dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf350 at the offset 0x4502.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x450c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3e0 at the offset 0x456d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c43 at the offset 0x4579.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda6f at the offset 0x4588.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda8c at the offset 0x45a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x45b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf380 at the offset 0x45cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdab8 at the offset 0x45d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x31f1 at the offset 0x45e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf380 at the offset 0x4653.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdac3 at the offset 0x465d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3e0 at the offset 0x4691.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdacd at the offset 0x469b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3079 at the offset 0x46a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x46cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda9f at the offset 0x46ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdab0 at the offset 0x46fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdaa8 at the offset 0x4708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdad8 at the offset 0x4718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdaf4 at the offset 0x4722.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdaf8 at the offset 0x4731.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x473b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3e0 at the offset 0x4753.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c43 at the offset 0x475e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12550 at the offset 0x476f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x55c9 at the offset 0x47b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3a0 at the offset 0x47c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6d0 at the offset 0x47d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9114 at the offset 0x47da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb08 at the offset 0x47e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb06 at the offset 0x47f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x47fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb08 at the offset 0x4807.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867d at the offset 0x4811.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107e4 at the offset 0x4849.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf400 at the offset 0x4853.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6d0 at the offset 0x4863.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9114 at the offset 0x486d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb27 at the offset 0x4879.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb25 at the offset 0x4883.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x488d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb27 at the offset 0x489a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867d at the offset 0x48a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107e4 at the offset 0x48af.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x48ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x48c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x48d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0x48de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb42 at the offset 0x48f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12560 at the offset 0x4900.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb57 at the offset 0x4944.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x4950.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb8a at the offset 0x495f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb69 at the offset 0x4974.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x4980.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12560 at the offset 0x4995.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6dc7 at the offset 0x49e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdba2 at the offset 0x4a39.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x4a45.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbb3 at the offset 0x4a5e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x4a6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbd4 at the offset 0x4b68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x4b79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0x4ba3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0x4bbf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbe2 at the offset 0x4bcf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x4be0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0x4bf6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0x4c0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0x4c2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58e8 at the offset 0x4c4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbb3 at the offset 0x4c9d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x4ca9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12560 at the offset 0x4d84.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x4df2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12560 at the offset 0x4e3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x4e9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x4eb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58e8 at the offset 0x4ecb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x4ef6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x4f18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x4f2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107e8 at the offset 0x4f43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107e8 at the offset 0x4f52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f41 at the offset 0x4f63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x4f83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x4fb3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x4fe4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbf7 at the offset 0x501f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x5030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5e85 at the offset 0x504a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x505a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc2f at the offset 0x50b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc1a at the offset 0x50c4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x50d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc67 at the offset 0x50ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x50fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c02 at the offset 0x5122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdca0 at the offset 0x5155.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12568 at the offset 0x5163.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x5183.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58ae at the offset 0x51f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x60e6 at the offset 0x521f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6107 at the offset 0x523e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x912b at the offset 0x526a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5279.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdca3 at the offset 0x528a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdca1 at the offset 0x5294.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x52a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdca4 at the offset 0x52ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x52c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcaa at the offset 0x52cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x52e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x62bf at the offset 0x52f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6948 at the offset 0x5303.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcb8 at the offset 0x530f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0x5319.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0x5325.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x88bd at the offset 0x533c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x673a at the offset 0x5359.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8f04 at the offset 0x5374.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x538b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcba at the offset 0x53ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x53be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x53d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcb0 at the offset 0x53e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdccb at the offset 0x53fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x5409.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6284 at the offset 0x541e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0x5430.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcb8 at the offset 0x543a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0x5446.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6817 at the offset 0x5455.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5464.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdce4 at the offset 0x5481.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x5492.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8155 at the offset 0x54b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x821e at the offset 0x54be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x770c at the offset 0x54d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8592 at the offset 0x54e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x84e6 at the offset 0x54f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcfa at the offset 0x5516.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x5522.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x553c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd01 at the offset 0x5556.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x5567.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x557d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdce4 at the offset 0x5596.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x55a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8512 at the offset 0x55b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd13 at the offset 0x55cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd30 at the offset 0x55d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x64e0 at the offset 0x55df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd3f at the offset 0x55e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6107 at the offset 0x55f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd43 at the offset 0x560e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd63 at the offset 0x5618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6590 at the offset 0x5622.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd6a at the offset 0x562c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd70 at the offset 0x563b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd87 at the offset 0x5645.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x62df at the offset 0x564f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd8d at the offset 0x5659.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd90 at the offset 0x566b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdda1 at the offset 0x5676.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x647b at the offset 0x5680.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdda8 at the offset 0x568a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x56aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb434 at the offset 0x56cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x56de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddaf at the offset 0x56f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x56fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddb5 at the offset 0x5747.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x84e6 at the offset 0x5751.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddb5 at the offset 0x576a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddba at the offset 0x5774.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x5785.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x579a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ef1 at the offset 0x57b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107f0 at the offset 0x57cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x57dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5806.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e58 at the offset 0x5827.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5837.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x5855.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x673a at the offset 0x588b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x589f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6817 at the offset 0x58b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6694 at the offset 0x58c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb3c7 at the offset 0x58db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x58f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x58fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12598 at the offset 0x594d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6861 at the offset 0x5990.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x125a0 at the offset 0x59dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x59fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x5a30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x5a44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x5a5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x125a0 at the offset 0x5aa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x125a0 at the offset 0x5afc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ad2 at the offset 0x5b5c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x5b79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6a7b at the offset 0x5b93.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x5ba4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x5bc2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5bd9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x5c33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x69b7 at the offset 0x5c50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x5c6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x873f at the offset 0x5d0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde7 at the offset 0x5d16.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddd2 at the offset 0x5d23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde2 at the offset 0x5d2d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x5d3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87b8 at the offset 0x5d4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x5d5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x5d78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x125b8 at the offset 0x5dcb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x125c0 at the offset 0x5de6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5df6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12598 at the offset 0x5e1c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12598 at the offset 0x5e31.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddf3 at the offset 0x5e66.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde2 at the offset 0x5e70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde7 at the offset 0x5e7f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x5e89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f41 at the offset 0x5ead.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5eb7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107f8 at the offset 0x5ec3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde02 at the offset 0x5f02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde2 at the offset 0x5f0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde7 at the offset 0x5f22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x5f2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c02 at the offset 0x5f3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x5f92.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x5fba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x5fce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12598 at the offset 0x5fe7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x5ff4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x6024.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde13 at the offset 0x604e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6061.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x607a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x6086.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x873f at the offset 0x6099.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde53 at the offset 0x60a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde2 at the offset 0x60b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde7 at the offset 0x60c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87b8 at the offset 0x60d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e58 at the offset 0x60df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x60f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde69 at the offset 0x6111.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb21e at the offset 0x6143.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde41 at the offset 0x6158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6167.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f41 at the offset 0x6178.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107f8 at the offset 0x6184.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6dc7 at the offset 0x61a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde7d at the offset 0x621e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x622f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdeab at the offset 0x6279.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x628a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x873f at the offset 0x629a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0x62a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xded9 at the offset 0x62b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde2 at the offset 0x62bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde7 at the offset 0x62ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x62d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87b8 at the offset 0x62e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6b2d at the offset 0x6320.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ad2 at the offset 0x6386.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x69b7 at the offset 0x63dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x6492.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6a7b at the offset 0x64b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x64f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6b2d at the offset 0x6513.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10800 at the offset 0x6569.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x657b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x65a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7565 at the offset 0x6615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf01 at the offset 0x662f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6641.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x6653.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x6686.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x669e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x66a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10820 at the offset 0x66ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x770c at the offset 0x6716.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7748 at the offset 0x6752.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10800 at the offset 0x67b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10820 at the offset 0x67d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x67f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x6844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x778f at the offset 0x685b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf18 at the offset 0x68bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf32 at the offset 0x68c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf3a at the offset 0x68d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x68db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf44 at the offset 0x68ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf65 at the offset 0x690c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x691d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x14a0 at the offset 0x692e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf88 at the offset 0x6947.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdfaf at the offset 0x696c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x697d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c02 at the offset 0x6993.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdfc9 at the offset 0x69b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf32 at the offset 0x69c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf3a at the offset 0x69d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x75a3 at the offset 0x69da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdfdb at the offset 0x69e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdfeb at the offset 0x6a01.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6a10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe000 at the offset 0x6a29.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x6a33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe00e at the offset 0x6a47.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe035 at the offset 0x6a5c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6a6d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe017 at the offset 0x6a7f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe026 at the offset 0x6a97.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x6ab5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe04a at the offset 0x6acd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x6ae3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x821e at the offset 0x6afe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x6b2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x770c at the offset 0x6b5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x6b6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x6b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0x6bd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x6c3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x6c92.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x6ca9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0x6ccb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x14cf at the offset 0x6d15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd140 at the offset 0x6d94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x6dd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10820 at the offset 0x6de8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x764f at the offset 0x6e68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x764f at the offset 0x6eb5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x6ec4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x6ed3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe053 at the offset 0x6edd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe061 at the offset 0x6f07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe06f at the offset 0x6f55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6f66.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0e8 at the offset 0x6f9e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6faf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe088 at the offset 0x700c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x701b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0a8 at the offset 0x7042.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf32 at the offset 0x704c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf3a at the offset 0x705b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0c4 at the offset 0x706e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf32 at the offset 0x7078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf3a at the offset 0x7087.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0d5 at the offset 0x709a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf32 at the offset 0x70a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf3a at the offset 0x70b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7612 at the offset 0x70c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x778f at the offset 0x70d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x789a at the offset 0x7115.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10800 at the offset 0x713e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a2d at the offset 0x7163.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x7186.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89e2 at the offset 0x7190.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x894b at the offset 0x71b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x71c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x810f at the offset 0x71ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0fe at the offset 0x7228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x84e6 at the offset 0x7233.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7565 at the offset 0x7246.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0fe at the offset 0x7263.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe105 at the offset 0x726d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x727e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe11d at the offset 0x7297.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x72a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8155 at the offset 0x72b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x72ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x72e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe132 at the offset 0x72f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x7306.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10800 at the offset 0x731d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x778f at the offset 0x7331.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x737f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x738b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8359 at the offset 0x73c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x73f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x741a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c02 at the offset 0x7430.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x744b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x7472.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x74c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x74d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8359 at the offset 0x74e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8359 at the offset 0x751a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe143 at the offset 0x7540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x754a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x7570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x7598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x75bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8359 at the offset 0x762b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe143 at the offset 0x7640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x764d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x765c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8359 at the offset 0x7681.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe143 at the offset 0x7696.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x76a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x76d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4b0 at the offset 0x770a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0x7723.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa85a at the offset 0x772d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118a4 at the offset 0x7742.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x775b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118c0 at the offset 0x7767.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0x7771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x7788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118a0 at the offset 0x7798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x77a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118a4 at the offset 0x77ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118c0 at the offset 0x77cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0x77dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x77f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x7803.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7816.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x782a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe144 at the offset 0x7839.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4b0 at the offset 0x7843.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0x784f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x785c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c644 at the offset 0x786a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87b8 at the offset 0x7876.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118a0 at the offset 0x7886.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe150 at the offset 0x7895.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x78a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118a0 at the offset 0x78ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x78d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe178 at the offset 0x78eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x78fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x790d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x7933.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe18c at the offset 0x7961.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x7972.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c660 at the offset 0x79ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6817 at the offset 0x7a02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x7a11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7a21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x88bd at the offset 0x7a33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x7a41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7a5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x7a83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x673a at the offset 0x7a9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c02 at the offset 0x7abe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf460 at the offset 0x7ae8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8f04 at the offset 0x7afb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x7b2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7b3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c680 at the offset 0x7b51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89e2 at the offset 0x7bb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6817 at the offset 0x7bd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x7bf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1b1 at the offset 0x7c04.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x71c8 at the offset 0x7c30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x7d29.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0x7d86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7db9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9bbb at the offset 0x7df6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1d5 at the offset 0x7e10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x7e21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0ed at the offset 0x7e4f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98df at the offset 0x7e82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1ec at the offset 0x7eab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x7ebc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x7ee4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x122f0 at the offset 0x7f21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x7f2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7f41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe205 at the offset 0x7f51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe216 at the offset 0x7f5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe219 at the offset 0x7f6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8c24 at the offset 0x7f78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe223 at the offset 0x7f82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x873f at the offset 0x7f9d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe225 at the offset 0x7faf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe216 at the offset 0x7fb9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe219 at the offset 0x7fc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87b8 at the offset 0x7fd4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x122e8 at the offset 0x8000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x122f8 at the offset 0x8015.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x8030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8c24 at the offset 0x8047.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe223 at the offset 0x8051.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x8088.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe23b at the offset 0x80b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x80c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x80e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c0 at the offset 0x815a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x818f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b05 at the offset 0x81af.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x81bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12550 at the offset 0x81cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1277 at the offset 0x81ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12550 at the offset 0x81fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9156 at the offset 0x8206.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x821d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe259 at the offset 0x8227.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xc00d at the offset 0x8239.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x828f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12300 at the offset 0x8299.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8827 at the offset 0x82ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x82c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xc022 at the offset 0x82e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x810f at the offset 0x8328.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0x835b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26c at the offset 0x8365.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x836f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x837b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8827 at the offset 0x838a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9186 at the offset 0x83e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26f at the offset 0x83eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x861d at the offset 0x83f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3f44 at the offset 0x8409.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe258 at the offset 0x8428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe274 at the offset 0x8434.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x843e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe27b at the offset 0x8455.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x845f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe27b at the offset 0x846b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867d at the offset 0x8475.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x8484.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98cc at the offset 0x84a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b05 at the offset 0x84bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x84e3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x8542.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x855d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe283 at the offset 0x859c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x85a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x85c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x85d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe258 at the offset 0x85e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe274 at the offset 0x85f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x8602.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x860c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe28e at the offset 0x8620.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26f at the offset 0x8639.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867d at the offset 0x8649.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8827 at the offset 0x8659.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26f at the offset 0x8668.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe28e at the offset 0x8674.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12550 at the offset 0x8687.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x65c5 at the offset 0x8698.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12300 at the offset 0x86a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb1a6 at the offset 0x86b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe295 at the offset 0x86c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x821e at the offset 0x86cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x86da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe295 at the offset 0x86e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12568 at the offset 0x86f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x90e0 at the offset 0x8701.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb9e9 at the offset 0x871c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b05 at the offset 0x872b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe29c at the offset 0x873d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x874c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x875e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x876e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe29c at the offset 0x878f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x879b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x87bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0x880f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4b0 at the offset 0x881d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98df at the offset 0x8907.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9903 at the offset 0x8949.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x84e6 at the offset 0x89da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2a1 at the offset 0x89e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2a7 at the offset 0x89ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9946 at the offset 0x8a0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x8ac5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x8ad5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x8af5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x8b0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x8b23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x8b44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98df at the offset 0x8bcd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b5a at the offset 0x8c2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2ab at the offset 0x8c82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x8c93.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2c0 at the offset 0x8cba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x8cc9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2d4 at the offset 0x8d49.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2fb at the offset 0x8df1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe30d at the offset 0x8e1d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x8e34.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0x8e54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x8e6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x8e7e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9bbb at the offset 0x8eaa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0x8ec5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9cea at the offset 0x9040.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd168 at the offset 0x9055.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9bbb at the offset 0x90ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x90ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9bbb at the offset 0x91b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9bbb at the offset 0x9210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b5a at the offset 0x9346.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x93a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe320 at the offset 0x94e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x95ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa031 at the offset 0x95d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0f9 at the offset 0x95e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12320 at the offset 0x95ea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12320 at the offset 0x960e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x962b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x963f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x9674.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0x9683.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x9697.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa5c6 at the offset 0x96f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4b0 at the offset 0x973d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa5c6 at the offset 0x9751.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x99d6 at the offset 0x9772.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe327 at the offset 0x9796.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x97a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa5c6 at the offset 0x97d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0x97de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa031 at the offset 0x9807.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0f9 at the offset 0x9829.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x983a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7f1 at the offset 0x9861.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa85a at the offset 0x98a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x98b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa031 at the offset 0x98d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0f9 at the offset 0x9903.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x991a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x993c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8b3 at the offset 0x998b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe32f at the offset 0x99b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x99c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9cea at the offset 0x99e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x9a3c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe33e at the offset 0x9a5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x9a6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x9a80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x9aa5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4b0 at the offset 0x9ae8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa5c6 at the offset 0x9afc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0x9b08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe35b at the offset 0x9b16.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b8 at the offset 0x9b22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe365 at the offset 0x9b32.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc30 at the offset 0x9b40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2ee7 at the offset 0x9b4c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x9b94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b05 at the offset 0x9bb1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x9bc6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe392 at the offset 0x9bed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe37d at the offset 0x9bf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x9c0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5ffd at the offset 0x9c43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x9c5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe37d at the offset 0x9c6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x9c83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x9c99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0x9ccc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac20 at the offset 0x9cf7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x9d06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xab56 at the offset 0x9d2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac20 at the offset 0x9d62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x9d72.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0x9d83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x84e6 at the offset 0x9d92.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6099 at the offset 0x9da4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x9db8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98df at the offset 0x9ddf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4c0 at the offset 0x9dfb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f7f at the offset 0x9e9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x9f11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xadd9 at the offset 0x9f6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xad1d at the offset 0x9f87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x9f96.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xab56 at the offset 0x9fa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98df at the offset 0x9fe1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xacb4 at the offset 0x9ff7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac20 at the offset 0xa01e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xab56 at the offset 0xa044.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xad1d at the offset 0xa065.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xacb4 at the offset 0xa07f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0xa0a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x60aa at the offset 0xa0b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0xa0da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0xa10b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6076 at the offset 0xa137.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa143.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa15f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5fdd at the offset 0xa16e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa17e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa19a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xab6e at the offset 0xa1a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xab6e at the offset 0xa1d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb76e at the offset 0xa1e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa1f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8827 at the offset 0xa203.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0ed at the offset 0xa280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6a8 at the offset 0xa292.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb639 at the offset 0xa2c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa2da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9881 at the offset 0xa2fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa33a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa354.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6a8 at the offset 0xa3cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb698 at the offset 0xa3fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa40f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0xa43e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3a4 at the offset 0xa45c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0xa466.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0xa482.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0xa4a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0xa4c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3a5 at the offset 0xa4df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0xa4fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0xa58e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb434 at the offset 0xa5cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3a8 at the offset 0xa5e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3e4 at the offset 0xa5f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0xa602.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3da at the offset 0xa614.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa623.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb5a7 at the offset 0xa64e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0xa663.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0xa688.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb5a7 at the offset 0xa6bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6a8 at the offset 0xa717.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb698 at the offset 0xa728.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa749.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xae88 at the offset 0xa773.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0xa7b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0xa7dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12568 at the offset 0xa801.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x90e0 at the offset 0xa80e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3f5 at the offset 0xa83e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa702 at the offset 0xa84a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe40c at the offset 0xa856.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe411 at the offset 0xa86b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0xa877.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa888.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa89d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe42a at the offset 0xa8b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe427 at the offset 0xa8c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc30 at the offset 0xa8cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0xa8d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12420 at the offset 0xa8fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0xa904.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0xa916.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12420 at the offset 0xa93f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0xa95d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12420 at the offset 0xa979.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0xa997.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0xa9aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0xa9b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12420 at the offset 0xa9c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0xa9cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8827 at the offset 0xa9ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe43a at the offset 0xa9f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0xaa03.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xaa15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb8ae at the offset 0xaa2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb76e at the offset 0xaa4e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xaa5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xba6b at the offset 0xaaab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xba6b at the offset 0xaae5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c0 at the offset 0xaafe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xba6b at the offset 0xab26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12528 at the offset 0xab51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12520 at the offset 0xab65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b8 at the offset 0xab76.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12528 at the offset 0xab9e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b8 at the offset 0xabb1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbb99 at the offset 0xabee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c0 at the offset 0xac0b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbb4f at the offset 0xac33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0xac3d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0xac63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xac7e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89e2 at the offset 0xac90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xacc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe453 at the offset 0xace7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe466 at the offset 0xacf1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0xad07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe46d at the offset 0xad11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6d0 at the offset 0xad65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0xadb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe47e at the offset 0xaddb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0xadec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf620 at the offset 0xae0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4aa at the offset 0xae28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0xae39.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x894b at the offset 0xae7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xae8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4d3 at the offset 0xaea5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0xaeb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xaf63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xaf7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4ec at the offset 0xafaa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe466 at the offset 0xafb4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe46d at the offset 0xafc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0xafcd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6d0 at the offset 0xafda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbcd0 at the offset 0xb00f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c680 at the offset 0xb019.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x764f at the offset 0xb026.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf680 at the offset 0xb031.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x370b at the offset 0x0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3722 at the offset 0x8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3735 at the offset 0x10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x374f at the offset 0x18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3761 at the offset 0x20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x38b8 at the offset 0x28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x38d3 at the offset 0x30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x38ea at the offset 0x38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3905 at the offset 0x40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x391c at the offset 0x48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x395c at the offset 0x50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ae3 at the offset 0x58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ae3 at the offset 0x60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3a6b at the offset 0x68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ad1 at the offset 0x70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x396e at the offset 0x78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x39a5 at the offset 0x80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x39f2 at the offset 0x88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3a8e at the offset 0x90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3933 at the offset 0x98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ae3 at the offset 0xa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ae3 at the offset 0xa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ab2 at the offset 0xb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b0d at the offset 0xb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b61 at the offset 0xc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b7f at the offset 0xc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b9d at the offset 0xd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3c71 at the offset 0xd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7d9f at the offset 0x140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7d9f at the offset 0x148.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7e7c at the offset 0x150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7f22 at the offset 0x158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7f46 at the offset 0x160.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa081 at the offset 0x168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0c0 at the offset 0x170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0c0 at the offset 0x178.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0a1 at the offset 0x180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0c0 at the offset 0x188.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0c0 at the offset 0x190.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0c0 at the offset 0x198.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: dealing with the relocation section .rela.data for .data.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0x0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1dbc at the offset 0x10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x18b6 at the offset 0x18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x17ea at the offset 0x20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x21c9 at the offset 0x28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x22aa at the offset 0x30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda58 at the offset 0xb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ef3 at the offset 0xc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5018 at the offset 0xc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x518c at the offset 0xd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4c68 at the offset 0xe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4fd9 at the offset 0xe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4e7f at the offset 0xf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4e19 at the offset 0xf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4de8 at the offset 0x100.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda58 at the offset 0x150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4bcc at the offset 0x158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4d1f at the offset 0x168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4cab at the offset 0x170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb12 at the offset 0x1f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x1f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5562 at the offset 0x200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb30 at the offset 0x250.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x581d at the offset 0x258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11820 at the offset 0x280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe24e at the offset 0x2b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8d1c at the offset 0x2c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8c2a at the offset 0x2c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97aa at the offset 0x2f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbaf8 at the offset 0x440.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe502 at the offset 0x470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc4f at the offset 0x488.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc79 at the offset 0x490.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe510 at the offset 0x4c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x4c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe521 at the offset 0x4d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x4e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe533 at the offset 0x4f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1174 at the offset 0x4f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe53e at the offset 0x508.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x117f at the offset 0x510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe549 at the offset 0x520.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1229 at the offset 0x528.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe555 at the offset 0x538.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe560 at the offset 0x550.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119b at the offset 0x558.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe56b at the offset 0x568.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe576 at the offset 0x580.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c0 at the offset 0x588.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe581 at the offset 0x598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11d9 at the offset 0x5a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe58c at the offset 0x5b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11fc at the offset 0x5b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe597 at the offset 0x5c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x539b at the offset 0x5d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5ab at the offset 0x5e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5389 at the offset 0x5e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5be at the offset 0x5f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0x600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5ca at the offset 0x610.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12568 at the offset 0x618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5dc at the offset 0x628.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x630.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5f1 at the offset 0x640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x99d6 at the offset 0x648.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe604 at the offset 0x658.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6817 at the offset 0x660.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe616 at the offset 0x670.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6948 at the offset 0x678.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe62a at the offset 0x688.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x673a at the offset 0x690.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe63b at the offset 0x6a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x125a0 at the offset 0x6a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe651 at the offset 0x6b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e58 at the offset 0x6c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe661 at the offset 0x6d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12598 at the offset 0x6d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe674 at the offset 0x6e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e1a at the offset 0x6f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe68b at the offset 0x700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e2f at the offset 0x708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6a4 at the offset 0x718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12590 at the offset 0x720.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6bc at the offset 0x730.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12580 at the offset 0x738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6da at the offset 0x748.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7543 at the offset 0x750.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6f3 at the offset 0x760.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ef1 at the offset 0x768.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe702 at the offset 0x778.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x71c8 at the offset 0x780.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe711 at the offset 0x790.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12588 at the offset 0x798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe726 at the offset 0x7a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b5a at the offset 0x7b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe734 at the offset 0x7c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10800 at the offset 0x7c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe741 at the offset 0x7d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x821e at the offset 0x7e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe74e at the offset 0x7f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x789a at the offset 0x7f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe767 at the offset 0x808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x770c at the offset 0x810.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe773 at the offset 0x820.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7784 at the offset 0x828.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe785 at the offset 0x838.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x778f at the offset 0x840.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe794 at the offset 0x850.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7748 at the offset 0x858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7a2 at the offset 0x868.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x130d at the offset 0x870.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7b0 at the offset 0x880.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x131d at the offset 0x888.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7c2 at the offset 0x898.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1319 at the offset 0x8a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7d4 at the offset 0x8b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4318 at the offset 0x8b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7f0 at the offset 0x8c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4336 at the offset 0x8d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe808 at the offset 0x8e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x412c at the offset 0x8e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe825 at the offset 0x8f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d50 at the offset 0x900.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe843 at the offset 0x910.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c3 at the offset 0x918.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe862 at the offset 0x928.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3571 at the offset 0x930.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe881 at the offset 0x940.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4739 at the offset 0x948.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe899 at the offset 0x958.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x448b at the offset 0x960.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8b7 at the offset 0x970.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40a2 at the offset 0x978.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8cb at the offset 0x988.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3556 at the offset 0x990.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8e4 at the offset 0x9a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3341 at the offset 0x9a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8fa at the offset 0x9b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e91 at the offset 0x9c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe914 at the offset 0x9d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x434c at the offset 0x9d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe92c at the offset 0x9e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x55c9 at the offset 0x9f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe944 at the offset 0xa00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x31f1 at the offset 0xa08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe95a at the offset 0xa18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3079 at the offset 0xa20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe980 at the offset 0xa30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12540 at the offset 0xa38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe996 at the offset 0xa48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0xa50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9ab at the offset 0xa60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c8d at the offset 0xa68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9c2 at the offset 0xa78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c43 at the offset 0xa80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9db at the offset 0xa90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12558 at the offset 0xa98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9ef at the offset 0xaa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2d87 at the offset 0xab0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea06 at the offset 0xac0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x364c at the offset 0xac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea21 at the offset 0xad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2de6 at the offset 0xae0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea38 at the offset 0xaf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2f8b at the offset 0xaf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea4e at the offset 0xb08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2f30 at the offset 0xb10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea6f at the offset 0xb20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e6d at the offset 0xb28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea7e at the offset 0xb38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0xb40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea94 at the offset 0xb50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x25cb at the offset 0xb58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeab3 at the offset 0xb68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2718 at the offset 0xb70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xead0 at the offset 0xb80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867d at the offset 0xb88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeae0 at the offset 0xb98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x84e6 at the offset 0xba0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeaed at the offset 0xbb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0xbb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeafa at the offset 0xbc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8512 at the offset 0xbd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb09 at the offset 0xbe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8592 at the offset 0xbe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb24 at the offset 0xbf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c644 at the offset 0xc00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb3c at the offset 0xc10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0xc18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb48 at the offset 0xc28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xc30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb53 at the offset 0xc40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0xc48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb5e at the offset 0xc58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87b8 at the offset 0xc60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb6d at the offset 0xc70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x873f at the offset 0xc78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb7d at the offset 0xc88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2ee7 at the offset 0xc90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb87 at the offset 0xca0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0xca8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb92 at the offset 0xcb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89e2 at the offset 0xcc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeba2 at the offset 0xcd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c680 at the offset 0xcd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebb4 at the offset 0xce8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x88bd at the offset 0xcf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebce at the offset 0xd00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a2d at the offset 0xd08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebdd at the offset 0xd18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c660 at the offset 0xd20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebf5 at the offset 0xd30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x894b at the offset 0xd38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec04 at the offset 0xd48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8bf1 at the offset 0xd50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec13 at the offset 0xd60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6d0 at the offset 0xd68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec27 at the offset 0xd78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xd80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec31 at the offset 0xd90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x122e8 at the offset 0xd98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec47 at the offset 0xda8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x122f0 at the offset 0xdb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec54 at the offset 0xdc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8f04 at the offset 0xdc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec62 at the offset 0xdd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f41 at the offset 0xde0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec73 at the offset 0xdf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc30 at the offset 0xdf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec7f at the offset 0xe08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbb4f at the offset 0xe10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec93 at the offset 0xe20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbb99 at the offset 0xe28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeca5 at the offset 0xe38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4b0 at the offset 0xe40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecb2 at the offset 0xe50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58ae at the offset 0xe58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecc3 at the offset 0xe68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98df at the offset 0xe70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecd0 at the offset 0xe80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbbde at the offset 0xe88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xece6 at the offset 0xe98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9114 at the offset 0xea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecf5 at the offset 0xeb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x912b at the offset 0xeb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed06 at the offset 0xec8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5846 at the offset 0xed0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed14 at the offset 0xee0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5477 at the offset 0xee8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed31 at the offset 0xef8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x54d7 at the offset 0xf00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed4e at the offset 0xf10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1291 at the offset 0xf18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed60 at the offset 0xf28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0xf30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed6c at the offset 0xf40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0xf48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed7a at the offset 0xf58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12bb at the offset 0xf60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed8e at the offset 0xf70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0xf78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed9a at the offset 0xf88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0xf90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeda7 at the offset 0xfa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0xfa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedb3 at the offset 0xfb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f5b at the offset 0xfc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedc3 at the offset 0xfd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12560 at the offset 0xfd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedd0 at the offset 0xfe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12550 at the offset 0xff0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeddd at the offset 0x1000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x90e0 at the offset 0x1008.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedf2 at the offset 0x1018.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107f0 at the offset 0x1020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee00 at the offset 0x1030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12520 at the offset 0x1038.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee19 at the offset 0x1048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xadd9 at the offset 0x1050.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee33 at the offset 0x1060.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xae88 at the offset 0x1068.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee4d at the offset 0x1078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb434 at the offset 0x1080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee65 at the offset 0x1090.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb3c7 at the offset 0x1098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee7c at the offset 0x10a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6a8 at the offset 0x10b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee94 at the offset 0x10c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb21e at the offset 0x10c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeea9 at the offset 0x10d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x140d at the offset 0x10e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeec2 at the offset 0x10f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1345 at the offset 0x10f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeed3 at the offset 0x1108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1320 at the offset 0x1110.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeee9 at the offset 0x1120.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1095 at the offset 0x1128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef05 at the offset 0x1138.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8827 at the offset 0x1140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef16 at the offset 0x1150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x1158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef22 at the offset 0x1168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa702 at the offset 0x1170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef2f at the offset 0x1180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99a at the offset 0x1188.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef45 at the offset 0x1198.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x980c at the offset 0x11a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef50 at the offset 0x11b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x11b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef62 at the offset 0x11c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5e85 at the offset 0x11d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef6f at the offset 0x11e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2eac at the offset 0x11e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef7b at the offset 0x11f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0x1200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef88 at the offset 0x1210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x61f3 at the offset 0x1218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefa7 at the offset 0x1228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6107 at the offset 0x1230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefc2 at the offset 0x1240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x861d at the offset 0x1248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefde at the offset 0x1258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0x1260.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefec at the offset 0x1270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x1278.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeff8 at the offset 0x1288.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x1290.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf004 at the offset 0x12a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97f9 at the offset 0x12a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf010 at the offset 0x12b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x12c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf01c at the offset 0x12d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x12d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf028 at the offset 0x12e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9881 at the offset 0x12f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf035 at the offset 0x1300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b05 at the offset 0x1308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf042 at the offset 0x1318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98cc at the offset 0x1320.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf04f at the offset 0x1330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0ed at the offset 0x1338.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf05c at the offset 0x1348.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9bbb at the offset 0x1350.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf06a at the offset 0x1360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9946 at the offset 0x1368.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf077 at the offset 0x1378.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf608 at the offset 0x1380.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf091 at the offset 0x1390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b8 at the offset 0x1398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0a2 at the offset 0x13a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c8 at the offset 0x13b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0bc at the offset 0x13c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf609 at the offset 0x13c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0d3 at the offset 0x13d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c0 at the offset 0x13e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0e5 at the offset 0x13f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b0 at the offset 0x13f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x1408.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12528 at the offset 0x1410.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf113 at the offset 0x1420.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12530 at the offset 0x1428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf121 at the offset 0x1438.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x624c at the offset 0x1440.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf139 at the offset 0x1450.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbf96 at the offset 0x1458.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf14c at the offset 0x1468.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa5c6 at the offset 0x1470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf159 at the offset 0x1480.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa85a at the offset 0x1488.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf168 at the offset 0x1498.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x14a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf177 at the offset 0x14b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0x14b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf182 at the offset 0x14c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8b3 at the offset 0x14d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf192 at the offset 0x14e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c02 at the offset 0x14e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf19e at the offset 0x14f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58d0 at the offset 0x1500.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1a5 at the offset 0x1510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58b8 at the offset 0x1518.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1ac at the offset 0x1528.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c4 at the offset 0x1530.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1b4 at the offset 0x1540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58dc at the offset 0x1548.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: translating the relocation section .rela.text.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1033.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1070.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1084.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1114.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x113a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x115a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1165.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x127a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1287.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x129c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12ee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x130f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1359.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x141c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1506.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x158f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x15a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x15da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x15eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x15fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x160e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1634.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1657.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1664.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x170c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x171d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1727.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x17b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x17ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x17f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1814.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1823.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1850.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x185b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1866.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1893.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18d4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1928.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1945.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1956.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1983.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1991.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x199f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a3b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1abf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ac9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b3a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b9c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1bd1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1bea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c7d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1cbf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1cd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d1a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d49.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1dce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1df0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e1f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ea4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ec4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ece.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1edd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ee7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1fb3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x200d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 248 bytes of a fixup block starting at 0x1000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2028.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x205c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2087.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x20a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x214e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x217a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x219e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x21ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x21eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x21f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2204.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x220e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x222a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x224c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2265.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x227c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2295.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x230e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2349.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2379.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x243f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2449.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2455.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2481.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x24db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x24f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x253d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2559.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2565.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2582.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x258e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x25b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x261b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2625.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2656.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2679.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x268c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x26fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x271e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2739.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2754.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x278a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x27cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x27dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x27fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2823.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2841.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x286b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2878.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2899.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2910.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2a37.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2a57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2a99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ab4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2c4c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2c5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2c9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2cd2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2cf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2d19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2d5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2d90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2dae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2dc6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2dee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2df8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e27.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e6f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ea2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2eb4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ec0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2edb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2eef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2efb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f24.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f7d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2fbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2fcd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2feb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ffd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 224 bytes of a fixup block starting at 0x2000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3032.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x304a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3063.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x307f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x30cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x30fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3105.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3117.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3133.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x316c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x31f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3204.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3217.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3237.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x325d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x327e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x328a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3294.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32e3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3311.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x331b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x332a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3388.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3399.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x33d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x33eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3431.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3442.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3451.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3499.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x34c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x34df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x355d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3567.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x35db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x35ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x361d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x363a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3658.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x36c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x36d4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x36e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3715.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3728.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x373f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3754.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3766.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3775.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x379b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3805.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x381b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3853.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x387e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3890.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x390b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3926.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x393d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3961.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3979.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x39ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x39f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3a75.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3a98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3abc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ad6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ae5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b84.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ba3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3bad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3be4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3bee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c47.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c7b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3cba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3cd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ce8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ea7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ec5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ecf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ed9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ee5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ef1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f01.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f3a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f75.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f8a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3fad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3fca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3fe4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ff1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 256 bytes of a fixup block starting at 0x3000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x404a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x40ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x40c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x40d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x411d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x413e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4161.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x418b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x421a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x422b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x426d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42a2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x432c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4342.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4352.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4381.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4394.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4422.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4446.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x44a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x44c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x44e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x44f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4502.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x450c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4519.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4523.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x453a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x454f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4560.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4571.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4584.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4596.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x460d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x461a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x464e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x465f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x466b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x467c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4691.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4712.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x471c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4756.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4766.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4777.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x479d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47ea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4817.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x482f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x487e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x488a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x48f2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a6d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b05.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b4d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4bd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c8b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4cae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4cd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4da4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4db7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4dd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4dea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4dfc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e1b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e74.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e81.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4eab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ed5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ef5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f4f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f8f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4fb2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4fc6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4fdc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4fee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5008.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 280 bytes of a fixup block starting at 0x4000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x501d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5039.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5153.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5193.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x51a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x51db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5202.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x520d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x521b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5227.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5236.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x524a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5272.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x527c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x528c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x529b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x532a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5334.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x534b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x539f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x53b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x53cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x53ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5412.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x541f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5437.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x547c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x54a2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x54ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x54dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5502.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x550c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x556d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5579.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5588.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5653.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x565d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5691.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x569b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5722.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5731.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x573b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5753.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x575e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x576f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5807.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5811.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5849.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5853.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5863.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x586d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5879.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5883.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x588d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x589a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58af.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5900.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5944.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5950.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x595f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5974.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5980.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5995.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x59e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a39.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a45.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a5e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5b68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5b79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ba3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5bbf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5bcf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5be0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5bf6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c9d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ca9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5d84.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5df2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5e3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5e9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5eb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ecb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ef6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5fb3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5fe4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x601f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 272 bytes of a fixup block starting at 0x5000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x604a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x605a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60c4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6155.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6163.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6183.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x61f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x621f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x623e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x626a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6279.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x628a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6294.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6303.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x630f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6319.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6325.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x633c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6359.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6374.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x638b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6409.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x641e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6430.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x643a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6446.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6455.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6464.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6481.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6492.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6516.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6522.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x653c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6556.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6567.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x657d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6596.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x660e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6622.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x662c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x663b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6645.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x664f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6659.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x666b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6676.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6680.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x668a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6747.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6751.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x676a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6774.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6785.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x679a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x67b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x67cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x67dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6806.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6827.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6837.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6855.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x688b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x689f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x694d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6990.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x69dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x69fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6a30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6a44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6a5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6aa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6afc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6b5c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6b79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6b93.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ba4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6bc2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6bd9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d16.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d2d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6dcb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6de6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6df6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e1c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e31.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e66.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e7f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ead.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6eb7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ec3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f92.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fe7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ff4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7024.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 312 bytes of a fixup block starting at 0x6000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x704e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7061.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x707a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7086.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7099.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7111.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7143.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7167.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7178.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7184.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x71a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x721e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x722f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7279.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x728a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x729a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7320.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7386.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x73dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7492.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x74b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x74f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7513.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7569.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x757b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x75a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x762f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7641.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7653.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7686.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x769e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x76a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x76ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7716.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7752.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x77b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x77d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x77f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x785b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x790c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x791d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x792e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7947.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x796c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x797d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7993.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a01.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a29.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a47.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a5c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a6d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a7f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a97.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ab5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7acd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ae3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7afe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7bd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7c3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7c92.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ca9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ccb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7d15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7d94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7dd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7de8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7e68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7eb5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ec4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ed3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7edd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f66.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f9e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7faf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x800c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 232 bytes of a fixup block starting at 0x7000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x801b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8042.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x804c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x805b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x806e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8087.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x809a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8115.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x813e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8163.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8186.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8190.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x81b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x81c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x81ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8233.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8246.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8263.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x826d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x827e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8297.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8306.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x831d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8331.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x837f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x838b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x83c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x83f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x841a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8430.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x844b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8472.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x84c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x84d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x84e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x851a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x854a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x85bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x862b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x864d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x865c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8681.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8696.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x870a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8723.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x872d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8742.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x875b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8767.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8803.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8816.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x882a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8839.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8843.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x884f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x885c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x886a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8876.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8886.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8895.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x890d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8933.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8961.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8972.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x89ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8abe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8ae8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8afb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8bb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8bd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8bf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8c04.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8c30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8d29.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8d86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8db9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8df6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e4f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8eab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8ebc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8ee4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f9d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8faf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fb9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fd4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 288 bytes of a fixup block starting at 0x8000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9015.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9047.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9051.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9088.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x90b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x90c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x90e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x915a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x918f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91af.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9206.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x921d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9227.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9239.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x928f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9299.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x92ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x92c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x92e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9328.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x935b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9365.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x936f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x937b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x938a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9409.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9434.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x943e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9455.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x945f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x946b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9475.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9484.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94e3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9542.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x955d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x959c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9602.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x960c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9620.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9639.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9649.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9659.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9668.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9674.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9687.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9698.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9701.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x971c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x972b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x973d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x974c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x975e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x976e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x978f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x979b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x97bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x980f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x981d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9907.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9949.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x99da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x99e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x99ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9a0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9ac5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9ad5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9af5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9bcd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9c2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9c82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9c93.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9cba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9cc9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9d49.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9df1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e1d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e34.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e7e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9eaa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9ec5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa040.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 232 bytes of a fixup block starting at 0x9000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa055.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa0ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa0ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa1b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa346.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa3a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa4e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa5ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa5d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa5e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa5ea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa60e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa62b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa63f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa674.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa683.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa697.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa6f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa73d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa751.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa772.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa796.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa7a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa7d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa7de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa807.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa829.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa83a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa861.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa8a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa8b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa8d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa903.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa91a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa93c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa98b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa9b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa9c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa9e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa3c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaaa5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaae8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaafc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab16.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab32.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab4c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xabb1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xabc6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xabed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xabf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaccc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xacf7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad72.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad92.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xada4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaddf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadfb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xae9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaf11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaf6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaf87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaf96.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xafa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xafe1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaff7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb01e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 184 bytes of a fixup block starting at 0xa000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb044.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb065.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb07f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb0a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb0b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb0da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb10b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb137.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb143.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb15f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb16e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb17e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb19a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb203.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb292.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb2c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb2da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb2fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb33a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb354.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb3cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb3fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb40f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb43e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb45c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb466.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb482.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb58e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb5cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb5e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb5f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb602.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb614.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb623.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb64e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb663.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb688.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb6bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb717.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb728.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb749.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb773.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb7b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb7dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb801.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb80e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb83e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb84a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb856.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb86b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb877.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb888.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb89d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb904.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb916.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb93f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb95d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb979.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb997.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba03.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba4e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbaab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbae5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbafe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb76.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb9e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbbb1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbbee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc0b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc3d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc7e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbcc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbce7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbcf1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbdb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbddb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbdec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe39.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbea5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbeb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbf63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbf7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbfaa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbfb4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbfc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbfcd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbfda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc00f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 264 bytes of a fixup block starting at 0xb000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc019.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc026.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc031.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: translating the relocation section .rela.rodata.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 16 bytes of a fixup block starting at 0xc000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd008.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd010.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd018.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd028.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd038.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd040.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd050.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd058.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd060.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd068.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd070.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd088.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd090.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd148.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd160.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd178.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd188.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd190.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd198.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: translating the relocation section .rela.data.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf1c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 88 bytes of a fixup block starting at 0xd000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf1d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf1d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf1e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf1e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf1f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf288.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf298.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf2a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf2a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf2b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf2b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf2c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf310.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf328.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf410.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf418.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf440.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf480.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf488.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf4b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf630.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf648.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf650.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf680.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf688.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf698.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf710.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf728.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf730.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf740.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf748.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf758.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf760.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf770.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf778.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf790.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf800.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf818.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf820.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf830.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf838.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf848.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf850.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf860.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf868.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf878.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf880.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf890.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf898.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf908.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf910.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf920.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf928.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf938.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf940.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf950.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf958.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf968.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf970.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf980.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf988.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf998.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfaa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfaa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfab8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfac0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfad0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfae8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfaf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfba8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfca0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfce0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfce8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfda0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfda8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfde8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfea8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfeb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfec0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfec8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfed8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfee0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfef0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfef8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfff8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 480 bytes of a fixup block starting at 0xf000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10010.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10018.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10028.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10040.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10058.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10060.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10070.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10088.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10090.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10100.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10118.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10120.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10130.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10138.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10148.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10160.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10178.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10190.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10198.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10208.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10220.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10238.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10250.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10288.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10298.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10310.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10328.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10348.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10358.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10370.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10378.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10388.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10400.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10408.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10418.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10420.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10430.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10438.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10448.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10450.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10460.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10468.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10478.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10480.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10490.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10498.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10508.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10520.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10528.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10538.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10550.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10558.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10568.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10580.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10588.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10610.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10628.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10630.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10648.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10658.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10660.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10670.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10678.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10688.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10690.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding 205 padding fixup entries.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 720 bytes of a fixup block starting at 0x10000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/fshelp.mod.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ext2.mod.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_gpt.mod.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: kernel_img=0xe85930, kernel_size=0x1c000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the core size is 0x202b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 0x23000 bytes.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: grub-mkimage --directory '/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi' --prefix '' --output '/boot/grub/x86_64-efi/grub.efi'  --dtb '' --sbat '' --format 'x86_64-efi' --compression 'auto'   'ext2' 'part_gpt' 
.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the total module size is 0x42a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/kernel.img.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .text at 0x0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .rodata at 0xc000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .rodata.str1.1 at 0xc1a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .data at 0xe1c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .module_license at 0xf730.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .bss at 0xf760.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0xd000 (0xd000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0xd1a0 (0xd1a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0xf1c0 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0x10760 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0x10730 (0x10730).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strlen at 0x9aac (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_free at 0x5fdd (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_net_poll_cards_idle at 0x12520 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_finish_boot_services at 0x448b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_progress_hook at 0x1c660 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_fini at 0x1840 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_puts_ at 0x980c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_verifiers_init at 0xc00d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_millisleep at 0x5f5b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_autoload_hook at 0x122e8 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_10 at 0x1229 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_byte_checksum at 0x5389 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_blocklist at 0xf460 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_errmsg at 0x1c540 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_5 at 0x11c0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strncmp at 0x9881 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_take_data at 0x6076 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strtoull at 0x9bbb (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dma_get_virt at 0x1319 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_system_table at 0x12538 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memmove at 0x58c4 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_4 at 0x11ac (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_open at 0x6ef1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_locate_protocol at 0x2c43 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_update_get_sorted at 0x8592 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating __stack_chk_guard at 0x12548 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strcpy at 0x97f9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_probe at 0xb21e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strrchr at 0x98cc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_get_name at 0xb434 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load at 0x821e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pmtimer_wait_count_tsc at 0x1095 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_stall at 0x2e6d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_filename at 0x3341 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_export at 0x867d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_xvasprintf at 0xa8b3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_error_push at 0x873f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating shim_lock_verifier at 0xf3a0 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_shim_lock_verifier_setup at 0x574f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_rescue_run at 0xb9e9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_xasprintf at 0xa94b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_realloc at 0x5e85 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_exit at 0x2ee7 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_calibrate_from_pmtimer at 0x1112 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memcpy at 0x58b8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memmove at 0x97ca (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_device_open at 0x673a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_filters at 0x1c680 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_exported_symbols at 0xc022 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_reboot at 0x2eac (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_calibrate_from_efi at 0x1017 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_printf_fmt_check at 0xa99a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strdup at 0x9abd (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_firmware_is_tainted at 0x12580 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_allocate_fixed at 0x4336 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_divmod64 at 0x9b5a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_get_device_name at 0x88bd (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_print_device_path at 0x364c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_iterate at 0xb3c7 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dma_free at 0x130d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_vsnprintf at 0xa85a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_map_list at 0x1c6a8 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_1 at 0x117f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_command_list at 0x12568 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_fini at 0x1291 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_rate at 0x12530 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_rescue_parse_line at 0xb76e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_variable at 0x31f1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_snprintf at 0xa86e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_core_commands at 0x65c5 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_dev_register at 0x6e1a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating __stack_chk_fail at 0x3e53 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_find_mmap_size at 0x4739 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_console_init at 0x5200 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_write_weak at 0x12588 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_add at 0x7612 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_read at 0x71c8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_highlight_color at 0xf608 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_parser_execute at 0xb1a6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_xputs at 0xf600 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_console_fini at 0x52cc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fatal at 0xaaa2 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_ref at 0x770c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_seek at 0x8bf1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pci_find_capability at 0x140d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_loaded_image at 0x2e91 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_errno at 0x1c640 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_parser_cmdline_state at 0xadd9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memset at 0x9a35 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_getkey at 0xbc30 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_new at 0x5f7f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_outputs_disabled at 0x1c6b0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_grubnet_fini at 0x1c6a0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_variable_hook at 0x861d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_image_handle at 0x12540 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_vprintf at 0xa5c6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_ensure_space at 0x5ffd (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_acpi_get_rsdpv1 at 0x5477 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_net_open at 0x107f0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_command_prio at 0x6107 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_find_last_device_path at 0x3571 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_compare_device_paths at 0x3d50 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_acpi_find_fadt at 0x539b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_install_get_time_ms at 0x5f4d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_calibrate_from_pit at 0x1731 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating _start at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_inputs at 0x1c6b8 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_parser_split_cmdline at 0xae88 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_firmware_fini at 0x12590 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_variable_with_attributes at 0x3079 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_close at 0x6e58 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_unload at 0x778f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_set_variable at 0x2f8b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_printf at 0xa6b3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_unregister_command at 0x624c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_list at 0x122f0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_get_device_handle at 0x25cb (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_reset at 0x6099 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_main at 0x91e6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_read at 0x894b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_unload_unneeded at 0x831b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pci_make_address at 0x1320 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memcmp at 0x58d0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_normal_color at 0xf609 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_dev_list at 0x12598 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_init at 0x1277 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_debug_enabled at 0x99d6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_0 at 0x1174 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_locate_handle at 0x2c8d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_outputs at 0x1c6c0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_modbase at 0x12550 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_inputs_disabled at 0x1c6c8 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_net_config at 0x12558 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_set_virtual_address_map at 0x2f30 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_print_error at 0x8827 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_mm_init at 0x47c4 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memset at 0x58dc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_zalloc at 0x5c02 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strcmp at 0x9865 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_init at 0x1685 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strchr at 0x98b8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_refresh at 0xbc08 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_malloc at 0x5bf1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_memory_map at 0x434c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_get_device_name at 0x2718 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_get_time_ms at 0x5f41 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_close at 0x89e2 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_open at 0x8a2d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_isspace at 0x98df (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_open_protocol at 0x2d87 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_real_dprintf at 0xa760 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_3 at 0x119b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load_core_noinit at 0x789a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_calloc at 0x5b8e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load_file at 0x8155 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_lockdown at 0x5846 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_unset at 0x8512 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating verified_fs at 0xf620 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_device_close at 0x6817 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_6 at 0x11d9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_is_lockdown at 0x58ae (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_advance_read_pos at 0x60aa (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_head at 0x10800 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_probe at 0x8f04 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_mm_base at 0x12560 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_poll_usb at 0x12528 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strword at 0x9946 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_secureboot at 0x55c9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_get_bootlocation at 0x3f44 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_fini at 0x3fe1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_allocate_any_pages at 0x4318 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_memory_fini at 0x479a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_err_printed_errors at 0x1c644 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_error at 0x86c3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_current_context at 0xf440 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_codes at 0xd0e0 (0xd000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_register_symbol at 0x764f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_is_finished at 0x107a0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_list_remove at 0x912b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pci_iterate at 0x1345 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_modules_get_end at 0x91ca (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_free at 0x5c3c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strndup at 0x9b05 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_7 at 0x11fc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_named_list_find at 0x90e0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_unref at 0x7748 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_duplicate_device_path at 0x35c3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_init at 0x238e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_dev_unregister at 0x6e2f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_init at 0x3e55 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_arch_dl_check_header at 0x14a0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_arch_dl_relocate_symbols at 0x14cf (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_free_pages at 0x40a2 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_printf_ at 0xa702 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_device_path at 0x3556 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating start at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_modules_addr at 0x3200 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_error_pop at 0x87b8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_ref_count at 0x7784 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_device_iterate at 0x6948 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_getkey_noblock at 0xbb4f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memalign_dma32 at 0x12bb (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_native_sectors at 0x7543 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_list_push at 0x9114 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_set_text_mode at 0x2de6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_verifiers at 0x1c6d0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_err_printf at 0xa6b3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_cache_invalidate_all at 0x6dc7 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_acpi_get_rsdpv2 at 0x54d7 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_command_lockdown at 0x61f3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_allocate_pages_real at 0x412c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_set at 0x83bd (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_key_is_interrupt at 0xbbde (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load_core at 0x810f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_gettext at 0xf4b0 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memcmp at 0x9845 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_verify_string at 0xbf96 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_getkeystatus at 0xbb99 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_get at 0x84e6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_2 at 0x118d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strtoul at 0xa0ed (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dma_get_phys at 0x131d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_mm_init_region at 0x5d53 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_cache_table at 0x125a0 (0x10760).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating lockdown_verifier at 0xf400 (0xf1c0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memalign at 0x598c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: dealing with the relocation section .rela.text for .text.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_PC32 entry to 0x11539 at the offset 0x3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_PC32 entry to 0x1152a at the offset 0xa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_PC32 entry to 0x81cf at the offset 0x13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x117f at the offset 0x4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b5a at the offset 0x70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12530 at the offset 0x84.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x539b at the offset 0x114.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1095 at the offset 0x13a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b5a at the offset 0x15a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12530 at the offset 0x165.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e55 at the offset 0x27a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1685 at the offset 0x287.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3fe1 at the offset 0x29c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x479a at the offset 0x2ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0x2d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd1a0 at the offset 0x2ee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x2ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x30f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1320 at the offset 0x359.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1320 at the offset 0x41c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd1c0 at the offset 0x4b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x4c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x4d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd1e1 at the offset 0x506.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd204 at the offset 0x58f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x5a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd21c at the offset 0x5da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0x5eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd220 at the offset 0x5fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x60e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x634.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10760 at the offset 0x657.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12530 at the offset 0x664.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd247 at the offset 0x6ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x6b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10760 at the offset 0x6d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1112 at the offset 0x6dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1731 at the offset 0x6ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1017 at the offset 0x6fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12530 at the offset 0x70c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1645 at the offset 0x71d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f4d at the offset 0x727.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12530 at the offset 0x788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b5a at the offset 0x7b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd254 at the offset 0x7ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0x7f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0x808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x814.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x823.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10778 at the offset 0x844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10770 at the offset 0x850.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10768 at the offset 0x85b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x181f at the offset 0x866.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1c0 at the offset 0x893.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e2f at the offset 0x8a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0x8ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd27b at the offset 0x8d4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0x8df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x8ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x8fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0ed at the offset 0x928.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd287 at the offset 0x945.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x956.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10768 at the offset 0x983.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10778 at the offset 0x991.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10770 at the offset 0x99f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x17ca at the offset 0x9ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd295 at the offset 0x9cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x9dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0x9f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0xa02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd2a4 at the offset 0xa17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd2df at the offset 0xa3b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd2fb at the offset 0xa71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0xa8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd312 at the offset 0xabf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0xac9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0xad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf200 at the offset 0xb00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c8d at the offset 0xb11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3556 at the offset 0xb3a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3571 at the offset 0xb71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf200 at the offset 0xb8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2d87 at the offset 0xb9c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0xbd1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xbea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xc33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c3 at the offset 0xc55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3571 at the offset 0xc7d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d50 at the offset 0xc94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xcbf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d50 at the offset 0xcd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd328 at the offset 0xd08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0xd1a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10770 at the offset 0xd49.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1cd4 at the offset 0xd62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10778 at the offset 0xd77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10768 at the offset 0xd95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0xdce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10778 at the offset 0xdf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0xe00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10770 at the offset 0xe0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0xe1f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd32c at the offset 0xe35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd331 at the offset 0xe55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0xe5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0xe6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0xe78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd33f at the offset 0xea4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd331 at the offset 0xec4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0xece.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0xedd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0xee7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10768 at the offset 0xf13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0xf23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd344 at the offset 0xf35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd331 at the offset 0xf55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0xf5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0xf6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0xf78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0xfb3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb434 at the offset 0x100d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3571 at the offset 0x1028.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d50 at the offset 0x105c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x1087.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x10a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0x1122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x114e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c0 at the offset 0x117a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x119e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x11ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd349 at the offset 0x11eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0x11f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0x1204.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x120e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x20d0 at the offset 0x122a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd37d at the offset 0x124c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x1265.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd38e at the offset 0x127c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x1295.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd3b6 at the offset 0x12cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0x12d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd268 at the offset 0x12e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x12ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x20d0 at the offset 0x130e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd37d at the offset 0x1330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x1349.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd3e8 at the offset 0x1360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x1379.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x1398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1840 at the offset 0x13b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12590 at the offset 0x13bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1af4 at the offset 0x13c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c4f at the offset 0x13e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10770 at the offset 0x143f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2022 at the offset 0x1449.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10768 at the offset 0x1455.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2022 at the offset 0x1481.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x14db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c4f at the offset 0x14f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10778 at the offset 0x153d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10768 at the offset 0x1559.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10770 at the offset 0x1565.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x181f at the offset 0x1582.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e1a at the offset 0x158e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1c0 at the offset 0x1598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x15b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1af4 at the offset 0x161b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c3 at the offset 0x1625.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3571 at the offset 0x1656.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d50 at the offset 0x1679.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x168c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x181f at the offset 0x16fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x171e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3556 at the offset 0x1739.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3571 at the offset 0x1754.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c3 at the offset 0x178a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1d3f at the offset 0x17cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x17dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ef1 at the offset 0x17fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e58 at the offset 0x1823.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7543 at the offset 0x1841.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x1858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1fcc at the offset 0x186b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb3c7 at the offset 0x1878.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd40e at the offset 0x1899.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x18a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1d3f at the offset 0x18dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x18f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x1910.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd457 at the offset 0x1a37.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x1a57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd414 at the offset 0x1a99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd455 at the offset 0x1ab4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1c4c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119b at the offset 0x1c5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x1c9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1cd2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c0 at the offset 0x1cf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x1d19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x1d5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1d90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12540 at the offset 0x1dae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11d9 at the offset 0x1dc6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c43 at the offset 0x1dee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf230 at the offset 0x1df8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x1e27.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x1e52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1e6f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x117f at the offset 0x1e87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf220 at the offset 0x1e98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2d87 at the offset 0x1ea2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1291 at the offset 0x1eb4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1ec0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x1edb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1291 at the offset 0x1eef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1efb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12540 at the offset 0x1f17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x1f24.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1f35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x1f5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd45d at the offset 0x1f6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x1f7d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x1f9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0x1fbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x1fcd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2ade at the offset 0x1feb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x1ffd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c0 at the offset 0x2020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x2032.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd47c at the offset 0x204a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x2063.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x207f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0x20cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2ade at the offset 0x20fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c0 at the offset 0x2105.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x2117.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x2133.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x216c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3079 at the offset 0x21f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12540 at the offset 0x2204.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e91 at the offset 0x2217.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x2237.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd49c at the offset 0x225d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x227e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4a1 at the offset 0x228a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4c7 at the offset 0x2294.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4d0 at the offset 0x22a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4df at the offset 0x22d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4c7 at the offset 0x22e3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4d0 at the offset 0x22f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd50e at the offset 0x2311.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4c7 at the offset 0x231b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4d0 at the offset 0x232a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd53b at the offset 0x2388.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x2399.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x23d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0x23eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd53b at the offset 0x2431.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x2442.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x2451.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x2499.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x24c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2927 at the offset 0x24df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf210 at the offset 0x255d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2d87 at the offset 0x2567.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd568 at the offset 0x25db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x25ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x261d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x263a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x2658.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd596 at the offset 0x26c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5a2 at the offset 0x26d4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5ac at the offset 0x26e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd000 at the offset 0x2700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5bd at the offset 0x2715.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5c9 at the offset 0x2728.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5d5 at the offset 0x273f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5e9 at the offset 0x2754.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5f2 at the offset 0x2766.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5fc at the offset 0x2775.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd60b at the offset 0x279b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd618 at the offset 0x27b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd61f at the offset 0x27c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd623 at the offset 0x27dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x27ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd61f at the offset 0x2805.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd623 at the offset 0x281b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd627 at the offset 0x2853.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd62b at the offset 0x287e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd62f at the offset 0x2890.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd028 at the offset 0x28ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd640 at the offset 0x28c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd651 at the offset 0x28dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd65e at the offset 0x28f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd677 at the offset 0x290b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd683 at the offset 0x2926.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd68f at the offset 0x293d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6a9 at the offset 0x2961.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6b2 at the offset 0x2979.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6dd at the offset 0x29ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd708 at the offset 0x29f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd74b at the offset 0x2a75.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd76a at the offset 0x2a98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd77f at the offset 0x2abc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd78f at the offset 0x2ad6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd799 at the offset 0x2ae5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd0b8 at the offset 0x2b02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7af at the offset 0x2b18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7e8 at the offset 0x2b6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7fa at the offset 0x2b84.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2a31 at the offset 0x2b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x2ba3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x2bad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x2be4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd800 at the offset 0x2bee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x2c13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2927 at the offset 0x2c2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x2c47.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd80e at the offset 0x2c5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd818 at the offset 0x2c7b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd854 at the offset 0x2cba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd866 at the offset 0x2cd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd876 at the offset 0x2ce8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd887 at the offset 0x2d00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x2d17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x2d7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3200 at the offset 0x2e58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x2e62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12550 at the offset 0x2e6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5200 at the offset 0x2e78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf240 at the offset 0x2e86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c43 at the offset 0x2e90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10780 at the offset 0x2ea7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10780 at the offset 0x2ec5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x2ecf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x2ed9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x47c4 at the offset 0x2ee5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x55c9 at the offset 0x2ef1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5846 at the offset 0x2f01.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x574f at the offset 0x2f0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x2f19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x238e at the offset 0x2f3a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12540 at the offset 0x2f48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e91 at the offset 0x2f5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2718 at the offset 0x2f75.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12558 at the offset 0x2f8a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3341 at the offset 0x2fad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98cc at the offset 0x2fca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1840 at the offset 0x2fe4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x52cc at the offset 0x2ff1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1320 at the offset 0x3020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x140d at the offset 0x304a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x30ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x30c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a8 at the offset 0x30d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x117f at the offset 0x311d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x313e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0x3161.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd89c at the offset 0x3170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd89c at the offset 0x318b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8a0 at the offset 0x31a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x31b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x31c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x31f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8c5 at the offset 0x321a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x322b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40a2 at the offset 0x326d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119b at the offset 0x32a2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a8 at the offset 0x32b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8d3 at the offset 0x32d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x32e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x32ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x412c at the offset 0x332c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x412c at the offset 0x3342.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3352.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c8 at the offset 0x3381.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107d0 at the offset 0x3394.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x33a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c0 at the offset 0x33cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b8 at the offset 0x33df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b0 at the offset 0x33f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3422.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c0 at the offset 0x3446.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x34a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107d0 at the offset 0x34c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x34e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b0 at the offset 0x34f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b8 at the offset 0x3502.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c0 at the offset 0x350c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c8 at the offset 0x3519.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x434c at the offset 0x3523.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c8 at the offset 0x353a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd949 at the offset 0x354f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x3560.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x3571.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x3584.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b0 at the offset 0x3596.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b8 at the offset 0x35a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c0 at the offset 0x35aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c8 at the offset 0x35b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x434c at the offset 0x35be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x35d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd92c at the offset 0x35dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c0 at the offset 0x35f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12540 at the offset 0x360d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x361a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x3640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd968 at the offset 0x364e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd988 at the offset 0x365f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x366b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x367c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c8 at the offset 0x3691.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107c8 at the offset 0x36a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x36bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b8 at the offset 0x36e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107b0 at the offset 0x36f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ffb at the offset 0x3712.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1345 at the offset 0x371c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x434c at the offset 0x3756.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9b0 at the offset 0x3766.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x3777.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a8 at the offset 0x379d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40a2 at the offset 0x37b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4318 at the offset 0x37d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9cf at the offset 0x37ea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x434c at the offset 0x3817.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40a2 at the offset 0x382f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9e6 at the offset 0x387e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x388a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x38f2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5d53 at the offset 0x3a06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x412c at the offset 0x3a52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9fc at the offset 0x3a6d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x3a77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda31 at the offset 0x3a83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40a2 at the offset 0x3a9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd0e0 at the offset 0x3b05.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107d8 at the offset 0x3b4d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ab3 at the offset 0x3b5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x3b7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107e0 at the offset 0x3b9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x3bd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3c07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3c20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2d87 at the offset 0x3c38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x3c57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3c6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3c79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3c8b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3cae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4b34 at the offset 0x3cd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3d22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4b34 at the offset 0x3d57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3da4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x3db7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ab3 at the offset 0x3dd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3dea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3dfc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x3e0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3e1b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3e2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf609 at the offset 0x3e55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf608 at the offset 0x3e60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x3e74.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3e81.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3e90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3e9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x3eab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x117f at the offset 0x3ed5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3ef5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4de8 at the offset 0x3f07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2de6 at the offset 0x3f15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3f21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0x3f38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3f4f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2de6 at the offset 0x3f68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda43 at the offset 0x3f80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x3f8f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3f9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4de8 at the offset 0x3fb2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0x3fc6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4f36 at the offset 0x3fdc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x3fee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119b at the offset 0x4008.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4f36 at the offset 0x401d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x4039.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x4153.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x4193.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4f36 at the offset 0x41a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x41db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c0 at the offset 0x4202.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf260 at the offset 0x420d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b0 at the offset 0x421b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf278 at the offset 0x4227.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf260 at the offset 0x4236.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c0 at the offset 0x4240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9114 at the offset 0x424a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf260 at the offset 0x4258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b8 at the offset 0x4268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x4272.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c8 at the offset 0x427c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf318 at the offset 0x428c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x429b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b8 at the offset 0x42a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9114 at the offset 0x42b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x42bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x912b at the offset 0x42cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x42d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x42e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf260 at the offset 0x42f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf260 at the offset 0x4300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda60 at the offset 0x432a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x4334.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda65 at the offset 0x434b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5477 at the offset 0x439f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x54d7 at the offset 0x43b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x530b at the offset 0x43cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x530b at the offset 0x43ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda6a at the offset 0x4412.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x441f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda65 at the offset 0x4437.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x447c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf360 at the offset 0x44a2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x44ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0x44dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf350 at the offset 0x4502.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x450c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3e0 at the offset 0x456d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c43 at the offset 0x4579.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda6f at the offset 0x4588.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda8c at the offset 0x45a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x45b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf380 at the offset 0x45cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdab8 at the offset 0x45d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x31f1 at the offset 0x45e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf380 at the offset 0x4653.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdac3 at the offset 0x465d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3e0 at the offset 0x4691.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdacd at the offset 0x469b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3079 at the offset 0x46a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x46cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda9f at the offset 0x46ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdab0 at the offset 0x46fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdaa8 at the offset 0x4708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdad8 at the offset 0x4718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdaf4 at the offset 0x4722.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdaf8 at the offset 0x4731.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x473b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3e0 at the offset 0x4753.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c43 at the offset 0x475e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12550 at the offset 0x476f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x55c9 at the offset 0x47b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3a0 at the offset 0x47c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6d0 at the offset 0x47d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9114 at the offset 0x47da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb08 at the offset 0x47e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb06 at the offset 0x47f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x47fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb08 at the offset 0x4807.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867d at the offset 0x4811.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107e4 at the offset 0x4849.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf400 at the offset 0x4853.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6d0 at the offset 0x4863.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9114 at the offset 0x486d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb27 at the offset 0x4879.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb25 at the offset 0x4883.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x488d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb27 at the offset 0x489a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867d at the offset 0x48a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107e4 at the offset 0x48af.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x48ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x48c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x48d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0x48de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb42 at the offset 0x48f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12560 at the offset 0x4900.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb57 at the offset 0x4944.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x4950.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb8a at the offset 0x495f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb69 at the offset 0x4974.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x4980.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12560 at the offset 0x4995.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6dc7 at the offset 0x49e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdba2 at the offset 0x4a39.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x4a45.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbb3 at the offset 0x4a5e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x4a6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbd4 at the offset 0x4b68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x4b79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0x4ba3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0x4bbf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbe2 at the offset 0x4bcf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x4be0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0x4bf6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0x4c0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0x4c2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58e8 at the offset 0x4c4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbb3 at the offset 0x4c9d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x4ca9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12560 at the offset 0x4d84.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x4df2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12560 at the offset 0x4e3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x4e9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x4eb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58e8 at the offset 0x4ecb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x4ef6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x4f18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x4f2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107e8 at the offset 0x4f43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107e8 at the offset 0x4f52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f41 at the offset 0x4f63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x4f83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x4fb3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x4fe4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbf7 at the offset 0x501f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x5030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5e85 at the offset 0x504a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x505a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc2f at the offset 0x50b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc1a at the offset 0x50c4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x50d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc67 at the offset 0x50ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x50fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c02 at the offset 0x5122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdca0 at the offset 0x5155.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12568 at the offset 0x5163.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x5183.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58ae at the offset 0x51f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x60e6 at the offset 0x521f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6107 at the offset 0x523e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x912b at the offset 0x526a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5279.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdca3 at the offset 0x528a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdca1 at the offset 0x5294.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x52a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdca4 at the offset 0x52ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x52c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcaa at the offset 0x52cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x52e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x62bf at the offset 0x52f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6948 at the offset 0x5303.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcb8 at the offset 0x530f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0x5319.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0x5325.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x88bd at the offset 0x533c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x673a at the offset 0x5359.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8f04 at the offset 0x5374.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x538b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcba at the offset 0x53ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x53be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x53d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcb0 at the offset 0x53e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdccb at the offset 0x53fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x5409.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6284 at the offset 0x541e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0x5430.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcb8 at the offset 0x543a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0x5446.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6817 at the offset 0x5455.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5464.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdce4 at the offset 0x5481.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x5492.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8155 at the offset 0x54b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x821e at the offset 0x54be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x770c at the offset 0x54d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8592 at the offset 0x54e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x84e6 at the offset 0x54f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcfa at the offset 0x5516.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x5522.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x553c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd01 at the offset 0x5556.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x5567.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x557d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdce4 at the offset 0x5596.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x55a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8512 at the offset 0x55b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd13 at the offset 0x55cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd30 at the offset 0x55d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x64e0 at the offset 0x55df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd3f at the offset 0x55e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6107 at the offset 0x55f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd43 at the offset 0x560e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd63 at the offset 0x5618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6590 at the offset 0x5622.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd6a at the offset 0x562c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd70 at the offset 0x563b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd87 at the offset 0x5645.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x62df at the offset 0x564f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd8d at the offset 0x5659.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd90 at the offset 0x566b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdda1 at the offset 0x5676.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x647b at the offset 0x5680.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdda8 at the offset 0x568a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x56aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb434 at the offset 0x56cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x56de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddaf at the offset 0x56f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x56fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddb5 at the offset 0x5747.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x84e6 at the offset 0x5751.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddb5 at the offset 0x576a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddba at the offset 0x5774.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x5785.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x579a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ef1 at the offset 0x57b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107f0 at the offset 0x57cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x57dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5806.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e58 at the offset 0x5827.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5837.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x5855.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x673a at the offset 0x588b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x589f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6817 at the offset 0x58b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6694 at the offset 0x58c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb3c7 at the offset 0x58db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x58f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x58fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12598 at the offset 0x594d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6861 at the offset 0x5990.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x125a0 at the offset 0x59dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x59fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x5a30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x5a44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x5a5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x125a0 at the offset 0x5aa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x125a0 at the offset 0x5afc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ad2 at the offset 0x5b5c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x5b79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6a7b at the offset 0x5b93.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x5ba4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x5bc2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5bd9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x5c33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x69b7 at the offset 0x5c50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x5c6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x873f at the offset 0x5d0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde7 at the offset 0x5d16.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddd2 at the offset 0x5d23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde2 at the offset 0x5d2d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x5d3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87b8 at the offset 0x5d4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x5d5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x5d78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x125b8 at the offset 0x5dcb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x125c0 at the offset 0x5de6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5df6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12598 at the offset 0x5e1c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12598 at the offset 0x5e31.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddf3 at the offset 0x5e66.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde2 at the offset 0x5e70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde7 at the offset 0x5e7f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x5e89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f41 at the offset 0x5ead.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x5eb7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107f8 at the offset 0x5ec3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde02 at the offset 0x5f02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde2 at the offset 0x5f0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde7 at the offset 0x5f22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x5f2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c02 at the offset 0x5f3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x5f92.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x5fba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x5fce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12598 at the offset 0x5fe7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x5ff4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x6024.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde13 at the offset 0x604e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6061.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x607a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x6086.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x873f at the offset 0x6099.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde53 at the offset 0x60a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde2 at the offset 0x60b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde7 at the offset 0x60c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87b8 at the offset 0x60d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e58 at the offset 0x60df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x60f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde69 at the offset 0x6111.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb21e at the offset 0x6143.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde41 at the offset 0x6158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6167.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f41 at the offset 0x6178.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107f8 at the offset 0x6184.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6dc7 at the offset 0x61a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde7d at the offset 0x621e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x622f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdeab at the offset 0x6279.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x628a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x873f at the offset 0x629a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0x62a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xded9 at the offset 0x62b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde2 at the offset 0x62bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde7 at the offset 0x62ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x62d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87b8 at the offset 0x62e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6b2d at the offset 0x6320.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ad2 at the offset 0x6386.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x69b7 at the offset 0x63dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x6492.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6a7b at the offset 0x64b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x64f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6b2d at the offset 0x6513.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10800 at the offset 0x6569.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x657b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x65a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7565 at the offset 0x6615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf01 at the offset 0x662f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6641.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x6653.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x6686.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x669e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x66a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10820 at the offset 0x66ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x770c at the offset 0x6716.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7748 at the offset 0x6752.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10800 at the offset 0x67b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10820 at the offset 0x67d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x67f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x6844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x778f at the offset 0x685b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf18 at the offset 0x68bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf32 at the offset 0x68c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf3a at the offset 0x68d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x68db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf44 at the offset 0x68ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf65 at the offset 0x690c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x691d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x14a0 at the offset 0x692e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf88 at the offset 0x6947.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdfaf at the offset 0x696c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x697d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c02 at the offset 0x6993.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdfc9 at the offset 0x69b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf32 at the offset 0x69c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf3a at the offset 0x69d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x75a3 at the offset 0x69da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdfdb at the offset 0x69e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdfeb at the offset 0x6a01.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6a10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe000 at the offset 0x6a29.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x6a33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe00e at the offset 0x6a47.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe035 at the offset 0x6a5c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6a6d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe017 at the offset 0x6a7f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe026 at the offset 0x6a97.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x6ab5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe04a at the offset 0x6acd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x6ae3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x821e at the offset 0x6afe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x6b2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x770c at the offset 0x6b5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x6b6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x6b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0x6bd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x6c3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x6c92.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x6ca9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0x6ccb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x14cf at the offset 0x6d15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd140 at the offset 0x6d94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x6dd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10820 at the offset 0x6de8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x764f at the offset 0x6e68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x764f at the offset 0x6eb5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x6ec4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x6ed3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe053 at the offset 0x6edd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe061 at the offset 0x6f07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe06f at the offset 0x6f55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6f66.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0e8 at the offset 0x6f9e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x6faf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe088 at the offset 0x700c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x701b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0a8 at the offset 0x7042.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf32 at the offset 0x704c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf3a at the offset 0x705b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0c4 at the offset 0x706e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf32 at the offset 0x7078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf3a at the offset 0x7087.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0d5 at the offset 0x709a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf32 at the offset 0x70a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf3a at the offset 0x70b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7612 at the offset 0x70c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x778f at the offset 0x70d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x789a at the offset 0x7115.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10800 at the offset 0x713e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a2d at the offset 0x7163.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x7186.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89e2 at the offset 0x7190.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x894b at the offset 0x71b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x71c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x810f at the offset 0x71ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0fe at the offset 0x7228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x84e6 at the offset 0x7233.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7565 at the offset 0x7246.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0fe at the offset 0x7263.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe105 at the offset 0x726d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x727e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe11d at the offset 0x7297.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x72a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8155 at the offset 0x72b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x72ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x72e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe132 at the offset 0x72f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x7306.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10800 at the offset 0x731d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x778f at the offset 0x7331.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x737f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x738b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8359 at the offset 0x73c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x73f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x741a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c02 at the offset 0x7430.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x744b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x7472.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x74c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x74d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8359 at the offset 0x74e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8359 at the offset 0x751a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe143 at the offset 0x7540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x754a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x7570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x7598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x75bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8359 at the offset 0x762b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe143 at the offset 0x7640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x764d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x765c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8359 at the offset 0x7681.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe143 at the offset 0x7696.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x76a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x76d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4b0 at the offset 0x770a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0x7723.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa85a at the offset 0x772d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118a4 at the offset 0x7742.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x775b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118c0 at the offset 0x7767.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0x7771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x7788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118a0 at the offset 0x7798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x77a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118a4 at the offset 0x77ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118c0 at the offset 0x77cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0x77dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x77f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x7803.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7816.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x782a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe144 at the offset 0x7839.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4b0 at the offset 0x7843.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0x784f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x785c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c644 at the offset 0x786a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87b8 at the offset 0x7876.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118a0 at the offset 0x7886.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe150 at the offset 0x7895.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x78a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118a0 at the offset 0x78ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x78d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe178 at the offset 0x78eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x78fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x790d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x7933.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe18c at the offset 0x7961.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x7972.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c660 at the offset 0x79ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6817 at the offset 0x7a02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x7a11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7a21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x88bd at the offset 0x7a33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x7a41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7a5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x7a83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x673a at the offset 0x7a9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c02 at the offset 0x7abe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf460 at the offset 0x7ae8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8f04 at the offset 0x7afb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x7b2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7b3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c680 at the offset 0x7b51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89e2 at the offset 0x7bb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6817 at the offset 0x7bd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x7bf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1b1 at the offset 0x7c04.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x71c8 at the offset 0x7c30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x7d29.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0x7d86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7db9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9bbb at the offset 0x7df6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1d5 at the offset 0x7e10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x7e21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0ed at the offset 0x7e4f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98df at the offset 0x7e82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1ec at the offset 0x7eab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x7ebc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x7ee4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x122f0 at the offset 0x7f21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x7f2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x7f41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe205 at the offset 0x7f51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe216 at the offset 0x7f5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe219 at the offset 0x7f6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8c24 at the offset 0x7f78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe223 at the offset 0x7f82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x873f at the offset 0x7f9d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe225 at the offset 0x7faf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe216 at the offset 0x7fb9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe219 at the offset 0x7fc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87b8 at the offset 0x7fd4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x122e8 at the offset 0x8000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x122f8 at the offset 0x8015.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x8030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8c24 at the offset 0x8047.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe223 at the offset 0x8051.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x8088.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe23b at the offset 0x80b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x80c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x80e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c0 at the offset 0x815a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x818f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b05 at the offset 0x81af.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x81bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12550 at the offset 0x81cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1277 at the offset 0x81ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12550 at the offset 0x81fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9156 at the offset 0x8206.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x821d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe259 at the offset 0x8227.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xc00d at the offset 0x8239.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x828f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12300 at the offset 0x8299.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8827 at the offset 0x82ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x82c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xc022 at the offset 0x82e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x810f at the offset 0x8328.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0x835b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26c at the offset 0x8365.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0x836f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x837b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8827 at the offset 0x838a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9186 at the offset 0x83e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26f at the offset 0x83eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x861d at the offset 0x83f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3f44 at the offset 0x8409.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe258 at the offset 0x8428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe274 at the offset 0x8434.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x843e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe27b at the offset 0x8455.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x845f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe27b at the offset 0x846b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867d at the offset 0x8475.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x8484.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98cc at the offset 0x84a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b05 at the offset 0x84bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x84e3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x8542.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x855d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe283 at the offset 0x859c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0x85a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x85c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x85d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe258 at the offset 0x85e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe274 at the offset 0x85f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x8602.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0x860c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe28e at the offset 0x8620.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26f at the offset 0x8639.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867d at the offset 0x8649.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8827 at the offset 0x8659.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26f at the offset 0x8668.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe28e at the offset 0x8674.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12550 at the offset 0x8687.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x65c5 at the offset 0x8698.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12300 at the offset 0x86a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb1a6 at the offset 0x86b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe295 at the offset 0x86c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x821e at the offset 0x86cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x86da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe295 at the offset 0x86e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12568 at the offset 0x86f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x90e0 at the offset 0x8701.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb9e9 at the offset 0x871c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b05 at the offset 0x872b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe29c at the offset 0x873d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x874c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x875e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x876e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe29c at the offset 0x878f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x879b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x87bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0x880f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4b0 at the offset 0x881d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98df at the offset 0x8907.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9903 at the offset 0x8949.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x84e6 at the offset 0x89da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2a1 at the offset 0x89e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2a7 at the offset 0x89ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9946 at the offset 0x8a0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x8ac5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x8ad5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x8af5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x8b0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x8b23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x8b44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98df at the offset 0x8bcd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b5a at the offset 0x8c2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2ab at the offset 0x8c82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x8c93.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2c0 at the offset 0x8cba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x8cc9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2d4 at the offset 0x8d49.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2fb at the offset 0x8df1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe30d at the offset 0x8e1d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x8e34.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0x8e54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x8e6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x8e7e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9bbb at the offset 0x8eaa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0x8ec5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9cea at the offset 0x9040.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd168 at the offset 0x9055.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9bbb at the offset 0x90ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x90ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9bbb at the offset 0x91b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9bbb at the offset 0x9210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b5a at the offset 0x9346.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x93a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe320 at the offset 0x94e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x95ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa031 at the offset 0x95d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0f9 at the offset 0x95e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12320 at the offset 0x95ea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12320 at the offset 0x960e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x962b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x963f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x9674.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0x9683.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x9697.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa5c6 at the offset 0x96f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4b0 at the offset 0x973d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa5c6 at the offset 0x9751.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x99d6 at the offset 0x9772.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe327 at the offset 0x9796.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x97a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa5c6 at the offset 0x97d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0x97de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa031 at the offset 0x9807.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0f9 at the offset 0x9829.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x983a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7f1 at the offset 0x9861.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa85a at the offset 0x98a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0x98b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa031 at the offset 0x98d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0f9 at the offset 0x9903.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x991a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x993c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8b3 at the offset 0x998b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe32f at the offset 0x99b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x99c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9cea at the offset 0x99e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x9a3c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe33e at the offset 0x9a5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x9a6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ae at the offset 0x9a80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x9aa5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4b0 at the offset 0x9ae8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa5c6 at the offset 0x9afc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0x9b08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe35b at the offset 0x9b16.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b8 at the offset 0x9b22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe365 at the offset 0x9b32.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc30 at the offset 0x9b40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2ee7 at the offset 0x9b4c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x9b94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b05 at the offset 0x9bb1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x9bc6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe392 at the offset 0x9bed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe37d at the offset 0x9bf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x9c0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5ffd at the offset 0x9c43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x9c5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe37d at the offset 0x9c6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0x9c83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0x9c99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0x9ccc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac20 at the offset 0x9cf7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x9d06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xab56 at the offset 0x9d2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac20 at the offset 0x9d62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x9d72.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0x9d83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x84e6 at the offset 0x9d92.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6099 at the offset 0x9da4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x9db8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98df at the offset 0x9ddf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4c0 at the offset 0x9dfb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f7f at the offset 0x9e9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0x9f11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xadd9 at the offset 0x9f6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xad1d at the offset 0x9f87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0x9f96.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xab56 at the offset 0x9fa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98df at the offset 0x9fe1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xacb4 at the offset 0x9ff7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac20 at the offset 0xa01e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xab56 at the offset 0xa044.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xad1d at the offset 0xa065.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xacb4 at the offset 0xa07f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0xa0a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x60aa at the offset 0xa0b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabde at the offset 0xa0da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0xa10b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6076 at the offset 0xa137.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa143.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa15f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5fdd at the offset 0xa16e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa17e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa19a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xab6e at the offset 0xa1a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xab6e at the offset 0xa1d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb76e at the offset 0xa1e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa1f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8827 at the offset 0xa203.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0ed at the offset 0xa280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6a8 at the offset 0xa292.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb639 at the offset 0xa2c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa2da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9881 at the offset 0xa2fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa33a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa354.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6a8 at the offset 0xa3cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb698 at the offset 0xa3fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa40f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0xa43e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3a4 at the offset 0xa45c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0xa466.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0xa482.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0xa4a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0xa4c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3a5 at the offset 0xa4df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0xa4fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0xa58e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb434 at the offset 0xa5cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3a8 at the offset 0xa5e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3e4 at the offset 0xa5f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0xa602.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3da at the offset 0xa614.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa623.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb5a7 at the offset 0xa64e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0xa663.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0xa688.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb5a7 at the offset 0xa6bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6a8 at the offset 0xa717.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb698 at the offset 0xa728.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa749.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xae88 at the offset 0xa773.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0xa7b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0xa7dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12568 at the offset 0xa801.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x90e0 at the offset 0xa80e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3f5 at the offset 0xa83e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa702 at the offset 0xa84a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe40c at the offset 0xa856.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe411 at the offset 0xa86b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0xa877.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xa888.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xa89d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe42a at the offset 0xa8b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe427 at the offset 0xa8c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc30 at the offset 0xa8cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0xa8d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12420 at the offset 0xa8fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0xa904.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0xa916.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12420 at the offset 0xa93f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0xa95d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12420 at the offset 0xa979.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0xa997.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe438 at the offset 0xa9aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0xa9b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12420 at the offset 0xa9c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0xa9cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8827 at the offset 0xa9ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe43a at the offset 0xa9f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0xaa03.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xaa15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb8ae at the offset 0xaa2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb76e at the offset 0xaa4e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xaa5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xba6b at the offset 0xaaab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xba6b at the offset 0xaae5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c0 at the offset 0xaafe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xba6b at the offset 0xab26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12528 at the offset 0xab51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12520 at the offset 0xab65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b8 at the offset 0xab76.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12528 at the offset 0xab9e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b8 at the offset 0xabb1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbb99 at the offset 0xabee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c0 at the offset 0xac0b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbb4f at the offset 0xac33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0xac3d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0xac63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xac7e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89e2 at the offset 0xac90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xacc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe453 at the offset 0xace7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe466 at the offset 0xacf1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0xad07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe46d at the offset 0xad11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6d0 at the offset 0xad65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0xadb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe47e at the offset 0xaddb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0xadec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf620 at the offset 0xae0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4aa at the offset 0xae28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0xae39.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x894b at the offset 0xae7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xae8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4d3 at the offset 0xaea5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0xaeb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xaf63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xaf7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4ec at the offset 0xafaa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe466 at the offset 0xafb4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe46d at the offset 0xafc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0xafcd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6d0 at the offset 0xafda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbcd0 at the offset 0xb00f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c680 at the offset 0xb019.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x764f at the offset 0xb026.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf680 at the offset 0xb031.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x370b at the offset 0x0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3722 at the offset 0x8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3735 at the offset 0x10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x374f at the offset 0x18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3761 at the offset 0x20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x38b8 at the offset 0x28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x38d3 at the offset 0x30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x38ea at the offset 0x38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3905 at the offset 0x40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x391c at the offset 0x48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x395c at the offset 0x50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ae3 at the offset 0x58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ae3 at the offset 0x60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3a6b at the offset 0x68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ad1 at the offset 0x70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x396e at the offset 0x78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x39a5 at the offset 0x80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x39f2 at the offset 0x88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3a8e at the offset 0x90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3933 at the offset 0x98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ae3 at the offset 0xa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ae3 at the offset 0xa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ab2 at the offset 0xb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b0d at the offset 0xb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b61 at the offset 0xc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b7f at the offset 0xc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b9d at the offset 0xd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3c71 at the offset 0xd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7d9f at the offset 0x140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7d9f at the offset 0x148.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7e7c at the offset 0x150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7f22 at the offset 0x158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7f46 at the offset 0x160.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa081 at the offset 0x168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0c0 at the offset 0x170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0c0 at the offset 0x178.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0a1 at the offset 0x180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0c0 at the offset 0x188.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0c0 at the offset 0x190.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0c0 at the offset 0x198.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: dealing with the relocation section .rela.data for .data.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd260 at the offset 0x0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1dbc at the offset 0x10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x18b6 at the offset 0x18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x17ea at the offset 0x20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x21c9 at the offset 0x28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x22aa at the offset 0x30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda58 at the offset 0xb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ef3 at the offset 0xc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5018 at the offset 0xc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x518c at the offset 0xd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4c68 at the offset 0xe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4fd9 at the offset 0xe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4e7f at the offset 0xf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4e19 at the offset 0xf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4de8 at the offset 0x100.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda58 at the offset 0x150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4bcc at the offset 0x158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4d1f at the offset 0x168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4cab at the offset 0x170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb12 at the offset 0x1f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5537 at the offset 0x1f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5562 at the offset 0x200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb30 at the offset 0x250.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x581d at the offset 0x258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11820 at the offset 0x280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe24e at the offset 0x2b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8d1c at the offset 0x2c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8c2a at the offset 0x2c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97aa at the offset 0x2f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbaf8 at the offset 0x440.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe502 at the offset 0x470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc4f at the offset 0x488.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc79 at the offset 0x490.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe510 at the offset 0x4c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e53 at the offset 0x4c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe521 at the offset 0x4d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12548 at the offset 0x4e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe533 at the offset 0x4f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1174 at the offset 0x4f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe53e at the offset 0x508.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x117f at the offset 0x510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe549 at the offset 0x520.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1229 at the offset 0x528.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe555 at the offset 0x538.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x118d at the offset 0x540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe560 at the offset 0x550.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119b at the offset 0x558.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe56b at the offset 0x568.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ac at the offset 0x570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe576 at the offset 0x580.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c0 at the offset 0x588.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe581 at the offset 0x598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11d9 at the offset 0x5a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe58c at the offset 0x5b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11fc at the offset 0x5b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe597 at the offset 0x5c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x539b at the offset 0x5d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5ab at the offset 0x5e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5389 at the offset 0x5e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5be at the offset 0x5f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5b8e at the offset 0x600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5ca at the offset 0x610.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12568 at the offset 0x618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5dc at the offset 0x628.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x630.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5f1 at the offset 0x640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x99d6 at the offset 0x648.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe604 at the offset 0x658.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6817 at the offset 0x660.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe616 at the offset 0x670.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6948 at the offset 0x678.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe62a at the offset 0x688.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x673a at the offset 0x690.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe63b at the offset 0x6a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x125a0 at the offset 0x6a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe651 at the offset 0x6b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e58 at the offset 0x6c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe661 at the offset 0x6d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12598 at the offset 0x6d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe674 at the offset 0x6e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e1a at the offset 0x6f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe68b at the offset 0x700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e2f at the offset 0x708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6a4 at the offset 0x718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12590 at the offset 0x720.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6bc at the offset 0x730.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12580 at the offset 0x738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6da at the offset 0x748.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7543 at the offset 0x750.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6f3 at the offset 0x760.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ef1 at the offset 0x768.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe702 at the offset 0x778.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x71c8 at the offset 0x780.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe711 at the offset 0x790.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12588 at the offset 0x798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe726 at the offset 0x7a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b5a at the offset 0x7b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe734 at the offset 0x7c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10800 at the offset 0x7c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe741 at the offset 0x7d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x821e at the offset 0x7e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe74e at the offset 0x7f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x789a at the offset 0x7f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe767 at the offset 0x808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x770c at the offset 0x810.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe773 at the offset 0x820.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7784 at the offset 0x828.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe785 at the offset 0x838.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x778f at the offset 0x840.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe794 at the offset 0x850.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7748 at the offset 0x858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7a2 at the offset 0x868.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x130d at the offset 0x870.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7b0 at the offset 0x880.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x131d at the offset 0x888.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7c2 at the offset 0x898.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1319 at the offset 0x8a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7d4 at the offset 0x8b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4318 at the offset 0x8b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7f0 at the offset 0x8c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4336 at the offset 0x8d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe808 at the offset 0x8e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x412c at the offset 0x8e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe825 at the offset 0x8f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d50 at the offset 0x900.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe843 at the offset 0x910.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c3 at the offset 0x918.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe862 at the offset 0x928.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3571 at the offset 0x930.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe881 at the offset 0x940.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4739 at the offset 0x948.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe899 at the offset 0x958.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x448b at the offset 0x960.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8b7 at the offset 0x970.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40a2 at the offset 0x978.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8cb at the offset 0x988.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3556 at the offset 0x990.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8e4 at the offset 0x9a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3341 at the offset 0x9a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8fa at the offset 0x9b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e91 at the offset 0x9c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe914 at the offset 0x9d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x434c at the offset 0x9d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe92c at the offset 0x9e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x55c9 at the offset 0x9f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe944 at the offset 0xa00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x31f1 at the offset 0xa08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe95a at the offset 0xa18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3079 at the offset 0xa20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe980 at the offset 0xa30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12540 at the offset 0xa38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe996 at the offset 0xa48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107a0 at the offset 0xa50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9ab at the offset 0xa60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c8d at the offset 0xa68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9c2 at the offset 0xa78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2c43 at the offset 0xa80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9db at the offset 0xa90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12558 at the offset 0xa98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9ef at the offset 0xaa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2d87 at the offset 0xab0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea06 at the offset 0xac0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x364c at the offset 0xac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea21 at the offset 0xad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2de6 at the offset 0xae0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea38 at the offset 0xaf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2f8b at the offset 0xaf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea4e at the offset 0xb08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2f30 at the offset 0xb10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea6f at the offset 0xb20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e6d at the offset 0xb28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea7e at the offset 0xb38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12538 at the offset 0xb40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea94 at the offset 0xb50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x25cb at the offset 0xb58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeab3 at the offset 0xb68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2718 at the offset 0xb70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xead0 at the offset 0xb80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867d at the offset 0xb88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeae0 at the offset 0xb98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x84e6 at the offset 0xba0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeaed at the offset 0xbb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x83bd at the offset 0xbb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeafa at the offset 0xbc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8512 at the offset 0xbd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb09 at the offset 0xbe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8592 at the offset 0xbe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb24 at the offset 0xbf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c644 at the offset 0xc00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb3c at the offset 0xc10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c540 at the offset 0xc18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb48 at the offset 0xc28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c640 at the offset 0xc30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb53 at the offset 0xc40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86c3 at the offset 0xc48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb5e at the offset 0xc58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87b8 at the offset 0xc60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb6d at the offset 0xc70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x873f at the offset 0xc78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb7d at the offset 0xc88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2ee7 at the offset 0xc90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb87 at the offset 0xca0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaaa2 at the offset 0xca8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb92 at the offset 0xcb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89e2 at the offset 0xcc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeba2 at the offset 0xcd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c680 at the offset 0xcd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebb4 at the offset 0xce8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x88bd at the offset 0xcf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebce at the offset 0xd00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a2d at the offset 0xd08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebdd at the offset 0xd18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c660 at the offset 0xd20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebf5 at the offset 0xd30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x894b at the offset 0xd38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec04 at the offset 0xd48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8bf1 at the offset 0xd50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec13 at the offset 0xd60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6d0 at the offset 0xd68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec27 at the offset 0xd78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c3c at the offset 0xd80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec31 at the offset 0xd90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x122e8 at the offset 0xd98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec47 at the offset 0xda8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x122f0 at the offset 0xdb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec54 at the offset 0xdc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8f04 at the offset 0xdc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec62 at the offset 0xdd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f41 at the offset 0xde0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec73 at the offset 0xdf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc30 at the offset 0xdf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec7f at the offset 0xe08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbb4f at the offset 0xe10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec93 at the offset 0xe20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbb99 at the offset 0xe28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeca5 at the offset 0xe38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4b0 at the offset 0xe40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecb2 at the offset 0xe50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58ae at the offset 0xe58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecc3 at the offset 0xe68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98df at the offset 0xe70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecd0 at the offset 0xe80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbbde at the offset 0xe88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xece6 at the offset 0xe98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9114 at the offset 0xea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecf5 at the offset 0xeb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x912b at the offset 0xeb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed06 at the offset 0xec8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5846 at the offset 0xed0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed14 at the offset 0xee0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5477 at the offset 0xee8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed31 at the offset 0xef8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x54d7 at the offset 0xf00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed4e at the offset 0xf10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1291 at the offset 0xf18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed60 at the offset 0xf28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5bf1 at the offset 0xf30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed6c at the offset 0xf40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x598c at the offset 0xf48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed7a at the offset 0xf58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12bb at the offset 0xf60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed8e at the offset 0xf70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9845 at the offset 0xf78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed9a at the offset 0xf88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97ca at the offset 0xf90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeda7 at the offset 0xfa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a35 at the offset 0xfa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedb3 at the offset 0xfb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f5b at the offset 0xfc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedc3 at the offset 0xfd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12560 at the offset 0xfd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedd0 at the offset 0xfe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12550 at the offset 0xff0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeddd at the offset 0x1000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x90e0 at the offset 0x1008.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedf2 at the offset 0x1018.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x107f0 at the offset 0x1020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee00 at the offset 0x1030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12520 at the offset 0x1038.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee19 at the offset 0x1048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xadd9 at the offset 0x1050.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee33 at the offset 0x1060.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xae88 at the offset 0x1068.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee4d at the offset 0x1078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb434 at the offset 0x1080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee65 at the offset 0x1090.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb3c7 at the offset 0x1098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee7c at the offset 0x10a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6a8 at the offset 0x10b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee94 at the offset 0x10c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb21e at the offset 0x10c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeea9 at the offset 0x10d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x140d at the offset 0x10e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeec2 at the offset 0x10f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1345 at the offset 0x10f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeed3 at the offset 0x1108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1320 at the offset 0x1110.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeee9 at the offset 0x1120.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1095 at the offset 0x1128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef05 at the offset 0x1138.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8827 at the offset 0x1140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef16 at the offset 0x1150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa6b3 at the offset 0x1158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef22 at the offset 0x1168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa702 at the offset 0x1170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef2f at the offset 0x1180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99a at the offset 0x1188.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef45 at the offset 0x1198.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x980c at the offset 0x11a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef50 at the offset 0x11b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa760 at the offset 0x11b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef62 at the offset 0x11c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5e85 at the offset 0x11d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef6f at the offset 0x11e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2eac at the offset 0x11e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef7b at the offset 0x11f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc08 at the offset 0x1200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef88 at the offset 0x1210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x61f3 at the offset 0x1218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefa7 at the offset 0x1228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6107 at the offset 0x1230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefc2 at the offset 0x1240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x861d at the offset 0x1248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefde at the offset 0x1258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa86e at the offset 0x1260.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefec at the offset 0x1270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98b8 at the offset 0x1278.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeff8 at the offset 0x1288.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9865 at the offset 0x1290.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf004 at the offset 0x12a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x97f9 at the offset 0x12a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf010 at the offset 0x12b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9abd at the offset 0x12c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf01c at the offset 0x12d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9aac at the offset 0x12d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf028 at the offset 0x12e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9881 at the offset 0x12f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf035 at the offset 0x1300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b05 at the offset 0x1308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf042 at the offset 0x1318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98cc at the offset 0x1320.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf04f at the offset 0x1330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0ed at the offset 0x1338.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf05c at the offset 0x1348.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9bbb at the offset 0x1350.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf06a at the offset 0x1360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9946 at the offset 0x1368.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf077 at the offset 0x1378.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf608 at the offset 0x1380.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf091 at the offset 0x1390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b8 at the offset 0x1398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0a2 at the offset 0x13a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c8 at the offset 0x13b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0bc at the offset 0x13c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf609 at the offset 0x13c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0d3 at the offset 0x13d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6c0 at the offset 0x13e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0e5 at the offset 0x13f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c6b0 at the offset 0x13f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf100 at the offset 0x1408.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12528 at the offset 0x1410.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf113 at the offset 0x1420.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12530 at the offset 0x1428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf121 at the offset 0x1438.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x624c at the offset 0x1440.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf139 at the offset 0x1450.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbf96 at the offset 0x1458.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf14c at the offset 0x1468.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa5c6 at the offset 0x1470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf159 at the offset 0x1480.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa85a at the offset 0x1488.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf168 at the offset 0x1498.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa94b at the offset 0x14a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf177 at the offset 0x14b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0x14b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf182 at the offset 0x14c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8b3 at the offset 0x14d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf192 at the offset 0x14e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c02 at the offset 0x14e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf19e at the offset 0x14f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58d0 at the offset 0x1500.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1a5 at the offset 0x1510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58b8 at the offset 0x1518.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1ac at the offset 0x1528.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c4 at the offset 0x1530.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1b4 at the offset 0x1540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58dc at the offset 0x1548.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: translating the relocation section .rela.text.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1033.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1070.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1084.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1114.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x113a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x115a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1165.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x127a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1287.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x129c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12ee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x130f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1359.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x141c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1506.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x158f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x15a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x15da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x15eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x15fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x160e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1634.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1657.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1664.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x170c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x171d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1727.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x17b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x17ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x17f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1814.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1823.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1850.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x185b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1866.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1893.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18d4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1928.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1945.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1956.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1983.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1991.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x199f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a3b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1abf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ac9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b3a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b9c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1bd1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1bea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c7d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1cbf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1cd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d1a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d49.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1dce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1df0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e1f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ea4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ec4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ece.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1edd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ee7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1fb3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x200d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 248 bytes of a fixup block starting at 0x1000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2028.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x205c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2087.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x20a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x214e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x217a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x219e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x21ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x21eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x21f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2204.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x220e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x222a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x224c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2265.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x227c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2295.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x230e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2349.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2379.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x243f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2449.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2455.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2481.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x24db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x24f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x253d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2559.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2565.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2582.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x258e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x25b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x261b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2625.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2656.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2679.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x268c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x26fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x271e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2739.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2754.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x278a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x27cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x27dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x27fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2823.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2841.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x286b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2878.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2899.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2910.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2a37.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2a57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2a99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ab4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2c4c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2c5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2c9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2cd2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2cf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2d19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2d5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2d90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2dae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2dc6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2dee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2df8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e27.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e6f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ea2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2eb4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ec0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2edb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2eef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2efb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f24.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f7d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2fbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2fcd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2feb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ffd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 224 bytes of a fixup block starting at 0x2000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3032.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x304a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3063.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x307f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x30cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x30fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3105.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3117.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3133.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x316c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x31f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3204.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3217.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3237.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x325d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x327e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x328a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3294.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32e3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3311.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x331b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x332a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3388.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3399.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x33d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x33eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3431.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3442.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3451.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3499.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x34c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x34df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x355d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3567.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x35db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x35ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x361d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x363a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3658.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x36c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x36d4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x36e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3715.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3728.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x373f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3754.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3766.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3775.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x379b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3805.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x381b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3853.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x387e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3890.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x390b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3926.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x393d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3961.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3979.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x39ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x39f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3a75.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3a98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3abc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ad6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ae5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b84.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ba3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3bad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3be4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3bee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c47.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c7b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3cba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3cd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ce8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ea7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ec5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ecf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ed9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ee5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ef1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f01.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f3a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f75.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f8a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3fad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3fca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3fe4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ff1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 256 bytes of a fixup block starting at 0x3000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x404a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x40ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x40c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x40d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x411d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x413e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4161.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x418b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x421a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x422b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x426d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42a2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x432c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4342.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4352.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4381.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4394.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4422.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4446.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x44a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x44c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x44e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x44f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4502.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x450c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4519.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4523.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x453a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x454f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4560.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4571.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4584.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4596.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x460d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x461a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x464e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x465f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x466b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x467c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4691.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4712.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x471c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4756.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4766.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4777.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x479d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47ea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4817.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x482f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x487e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x488a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x48f2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a6d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b05.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b4d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4bd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c8b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4cae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4cd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4da4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4db7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4dd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4dea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4dfc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e1b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e74.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e81.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4eab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ed5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ef5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f4f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f8f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4fb2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4fc6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4fdc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4fee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5008.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 280 bytes of a fixup block starting at 0x4000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x501d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5039.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5153.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5193.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x51a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x51db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5202.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x520d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x521b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5227.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5236.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x524a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5272.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x527c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x528c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x529b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x532a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5334.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x534b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x539f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x53b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x53cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x53ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5412.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x541f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5437.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x547c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x54a2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x54ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x54dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5502.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x550c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x556d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5579.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5588.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5653.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x565d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5691.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x569b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5722.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5731.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x573b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5753.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x575e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x576f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5807.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5811.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5849.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5853.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5863.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x586d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5879.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5883.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x588d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x589a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58af.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5900.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5944.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5950.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x595f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5974.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5980.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5995.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x59e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a39.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a45.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a5e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5b68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5b79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ba3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5bbf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5bcf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5be0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5bf6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c9d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ca9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5d84.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5df2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5e3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5e9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5eb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ecb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ef6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5fb3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5fe4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x601f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 272 bytes of a fixup block starting at 0x5000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x604a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x605a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60c4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6155.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6163.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6183.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x61f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x621f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x623e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x626a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6279.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x628a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6294.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6303.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x630f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6319.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6325.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x633c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6359.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6374.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x638b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6409.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x641e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6430.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x643a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6446.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6455.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6464.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6481.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6492.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6516.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6522.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x653c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6556.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6567.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x657d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6596.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x660e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6622.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x662c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x663b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6645.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x664f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6659.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x666b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6676.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6680.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x668a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6747.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6751.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x676a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6774.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6785.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x679a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x67b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x67cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x67dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6806.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6827.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6837.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6855.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x688b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x689f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x694d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6990.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x69dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x69fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6a30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6a44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6a5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6aa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6afc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6b5c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6b79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6b93.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ba4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6bc2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6bd9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d16.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d2d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6dcb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6de6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6df6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e1c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e31.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e66.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e7f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ead.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6eb7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ec3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f92.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fe7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ff4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7024.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 312 bytes of a fixup block starting at 0x6000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x704e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7061.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x707a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7086.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7099.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7111.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7143.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7167.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7178.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7184.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x71a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x721e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x722f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7279.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x728a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x729a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7320.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7386.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x73dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7492.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x74b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x74f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7513.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7569.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x757b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x75a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x762f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7641.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7653.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7686.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x769e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x76a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x76ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7716.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7752.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x77b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x77d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x77f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x785b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x790c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x791d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x792e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7947.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x796c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x797d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7993.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a01.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a29.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a47.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a5c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a6d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a7f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a97.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ab5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7acd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ae3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7afe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7bd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7c3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7c92.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ca9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ccb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7d15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7d94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7dd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7de8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7e68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7eb5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ec4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ed3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7edd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f55.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f66.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f9e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7faf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x800c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 232 bytes of a fixup block starting at 0x7000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x801b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8042.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x804c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x805b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x806e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8087.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x809a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8115.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x813e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8163.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8186.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8190.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x81b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x81c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x81ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8233.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8246.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8263.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x826d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x827e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8297.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8306.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x831d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8331.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x837f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x838b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x83c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x83f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x841a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8430.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x844b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8472.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x84c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x84d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x84e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x851a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x854a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x85bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x862b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x864d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x865c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8681.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8696.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x870a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8723.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x872d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8742.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x875b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8767.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8803.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8816.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x882a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8839.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8843.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x884f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x885c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x886a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8876.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8886.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8895.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x890d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8933.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8961.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8972.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x89ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8abe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8ae8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8afb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8bb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8bd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8bf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8c04.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8c30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8d29.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8d86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8db9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8df6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e4f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8eab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8ebc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8ee4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f9d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8faf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fb9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fd4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 288 bytes of a fixup block starting at 0x8000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9015.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9047.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9051.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9088.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x90b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x90c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x90e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x915a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x918f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91af.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9206.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x921d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9227.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9239.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x928f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9299.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x92ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x92c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x92e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9328.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x935b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9365.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x936f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x937b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x938a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93eb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9409.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9434.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x943e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9455.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x945f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x946b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9475.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9484.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94e3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9542.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x955d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x959c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9602.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x960c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9620.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9639.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9649.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9659.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9668.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9674.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9687.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9698.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9701.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x971c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x972b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x973d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x974c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x975e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x976e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x978f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x979b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x97bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x980f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x981d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9907.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9949.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x99da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x99e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x99ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9a0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9ac5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9ad5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9af5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9bcd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9c2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9c82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9c93.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9cba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9cc9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9d49.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9df1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e1d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e34.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e7e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9eaa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9ec5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa040.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 232 bytes of a fixup block starting at 0x9000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa055.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa0ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa0ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa1b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa346.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa3a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa4e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa5ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa5d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa5e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa5ea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa60e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa62b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa63f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa674.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa683.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa697.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa6f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa73d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa751.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa772.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa796.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa7a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa7d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa7de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa807.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa829.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa83a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa861.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa8a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa8b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa8d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa903.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa91a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa93c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa98b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa9b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa9c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa9e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa3c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaaa5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaae8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaafc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab16.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab32.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab4c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xabb1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xabc6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xabed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xabf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaccc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xacf7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad2b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad72.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad92.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xada4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaddf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadfb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xae9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaf11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaf6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaf87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaf96.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xafa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xafe1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaff7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb01e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 184 bytes of a fixup block starting at 0xa000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb044.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb065.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb07f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb0a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb0b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb0da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb10b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb137.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb143.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb15f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb16e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb17e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb19a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb203.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb292.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb2c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb2da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb2fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb33a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb354.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb3cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb3fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb40f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb43e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb45c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb466.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb482.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb58e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb5cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb5e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb5f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb602.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb614.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb623.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb64e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb663.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb688.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb6bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb717.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb728.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb749.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb773.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb7b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb7dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb801.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb80e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb83e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb84a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb856.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb86b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb877.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb888.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb89d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8cf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb904.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb916.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb93f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb95d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb979.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb997.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba03.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba4e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba5f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbaab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbae5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbafe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb76.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb9e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbbb1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbbee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc0b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc3d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc7e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbcc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbce7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbcf1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbdb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbddb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbdec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe39.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbea5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbeb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbf63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbf7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbfaa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbfb4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbfc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbfcd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbfda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc00f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 264 bytes of a fixup block starting at 0xb000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc019.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc026.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc031.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: translating the relocation section .rela.rodata.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 16 bytes of a fixup block starting at 0xc000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd008.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd010.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd018.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd028.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd038.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd040.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd050.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd058.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd060.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd068.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd070.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd088.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd090.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd148.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd160.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd178.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd188.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd190.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd198.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: translating the relocation section .rela.data.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf1c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 88 bytes of a fixup block starting at 0xd000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf1d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf1d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf1e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf1e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf1f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf288.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf298.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf2a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf2a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf2b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf2b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf2c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf310.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf328.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf410.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf418.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf440.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf480.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf488.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf4b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf630.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf648.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf650.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf680.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf688.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf698.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf6f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf710.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf728.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf730.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf740.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf748.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf758.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf760.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf770.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf778.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf790.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf800.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf818.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf820.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf830.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf838.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf848.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf850.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf860.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf868.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf878.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf880.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf890.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf898.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf908.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf910.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf920.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf928.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf938.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf940.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf950.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf958.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf968.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf970.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf980.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf988.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf998.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfaa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfaa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfab8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfac0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfad0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfae8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfaf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfba8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfca0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfce0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfce8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfda0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfda8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfde8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfea8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfeb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfec0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfec8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfed8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfee0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfef0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfef8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfff8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 480 bytes of a fixup block starting at 0xf000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10010.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10018.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10028.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10040.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10058.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10060.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10070.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10088.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10090.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10100.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10118.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10120.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10130.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10138.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10148.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10160.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10178.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10190.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10198.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10208.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10220.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10238.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10250.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10288.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10298.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10310.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10328.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10348.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10358.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10370.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10378.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10388.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10400.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10408.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10418.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10420.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10430.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10438.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10448.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10450.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10460.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10468.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10478.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10480.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10490.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10498.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10508.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10520.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10528.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10538.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10550.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10558.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10568.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10580.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10588.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10610.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10628.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10630.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10648.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10658.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10660.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10670.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10678.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10688.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10690.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding 205 padding fixup entries.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 720 bytes of a fixup block starting at 0x10000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/fshelp.mod.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ext2.mod.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_gpt.mod.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: kernel_img=0xe85930, kernel_size=0x1c000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the core size is 0x202a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 0x23000 bytes.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/boot/grub/x86_64-efi/core.efi' -> `/boot/efi/EFI/grub/grubx64.efi'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Registering with EFI: distributor = `grub', path = `\EFI\grub\grubx64.efi', ESP at hostdisk//dev/nvme0n1,gpt1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: executing /gnu/store/0aam8nidmspj06v3wr1s70i88xawvpvj-efibootmgr-17/sbin/efibootmgr --version </dev/null >/dev/null.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: executing modprobe -q efivars.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: executing /gnu/store/0aam8nidmspj06v3wr1s70i88xawvpvj-efibootmgr-17/sbin/efibootmgr -b 0000 -B.
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0001,001B,001C,0019,001A,001D,001E,001F,0020,0002
Boot0001* Guix
Boot0002* Linux-Firmware-Updater
Boot0010  Setup
Boot0011  Boot Menu
Boot0012  Diagnostic Splash Screen
Boot0013  Lenovo Diagnostics
Boot0014  Regulatory Information
Boot0015  ThinkShield secure wipe
Boot0016  Startup Interrupt Menu
Boot0017  Rescue and Recovery
Boot0018  MEBx Hot Key
Boot0019* USB CD
Boot001A* USB FDD
Boot001B* NVMe0
Boot001C* USB HDD
Boot001D* PXE BOOT
Boot001E* LENOVO CLOUD
Boot001F  Other CD
Boot0020  Other HDD
Boot0023* ATA HDD
Boot0024* ATAPI CD
Boot0025* IDER BOOT CDROM
Boot0026* IDER BOOT Floppy
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: executing /gnu/store/0aam8nidmspj06v3wr1s70i88xawvpvj-efibootmgr-17/sbin/efibootmgr -c -d /dev/nvme0n1 -p 1 -w -L grub -l \EFI\grub\grubx64.efi.
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0001,001B,001C,0019,001A,001D,001E,001F,0020,0002
Boot0001* Guix
Boot0002* Linux-Firmware-Updater
Boot0010  Setup
Boot0011  Boot Menu
Boot0012  Diagnostic Splash Screen
Boot0013  Lenovo Diagnostics
Boot0014  Regulatory Information
Boot0015  ThinkShield secure wipe
Boot0016  Startup Interrupt Menu
Boot0017  Rescue and Recovery
Boot0018  MEBx Hot Key
Boot0019* USB CD
Boot001A* USB FDD
Boot001B* NVMe0
Boot001C* USB HDD
Boot001D* PXE BOOT
Boot001E* LENOVO CLOUD
Boot001F  Other CD
Boot0020  Other HDD
Boot0023* ATA HDD
Boot0024* ATAPI CD
Boot0025* IDER BOOT CDROM
Boot0026* IDER BOOT Floppy
Boot0000* grub
Installation finished. No error reported.

[-- Attachment #3: core.log --]
[-- Type: application/octet-stream, Size: 1178190 bytes --]

/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: executing modprobe efivars 2>/dev/null.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /sys/firmware/efi ...
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: ...found.
Installing for x86_64-efi platform.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 is not present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/ru/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ru.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/en@piglatin/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@piglatin.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/ko/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ko.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/de_CH/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de_CH.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/zh_CN/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_CN.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/uk/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/uk.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/sr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sr.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/hu/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hu.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/fi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fi.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/id/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/id.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/zh_TW/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/zh_TW.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/ast/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ast.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/pt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/ja/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ja.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/pa/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pa.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/gl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/gl.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/en@arabic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@arabic.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/hr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/hr.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/pl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pl.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/fr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/fr.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/sv/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sv.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/es/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/es.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/da/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/da.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/de/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/it/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/it.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/tr/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/tr.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/nl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nl.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/eo/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/eo.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/lg/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lg.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/ro/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ro.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/vi/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/vi.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/sl/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/sl.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/en@quot/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@quot.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/en@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@hebrew.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/lt/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/lt.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/nb/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/nb.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/de@hebrew/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/de@hebrew.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/ca/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/ca.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/en@cyrillic/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@cyrillic.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/en@greek/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/en@greek.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/locale/pt_BR/LC_MESSAGES/grub.mo' -> `/boot/grub/locale/pt_BR.mo'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/all_video.mod' -> `/boot/grub/x86_64-efi/all_video.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minix2.mod' -> `/boot/grub/x86_64-efi/minix2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/zstd.mod' -> `/boot/grub/x86_64-efi/zstd.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/font.mod' -> `/boot/grub/x86_64-efi/font.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_tiger.mod' -> `/boot/grub/x86_64-efi/gcry_tiger.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/at_keyboard.mod' -> `/boot/grub/x86_64-efi/at_keyboard.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_sha256.mod' -> `/boot/grub/x86_64-efi/gcry_sha256.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/search_label.mod' -> `/boot/grub/x86_64-efi/search_label.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gfxterm_menu.mod' -> `/boot/grub/x86_64-efi/gfxterm_menu.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/setjmp_test.mod' -> `/boot/grub/x86_64-efi/setjmp_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/setpci.mod' -> `/boot/grub/x86_64-efi/setpci.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/pbkdf2.mod' -> `/boot/grub/x86_64-efi/pbkdf2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ext2.mod' -> `/boot/grub/x86_64-efi/ext2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_whirlpool.mod' -> `/boot/grub/x86_64-efi/gcry_whirlpool.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/acpi.mod' -> `/boot/grub/x86_64-efi/acpi.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/random.mod' -> `/boot/grub/x86_64-efi/random.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/search_fs_uuid.mod' -> `/boot/grub/x86_64-efi/search_fs_uuid.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/videotest.mod' -> `/boot/grub/x86_64-efi/videotest.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/loadbios.mod' -> `/boot/grub/x86_64-efi/loadbios.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/halt.mod' -> `/boot/grub/x86_64-efi/halt.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ctz_test.mod' -> `/boot/grub/x86_64-efi/ctz_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ufs1.mod' -> `/boot/grub/x86_64-efi/ufs1.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/aout.mod' -> `/boot/grub/x86_64-efi/aout.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/xzio.mod' -> `/boot/grub/x86_64-efi/xzio.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/eval.mod' -> `/boot/grub/x86_64-efi/eval.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/uhci.mod' -> `/boot/grub/x86_64-efi/uhci.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_sha512.mod' -> `/boot/grub/x86_64-efi/gcry_sha512.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/reiserfs.mod' -> `/boot/grub/x86_64-efi/reiserfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/video_colors.mod' -> `/boot/grub/x86_64-efi/video_colors.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/tftp.mod' -> `/boot/grub/x86_64-efi/tftp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cat.mod' -> `/boot/grub/x86_64-efi/cat.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/macho.mod' -> `/boot/grub/x86_64-efi/macho.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/affs.mod' -> `/boot/grub/x86_64-efi/affs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/crypto.mod' -> `/boot/grub/x86_64-efi/crypto.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/loadenv.mod' -> `/boot/grub/x86_64-efi/loadenv.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minix3.mod' -> `/boot/grub/x86_64-efi/minix3.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/mul_test.mod' -> `/boot/grub/x86_64-efi/mul_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_md4.mod' -> `/boot/grub/x86_64-efi/gcry_md4.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lsefisystab.mod' -> `/boot/grub/x86_64-efi/lsefisystab.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efifwsetup.mod' -> `/boot/grub/x86_64-efi/efifwsetup.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usbms.mod' -> `/boot/grub/x86_64-efi/usbms.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_serpent.mod' -> `/boot/grub/x86_64-efi/gcry_serpent.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/file.mod' -> `/boot/grub/x86_64-efi/file.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lzopio.mod' -> `/boot/grub/x86_64-efi/lzopio.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/search_fs_file.mod' -> `/boot/grub/x86_64-efi/search_fs_file.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/zfs.mod' -> `/boot/grub/x86_64-efi/zfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hfs.mod' -> `/boot/grub/x86_64-efi/hfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/udf.mod' -> `/boot/grub/x86_64-efi/udf.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/procfs.mod' -> `/boot/grub/x86_64-efi/procfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cryptodisk.mod' -> `/boot/grub/x86_64-efi/cryptodisk.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/json.mod' -> `/boot/grub/x86_64-efi/json.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/f2fs.mod' -> `/boot/grub/x86_64-efi/f2fs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/signature_test.mod' -> `/boot/grub/x86_64-efi/signature_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/functional_test.mod' -> `/boot/grub/x86_64-efi/functional_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/zfscrypt.mod' -> `/boot/grub/x86_64-efi/zfscrypt.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/legacycfg.mod' -> `/boot/grub/x86_64-efi/legacycfg.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_dfly.mod' -> `/boot/grub/x86_64-efi/part_dfly.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/video_fb.mod' -> `/boot/grub/x86_64-efi/video_fb.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/videotest_checksum.mod' -> `/boot/grub/x86_64-efi/videotest_checksum.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_dsa.mod' -> `/boot/grub/x86_64-efi/gcry_dsa.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gettext.mod' -> `/boot/grub/x86_64-efi/gettext.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efinet.mod' -> `/boot/grub/x86_64-efi/efinet.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cs5536.mod' -> `/boot/grub/x86_64-efi/cs5536.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/archelp.mod' -> `/boot/grub/x86_64-efi/archelp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_md5.mod' -> `/boot/grub/x86_64-efi/gcry_md5.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/mdraid1x.mod' -> `/boot/grub/x86_64-efi/mdraid1x.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/geli.mod' -> `/boot/grub/x86_64-efi/geli.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ldm.mod' -> `/boot/grub/x86_64-efi/ldm.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cpio.mod' -> `/boot/grub/x86_64-efi/cpio.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/raid5rec.mod' -> `/boot/grub/x86_64-efi/raid5rec.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/chain.mod' -> `/boot/grub/x86_64-efi/chain.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gzio.mod' -> `/boot/grub/x86_64-efi/gzio.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/spkmodem.mod' -> `/boot/grub/x86_64-efi/spkmodem.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/png.mod' -> `/boot/grub/x86_64-efi/png.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/tar.mod' -> `/boot/grub/x86_64-efi/tar.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cbmemc.mod' -> `/boot/grub/x86_64-efi/cbmemc.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/luks.mod' -> `/boot/grub/x86_64-efi/luks.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ehci.mod' -> `/boot/grub/x86_64-efi/ehci.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/morse.mod' -> `/boot/grub/x86_64-efi/morse.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hdparm.mod' -> `/boot/grub/x86_64-efi/hdparm.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cmp.mod' -> `/boot/grub/x86_64-efi/cmp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_msdos.mod' -> `/boot/grub/x86_64-efi/part_msdos.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hexdump.mod' -> `/boot/grub/x86_64-efi/hexdump.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usbtest.mod' -> `/boot/grub/x86_64-efi/usbtest.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minix.mod' -> `/boot/grub/x86_64-efi/minix.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efi_gop.mod' -> `/boot/grub/x86_64-efi/efi_gop.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/squash4.mod' -> `/boot/grub/x86_64-efi/squash4.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/bitmap.mod' -> `/boot/grub/x86_64-efi/bitmap.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/offsetio.mod' -> `/boot/grub/x86_64-efi/offsetio.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_des.mod' -> `/boot/grub/x86_64-efi/gcry_des.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/zfsinfo.mod' -> `/boot/grub/x86_64-efi/zfsinfo.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_acorn.mod' -> `/boot/grub/x86_64-efi/part_acorn.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_cast5.mod' -> `/boot/grub/x86_64-efi/gcry_cast5.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hello.mod' -> `/boot/grub/x86_64-efi/hello.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/appleldr.mod' -> `/boot/grub/x86_64-efi/appleldr.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minix2_be.mod' -> `/boot/grub/x86_64-efi/minix2_be.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/extcmd.mod' -> `/boot/grub/x86_64-efi/extcmd.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/div.mod' -> `/boot/grub/x86_64-efi/div.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/afsplitter.mod' -> `/boot/grub/x86_64-efi/afsplitter.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cbtable.mod' -> `/boot/grub/x86_64-efi/cbtable.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/macbless.mod' -> `/boot/grub/x86_64-efi/macbless.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lsmmap.mod' -> `/boot/grub/x86_64-efi/lsmmap.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/pbkdf2_test.mod' -> `/boot/grub/x86_64-efi/pbkdf2_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cpio_be.mod' -> `/boot/grub/x86_64-efi/cpio_be.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lsefi.mod' -> `/boot/grub/x86_64-efi/lsefi.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_seed.mod' -> `/boot/grub/x86_64-efi/gcry_seed.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/romfs.mod' -> `/boot/grub/x86_64-efi/romfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hashsum.mod' -> `/boot/grub/x86_64-efi/hashsum.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usbserial_common.mod' -> `/boot/grub/x86_64-efi/usbserial_common.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usb_keyboard.mod' -> `/boot/grub/x86_64-efi/usb_keyboard.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/elf.mod' -> `/boot/grub/x86_64-efi/elf.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_dvh.mod' -> `/boot/grub/x86_64-efi/part_dvh.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/iorw.mod' -> `/boot/grub/x86_64-efi/iorw.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/tga.mod' -> `/boot/grub/x86_64-efi/tga.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ohci.mod' -> `/boot/grub/x86_64-efi/ohci.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/xfs.mod' -> `/boot/grub/x86_64-efi/xfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lsefimmap.mod' -> `/boot/grub/x86_64-efi/lsefimmap.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/mpi.mod' -> `/boot/grub/x86_64-efi/mpi.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_blowfish.mod' -> `/boot/grub/x86_64-efi/gcry_blowfish.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/tr.mod' -> `/boot/grub/x86_64-efi/tr.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gfxterm_background.mod' -> `/boot/grub/x86_64-efi/gfxterm_background.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/bswap_test.mod' -> `/boot/grub/x86_64-efi/bswap_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/read.mod' -> `/boot/grub/x86_64-efi/read.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/trig.mod' -> `/boot/grub/x86_64-efi/trig.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/shift_test.mod' -> `/boot/grub/x86_64-efi/shift_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/testload.mod' -> `/boot/grub/x86_64-efi/testload.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_bsd.mod' -> `/boot/grub/x86_64-efi/part_bsd.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/bsd.mod' -> `/boot/grub/x86_64-efi/bsd.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/keylayouts.mod' -> `/boot/grub/x86_64-efi/keylayouts.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/videoinfo.mod' -> `/boot/grub/x86_64-efi/videoinfo.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/setjmp.mod' -> `/boot/grub/x86_64-efi/setjmp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/syslinuxcfg.mod' -> `/boot/grub/x86_64-efi/syslinuxcfg.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/nativedisk.mod' -> `/boot/grub/x86_64-efi/nativedisk.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ls.mod' -> `/boot/grub/x86_64-efi/ls.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_rijndael.mod' -> `/boot/grub/x86_64-efi/gcry_rijndael.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/pcidump.mod' -> `/boot/grub/x86_64-efi/pcidump.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_rfc2268.mod' -> `/boot/grub/x86_64-efi/gcry_rfc2268.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_sunpc.mod' -> `/boot/grub/x86_64-efi/part_sunpc.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/normal.mod' -> `/boot/grub/x86_64-efi/normal.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ufs2.mod' -> `/boot/grub/x86_64-efi/ufs2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_camellia.mod' -> `/boot/grub/x86_64-efi/gcry_camellia.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/fat.mod' -> `/boot/grub/x86_64-efi/fat.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/blocklist.mod' -> `/boot/grub/x86_64-efi/blocklist.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/nilfs2.mod' -> `/boot/grub/x86_64-efi/nilfs2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/xnu_uuid.mod' -> `/boot/grub/x86_64-efi/xnu_uuid.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/keystatus.mod' -> `/boot/grub/x86_64-efi/keystatus.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_gpt.mod' -> `/boot/grub/x86_64-efi/part_gpt.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ahci.mod' -> `/boot/grub/x86_64-efi/ahci.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_amiga.mod' -> `/boot/grub/x86_64-efi/part_amiga.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/newc.mod' -> `/boot/grub/x86_64-efi/newc.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usb.mod' -> `/boot/grub/x86_64-efi/usb.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/sleep.mod' -> `/boot/grub/x86_64-efi/sleep.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/backtrace.mod' -> `/boot/grub/x86_64-efi/backtrace.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_arcfour.mod' -> `/boot/grub/x86_64-efi/gcry_arcfour.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/help.mod' -> `/boot/grub/x86_64-efi/help.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/smbios.mod' -> `/boot/grub/x86_64-efi/smbios.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/reboot.mod' -> `/boot/grub/x86_64-efi/reboot.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/rdmsr.mod' -> `/boot/grub/x86_64-efi/rdmsr.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/net.mod' -> `/boot/grub/x86_64-efi/net.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/linux16.mod' -> `/boot/grub/x86_64-efi/linux16.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/terminal.mod' -> `/boot/grub/x86_64-efi/terminal.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hfspluscomp.mod' -> `/boot/grub/x86_64-efi/hfspluscomp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/jpeg.mod' -> `/boot/grub/x86_64-efi/jpeg.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cbls.mod' -> `/boot/grub/x86_64-efi/cbls.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/boot.mod' -> `/boot/grub/x86_64-efi/boot.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gfxmenu.mod' -> `/boot/grub/x86_64-efi/gfxmenu.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ata.mod' -> `/boot/grub/x86_64-efi/ata.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/crc64.mod' -> `/boot/grub/x86_64-efi/crc64.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/pata.mod' -> `/boot/grub/x86_64-efi/pata.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cbtime.mod' -> `/boot/grub/x86_64-efi/cbtime.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/regexp.mod' -> `/boot/grub/x86_64-efi/regexp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_apple.mod' -> `/boot/grub/x86_64-efi/part_apple.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/test.mod' -> `/boot/grub/x86_64-efi/test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/fshelp.mod' -> `/boot/grub/x86_64-efi/fshelp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ntfscomp.mod' -> `/boot/grub/x86_64-efi/ntfscomp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/btrfs.mod' -> `/boot/grub/x86_64-efi/btrfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/div_test.mod' -> `/boot/grub/x86_64-efi/div_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/mdraid09.mod' -> `/boot/grub/x86_64-efi/mdraid09.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ntfs.mod' -> `/boot/grub/x86_64-efi/ntfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/bitmap_scale.mod' -> `/boot/grub/x86_64-efi/bitmap_scale.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/relocator.mod' -> `/boot/grub/x86_64-efi/relocator.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cmdline_cat_test.mod' -> `/boot/grub/x86_64-efi/cmdline_cat_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/terminfo.mod' -> `/boot/grub/x86_64-efi/terminfo.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/scsi.mod' -> `/boot/grub/x86_64-efi/scsi.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_sun.mod' -> `/boot/grub/x86_64-efi/part_sun.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/bfs.mod' -> `/boot/grub/x86_64-efi/bfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/exfctest.mod' -> `/boot/grub/x86_64-efi/exfctest.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/bufio.mod' -> `/boot/grub/x86_64-efi/bufio.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/progress.mod' -> `/boot/grub/x86_64-efi/progress.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/priority_queue.mod' -> `/boot/grub/x86_64-efi/priority_queue.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/mdraid09_be.mod' -> `/boot/grub/x86_64-efi/mdraid09_be.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_plan.mod' -> `/boot/grub/x86_64-efi/part_plan.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/linux.mod' -> `/boot/grub/x86_64-efi/linux.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/multiboot.mod' -> `/boot/grub/x86_64-efi/multiboot.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/fixvideo.mod' -> `/boot/grub/x86_64-efi/fixvideo.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/play.mod' -> `/boot/grub/x86_64-efi/play.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efi_uga.mod' -> `/boot/grub/x86_64-efi/efi_uga.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gfxterm.mod' -> `/boot/grub/x86_64-efi/gfxterm.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/datetime.mod' -> `/boot/grub/x86_64-efi/datetime.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/pgp.mod' -> `/boot/grub/x86_64-efi/pgp.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_rmd160.mod' -> `/boot/grub/x86_64-efi/gcry_rmd160.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usbserial_usbdebug.mod' -> `/boot/grub/x86_64-efi/usbserial_usbdebug.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/dm_nv.mod' -> `/boot/grub/x86_64-efi/dm_nv.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/memrw.mod' -> `/boot/grub/x86_64-efi/memrw.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/testspeed.mod' -> `/boot/grub/x86_64-efi/testspeed.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minix_be.mod' -> `/boot/grub/x86_64-efi/minix_be.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/disk.mod' -> `/boot/grub/x86_64-efi/disk.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/iso9660.mod' -> `/boot/grub/x86_64-efi/iso9660.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/configfile.mod' -> `/boot/grub/x86_64-efi/configfile.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lsacpi.mod' -> `/boot/grub/x86_64-efi/lsacpi.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/odc.mod' -> `/boot/grub/x86_64-efi/odc.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minicmd.mod' -> `/boot/grub/x86_64-efi/minicmd.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usbserial_pl2303.mod' -> `/boot/grub/x86_64-efi/usbserial_pl2303.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_idea.mod' -> `/boot/grub/x86_64-efi/gcry_idea.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/tpm.mod' -> `/boot/grub/x86_64-efi/tpm.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_sha1.mod' -> `/boot/grub/x86_64-efi/gcry_sha1.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cpuid.mod' -> `/boot/grub/x86_64-efi/cpuid.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/test_blockarg.mod' -> `/boot/grub/x86_64-efi/test_blockarg.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/hfsplus.mod' -> `/boot/grub/x86_64-efi/hfsplus.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/memdisk.mod' -> `/boot/grub/x86_64-efi/memdisk.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/sfs.mod' -> `/boot/grub/x86_64-efi/sfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/video.mod' -> `/boot/grub/x86_64-efi/video.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_twofish.mod' -> `/boot/grub/x86_64-efi/gcry_twofish.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/sleep_test.mod' -> `/boot/grub/x86_64-efi/sleep_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_rsa.mod' -> `/boot/grub/x86_64-efi/gcry_rsa.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/multiboot2.mod' -> `/boot/grub/x86_64-efi/multiboot2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gcry_crc.mod' -> `/boot/grub/x86_64-efi/gcry_crc.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/afs.mod' -> `/boot/grub/x86_64-efi/afs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/exfat.mod' -> `/boot/grub/x86_64-efi/exfat.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/echo.mod' -> `/boot/grub/x86_64-efi/echo.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/true.mod' -> `/boot/grub/x86_64-efi/true.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/serial.mod' -> `/boot/grub/x86_64-efi/serial.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/xnu_uuid_test.mod' -> `/boot/grub/x86_64-efi/xnu_uuid_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/msdospart.mod' -> `/boot/grub/x86_64-efi/msdospart.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/video_cirrus.mod' -> `/boot/grub/x86_64-efi/video_cirrus.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/xnu.mod' -> `/boot/grub/x86_64-efi/xnu.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/adler32.mod' -> `/boot/grub/x86_64-efi/adler32.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/usbserial_ftdi.mod' -> `/boot/grub/x86_64-efi/usbserial_ftdi.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/http.mod' -> `/boot/grub/x86_64-efi/http.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/probe.mod' -> `/boot/grub/x86_64-efi/probe.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cbfs.mod' -> `/boot/grub/x86_64-efi/cbfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/password_pbkdf2.mod' -> `/boot/grub/x86_64-efi/password_pbkdf2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lssal.mod' -> `/boot/grub/x86_64-efi/lssal.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/luks2.mod' -> `/boot/grub/x86_64-efi/luks2.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/cmp_test.mod' -> `/boot/grub/x86_64-efi/cmp_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/diskfilter.mod' -> `/boot/grub/x86_64-efi/diskfilter.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/password.mod' -> `/boot/grub/x86_64-efi/password.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/loopback.mod' -> `/boot/grub/x86_64-efi/loopback.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/video_bochs.mod' -> `/boot/grub/x86_64-efi/video_bochs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ufs1_be.mod' -> `/boot/grub/x86_64-efi/ufs1_be.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/strtoull_test.mod' -> `/boot/grub/x86_64-efi/strtoull_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/minix3_be.mod' -> `/boot/grub/x86_64-efi/minix3_be.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lspci.mod' -> `/boot/grub/x86_64-efi/lspci.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/legacy_password_test.mod' -> `/boot/grub/x86_64-efi/legacy_password_test.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/date.mod' -> `/boot/grub/x86_64-efi/date.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/raid6rec.mod' -> `/boot/grub/x86_64-efi/raid6rec.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/parttool.mod' -> `/boot/grub/x86_64-efi/parttool.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/time.mod' -> `/boot/grub/x86_64-efi/time.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/datehook.mod' -> `/boot/grub/x86_64-efi/datehook.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/search.mod' -> `/boot/grub/x86_64-efi/search.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/jfs.mod' -> `/boot/grub/x86_64-efi/jfs.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/gptsync.mod' -> `/boot/grub/x86_64-efi/gptsync.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/mmap.mod' -> `/boot/grub/x86_64-efi/mmap.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/lvm.mod' -> `/boot/grub/x86_64-efi/lvm.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/wrmsr.mod' -> `/boot/grub/x86_64-efi/wrmsr.mod'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efiemu32.o' -> `/boot/grub/x86_64-efi/efiemu32.o'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: cannot open `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efiemu32.o': No such file or directory.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efiemu64.o' -> `/boot/grub/x86_64-efi/efiemu64.o'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: cannot open `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/efiemu64.o': No such file or directory.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/moddep.lst' -> `/boot/grub/x86_64-efi/moddep.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/command.lst' -> `/boot/grub/x86_64-efi/command.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/fs.lst' -> `/boot/grub/x86_64-efi/fs.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/partmap.lst' -> `/boot/grub/x86_64-efi/partmap.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/parttool.lst' -> `/boot/grub/x86_64-efi/parttool.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/video.lst' -> `/boot/grub/x86_64-efi/video.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/crypto.lst' -> `/boot/grub/x86_64-efi/crypto.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/terminal.lst' -> `/boot/grub/x86_64-efi/terminal.lst'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/modinfo.sh' -> `/boot/grub/x86_64-efi/modinfo.sh'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/share/grub/unicode.pf2' -> `/boot/grub/fonts/unicode.pf2'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p2 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p2 starts from 8345600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 1 starts from 8345600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p2 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p2 starts from 8345600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 1 starts from 8345600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p2 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p2 starts from 8345600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 1 starts from 8345600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 is present.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Looking for /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1 is a parent of /dev/nvme0n1p1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: /dev/nvme0n1p1 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: opening the device hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: drive = 0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the size of hostdisk//dev/nvme0n1 is 1000215216.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for DISKFILTER devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid1x devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09_be devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for mdraid09 devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for dmraid_nv devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for ldm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: scanning hostdisk//dev/nvme0n1 for LDM.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LDM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Scanning for lvm devices on disk hostdisk//dev/nvme0n1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: no LVM signature found.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Partition 0 starts from 2048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: grub-mkimage --directory '/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi' --prefix '(,gpt2)/boot/grub' --output '/boot/grub/x86_64-efi/core.efi'  --dtb '' --sbat '' --format 'x86_64-efi' --compression 'auto'   'ext2' 'part_gpt' 
.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the total module size is 0x4238.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/kernel.img.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .text at 0x0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .note.gnu.property at 0xc000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .rodata at 0xc040.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .rodata.str1.1 at 0xc2c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .data at 0xe300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .module_license at 0xf870.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .bss at 0xf8a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0xd040 (0xd040).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0xd2c8 (0xd2c8).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0xf300 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0x108a0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strlen at 0x9b30 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_free at 0x6086 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_net_poll_cards_idle at 0x1c820 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_finish_boot_services at 0x44c2 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_progress_hook at 0x1c580 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_fini at 0x189c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_puts_ at 0x9888 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_verifiers_init at 0xc096 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_millisleep at 0x6001 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_autoload_hook at 0x1c5c8 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_10 at 0x122c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_byte_checksum at 0x53ec (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_blocklist at 0xf5a0 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_errmsg at 0x1ba20 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_5 at 0x11c3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strncmp at 0x9901 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_take_data at 0x611f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strtoull at 0x9c42 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dma_get_virt at 0x131c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_system_table at 0x108c8 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memmove at 0x594d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_4 at 0x11af (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_open at 0x6f9b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_locate_protocol at 0x2caa (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_update_get_sorted at 0x85f4 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating __stack_chk_guard at 0x108f0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strcpy at 0x9875 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_probe at 0xb27f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strrchr at 0x994d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_get_name at 0xb497 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load at 0x8268 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pmtimer_wait_count_tsc at 0x1094 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_stall at 0x2ed6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_filename at 0x339a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_export at 0x86e1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_xvasprintf at 0xa907 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_error_push at 0x87a8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating shim_lock_verifier at 0xf4e0 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_shim_lock_verifier_setup at 0x57be (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_rescue_run at 0xba68 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_xasprintf at 0xa99f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_realloc at 0x5f28 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_exit at 0x2f50 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_calibrate_from_pmtimer at 0x1116 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memcpy at 0x5941 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memmove at 0x983a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_device_open at 0x67e4 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_filters at 0x1c5a0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_exported_symbols at 0xc0ab (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_reboot at 0x2f15 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_calibrate_from_efi at 0x1017 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_printf_fmt_check at 0xa9ee (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strdup at 0x9b41 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_firmware_is_tainted at 0x109b0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_allocate_fixed at 0x4367 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_divmod64 at 0x9be1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_get_device_name at 0x8923 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_print_device_path at 0x3694 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_iterate at 0xb42a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dma_free at 0x1310 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_vsnprintf at 0xa8ae (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_map_list at 0x1c700 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_1 at 0x1182 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_command_list at 0x10978 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_fini at 0x1294 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_rate at 0x108a0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_rescue_parse_line at 0xb7e6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_variable at 0x324b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_snprintf at 0xa8c2 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_core_commands at 0x6671 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_dev_register at 0x6ec3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating __stack_chk_fail at 0x3e90 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_find_mmap_size at 0x4765 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_console_init at 0x5269 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_write_weak at 0x109a8 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_add at 0x769b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_read at 0x7251 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_highlight_color at 0xf748 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_parser_execute at 0xb207 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_xputs at 0xf740 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_console_fini at 0x5335 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fatal at 0xaafa (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_ref at 0x7795 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_seek at 0x8c69 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pci_find_capability at 0x1412 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_loaded_image at 0x2efa (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_errno at 0x1bb20 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_parser_cmdline_state at 0xae3f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memset at 0x9ab3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_getkey at 0xbcbf (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_new at 0x6025 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_outputs_disabled at 0x1c848 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_grubnet_fini at 0x1c5c0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_variable_hook at 0x867f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_image_handle at 0x108d0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_vprintf at 0xa613 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_ensure_space at 0x60a6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_acpi_get_rsdpv1 at 0x54dc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_net_open at 0x10980 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_command_prio at 0x61b0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_find_last_device_path at 0x35c0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_compare_device_paths at 0x3d91 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_acpi_find_fadt at 0x53fe (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_install_get_time_ms at 0x5ff3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_calibrate_from_pit at 0x1786 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating _start at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_inputs at 0x1c830 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_parser_split_cmdline at 0xaee0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_firmware_fini at 0x109b8 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_variable_with_attributes at 0x30dd (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_close at 0x6f01 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_unload at 0x7818 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_set_variable at 0x2fee (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_printf at 0xa701 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_unregister_command at 0x62f8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_list at 0x1c5d0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_get_device_handle at 0x2651 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_reset at 0x6142 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_main at 0x9253 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_read at 0x89b1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_unload_unneeded at 0x8363 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pci_make_address at 0x1324 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memcmp at 0x5959 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_normal_color at 0xf749 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_dev_list at 0x109a0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_init at 0x127a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_debug_enabled at 0x9a51 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_0 at 0x1177 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_locate_handle at 0x2cf1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_outputs at 0x1c838 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_modbase at 0x108e8 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_inputs_disabled at 0x1c840 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_net_config at 0x108e0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_set_virtual_address_map at 0x2f99 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_print_error at 0x888d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_mm_init at 0x47f0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memset at 0x5965 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_zalloc at 0x5c98 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strcmp at 0x98e5 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_init at 0x16da (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strchr at 0x9939 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_refresh at 0xbc93 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_malloc at 0x5c87 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_memory_map at 0x437d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_get_device_name at 0x279f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_get_time_ms at 0x5fe7 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_close at 0x8a50 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_open at 0x8a9c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_isspace at 0x9960 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_open_protocol at 0x2dee (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_real_dprintf at 0xa7ae (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_3 at 0x119e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load_core_noinit at 0x7913 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_calloc at 0x5c1f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load_file at 0x81ad (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_lockdown at 0x58cf (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_unset at 0x8561 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating verified_fs at 0xf760 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_device_close at 0x68c8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_6 at 0x11dc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_is_lockdown at 0x5937 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_advance_read_pos at 0x6153 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_head at 0x1a960 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_probe at 0x8f6a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_mm_base at 0x10968 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_poll_usb at 0x1c828 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strword at 0x99c3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_secureboot at 0x5630 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_get_bootlocation at 0x3f81 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_fini at 0x401e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_allocate_any_pages at 0x4349 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_memory_fini at 0x47c6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_err_printed_errors at 0x1ba00 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_error at 0x8727 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_current_context at 0xf580 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_codes at 0xd1a0 (0xd040).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_register_symbol at 0x76d8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_is_finished at 0x10920 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_list_remove at 0x9193 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pci_iterate at 0x134d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_modules_get_end at 0x9237 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_free at 0x5cd6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strndup at 0x9b8c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_7 at 0x11ff (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_named_list_find at 0x9147 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_unref at 0x77d1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_duplicate_device_path at 0x360d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_init at 0x2407 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_dev_unregister at 0x6ed8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_init at 0x3e92 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_arch_dl_check_header at 0x14aa (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_arch_dl_relocate_symbols at 0x14d9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_free_pages at 0x40df (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_printf_ at 0xa750 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_device_path at 0x35a5 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating start at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_modules_addr at 0x325a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_error_pop at 0x881e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_ref_count at 0x780d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_device_iterate at 0x6a05 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_getkey_noblock at 0xbbcc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memalign_dma32 at 0x12be (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_native_sectors at 0x75b3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_list_push at 0x917c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_set_text_mode at 0x2e4a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_verifiers at 0x1c850 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_err_printf at 0xa701 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_cache_invalidate_all at 0x6e7c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_acpi_get_rsdpv2 at 0x553c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_command_lockdown at 0x629f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_allocate_pages_real at 0x416b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_set at 0x8401 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_key_is_interrupt at 0xbc69 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load_core at 0x816e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_gettext at 0xf5f0 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memcmp at 0x98c1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_verify_string at 0xc01f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_getkeystatus at 0xbc1b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_get at 0x8537 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_2 at 0x1190 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strtoul at 0xa149 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dma_get_phys at 0x1320 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_mm_init_region at 0x5df9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_cache_table at 0x109c0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating lockdown_verifier at 0xf540 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memalign at 0x5a1f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: dealing with the relocation section .rela.text for .text.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_PC32 entry to 0xf8c9 at the offset 0x3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_PC32 entry to 0xf8ba at the offset 0xa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_PC32 entry to 0x823c at the offset 0x13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9be1 at the offset 0x68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a0 at the offset 0x84.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x53fe at the offset 0x119.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1094 at the offset 0x13e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9be1 at the offset 0x159.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a0 at the offset 0x168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e92 at the offset 0x27d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x16da at the offset 0x28a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x401e at the offset 0x29c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x47c6 at the offset 0x2b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0x2dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd2c8 at the offset 0x2f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x302.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x312.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1324 at the offset 0x353.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1324 at the offset 0x421.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd2e8 at the offset 0x4bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x4cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd040 at the offset 0x4e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x4f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd309 at the offset 0x531.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd32c at the offset 0x5db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x5f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd344 at the offset 0x632.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0x63c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd348 at the offset 0x655.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x65f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x682.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a8 at the offset 0x6aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a0 at the offset 0x6ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd36f at the offset 0x700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x70c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a8 at the offset 0x727.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1116 at the offset 0x731.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1786 at the offset 0x741.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1017 at the offset 0x751.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a0 at the offset 0x761.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1697 at the offset 0x771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5ff3 at the offset 0x77c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a0 at the offset 0x7df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9be1 at the offset 0x7fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd37c at the offset 0x852.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0x85c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0x866.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x870.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x87f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c0 at the offset 0x8a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b8 at the offset 0x8ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b0 at the offset 0x8b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x187b at the offset 0x8c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x8e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ed8 at the offset 0x8f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0x91b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd3a3 at the offset 0x925.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x933.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x93f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0x94d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa149 at the offset 0x984.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd3af at the offset 0x9a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x9b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b0 at the offset 0x9df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c0 at the offset 0x9ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b8 at the offset 0x9fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1826 at the offset 0xa08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd3bd at the offset 0xa26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0xa33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0xa51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0xa5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd3cc at the offset 0xa73.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd407 at the offset 0xa99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd423 at the offset 0xacf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0xae3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd43a at the offset 0xb24.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0xb2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0xb38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0xb5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c0 at the offset 0xb89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0xb99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b8 at the offset 0xba8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0xbb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd450 at the offset 0xbda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0xbf3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd455 at the offset 0xbfd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0xc07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0xc11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd463 at the offset 0xc4f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0xc68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd455 at the offset 0xc72.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0xc7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0xc86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b0 at the offset 0xcae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0xcbe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd468 at the offset 0xce0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0xcf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd455 at the offset 0xd03.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0xd0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0xd17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0xd4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0xd6f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2cf1 at the offset 0xd79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35a5 at the offset 0xdac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0xde2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0xe02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2dee at the offset 0xe0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0xe41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xe57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x360d at the offset 0xec1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0xeee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d91 at the offset 0xeff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xf2f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d91 at the offset 0xf4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd46d at the offset 0xf85.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0xf8f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b8 at the offset 0xfb7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1f47 at the offset 0xfcc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c0 at the offset 0xfee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b0 at the offset 0x100d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0x103f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d91 at the offset 0x106a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x1095.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x10b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb497 at the offset 0x1129.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0x118f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x11c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x11ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x120e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x121a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd471 at the offset 0x1247.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0x1258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x1267.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0x1280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2141 at the offset 0x1299.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4a3 at the offset 0x12ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x12d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4b4 at the offset 0x12f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x1308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4da at the offset 0x132f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0x1340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x134f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0x1368.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2141 at the offset 0x137e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4a3 at the offset 0x13af.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x13bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd50e at the offset 0x13de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x13ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x140f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x189c at the offset 0x142a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109b8 at the offset 0x1434.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1d64 at the offset 0x143e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ebf at the offset 0x1453.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b8 at the offset 0x14b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2035 at the offset 0x14c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b0 at the offset 0x14d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2035 at the offset 0x14fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x1560.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ebf at the offset 0x1570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c0 at the offset 0x15c4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b0 at the offset 0x15e3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b8 at the offset 0x15ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x187b at the offset 0x1609.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x1623.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x162f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ec3 at the offset 0x163d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1d64 at the offset 0x169f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x360d at the offset 0x16a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0x16db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d91 at the offset 0x16fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x170c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x187b at the offset 0x1780.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x17a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35a5 at the offset 0x17bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0x17dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x360d at the offset 0x1815.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1fb5 at the offset 0x1858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x1862.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f9b at the offset 0x187f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f01 at the offset 0x18a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x75b3 at the offset 0x18cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x18e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x20e3 at the offset 0x18fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb42a at the offset 0x1904.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd536 at the offset 0x1922.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x1932.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1fb5 at the offset 0x1962.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x197b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x1996.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x1ac0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd53c at the offset 0x1b12.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd57d at the offset 0x1b29.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd57f at the offset 0x1b42.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1cb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x1cd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x1cf5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1d43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x1d53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x1d7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x1dba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1dfc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108d0 at the offset 0x1e18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11dc at the offset 0x1e25.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2caa at the offset 0x1e4c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf370 at the offset 0x1e5c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1e8b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x1ebc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1ed8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x1ef0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf360 at the offset 0x1efc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2dee at the offset 0x1f0b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1294 at the offset 0x1f1d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1f30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1f44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1294 at the offset 0x1f58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1f6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108d0 at the offset 0x1f80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1f8d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1fa5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1fbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd585 at the offset 0x1fce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x1fe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x1ff0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0x2020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x2030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2b64 at the offset 0x204b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x2072.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x2084.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x2096.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5a4 at the offset 0x20b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x20c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x20df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0x213a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x215b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2b64 at the offset 0x2168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x2172.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x2195.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x21cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x30dd at the offset 0x224d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108d0 at the offset 0x225c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2efa at the offset 0x2271.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x2292.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5c4 at the offset 0x22b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x22d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5c9 at the offset 0x22e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5ef at the offset 0x22f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5f8 at the offset 0x22fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd607 at the offset 0x2331.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5ef at the offset 0x2340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5f8 at the offset 0x234b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd636 at the offset 0x236a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5ef at the offset 0x2374.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5f8 at the offset 0x237e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd663 at the offset 0x23e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x23f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x2428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0x243c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd663 at the offset 0x2487.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x2491.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x24a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x24e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x2510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x29ad at the offset 0x2525.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x2534.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf350 at the offset 0x25a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2dee at the offset 0x25b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd690 at the offset 0x2627.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x263b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x2661.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x2681.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x269f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd098 at the offset 0x26e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6be at the offset 0x2704.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6ca at the offset 0x2716.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6d4 at the offset 0x2729.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd0b8 at the offset 0x273f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6e5 at the offset 0x2757.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6f1 at the offset 0x2766.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6fd at the offset 0x2781.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd711 at the offset 0x2793.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd71a at the offset 0x27a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd724 at the offset 0x27b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd733 at the offset 0x27d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd740 at the offset 0x27f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd747 at the offset 0x2808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd74b at the offset 0x281b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x282c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd747 at the offset 0x2844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd74b at the offset 0x285d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd74f at the offset 0x2892.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd753 at the offset 0x28bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd757 at the offset 0x28d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd0e0 at the offset 0x28ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd768 at the offset 0x2904.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd779 at the offset 0x291f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd786 at the offset 0x2938.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd79f at the offset 0x2949.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7ab at the offset 0x2968.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7b7 at the offset 0x2981.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7d1 at the offset 0x29a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7da at the offset 0x29bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd805 at the offset 0x29f2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd830 at the offset 0x2a3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd873 at the offset 0x2ab9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd892 at the offset 0x2adc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8a7 at the offset 0x2afe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8b7 at the offset 0x2b15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8c1 at the offset 0x2b27.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd170 at the offset 0x2b41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8d7 at the offset 0x2b59.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd910 at the offset 0x2bad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd922 at the offset 0x2bc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2ab7 at the offset 0x2bd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x2be1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x2bef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x2c0e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x2c25.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd928 at the offset 0x2c2f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x2c54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x29ad at the offset 0x2c6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x2c88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd936 at the offset 0x2c98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd940 at the offset 0x2cbc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd97c at the offset 0x2cfb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd99e at the offset 0x2d07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd98e at the offset 0x2d25.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9af at the offset 0x2d41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x2d4e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x2db5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x325a at the offset 0x2e94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x2e9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e8 at the offset 0x2eab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5269 at the offset 0x2eb5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf380 at the offset 0x2ec3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2caa at the offset 0x2ecd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10900 at the offset 0x2eec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10900 at the offset 0x2efd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x2f0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x2f16.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x47f0 at the offset 0x2f22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5630 at the offset 0x2f2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58cf at the offset 0x2f3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x57be at the offset 0x2f4a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x2f56.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2407 at the offset 0x2f77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108d0 at the offset 0x2f83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2efa at the offset 0x2f9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x279f at the offset 0x2fb2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e0 at the offset 0x2fc7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x339a at the offset 0x2fe6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x994d at the offset 0x3002.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x189c at the offset 0x3021.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5335 at the offset 0x302e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1324 at the offset 0x305d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1412 at the offset 0x3087.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x30e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3107.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10928 at the offset 0x3115.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x3154.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x317b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0x31ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9c4 at the offset 0x31b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9c4 at the offset 0x31d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9c8 at the offset 0x31ea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x31f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3213.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x3228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x3248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9ed at the offset 0x3257.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x3268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40df at the offset 0x32a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x32d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10928 at the offset 0x32e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9fb at the offset 0x3308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x3314.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x3330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x416b at the offset 0x335d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x416b at the offset 0x3373.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x337f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10948 at the offset 0x33ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10950 at the offset 0x33c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x33d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10940 at the offset 0x3400.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10938 at the offset 0x3413.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10930 at the offset 0x3428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3461.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x3476.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x34d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10950 at the offset 0x34f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x3519.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10930 at the offset 0x3530.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10938 at the offset 0x353d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10940 at the offset 0x3547.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10948 at the offset 0x3551.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x437d at the offset 0x355b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10948 at the offset 0x356f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda71 at the offset 0x3587.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x3598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x35a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x35bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10930 at the offset 0x35ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10938 at the offset 0x35d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10940 at the offset 0x35e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10948 at the offset 0x35ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x437d at the offset 0x35f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x3606.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda54 at the offset 0x3615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10940 at the offset 0x3624.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108d0 at the offset 0x3640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x364d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x366e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda90 at the offset 0x367c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdab0 at the offset 0x368f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x3699.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x36aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10948 at the offset 0x36bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10948 at the offset 0x36d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x36e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10938 at the offset 0x3705.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10930 at the offset 0x371e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4038 at the offset 0x3738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x134d at the offset 0x3748.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x437d at the offset 0x3782.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdad8 at the offset 0x3792.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x37a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10928 at the offset 0x37c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40df at the offset 0x37e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4349 at the offset 0x37ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdaf7 at the offset 0x3817.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x437d at the offset 0x3844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40df at the offset 0x385c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb0e at the offset 0x38ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x38b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x3921.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5df9 at the offset 0x3a2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x416b at the offset 0x3a76.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb24 at the offset 0x3a9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x3aa5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb59 at the offset 0x3ab1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40df at the offset 0x3ac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd1a0 at the offset 0x3b37.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10958 at the offset 0x3b81.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ae1 at the offset 0x3b90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3bb9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10960 at the offset 0x3bde.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10958 at the offset 0x3bf5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x3c15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x3c4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3c64.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2dee at the offset 0x3c7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x3c97.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x3cac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3cbb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3ccd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x3cef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3cfe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3d0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x3d23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3d34.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf749 at the offset 0x3d5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf748 at the offset 0x3d65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3d79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x3d86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3d95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3da4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3db2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x3dda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3dfa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ced at the offset 0x3e0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e4a at the offset 0x3e1a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3e26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x3e3d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3e54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e4a at the offset 0x3e6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb6b at the offset 0x3e85.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x3e94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3ea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ced at the offset 0x3eb7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3ecb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4e3b at the offset 0x3ee0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3ef3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x3f0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4e3b at the offset 0x3f1f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3f3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x4059.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x4099.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4e3b at the offset 0x40a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x40e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x4108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4b71 at the offset 0x412e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x418e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4b71 at the offset 0x41c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x4221.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x4234.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ae1 at the offset 0x4249.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c838 at the offset 0x426b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3a0 at the offset 0x4276.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c848 at the offset 0x4280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3b8 at the offset 0x4290.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3a0 at the offset 0x429f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c838 at the offset 0x42a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x917c at the offset 0x42b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3a0 at the offset 0x42c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c830 at the offset 0x42d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x42db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c840 at the offset 0x42e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf458 at the offset 0x42f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x4304.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c830 at the offset 0x430e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x917c at the offset 0x4318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x4325.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x4337.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9193 at the offset 0x4342.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x434e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3a0 at the offset 0x435a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3a0 at the offset 0x436a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb88 at the offset 0x4390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x439a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb8d at the offset 0x43ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x54dc at the offset 0x4400.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x553c at the offset 0x4419.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5374 at the offset 0x4432.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5374 at the offset 0x444f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb92 at the offset 0x4479.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x4483.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb8d at the offset 0x449d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x44e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4a0 at the offset 0x4507.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x4511.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x4540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf490 at the offset 0x4567.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x4571.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2caa at the offset 0x45cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf520 at the offset 0x45e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb97 at the offset 0x45f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbb4 at the offset 0x460c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x461d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4c0 at the offset 0x4632.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbe0 at the offset 0x463e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x324b at the offset 0x4649.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4c0 at the offset 0x46bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbeb at the offset 0x46c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf520 at the offset 0x46f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbf5 at the offset 0x4703.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x30dd at the offset 0x4712.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x4738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbc7 at the offset 0x4757.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbd0 at the offset 0x4767.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbd8 at the offset 0x4775.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc00 at the offset 0x478a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc1c at the offset 0x4794.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc20 at the offset 0x479e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x47a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf520 at the offset 0x47c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2caa at the offset 0x47cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e8 at the offset 0x47de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5630 at the offset 0x4822.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4e0 at the offset 0x4832.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c850 at the offset 0x483c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x917c at the offset 0x4846.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc30 at the offset 0x4852.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc2e at the offset 0x485c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x4866.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc30 at the offset 0x4873.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86e1 at the offset 0x487d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd200 at the offset 0x489f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10964 at the offset 0x48d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf540 at the offset 0x48dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c850 at the offset 0x48e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x917c at the offset 0x48f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc4f at the offset 0x4902.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc4d at the offset 0x490c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x4916.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc4f at the offset 0x4923.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86e1 at the offset 0x492d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10964 at the offset 0x4938.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x4943.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x494f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x495b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0x4967.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc6a at the offset 0x497d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10968 at the offset 0x498c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc7f at the offset 0x49d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x49e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcb2 at the offset 0x49ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc91 at the offset 0x4a07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x4a13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10968 at the offset 0x4a27.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e7c at the offset 0x4a6f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcca at the offset 0x4acc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x4ad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcdb at the offset 0x4af1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x4b00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcfc at the offset 0x4bf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x4c0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0x4c36.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0x4c52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd0a at the offset 0x4c60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x4c74.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0x4c89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0x4c9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0x4cc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5971 at the offset 0x4ce1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcdb at the offset 0x4d37.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x4d46.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10968 at the offset 0x4e2a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x4e85.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10968 at the offset 0x4eec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x4f42.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x4f5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5971 at the offset 0x4f77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x4f98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x4fbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x4fd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10970 at the offset 0x4fe9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10970 at the offset 0x4ff8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5fe7 at the offset 0x5006.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x502a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x5055.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x508d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd1f at the offset 0x50d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x50dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f28 at the offset 0x50ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5103.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd57 at the offset 0x5161.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd42 at the offset 0x516d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x517e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd8f at the offset 0x5191.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x51a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c98 at the offset 0x51b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddc8 at the offset 0x51f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10978 at the offset 0x5206.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x5210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5937 at the offset 0x52a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x618f at the offset 0x52d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x61b0 at the offset 0x52ee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9193 at the offset 0x5313.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x532d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddcb at the offset 0x5340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddc9 at the offset 0x534a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddcc at the offset 0x5354.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x535e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x5374.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddd2 at the offset 0x5384.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6372 at the offset 0x53aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6a05 at the offset 0x53b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0x53c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde0 at the offset 0x53cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0x53d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8923 at the offset 0x53e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x67e4 at the offset 0x540b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8f6a at the offset 0x5426.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x543e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde2 at the offset 0x5461.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x5472.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5486.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddd8 at the offset 0x5496.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddf3 at the offset 0x54a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x54b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6337 at the offset 0x54cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0x54dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde0 at the offset 0x54e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0x54f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x68c8 at the offset 0x54ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x550e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde0c at the offset 0x552d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x553e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x81ad at the offset 0x555e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8268 at the offset 0x556a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7795 at the offset 0x557e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x85f4 at the offset 0x5595.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8537 at the offset 0x559f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde22 at the offset 0x55bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x55c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x55e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde29 at the offset 0x5608.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x5613.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x5629.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde0c at the offset 0x5642.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x5653.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8561 at the offset 0x5663.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde3b at the offset 0x5673.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde58 at the offset 0x5681.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x658c at the offset 0x568b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde67 at the offset 0x5695.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x61b0 at the offset 0x569f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde6b at the offset 0x56b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde8b at the offset 0x56c4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x663c at the offset 0x56ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde92 at the offset 0x56d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde98 at the offset 0x56e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdeaf at the offset 0x56f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6392 at the offset 0x56fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdeb5 at the offset 0x5705.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdeb8 at the offset 0x5718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdec9 at the offset 0x5722.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6527 at the offset 0x572c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xded0 at the offset 0x5736.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x5742.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb497 at the offset 0x5771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x577e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xded7 at the offset 0x579b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x57a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdedd at the offset 0x57f2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8537 at the offset 0x57fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdedd at the offset 0x5815.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdee2 at the offset 0x5829.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x5833.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x5841.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f9b at the offset 0x5865.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10980 at the offset 0x587a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5889.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x58b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f01 at the offset 0x58d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x58e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5906.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x67e4 at the offset 0x5944.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5958.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x68c8 at the offset 0x596d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6740 at the offset 0x5982.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb42a at the offset 0x5994.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x59aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x59b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109a0 at the offset 0x5a09.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6912 at the offset 0x5a4d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109c0 at the offset 0x5aa1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109c0 at the offset 0x5afd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x5b19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x5b44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x5b6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109c0 at the offset 0x5bb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6a74 at the offset 0x5c0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x5c2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6b89 at the offset 0x5c46.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x5c57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5c75.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x5c8c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x5ce3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ad2 at the offset 0x5d00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5d23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87a8 at the offset 0x5dbe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0f at the offset 0x5dd5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdefa at the offset 0x5ddf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0a at the offset 0x5de9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x5df3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x881e at the offset 0x5e00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5e12.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x5e2d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x5e80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109c0 at the offset 0x5e8c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109a0 at the offset 0x5ec5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109a0 at the offset 0x5eda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf1b at the offset 0x5f07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0a at the offset 0x5f11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x5f1b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0f at the offset 0x5f32.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5fe7 at the offset 0x5f56.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x5f60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a948 at the offset 0x5f6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0a at the offset 0x5fa9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x5fb5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0f at the offset 0x5fc4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf2a at the offset 0x5fd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c98 at the offset 0x5fe5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x602d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x6058.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x606d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x608c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109a0 at the offset 0x60a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x60c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf3b at the offset 0x60ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x610b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x6121.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6130.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87a8 at the offset 0x6143.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf7b at the offset 0x6159.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0a at the offset 0x6163.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0f at the offset 0x616d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x881e at the offset 0x617a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f01 at the offset 0x618c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf91 at the offset 0x61a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x61b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb27f at the offset 0x61d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf69 at the offset 0x61e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x61f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5fe7 at the offset 0x6209.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a948 at the offset 0x6213.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e7c at the offset 0x6230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdfa5 at the offset 0x62a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x62b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdfd3 at the offset 0x6308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x6312.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87a8 at the offset 0x6322.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0x6338.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe001 at the offset 0x6342.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0a at the offset 0x634c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0f at the offset 0x6356.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x6360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x881e at the offset 0x636d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6be0 at the offset 0x63a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6a74 at the offset 0x640c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ad2 at the offset 0x645b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ad2 at the offset 0x6493.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x64fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6b89 at the offset 0x6520.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6569.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6be0 at the offset 0x6580.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a960 at the offset 0x65d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x65e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x6618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x75d5 at the offset 0x669d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe029 at the offset 0x66c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x66ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x66da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x670c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x6724.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6732.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a980 at the offset 0x6774.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7795 at the offset 0x679e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x77d1 at the offset 0x67da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a960 at the offset 0x683d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a980 at the offset 0x685b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x6865.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1b968 at the offset 0x68ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x68be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7818 at the offset 0x68da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe040 at the offset 0x691f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe05a at the offset 0x692b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x6939.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe062 at the offset 0x6950.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe06c at the offset 0x6961.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe08d at the offset 0x6985.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x6996.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x14aa at the offset 0x69a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0b0 at the offset 0x69cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0d7 at the offset 0x69ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x69fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c98 at the offset 0x6a0e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0f1 at the offset 0x6a3a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe05a at the offset 0x6a44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe062 at the offset 0x6a50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7614 at the offset 0x6a5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe103 at the offset 0x6a6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe113 at the offset 0x6a86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x6a90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe128 at the offset 0x6aa6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x6ab4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe136 at the offset 0x6ac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe15d at the offset 0x6add.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x6aee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe13f at the offset 0x6afc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe14e at the offset 0x6b14.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x6b36.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe172 at the offset 0x6b4e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6b64.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8268 at the offset 0x6b80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6baf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7795 at the offset 0x6bdb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x6bec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x6c0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0x6c51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x6cbb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x6d0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6d26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0x6d46.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x14d9 at the offset 0x6d89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a980 at the offset 0x6e78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x6e88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7683 at the offset 0x6ebb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x76d8 at the offset 0x6ee7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7683 at the offset 0x6f06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x76d8 at the offset 0x6f2d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6f3c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe17b at the offset 0x6f4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x6f58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe189 at the offset 0x6f73.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7683 at the offset 0x6f9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe197 at the offset 0x6fb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x6fc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe210 at the offset 0x7002.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x700c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1b0 at the offset 0x7070.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x707a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1d0 at the offset 0x70a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe05a at the offset 0x70b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe062 at the offset 0x70ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1ec at the offset 0x70d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe05a at the offset 0x70dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe062 at the offset 0x70e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe062 at the offset 0x70fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1fd at the offset 0x7108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe05a at the offset 0x7112.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x769b at the offset 0x7122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7818 at the offset 0x7132.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7913 at the offset 0x7170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a960 at the offset 0x7194.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x71b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a50 at the offset 0x71d4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x71e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89b1 at the offset 0x7209.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x7218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x816e at the offset 0x7241.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8537 at the offset 0x726a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe226 at the offset 0x727c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x75d5 at the offset 0x728e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe226 at the offset 0x72a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe22d at the offset 0x72b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x72c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe245 at the offset 0x72da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x72e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x81ad at the offset 0x7300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x7312.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x732a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe25a at the offset 0x733a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x734b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7818 at the offset 0x7367.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a960 at the offset 0x7372.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x73c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf580 at the offset 0x73d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x839f at the offset 0x7403.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x7439.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x745c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c98 at the offset 0x7470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x7490.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf580 at the offset 0x74b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x750c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7529.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x839f at the offset 0x753a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x839f at the offset 0x7563.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26b at the offset 0x7596.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x75a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x75c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf580 at the offset 0x75fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x761e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x839f at the offset 0x7683.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26b at the offset 0x76a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x76b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x76bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x839f at the offset 0x76e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26b at the offset 0x76fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x7707.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7737.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5f0 at the offset 0x7769.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0x7787.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8ae at the offset 0x7794.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb28 at the offset 0x77ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x77bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb40 at the offset 0x77cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0x77d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x77ee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb24 at the offset 0x77fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x780e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb28 at the offset 0x7820.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0x7830.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb40 at the offset 0x783d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x785f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x7869.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x787c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7890.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26c at the offset 0x789f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5f0 at the offset 0x78a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0x78b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x78bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba00 at the offset 0x78d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x881e at the offset 0x78dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb24 at the offset 0x78ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe278 at the offset 0x78fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x7907.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb24 at the offset 0x7913.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x7939.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x7959.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x7963.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x7974.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x7999.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2b4 at the offset 0x79ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x79db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c580 at the offset 0x7a1c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x68c8 at the offset 0x7a70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x7a7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7a90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8923 at the offset 0x7a9e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x7aaa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7acb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x7af0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x67e4 at the offset 0x7b05.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c98 at the offset 0x7b26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5a0 at the offset 0x7b54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8f6a at the offset 0x7b65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x7ba0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c598 at the offset 0x7baa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7bbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7bfe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a50 at the offset 0x7c2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x68c8 at the offset 0x7c48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x7c71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2d9 at the offset 0x7c83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7251 at the offset 0x7ca4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7251 at the offset 0x7d4d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x7d96.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0x7dee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7e1d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9c42 at the offset 0x7e5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2fd at the offset 0x7e7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x7e86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa149 at the offset 0x7eb4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9960 at the offset 0x7ee7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe314 at the offset 0x7f10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x7f21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x7f4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5d0 at the offset 0x7f87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x7f91.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7fae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe32d at the offset 0x7fb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe33e at the offset 0x7fc2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe341 at the offset 0x7fd1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8c9c at the offset 0x7fe2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe34b at the offset 0x7fec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87a8 at the offset 0x8006.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe34d at the offset 0x801e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe33e at the offset 0x8028.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe341 at the offset 0x8032.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x881e at the offset 0x803e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5c8 at the offset 0x806b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5d8 at the offset 0x8080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x8093.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8c9c at the offset 0x80b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe34b at the offset 0x80bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x80ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe363 at the offset 0x8117.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x8128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x814f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c838 at the offset 0x81c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x81f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b8c at the offset 0x821d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x8229.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e8 at the offset 0x8239.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x127a at the offset 0x8255.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x91be at the offset 0x8269.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x8282.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe381 at the offset 0x828c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e8 at the offset 0x829c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xc096 at the offset 0x82a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x82f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5e0 at the offset 0x8306.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x888d at the offset 0x831e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x8333.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xc0ab at the offset 0x834f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x816e at the offset 0x8390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0x83c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe394 at the offset 0x83d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x83dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x83e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x888d at the offset 0x83f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x91f2 at the offset 0x844c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe397 at the offset 0x8458.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867f at the offset 0x8462.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3f81 at the offset 0x8476.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe380 at the offset 0x8495.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe39c at the offset 0x849f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x84ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3a3 at the offset 0x84bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x84cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3a3 at the offset 0x84d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86e1 at the offset 0x84e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x84f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x994d at the offset 0x8513.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b8c at the offset 0x852e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x854e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x85b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x85cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3ab at the offset 0x860b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x8615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x8636.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x8642.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe380 at the offset 0x8651.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe39c at the offset 0x8661.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x866b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x867b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3b6 at the offset 0x868f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe397 at the offset 0x86a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86e1 at the offset 0x86b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x888d at the offset 0x86c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe397 at the offset 0x86d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3b6 at the offset 0x86e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e8 at the offset 0x86f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6671 at the offset 0x8708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5e0 at the offset 0x8714.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb207 at the offset 0x8726.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3bd at the offset 0x8732.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8268 at the offset 0x873c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x874a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3bd at the offset 0x8754.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10978 at the offset 0x8764.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9147 at the offset 0x8771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xba68 at the offset 0x878c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b8c at the offset 0x8798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3c4 at the offset 0x87aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x87b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x87ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x87da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3c4 at the offset 0x8801.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x880b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x882c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0x888b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5f0 at the offset 0x8899.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9960 at the offset 0x8984.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9982 at the offset 0x89c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8537 at the offset 0x8a53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3c9 at the offset 0x8a62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3cf at the offset 0x8a7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x99c3 at the offset 0x8a87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x8b43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x8b5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x8b78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x8b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x8baa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x8bcb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9960 at the offset 0x8c44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x8cdf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x8cf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9be1 at the offset 0x8d06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3d3 at the offset 0x8d1f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x8d30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3fc at the offset 0x8dd9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe423 at the offset 0x8e6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe435 at the offset 0x8e88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x8e9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0x8ebf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x8edb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x8eee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9c42 at the offset 0x8f23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0x8f35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9d63 at the offset 0x908f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd290 at the offset 0x90b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9c42 at the offset 0x914b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x9157.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9c42 at the offset 0x920a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9c42 at the offset 0x9264.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9be1 at the offset 0x9394.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x93fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe448 at the offset 0x9532.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x95e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x95f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa08d at the offset 0x9615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa155 at the offset 0x9624.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c600 at the offset 0x9636.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c600 at the offset 0x965b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x9674.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x968d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x981e at the offset 0x96be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0x96d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x96e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa613 at the offset 0x9725.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5f0 at the offset 0x9783.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa613 at the offset 0x979f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a51 at the offset 0x97b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe44f at the offset 0x97e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x97f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa613 at the offset 0x9819.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0x982d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa08d at the offset 0x9843.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa155 at the offset 0x9878.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x981e at the offset 0x988c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa841 at the offset 0x98b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8ae at the offset 0x98e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa08d at the offset 0x9909.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x9918.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa155 at the offset 0x9957.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x981e at the offset 0x996b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x998d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa907 at the offset 0x99c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe457 at the offset 0x9a19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x9a23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9d63 at the offset 0x9a3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x981e at the offset 0x9a93.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe466 at the offset 0x9ab4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x9ac5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x981e at the offset 0x9ad4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x9afd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5f0 at the offset 0x9b38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa613 at the offset 0x9b54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0x9b60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe483 at the offset 0x9b6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c830 at the offset 0x9b7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe48d at the offset 0x9b8a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbcbf at the offset 0x9b98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2f50 at the offset 0x9ba4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x9be9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b8c at the offset 0x9c07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x9c1c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4ba at the offset 0x9c47.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4a5 at the offset 0x9c53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x9c64.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x60a6 at the offset 0x9c91.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x9cad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4a5 at the offset 0x9cc7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x9cd1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x9ced.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac35 at the offset 0x9d2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac77 at the offset 0x9d53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x9d62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabae at the offset 0x9d7b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac77 at the offset 0x9db8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x9dcc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac35 at the offset 0x9dd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8537 at the offset 0x9dec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6142 at the offset 0x9dfe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x9e0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0x9e56.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9960 at the offset 0x9e95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6025 at the offset 0x9eed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x9f6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xae3f at the offset 0x9fc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xad74 at the offset 0x9fe2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x9ff1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabae at the offset 0xa000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9960 at the offset 0xa03d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xad0e at the offset 0xa04d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac77 at the offset 0xa07a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabae at the offset 0xa0a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xad74 at the offset 0xa0c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xad0e at the offset 0xa0d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0xa107.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6153 at the offset 0xa111.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac35 at the offset 0xa136.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0xa16c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x611f at the offset 0xa195.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa1a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa1c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6086 at the offset 0xa1cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa1df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa1f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabc6 at the offset 0xa20a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabc6 at the offset 0xa23d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb7e6 at the offset 0xa247.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x888d at the offset 0xa264.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa271.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa149 at the offset 0xa2e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c700 at the offset 0xa2f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb6ab at the offset 0xa327.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa33e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9901 at the offset 0xa359.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa382.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa392.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa3a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa3bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c700 at the offset 0xa42c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb710 at the offset 0xa461.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa472.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0xa49d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4cc at the offset 0xa4ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0xa4dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0xa4fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0xa51d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0xa539.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4cd at the offset 0xa556.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0xa56f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0xa5ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0xa5fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb497 at the offset 0xa641.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0xa656.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe50c at the offset 0xa660.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0xa66f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe502 at the offset 0xa67e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa698.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb619 at the offset 0xa6b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0xa6d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0xa6fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb619 at the offset 0xa71c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c700 at the offset 0xa78f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb710 at the offset 0xa7a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa7c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaee0 at the offset 0xa7e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0xa831.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0xa854.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10978 at the offset 0xa87a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9147 at the offset 0xa887.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe51d at the offset 0xa8b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa750 at the offset 0xa8c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe534 at the offset 0xa8d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe539 at the offset 0xa8e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0xa8f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa8fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa916.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe552 at the offset 0xa929.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0xa935.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbcbf at the offset 0xa941.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe54f at the offset 0xa951.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c720 at the offset 0xa973.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0xa97d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0xa98c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c720 at the offset 0xa9c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0xa9d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c720 at the offset 0xaa03.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0xaa14.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0xaa28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe560 at the offset 0xaa32.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c720 at the offset 0xaa41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0xaa4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe562 at the offset 0xaa6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0xaa77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x888d at the offset 0xaa82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xaa98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb927 at the offset 0xaaad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb7e6 at the offset 0xaac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xaade.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbaea at the offset 0xab2a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbaea at the offset 0xab63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c838 at the offset 0xab7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbaea at the offset 0xab9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c828 at the offset 0xabce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c820 at the offset 0xabe3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c830 at the offset 0xabf4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c828 at the offset 0xac22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c830 at the offset 0xac35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc1b at the offset 0xac79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c838 at the offset 0xac95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0xacc1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbbcc at the offset 0xaccc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0xacf7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a50 at the offset 0xad09.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xad15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xad42.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe57b at the offset 0xad67.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe58e at the offset 0xad71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0xad80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe595 at the offset 0xad9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c850 at the offset 0xadf5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0xae3b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5a6 at the offset 0xae72.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0xae7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf760 at the offset 0xae9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5d2 at the offset 0xaeb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0xaec9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89b1 at the offset 0xaf0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xaf21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5fb at the offset 0xaf3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0xaf49.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xafe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xaffd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe614 at the offset 0xb02b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe58e at the offset 0xb03c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe595 at the offset 0xb04c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0xb056.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c850 at the offset 0xb063.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbd5e at the offset 0xb098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5a0 at the offset 0xb0a2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x76d8 at the offset 0xb0ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf7c0 at the offset 0xb0b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x15a5 at the offset 0x0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x15b8 at the offset 0x8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1624 at the offset 0x10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x15b8 at the offset 0x18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1624 at the offset 0x20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1624 at the offset 0x28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1624 at the offset 0x30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1624 at the offset 0x38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1624 at the offset 0x40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1606 at the offset 0x48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1617 at the offset 0x50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x37c4 at the offset 0x58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x38df at the offset 0x60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b34 at the offset 0x68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d05 at the offset 0x70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x374d at the offset 0x78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3764 at the offset 0x80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3777 at the offset 0x88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3791 at the offset 0x90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x37a3 at the offset 0x98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x38fa at the offset 0xa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3915 at the offset 0xa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x392c at the offset 0xb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3947 at the offset 0xb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x395e at the offset 0xc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x399e at the offset 0xc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b25 at the offset 0xd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b25 at the offset 0xd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3aad at the offset 0xe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b13 at the offset 0xe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x39b0 at the offset 0xf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x39e7 at the offset 0xf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3a34 at the offset 0x100.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ad0 at the offset 0x108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3975 at the offset 0x110.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b25 at the offset 0x118.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b25 at the offset 0x120.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3af4 at the offset 0x128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b4f at the offset 0x130.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ba3 at the offset 0x138.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3bc1 at the offset 0x140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3bdf at the offset 0x148.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3cb2 at the offset 0x150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c6 at the offset 0x1c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x1c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c6 at the offset 0x1d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x1d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c6 at the offset 0x1e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x1e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c6 at the offset 0x1f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x1f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c6 at the offset 0x200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x208.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x220.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x238.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c6 at the offset 0x248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0dd at the offset 0x250.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x260.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0fd at the offset 0x268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x278.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: dealing with the relocation section .rela.data for .data.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0x0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1b52 at the offset 0x10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1912 at the offset 0x18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1846 at the offset 0x20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2322 at the offset 0x28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x223a at the offset 0x30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb80 at the offset 0xb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4df8 at the offset 0xc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4f1d at the offset 0xc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5092 at the offset 0xd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4caa at the offset 0xe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ede at the offset 0xe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4d84 at the offset 0xf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4d21 at the offset 0xf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ced at the offset 0x100.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb80 at the offset 0x150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4c12 at the offset 0x158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x518c at the offset 0x168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5106 at the offset 0x170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc3a at the offset 0x1f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x559c at the offset 0x1f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x55c9 at the offset 0x200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc58 at the offset 0x250.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5889 at the offset 0x258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1b980 at the offset 0x280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe376 at the offset 0x2b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8d92 at the offset 0x2c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8ca2 at the offset 0x2c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x981a at the offset 0x2f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbb76 at the offset 0x440.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe62a at the offset 0x470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbcde at the offset 0x488.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbd07 at the offset 0x490.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe638 at the offset 0x4c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x4c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe649 at the offset 0x4d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x4e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe65b at the offset 0x4f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1177 at the offset 0x4f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe666 at the offset 0x508.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe671 at the offset 0x520.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x122c at the offset 0x528.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe67d at the offset 0x538.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe688 at the offset 0x550.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x558.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe693 at the offset 0x568.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe69e at the offset 0x580.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x588.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6a9 at the offset 0x598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11dc at the offset 0x5a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6b4 at the offset 0x5b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ff at the offset 0x5b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6bf at the offset 0x5c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x53fe at the offset 0x5d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6d3 at the offset 0x5e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x53ec at the offset 0x5e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6e6 at the offset 0x5f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0x600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6f2 at the offset 0x610.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10978 at the offset 0x618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe704 at the offset 0x628.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf580 at the offset 0x630.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe719 at the offset 0x640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a51 at the offset 0x648.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe72c at the offset 0x658.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x68c8 at the offset 0x660.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe73e at the offset 0x670.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6a05 at the offset 0x678.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe752 at the offset 0x688.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x67e4 at the offset 0x690.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe763 at the offset 0x6a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109c0 at the offset 0x6a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe779 at the offset 0x6b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f01 at the offset 0x6c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe789 at the offset 0x6d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109a0 at the offset 0x6d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe79c at the offset 0x6e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ec3 at the offset 0x6f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7b3 at the offset 0x700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ed8 at the offset 0x708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7cc at the offset 0x718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109b8 at the offset 0x720.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7e4 at the offset 0x730.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109b0 at the offset 0x738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe802 at the offset 0x748.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x75b3 at the offset 0x750.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe81b at the offset 0x760.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f9b at the offset 0x768.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe82a at the offset 0x778.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7251 at the offset 0x780.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe839 at the offset 0x790.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109a8 at the offset 0x798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe84e at the offset 0x7a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9be1 at the offset 0x7b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe85c at the offset 0x7c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a960 at the offset 0x7c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe869 at the offset 0x7d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8268 at the offset 0x7e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe876 at the offset 0x7f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7913 at the offset 0x7f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe88f at the offset 0x808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7795 at the offset 0x810.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe89b at the offset 0x820.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x780d at the offset 0x828.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8ad at the offset 0x838.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7818 at the offset 0x840.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8bc at the offset 0x850.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x77d1 at the offset 0x858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8ca at the offset 0x868.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1310 at the offset 0x870.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8d8 at the offset 0x880.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1320 at the offset 0x888.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8ea at the offset 0x898.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x131c at the offset 0x8a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8fc at the offset 0x8b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4349 at the offset 0x8b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe918 at the offset 0x8c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4367 at the offset 0x8d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe930 at the offset 0x8e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x416b at the offset 0x8e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe94d at the offset 0x8f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d91 at the offset 0x900.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe96b at the offset 0x910.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x360d at the offset 0x918.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe98a at the offset 0x928.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0x930.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9a9 at the offset 0x940.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4765 at the offset 0x948.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9c1 at the offset 0x958.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x44c2 at the offset 0x960.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9df at the offset 0x970.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40df at the offset 0x978.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9f3 at the offset 0x988.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35a5 at the offset 0x990.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea0c at the offset 0x9a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x339a at the offset 0x9a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea22 at the offset 0x9b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2efa at the offset 0x9c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea3c at the offset 0x9d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x437d at the offset 0x9d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea54 at the offset 0x9e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5630 at the offset 0x9f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea6c at the offset 0xa00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x324b at the offset 0xa08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea82 at the offset 0xa18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x30dd at the offset 0xa20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeaa8 at the offset 0xa30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108d0 at the offset 0xa38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeabe at the offset 0xa48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0xa50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xead3 at the offset 0xa60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2cf1 at the offset 0xa68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeaea at the offset 0xa78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2caa at the offset 0xa80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb03 at the offset 0xa90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e0 at the offset 0xa98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb17 at the offset 0xaa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2dee at the offset 0xab0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb2e at the offset 0xac0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3694 at the offset 0xac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb49 at the offset 0xad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e4a at the offset 0xae0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb60 at the offset 0xaf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2fee at the offset 0xaf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb76 at the offset 0xb08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2f99 at the offset 0xb10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb97 at the offset 0xb20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2ed6 at the offset 0xb28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeba6 at the offset 0xb38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0xb40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebbc at the offset 0xb50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2651 at the offset 0xb58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebdb at the offset 0xb68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x279f at the offset 0xb70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebf8 at the offset 0xb80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86e1 at the offset 0xb88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec08 at the offset 0xb98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8537 at the offset 0xba0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec15 at the offset 0xbb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0xbb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec22 at the offset 0xbc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8561 at the offset 0xbd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec31 at the offset 0xbe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x85f4 at the offset 0xbe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec4c at the offset 0xbf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba00 at the offset 0xc00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec64 at the offset 0xc10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0xc18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec70 at the offset 0xc28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xc30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec7b at the offset 0xc40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0xc48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec86 at the offset 0xc58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x881e at the offset 0xc60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec95 at the offset 0xc70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87a8 at the offset 0xc78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeca5 at the offset 0xc88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2f50 at the offset 0xc90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecaf at the offset 0xca0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0xca8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecba at the offset 0xcb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a50 at the offset 0xcc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecca at the offset 0xcd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5a0 at the offset 0xcd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecdc at the offset 0xce8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8923 at the offset 0xcf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecf6 at the offset 0xd00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0xd08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed05 at the offset 0xd18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c580 at the offset 0xd20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed1d at the offset 0xd30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89b1 at the offset 0xd38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed2c at the offset 0xd48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8c69 at the offset 0xd50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed3b at the offset 0xd60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c850 at the offset 0xd68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed4f at the offset 0xd78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xd80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed59 at the offset 0xd90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5c8 at the offset 0xd98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed6f at the offset 0xda8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5d0 at the offset 0xdb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed7c at the offset 0xdc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8f6a at the offset 0xdc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed8a at the offset 0xdd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5fe7 at the offset 0xde0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed9b at the offset 0xdf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbcbf at the offset 0xdf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeda7 at the offset 0xe08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbbcc at the offset 0xe10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedbb at the offset 0xe20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc1b at the offset 0xe28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedcd at the offset 0xe38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5f0 at the offset 0xe40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedda at the offset 0xe50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5937 at the offset 0xe58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedeb at the offset 0xe68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9960 at the offset 0xe70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedf8 at the offset 0xe80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc69 at the offset 0xe88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee0e at the offset 0xe98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x917c at the offset 0xea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee1d at the offset 0xeb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9193 at the offset 0xeb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee2e at the offset 0xec8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58cf at the offset 0xed0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee3c at the offset 0xee0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x54dc at the offset 0xee8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee59 at the offset 0xef8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x553c at the offset 0xf00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee76 at the offset 0xf10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1294 at the offset 0xf18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee88 at the offset 0xf28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0xf30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee94 at the offset 0xf40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0xf48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeea2 at the offset 0xf58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12be at the offset 0xf60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeeb6 at the offset 0xf70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0xf78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeec2 at the offset 0xf88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0xf90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeecf at the offset 0xfa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0xfa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeedb at the offset 0xfb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6001 at the offset 0xfc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeeeb at the offset 0xfd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10968 at the offset 0xfd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeef8 at the offset 0xfe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e8 at the offset 0xff0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef05 at the offset 0x1000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9147 at the offset 0x1008.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef1a at the offset 0x1018.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10980 at the offset 0x1020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef28 at the offset 0x1030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c820 at the offset 0x1038.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef41 at the offset 0x1048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xae3f at the offset 0x1050.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef5b at the offset 0x1060.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaee0 at the offset 0x1068.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef75 at the offset 0x1078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb497 at the offset 0x1080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef8d at the offset 0x1090.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb42a at the offset 0x1098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefa4 at the offset 0x10a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c700 at the offset 0x10b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefbc at the offset 0x10c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb27f at the offset 0x10c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefd1 at the offset 0x10d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1412 at the offset 0x10e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefea at the offset 0x10f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x134d at the offset 0x10f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeffb at the offset 0x1108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1324 at the offset 0x1110.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf011 at the offset 0x1120.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1094 at the offset 0x1128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf02d at the offset 0x1138.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x888d at the offset 0x1140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf03e at the offset 0x1150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x1158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf04a at the offset 0x1168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa750 at the offset 0x1170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf057 at the offset 0x1180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa9ee at the offset 0x1188.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf06d at the offset 0x1198.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9888 at the offset 0x11a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf078 at the offset 0x11b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x11b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf08a at the offset 0x11c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f28 at the offset 0x11d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf097 at the offset 0x11e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2f15 at the offset 0x11e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0a3 at the offset 0x11f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0x1200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0b0 at the offset 0x1210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x629f at the offset 0x1218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0cf at the offset 0x1228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x61b0 at the offset 0x1230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0ea at the offset 0x1240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867f at the offset 0x1248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf106 at the offset 0x1258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0x1260.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf114 at the offset 0x1270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x1278.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf120 at the offset 0x1288.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x1290.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf12c at the offset 0x12a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9875 at the offset 0x12a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf138 at the offset 0x12b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x12c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf144 at the offset 0x12d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x12d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf150 at the offset 0x12e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9901 at the offset 0x12f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf15d at the offset 0x1300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b8c at the offset 0x1308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf16a at the offset 0x1318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x994d at the offset 0x1320.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf177 at the offset 0x1330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa149 at the offset 0x1338.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf184 at the offset 0x1348.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9c42 at the offset 0x1350.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf192 at the offset 0x1360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x99c3 at the offset 0x1368.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf19f at the offset 0x1378.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf748 at the offset 0x1380.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1b9 at the offset 0x1390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c830 at the offset 0x1398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1ca at the offset 0x13a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c840 at the offset 0x13b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1e4 at the offset 0x13c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf749 at the offset 0x13c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1fb at the offset 0x13d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c838 at the offset 0x13e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf20d at the offset 0x13f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c848 at the offset 0x13f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf228 at the offset 0x1408.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c828 at the offset 0x1410.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf23b at the offset 0x1420.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a0 at the offset 0x1428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf249 at the offset 0x1438.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x62f8 at the offset 0x1440.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf261 at the offset 0x1450.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xc01f at the offset 0x1458.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf274 at the offset 0x1468.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa613 at the offset 0x1470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf281 at the offset 0x1480.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8ae at the offset 0x1488.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf290 at the offset 0x1498.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x14a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf29f at the offset 0x14b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0x14b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf2aa at the offset 0x14c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa907 at the offset 0x14d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf2ba at the offset 0x14e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c98 at the offset 0x14e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf2c6 at the offset 0x14f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5959 at the offset 0x1500.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf2cd at the offset 0x1510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5941 at the offset 0x1518.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf2d4 at the offset 0x1528.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x594d at the offset 0x1530.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf2dc at the offset 0x1540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5965 at the offset 0x1548.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: translating the relocation section .rela.text.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1033.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1068.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1084.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1119.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x113e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1159.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x127d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x128a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x129c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1302.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1312.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1353.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1421.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1531.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x15db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x15f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1632.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x163c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1655.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x165f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1682.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x170c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1727.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1731.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1741.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1751.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1761.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x177c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x17df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x17fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1852.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x185c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1866.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1870.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x187f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x191b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1925.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1933.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x193f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x194d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1984.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a73.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1acf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ae3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b24.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ba8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1bb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1bda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1bf3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1bfd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c4f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c72.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1cae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1cbe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ce0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1cf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d03.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d6f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1dac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1de2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ec1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1eee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1eff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f2f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f85.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f8f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1fb7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1fcc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1fee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x200d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 248 bytes of a fixup block starting at 0x1000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x203f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x206a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2095.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x20b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2129.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x218f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x21c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x21ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x220e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x221a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2247.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2267.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2299.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x232f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x234f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2368.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x237e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23af.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x240f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x242a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2434.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x243e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2453.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x24b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x24c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x24d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x24fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2560.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x25c4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x25e3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x25ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2609.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2623.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x262f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x263d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x269f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x26a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x26db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x26fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x270c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2780.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x27a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x27bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x27dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2815.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2862.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x287f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2904.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2922.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2932.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2962.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x297b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2996.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ac0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2b12.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2b29.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2b42.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2cb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2cd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2cf5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2d43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2d53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2d7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2dba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2dfc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e25.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e4c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e5c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e8b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ebc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ed8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ef0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2efc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f0b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f1d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f8d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2fa5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2fbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2fce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2fe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ff0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 216 bytes of a fixup block starting at 0x2000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x304b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3072.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3084.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3096.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x30b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x30c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x30df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x313a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x315b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3172.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3195.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x31cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x324d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x325c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3271.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3292.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3331.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x334b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x336a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3374.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x337e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x33e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x33f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x343c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3487.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3491.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x34a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x34e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3525.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3534.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x35a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x35b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3627.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x363b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3661.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3681.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x369f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x36e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3704.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3716.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3729.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x373f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3757.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3766.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3781.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3793.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x381b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x382c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x385d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3892.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3904.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x391f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3938.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3949.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3968.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3981.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x39a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x39bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x39f2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3a3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ab9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3adc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3afe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b27.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b59.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3bad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3bc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3bd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3be1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3bef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c0e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c25.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c2f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3cbc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3cfb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d25.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d4e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3db5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3eab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3eb5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ec3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ecd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3eec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3efd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f16.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f4a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f56.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3fb2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3fc7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3fe6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4002.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 264 bytes of a fixup block starting at 0x3000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4021.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x402e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x405d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4087.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x40e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4107.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4115.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4154.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x417b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41ea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4213.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4257.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4314.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x435d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4373.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x437f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4400.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4413.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4461.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4476.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x44d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x44f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4519.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4530.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x453d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4547.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4551.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x455b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x456f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4587.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4606.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4624.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x464d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x466e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x467c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x468f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4699.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4705.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x471e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4748.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4782.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4792.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4817.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x485c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x48ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x48b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4921.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a76.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4aa5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ab1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b37.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b81.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4bb9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4bde.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4bf5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c64.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c97.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4cac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4cbb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ccd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4cef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4cfe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d34.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4da4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4db2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4dda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4dfa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e1a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e3d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e85.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4eb7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ecb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ee0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ef3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f1f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5059.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 280 bytes of a fixup block starting at 0x4000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5099.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x50a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x50e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x512e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x518e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x51c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5221.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5234.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5249.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x526b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5276.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5290.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x529f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5304.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x530e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5325.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5337.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5342.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x534e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x535a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x536a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x539a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x53ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5400.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5419.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5432.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x544f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5479.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5483.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x549d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x54e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5507.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5511.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5567.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5571.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x560c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x561d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5632.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x563e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5649.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5703.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5712.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5757.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5767.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5775.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x578a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5794.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x579e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5822.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5832.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x583c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5846.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5852.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x585c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5866.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5873.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x587d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x589f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5902.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x590c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5916.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5923.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x592d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5938.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5943.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x594f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x595b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5967.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x597d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x598c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x59d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x59e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x59ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a27.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a6f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5acc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5af1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5b00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5bf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c36.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c74.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5cc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ce1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5d37.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5d46.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5e2a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5e85.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5eec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f42.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5fbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5fd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5fe9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ff8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6006.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 272 bytes of a fixup block starting at 0x5000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x602a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6055.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x608d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6103.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6161.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x616d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x617e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6191.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x61a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x61b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x61f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6206.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62ee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6313.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x632d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x634a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6354.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x635e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6374.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6384.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x640b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6426.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x643e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6461.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6472.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6486.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6496.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x650e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x652d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x653e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x655e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x656a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x657e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6595.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x659f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6608.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6613.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6629.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6642.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6653.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6663.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6673.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6681.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x668b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6695.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x669f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66c4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6705.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6722.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x672c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6736.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6742.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x677e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x679b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x67a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x67f2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x67fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6815.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6829.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6833.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6841.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6865.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x687a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6889.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6906.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6944.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6958.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x696d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6982.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6994.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x69aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x69b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6a09.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6a4d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6aa1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6afd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6b19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6b44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6b6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6bb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c46.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c75.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c8c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ce3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6dbe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6dd5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ddf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6de9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6df3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e12.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e2d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e8c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ec5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6eda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f1b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f32.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f56.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fa9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fb5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fc4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fe5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x702d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 312 bytes of a fixup block starting at 0x6000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7058.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x706d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x708c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x710b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7121.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7130.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7143.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7159.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7163.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x716d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x717a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x718c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x71a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x71b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x71d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x71e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x71f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7209.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7213.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7312.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7322.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7338.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7342.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x734c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7356.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x736d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x73a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x740c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x745b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7493.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x74fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7520.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7569.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7580.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x75d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x75e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x769d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x76c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x76ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x76da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x770c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7724.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7732.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7774.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x779e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x77da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x783d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x785b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7865.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x791f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x792b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7939.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7950.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7961.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7985.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7996.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a0e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a3a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7aa6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ab4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7add.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7aee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7afc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b14.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b36.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b4e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b64.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7baf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7bdb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7bec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7c0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7c51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7cbb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7d0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7d26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7d46.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7d89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7e78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7e88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ebb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ee7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f2d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f3c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f73.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7fb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7fc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8002.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 240 bytes of a fixup block starting at 0x7000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x800c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8070.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x807a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8112.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8132.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8194.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x81b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x81d4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x81e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8209.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8241.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x826a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x827c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x828e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8312.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x832a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x833a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x834b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8367.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8372.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x83c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x83d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8403.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8439.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x845c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8490.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x84b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x850c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8529.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x853a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8563.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8596.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x85a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x85c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x85fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x861e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8683.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8707.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8737.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8769.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8787.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8794.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87ee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x880e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8820.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8830.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x883d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x885f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8869.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x887c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8890.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x889f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8907.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8913.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8939.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8959.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8963.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8974.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8999.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x89ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x89db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a1c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a9e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8aaa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8acb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8af0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b05.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8ba0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8baa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8bbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8bfe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8c2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8c48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8c71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8c83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8ca4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8d4d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8d96.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8dee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e1d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8eb4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8ee7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f91.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fc2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fd1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fe2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9006.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 288 bytes of a fixup block starting at 0x8000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x901e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9028.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9032.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x903e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x906b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9093.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x90b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x90bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x90ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9117.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x914f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x921d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9229.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9239.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9255.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9269.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9282.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x928c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x929c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x92a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x92f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9306.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x931e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9333.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x934f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x944c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9458.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9462.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9476.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9495.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x949f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9513.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x952e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x954e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x960b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9636.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9642.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9651.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9661.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x966b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x967b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x968f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9714.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9726.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9732.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x973c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x974a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9754.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9764.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x978c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x97aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x97b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x97ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x97da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9801.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x980b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x982c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x988b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9899.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9984.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x99c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9a53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9a62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9a7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9a87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9baa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9bcb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9c44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9cdf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9cf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9d06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9d1f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9d30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9dd9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9ebf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9edb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9eee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9f23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9f35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa08f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 240 bytes of a fixup block starting at 0x9000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa0b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa14b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa157.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa20a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa264.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa394.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa3fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa532.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa5e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa5f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa624.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa636.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa65b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa674.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa68d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa6be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa6d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa6e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa725.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa783.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa79f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa7b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa7e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa7f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa819.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa82d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa843.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa878.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa88c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa8b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa8e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa909.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa918.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa957.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa96b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa98d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa9c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa93.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaab4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaac5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaad4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaafd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab8a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaba4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xabe9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac1c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac47.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac64.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac91.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xacad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xacc7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xacd1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaced.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad7b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadcc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadfe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xae0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xae56.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xae95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaeed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaf6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xafc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xafe2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaff1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 176 bytes of a fixup block starting at 0xa000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb03d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb04d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb07a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb0a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb0c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb0d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb107.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb111.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb136.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb16c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb195.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb20a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb23d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb247.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb264.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb271.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb2e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb2f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb327.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb33e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb359.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb382.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb392.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb3a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb3bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb42c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb461.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb472.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb49d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb51d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb539.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb556.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb56f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb5ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb5fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb641.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb656.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb660.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb66f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb67e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb698.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb6b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb6d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb6fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb71c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb78f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb7a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb7c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb7e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb831.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb854.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb87a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb887.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb916.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb929.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb935.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb941.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb951.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb973.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb97d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb98c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba03.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba14.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba32.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbaad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbade.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb2a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbbce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbbe3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbbf4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbcc1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbccc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbcf7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd09.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd42.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd67.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbdf5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe3b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe72.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbeb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbec9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbf0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbf21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbf3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbf49.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbfe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbffd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc02b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 264 bytes of a fixup block starting at 0xb000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc03c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc04c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc056.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc063.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc0a2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc0ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc0b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: translating the relocation section .rela.rodata.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd040.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 32 bytes of a fixup block starting at 0xc000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd050.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd058.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd060.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd068.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd070.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd088.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd090.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd100.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd110.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd118.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd120.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd130.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd138.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd148.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd160.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd178.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd188.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd190.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd208.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd220.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd238.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd250.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd260.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd278.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd288.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd290.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd298.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd2a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd2a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd2b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd2b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd2c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: translating the relocation section .rela.data.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 144 bytes of a fixup block starting at 0xd000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf310.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf320.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf328.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf400.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf450.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf458.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf468.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf4f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf4f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf500.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf550.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf558.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf580.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf5b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf5c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf5c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf5f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf740.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf770.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf790.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf810.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf820.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf828.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf838.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf840.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf850.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf868.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf870.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf880.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf888.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf898.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf900.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf910.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf918.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf928.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf930.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf940.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf948.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf958.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf960.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf970.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf978.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf988.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf990.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfaa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfab0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfac0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfae0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfaf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfaf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfba0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfca0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfca8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfce8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfda8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfde0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfeb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfeb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfec8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfed0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfee0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfee8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfef8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfff0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 432 bytes of a fixup block starting at 0xf000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10008.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10018.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10038.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10050.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10060.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10068.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10090.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10110.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10120.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10138.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10188.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10198.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10260.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10278.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10288.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10290.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10320.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10338.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10348.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10350.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10368.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10378.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10380.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10408.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10410.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10420.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10438.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10440.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10450.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10458.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10468.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10480.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10488.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10498.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10500.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10518.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10528.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10530.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10548.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10558.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10560.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10578.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10588.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10590.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10608.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10620.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10630.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10638.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10648.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10650.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10660.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10668.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10678.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10680.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10690.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10698.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10710.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10720.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10728.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10740.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10750.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10758.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10768.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10770.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10780.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10800.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10810.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10818.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10828.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10830.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10840.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10848.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding 162 padding fixup entries.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 688 bytes of a fixup block starting at 0x10000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/fshelp.mod.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ext2.mod.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_gpt.mod.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: kernel_img=0x15d8ed0, kernel_size=0x1c000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the core size is 0x20238.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 0x23000 bytes.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: grub-mkimage --directory '/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi' --prefix '' --output '/boot/grub/x86_64-efi/grub.efi'  --dtb '' --sbat '' --format 'x86_64-efi' --compression 'auto'   'ext2' 'part_gpt' 
.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the total module size is 0x4228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/kernel.img.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .text at 0x0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .note.gnu.property at 0xc000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .rodata at 0xc040.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .rodata.str1.1 at 0xc2c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .data at 0xe300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .module_license at 0xf870.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating the section .bss at 0xf8a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0xd040 (0xd040).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0xd2c8 (0xd2c8).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0xf300 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating  at 0x108a0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strlen at 0x9b30 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_free at 0x6086 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_net_poll_cards_idle at 0x1c820 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_finish_boot_services at 0x44c2 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_progress_hook at 0x1c580 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_fini at 0x189c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_puts_ at 0x9888 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_verifiers_init at 0xc096 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_millisleep at 0x6001 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_autoload_hook at 0x1c5c8 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_10 at 0x122c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_byte_checksum at 0x53ec (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_blocklist at 0xf5a0 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_errmsg at 0x1ba20 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_5 at 0x11c3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strncmp at 0x9901 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_take_data at 0x611f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strtoull at 0x9c42 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dma_get_virt at 0x131c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_system_table at 0x108c8 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memmove at 0x594d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_4 at 0x11af (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_open at 0x6f9b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_locate_protocol at 0x2caa (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_update_get_sorted at 0x85f4 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating __stack_chk_guard at 0x108f0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strcpy at 0x9875 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_probe at 0xb27f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strrchr at 0x994d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_get_name at 0xb497 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load at 0x8268 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pmtimer_wait_count_tsc at 0x1094 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_stall at 0x2ed6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_filename at 0x339a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_export at 0x86e1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_xvasprintf at 0xa907 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_error_push at 0x87a8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating shim_lock_verifier at 0xf4e0 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_shim_lock_verifier_setup at 0x57be (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_rescue_run at 0xba68 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_xasprintf at 0xa99f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_realloc at 0x5f28 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_exit at 0x2f50 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_calibrate_from_pmtimer at 0x1116 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memcpy at 0x5941 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memmove at 0x983a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_device_open at 0x67e4 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_filters at 0x1c5a0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_exported_symbols at 0xc0ab (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_reboot at 0x2f15 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_calibrate_from_efi at 0x1017 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_printf_fmt_check at 0xa9ee (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strdup at 0x9b41 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_firmware_is_tainted at 0x109b0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_allocate_fixed at 0x4367 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_divmod64 at 0x9be1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_get_device_name at 0x8923 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_print_device_path at 0x3694 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_iterate at 0xb42a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dma_free at 0x1310 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_vsnprintf at 0xa8ae (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_partition_map_list at 0x1c700 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_1 at 0x1182 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_command_list at 0x10978 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_fini at 0x1294 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_rate at 0x108a0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_rescue_parse_line at 0xb7e6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_variable at 0x324b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_snprintf at 0xa8c2 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_core_commands at 0x6671 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_dev_register at 0x6ec3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating __stack_chk_fail at 0x3e90 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_find_mmap_size at 0x4765 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_console_init at 0x5269 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_write_weak at 0x109a8 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_add at 0x769b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_read at 0x7251 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_highlight_color at 0xf748 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_parser_execute at 0xb207 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_xputs at 0xf740 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_console_fini at 0x5335 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fatal at 0xaafa (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_ref at 0x7795 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_seek at 0x8c69 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pci_find_capability at 0x1412 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_loaded_image at 0x2efa (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_errno at 0x1bb20 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_parser_cmdline_state at 0xae3f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memset at 0x9ab3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_getkey at 0xbcbf (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_new at 0x6025 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_outputs_disabled at 0x1c848 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_grubnet_fini at 0x1c5c0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_variable_hook at 0x867f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_image_handle at 0x108d0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_vprintf at 0xa613 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_ensure_space at 0x60a6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_acpi_get_rsdpv1 at 0x54dc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_net_open at 0x10980 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_command_prio at 0x61b0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_find_last_device_path at 0x35c0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_compare_device_paths at 0x3d91 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_acpi_find_fadt at 0x53fe (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_install_get_time_ms at 0x5ff3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_calibrate_from_pit at 0x1786 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating _start at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_inputs at 0x1c830 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_parser_split_cmdline at 0xaee0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_firmware_fini at 0x109b8 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_variable_with_attributes at 0x30dd (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_close at 0x6f01 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_unload at 0x7818 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_set_variable at 0x2fee (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_printf at 0xa701 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_unregister_command at 0x62f8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_list at 0x1c5d0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_get_device_handle at 0x2651 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_reset at 0x6142 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_main at 0x9253 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_read at 0x89b1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_unload_unneeded at 0x8363 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pci_make_address at 0x1324 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memcmp at 0x5959 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_normal_color at 0xf749 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_dev_list at 0x109a0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_init at 0x127a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_debug_enabled at 0x9a51 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_0 at 0x1177 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_locate_handle at 0x2cf1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_outputs at 0x1c838 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_modbase at 0x108e8 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_inputs_disabled at 0x1c840 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_net_config at 0x108e0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_set_virtual_address_map at 0x2f99 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_print_error at 0x888d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_mm_init at 0x47f0 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating memset at 0x5965 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_zalloc at 0x5c98 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strcmp at 0x98e5 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_tsc_init at 0x16da (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strchr at 0x9939 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_refresh at 0xbc93 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_malloc at 0x5c87 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_memory_map at 0x437d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_get_device_name at 0x279f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_get_time_ms at 0x5fe7 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_close at 0x8a50 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_open at 0x8a9c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_isspace at 0x9960 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_open_protocol at 0x2dee (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_real_dprintf at 0xa7ae (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_3 at 0x119e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load_core_noinit at 0x7913 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_calloc at 0x5c1f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load_file at 0x81ad (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_lockdown at 0x58cf (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_unset at 0x8561 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating verified_fs at 0xf760 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_device_close at 0x68c8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_6 at 0x11dc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_is_lockdown at 0x5937 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_buffer_advance_read_pos at 0x6153 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_head at 0x1a960 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_fs_probe at 0x8f6a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_mm_base at 0x10968 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_term_poll_usb at 0x1c828 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strword at 0x99c3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_secureboot at 0x5630 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_get_bootlocation at 0x3f81 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_fini at 0x401e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_allocate_any_pages at 0x4349 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_memory_fini at 0x47c6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_err_printed_errors at 0x1ba00 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_error at 0x8727 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_current_context at 0xf580 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_codes at 0xd1a0 (0xd040).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_register_symbol at 0x76d8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_is_finished at 0x10920 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_list_remove at 0x9193 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_pci_iterate at 0x134d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_modules_get_end at 0x9237 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_free at 0x5cd6 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strndup at 0x9b8c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_7 at 0x11ff (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_named_list_find at 0x9147 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_unref at 0x77d1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_duplicate_device_path at 0x360d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efidisk_init at 0x2407 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_dev_unregister at 0x6ed8 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_init at 0x3e92 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_arch_dl_check_header at 0x14aa (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_arch_dl_relocate_symbols at 0x14d9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_free_pages at 0x40df (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_printf_ at 0xa750 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_get_device_path at 0x35a5 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating start at 0x1000 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_modules_addr at 0x325a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_error_pop at 0x881e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_ref_count at 0x780d (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_device_iterate at 0x6a05 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_getkey_noblock at 0xbbcc (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memalign_dma32 at 0x12be (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_native_sectors at 0x75b3 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_list_push at 0x917c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_set_text_mode at 0x2e4a (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_file_verifiers at 0x1c850 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_err_printf at 0xa701 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_cache_invalidate_all at 0x6e7c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_machine_acpi_get_rsdpv2 at 0x553c (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_register_command_lockdown at 0x629f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_efi_allocate_pages_real at 0x416b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_set at 0x8401 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_key_is_interrupt at 0xbc69 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dl_load_core at 0x816e (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_gettext at 0xf5f0 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memcmp at 0x98c1 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_verify_string at 0xc01f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_getkeystatus at 0xbc1b (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_env_get at 0x8537 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating efi_wrap_2 at 0x1190 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_strtoul at 0xa149 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_dma_get_phys at 0x1320 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_mm_init_region at 0x5df9 (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_disk_cache_table at 0x109c0 (0x108a0).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating lockdown_verifier at 0xf540 (0xf300).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: locating grub_memalign at 0x5a1f (0x1000).
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: dealing with the relocation section .rela.text for .text.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_PC32 entry to 0xf8c9 at the offset 0x3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_PC32 entry to 0xf8ba at the offset 0xa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_PC32 entry to 0x823c at the offset 0x13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9be1 at the offset 0x68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a0 at the offset 0x84.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x53fe at the offset 0x119.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1094 at the offset 0x13e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9be1 at the offset 0x159.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a0 at the offset 0x168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e92 at the offset 0x27d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x16da at the offset 0x28a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x401e at the offset 0x29c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x47c6 at the offset 0x2b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0x2dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd2c8 at the offset 0x2f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x302.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x312.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1324 at the offset 0x353.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1324 at the offset 0x421.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd2e8 at the offset 0x4bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x4cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd040 at the offset 0x4e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x4f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd309 at the offset 0x531.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd32c at the offset 0x5db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x5f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd344 at the offset 0x632.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0x63c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd348 at the offset 0x655.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x65f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x682.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a8 at the offset 0x6aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a0 at the offset 0x6ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd36f at the offset 0x700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x70c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a8 at the offset 0x727.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1116 at the offset 0x731.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1786 at the offset 0x741.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1017 at the offset 0x751.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a0 at the offset 0x761.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1697 at the offset 0x771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5ff3 at the offset 0x77c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a0 at the offset 0x7df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9be1 at the offset 0x7fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd37c at the offset 0x852.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0x85c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0x866.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x870.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x87f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c0 at the offset 0x8a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b8 at the offset 0x8ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b0 at the offset 0x8b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x187b at the offset 0x8c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x8e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ed8 at the offset 0x8f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0x91b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd3a3 at the offset 0x925.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x933.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x93f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0x94d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa149 at the offset 0x984.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd3af at the offset 0x9a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x9b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b0 at the offset 0x9df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c0 at the offset 0x9ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b8 at the offset 0x9fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1826 at the offset 0xa08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd3bd at the offset 0xa26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0xa33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0xa51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0xa5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd3cc at the offset 0xa73.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd407 at the offset 0xa99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd423 at the offset 0xacf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0xae3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd43a at the offset 0xb24.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0xb2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0xb38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0xb5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c0 at the offset 0xb89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0xb99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b8 at the offset 0xba8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0xbb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd450 at the offset 0xbda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0xbf3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd455 at the offset 0xbfd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0xc07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0xc11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd463 at the offset 0xc4f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0xc68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd455 at the offset 0xc72.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0xc7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0xc86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b0 at the offset 0xcae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0xcbe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd468 at the offset 0xce0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0xcf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd455 at the offset 0xd03.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0xd0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0xd17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0xd4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0xd6f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2cf1 at the offset 0xd79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35a5 at the offset 0xdac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0xde2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf340 at the offset 0xe02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2dee at the offset 0xe0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0xe41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xe57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x360d at the offset 0xec1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0xeee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d91 at the offset 0xeff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xf2f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d91 at the offset 0xf4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd46d at the offset 0xf85.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0xf8f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b8 at the offset 0xfb7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1f47 at the offset 0xfcc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c0 at the offset 0xfee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b0 at the offset 0x100d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0x103f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d91 at the offset 0x106a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x1095.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x10b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb497 at the offset 0x1129.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0x118f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x11c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x11ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x120e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x121a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd471 at the offset 0x1247.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0x1258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x1267.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0x1280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2141 at the offset 0x1299.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4a3 at the offset 0x12ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x12d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4b4 at the offset 0x12f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x1308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4da at the offset 0x132f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0x1340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x134f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd390 at the offset 0x1368.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2141 at the offset 0x137e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd4a3 at the offset 0x13af.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x13bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd50e at the offset 0x13de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x13ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x140f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x189c at the offset 0x142a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109b8 at the offset 0x1434.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1d64 at the offset 0x143e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ebf at the offset 0x1453.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b8 at the offset 0x14b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2035 at the offset 0x14c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b0 at the offset 0x14d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2035 at the offset 0x14fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x1560.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ebf at the offset 0x1570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c0 at the offset 0x15c4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b0 at the offset 0x15e3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108b8 at the offset 0x15ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x187b at the offset 0x1609.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x1623.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf300 at the offset 0x162f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ec3 at the offset 0x163d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1d64 at the offset 0x169f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x360d at the offset 0x16a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0x16db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d91 at the offset 0x16fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x170c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x187b at the offset 0x1780.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x17a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35a5 at the offset 0x17bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0x17dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x360d at the offset 0x1815.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1fb5 at the offset 0x1858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x1862.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f9b at the offset 0x187f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f01 at the offset 0x18a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x75b3 at the offset 0x18cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x18e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x20e3 at the offset 0x18fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb42a at the offset 0x1904.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd536 at the offset 0x1922.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x1932.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1fb5 at the offset 0x1962.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x197b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x1996.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x1ac0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd53c at the offset 0x1b12.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd57d at the offset 0x1b29.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd57f at the offset 0x1b42.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1cb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x1cd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x1cf5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1d43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x1d53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x1d7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x1dba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1dfc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108d0 at the offset 0x1e18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11dc at the offset 0x1e25.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2caa at the offset 0x1e4c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf370 at the offset 0x1e5c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1e8b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x1ebc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1ed8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x1ef0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf360 at the offset 0x1efc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2dee at the offset 0x1f0b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1294 at the offset 0x1f1d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1f30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1f44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1294 at the offset 0x1f58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1f6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108d0 at the offset 0x1f80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1f8d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x1fa5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x1fbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd585 at the offset 0x1fce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x1fe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x1ff0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0x2020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x2030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2b64 at the offset 0x204b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x2072.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x2084.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x2096.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5a4 at the offset 0x20b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x20c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x20df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0x213a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x215b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2b64 at the offset 0x2168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x2172.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x2195.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x21cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x30dd at the offset 0x224d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108d0 at the offset 0x225c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2efa at the offset 0x2271.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x2292.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5c4 at the offset 0x22b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x22d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5c9 at the offset 0x22e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5ef at the offset 0x22f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5f8 at the offset 0x22fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd607 at the offset 0x2331.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5ef at the offset 0x2340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5f8 at the offset 0x234b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd636 at the offset 0x236a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5ef at the offset 0x2374.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd5f8 at the offset 0x237e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd663 at the offset 0x23e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x23f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x2428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0x243c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd663 at the offset 0x2487.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x2491.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x24a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x24e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x2510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x29ad at the offset 0x2525.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x2534.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf350 at the offset 0x25a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2dee at the offset 0x25b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd690 at the offset 0x2627.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x263b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x2661.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x2681.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x269f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd098 at the offset 0x26e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6be at the offset 0x2704.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6ca at the offset 0x2716.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6d4 at the offset 0x2729.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd0b8 at the offset 0x273f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6e5 at the offset 0x2757.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6f1 at the offset 0x2766.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd6fd at the offset 0x2781.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd711 at the offset 0x2793.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd71a at the offset 0x27a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd724 at the offset 0x27b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd733 at the offset 0x27d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd740 at the offset 0x27f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd747 at the offset 0x2808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd74b at the offset 0x281b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x282c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd747 at the offset 0x2844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd74b at the offset 0x285d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd74f at the offset 0x2892.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd753 at the offset 0x28bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd757 at the offset 0x28d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd0e0 at the offset 0x28ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd768 at the offset 0x2904.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd779 at the offset 0x291f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd786 at the offset 0x2938.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd79f at the offset 0x2949.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7ab at the offset 0x2968.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7b7 at the offset 0x2981.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7d1 at the offset 0x29a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd7da at the offset 0x29bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd805 at the offset 0x29f2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd830 at the offset 0x2a3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd873 at the offset 0x2ab9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd892 at the offset 0x2adc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8a7 at the offset 0x2afe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8b7 at the offset 0x2b15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8c1 at the offset 0x2b27.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd170 at the offset 0x2b41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd8d7 at the offset 0x2b59.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd910 at the offset 0x2bad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd922 at the offset 0x2bc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2ab7 at the offset 0x2bd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x2be1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x2bef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x2c0e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x2c25.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd928 at the offset 0x2c2f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x2c54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x29ad at the offset 0x2c6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x2c88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd936 at the offset 0x2c98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd940 at the offset 0x2cbc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd97c at the offset 0x2cfb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd99e at the offset 0x2d07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd98e at the offset 0x2d25.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9af at the offset 0x2d41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x2d4e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x2db5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x325a at the offset 0x2e94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x2e9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e8 at the offset 0x2eab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5269 at the offset 0x2eb5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf380 at the offset 0x2ec3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2caa at the offset 0x2ecd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10900 at the offset 0x2eec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10900 at the offset 0x2efd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x2f0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x2f16.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x47f0 at the offset 0x2f22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5630 at the offset 0x2f2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58cf at the offset 0x2f3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x57be at the offset 0x2f4a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x2f56.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2407 at the offset 0x2f77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108d0 at the offset 0x2f83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2efa at the offset 0x2f9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x279f at the offset 0x2fb2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e0 at the offset 0x2fc7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x339a at the offset 0x2fe6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x994d at the offset 0x3002.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x189c at the offset 0x3021.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5335 at the offset 0x302e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1324 at the offset 0x305d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1412 at the offset 0x3087.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x30e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3107.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10928 at the offset 0x3115.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x3154.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x317b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0x31ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9c4 at the offset 0x31b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9c4 at the offset 0x31d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9c8 at the offset 0x31ea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x31f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3213.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x3228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x3248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9ed at the offset 0x3257.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x3268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40df at the offset 0x32a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x32d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10928 at the offset 0x32e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd9fb at the offset 0x3308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x3314.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x3330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x416b at the offset 0x335d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x416b at the offset 0x3373.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x337f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10948 at the offset 0x33ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10950 at the offset 0x33c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x33d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10940 at the offset 0x3400.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10938 at the offset 0x3413.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10930 at the offset 0x3428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3461.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x3476.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x34d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10950 at the offset 0x34f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x3519.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10930 at the offset 0x3530.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10938 at the offset 0x353d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10940 at the offset 0x3547.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10948 at the offset 0x3551.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x437d at the offset 0x355b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10948 at the offset 0x356f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda71 at the offset 0x3587.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x3598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x35a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x35bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10930 at the offset 0x35ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10938 at the offset 0x35d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10940 at the offset 0x35e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10948 at the offset 0x35ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x437d at the offset 0x35f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x3606.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda54 at the offset 0x3615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10940 at the offset 0x3624.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108d0 at the offset 0x3640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x364d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x366e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xda90 at the offset 0x367c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdab0 at the offset 0x368f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x3699.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x36aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10948 at the offset 0x36bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10948 at the offset 0x36d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x36e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10938 at the offset 0x3705.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10930 at the offset 0x371e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4038 at the offset 0x3738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x134d at the offset 0x3748.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x437d at the offset 0x3782.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdad8 at the offset 0x3792.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x37a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10928 at the offset 0x37c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40df at the offset 0x37e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4349 at the offset 0x37ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdaf7 at the offset 0x3817.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x437d at the offset 0x3844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40df at the offset 0x385c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb0e at the offset 0x38ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x38b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x3921.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5df9 at the offset 0x3a2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x416b at the offset 0x3a76.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb24 at the offset 0x3a9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x3aa5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb59 at the offset 0x3ab1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40df at the offset 0x3ac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd1a0 at the offset 0x3b37.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10958 at the offset 0x3b81.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ae1 at the offset 0x3b90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3bb9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10960 at the offset 0x3bde.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10958 at the offset 0x3bf5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x3c15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x3c4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3c64.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2dee at the offset 0x3c7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x3c97.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x3cac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3cbb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3ccd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x3cef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3cfe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3d0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x3d23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3d34.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf749 at the offset 0x3d5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf748 at the offset 0x3d65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3d79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x3d86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3d95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3da4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x3db2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x3dda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3dfa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ced at the offset 0x3e0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e4a at the offset 0x3e1a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3e26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x3e3d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3e54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e4a at the offset 0x3e6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb6b at the offset 0x3e85.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x3e94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3ea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ced at the offset 0x3eb7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf480 at the offset 0x3ecb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4e3b at the offset 0x3ee0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3ef3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x3f0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4e3b at the offset 0x3f1f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x3f3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x4059.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x4099.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4e3b at the offset 0x40a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x40e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x4108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4b71 at the offset 0x412e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0x418e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4b71 at the offset 0x41c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x4221.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x4234.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ae1 at the offset 0x4249.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c838 at the offset 0x426b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3a0 at the offset 0x4276.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c848 at the offset 0x4280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3b8 at the offset 0x4290.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3a0 at the offset 0x429f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c838 at the offset 0x42a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x917c at the offset 0x42b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3a0 at the offset 0x42c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c830 at the offset 0x42d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x42db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c840 at the offset 0x42e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf458 at the offset 0x42f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x4304.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c830 at the offset 0x430e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x917c at the offset 0x4318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x4325.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x4337.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9193 at the offset 0x4342.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf440 at the offset 0x434e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3a0 at the offset 0x435a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf3a0 at the offset 0x436a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb88 at the offset 0x4390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x439a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb8d at the offset 0x43ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x54dc at the offset 0x4400.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x553c at the offset 0x4419.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5374 at the offset 0x4432.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5374 at the offset 0x444f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb92 at the offset 0x4479.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x4483.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb8d at the offset 0x449d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x44e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4a0 at the offset 0x4507.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x4511.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0x4540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf490 at the offset 0x4567.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x4571.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2caa at the offset 0x45cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf520 at the offset 0x45e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb97 at the offset 0x45f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbb4 at the offset 0x460c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x461d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4c0 at the offset 0x4632.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbe0 at the offset 0x463e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x324b at the offset 0x4649.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4c0 at the offset 0x46bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbeb at the offset 0x46c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf520 at the offset 0x46f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbf5 at the offset 0x4703.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x30dd at the offset 0x4712.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x4738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbc7 at the offset 0x4757.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbd0 at the offset 0x4767.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdbd8 at the offset 0x4775.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc00 at the offset 0x478a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc1c at the offset 0x4794.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc20 at the offset 0x479e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x47a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf520 at the offset 0x47c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2caa at the offset 0x47cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e8 at the offset 0x47de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5630 at the offset 0x4822.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf4e0 at the offset 0x4832.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c850 at the offset 0x483c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x917c at the offset 0x4846.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc30 at the offset 0x4852.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc2e at the offset 0x485c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x4866.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc30 at the offset 0x4873.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86e1 at the offset 0x487d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd200 at the offset 0x489f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10964 at the offset 0x48d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf540 at the offset 0x48dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c850 at the offset 0x48e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x917c at the offset 0x48f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc4f at the offset 0x4902.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc4d at the offset 0x490c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x4916.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc4f at the offset 0x4923.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86e1 at the offset 0x492d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10964 at the offset 0x4938.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x4943.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x494f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x495b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0x4967.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc6a at the offset 0x497d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10968 at the offset 0x498c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc7f at the offset 0x49d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x49e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcb2 at the offset 0x49ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc91 at the offset 0x4a07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x4a13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10968 at the offset 0x4a27.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e7c at the offset 0x4a6f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcca at the offset 0x4acc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x4ad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcdb at the offset 0x4af1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x4b00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcfc at the offset 0x4bf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x4c0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0x4c36.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0x4c52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd0a at the offset 0x4c60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x4c74.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0x4c89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0x4c9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0x4cc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5971 at the offset 0x4ce1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdcdb at the offset 0x4d37.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x4d46.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10968 at the offset 0x4e2a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x4e85.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10968 at the offset 0x4eec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x4f42.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x4f5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5971 at the offset 0x4f77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x4f98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x4fbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x4fd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10970 at the offset 0x4fe9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10970 at the offset 0x4ff8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5fe7 at the offset 0x5006.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x502a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x5055.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x508d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd1f at the offset 0x50d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x50dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f28 at the offset 0x50ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5103.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd57 at the offset 0x5161.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd42 at the offset 0x516d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x517e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdd8f at the offset 0x5191.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x51a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c98 at the offset 0x51b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddc8 at the offset 0x51f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10978 at the offset 0x5206.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x5210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5937 at the offset 0x52a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x618f at the offset 0x52d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x61b0 at the offset 0x52ee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9193 at the offset 0x5313.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x532d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddcb at the offset 0x5340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddc9 at the offset 0x534a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddcc at the offset 0x5354.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x535e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x5374.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddd2 at the offset 0x5384.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6372 at the offset 0x53aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6a05 at the offset 0x53b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0x53c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde0 at the offset 0x53cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0x53d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8923 at the offset 0x53e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x67e4 at the offset 0x540b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8f6a at the offset 0x5426.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x543e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde2 at the offset 0x5461.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x5472.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5486.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddd8 at the offset 0x5496.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xddf3 at the offset 0x54a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x54b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6337 at the offset 0x54cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0x54dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdde0 at the offset 0x54e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0x54f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x68c8 at the offset 0x54ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x550e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde0c at the offset 0x552d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x553e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x81ad at the offset 0x555e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8268 at the offset 0x556a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7795 at the offset 0x557e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x85f4 at the offset 0x5595.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8537 at the offset 0x559f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde22 at the offset 0x55bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x55c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x55e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde29 at the offset 0x5608.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x5613.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x5629.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde0c at the offset 0x5642.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x5653.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8561 at the offset 0x5663.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde3b at the offset 0x5673.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde58 at the offset 0x5681.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x658c at the offset 0x568b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde67 at the offset 0x5695.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x61b0 at the offset 0x569f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde6b at the offset 0x56b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde8b at the offset 0x56c4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x663c at the offset 0x56ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde92 at the offset 0x56d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xde98 at the offset 0x56e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdeaf at the offset 0x56f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6392 at the offset 0x56fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdeb5 at the offset 0x5705.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdeb8 at the offset 0x5718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdec9 at the offset 0x5722.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6527 at the offset 0x572c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xded0 at the offset 0x5736.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x5742.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb497 at the offset 0x5771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x577e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xded7 at the offset 0x579b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x57a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdedd at the offset 0x57f2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8537 at the offset 0x57fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdedd at the offset 0x5815.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdee2 at the offset 0x5829.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x5833.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x5841.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f9b at the offset 0x5865.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10980 at the offset 0x587a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5889.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x58b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f01 at the offset 0x58d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x58e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5906.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x67e4 at the offset 0x5944.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5958.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x68c8 at the offset 0x596d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6740 at the offset 0x5982.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb42a at the offset 0x5994.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x59aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x59b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109a0 at the offset 0x5a09.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6912 at the offset 0x5a4d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109c0 at the offset 0x5aa1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109c0 at the offset 0x5afd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x5b19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x5b44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x5b6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109c0 at the offset 0x5bb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6a74 at the offset 0x5c0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x5c2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6b89 at the offset 0x5c46.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x5c57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5c75.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x5c8c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x5ce3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ad2 at the offset 0x5d00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5d23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87a8 at the offset 0x5dbe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0f at the offset 0x5dd5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdefa at the offset 0x5ddf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0a at the offset 0x5de9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x5df3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x881e at the offset 0x5e00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x5e12.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x5e2d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x5e80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109c0 at the offset 0x5e8c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109a0 at the offset 0x5ec5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109a0 at the offset 0x5eda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf1b at the offset 0x5f07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0a at the offset 0x5f11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x5f1b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0f at the offset 0x5f32.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5fe7 at the offset 0x5f56.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x5f60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a948 at the offset 0x5f6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0a at the offset 0x5fa9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x5fb5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0f at the offset 0x5fc4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf2a at the offset 0x5fd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c98 at the offset 0x5fe5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x602d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x6058.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x606d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x608c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109a0 at the offset 0x60a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x60c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf3b at the offset 0x60ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x610b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x6121.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6130.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87a8 at the offset 0x6143.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf7b at the offset 0x6159.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0a at the offset 0x6163.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0f at the offset 0x616d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x881e at the offset 0x617a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f01 at the offset 0x618c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf91 at the offset 0x61a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x61b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb27f at the offset 0x61d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf69 at the offset 0x61e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x61f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5fe7 at the offset 0x6209.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a948 at the offset 0x6213.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6e7c at the offset 0x6230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdfa5 at the offset 0x62a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x62b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdfd3 at the offset 0x6308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x6312.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87a8 at the offset 0x6322.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0x6338.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe001 at the offset 0x6342.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0a at the offset 0x634c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdf0f at the offset 0x6356.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x6360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x881e at the offset 0x636d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6be0 at the offset 0x63a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6a74 at the offset 0x640c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ad2 at the offset 0x645b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ad2 at the offset 0x6493.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x64fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6b89 at the offset 0x6520.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6569.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6be0 at the offset 0x6580.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a960 at the offset 0x65d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x65e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x6618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x75d5 at the offset 0x669d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe029 at the offset 0x66c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x66ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x66da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x670c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x6724.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6732.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a980 at the offset 0x6774.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7795 at the offset 0x679e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x77d1 at the offset 0x67da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a960 at the offset 0x683d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a980 at the offset 0x685b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x6865.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1b968 at the offset 0x68ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x68be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7818 at the offset 0x68da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe040 at the offset 0x691f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe05a at the offset 0x692b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x6939.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe062 at the offset 0x6950.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe06c at the offset 0x6961.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe08d at the offset 0x6985.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x6996.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x14aa at the offset 0x69a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0b0 at the offset 0x69cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0d7 at the offset 0x69ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x69fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c98 at the offset 0x6a0e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe0f1 at the offset 0x6a3a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe05a at the offset 0x6a44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe062 at the offset 0x6a50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7614 at the offset 0x6a5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe103 at the offset 0x6a6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe113 at the offset 0x6a86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x6a90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe128 at the offset 0x6aa6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x6ab4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe136 at the offset 0x6ac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe15d at the offset 0x6add.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x6aee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe13f at the offset 0x6afc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe14e at the offset 0x6b14.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x6b36.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe172 at the offset 0x6b4e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6b64.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8268 at the offset 0x6b80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6baf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7795 at the offset 0x6bdb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x6bec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x6c0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0x6c51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x6cbb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x6d0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6d26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0x6d46.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x14d9 at the offset 0x6d89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a980 at the offset 0x6e78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x6e88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7683 at the offset 0x6ebb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x76d8 at the offset 0x6ee7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7683 at the offset 0x6f06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x76d8 at the offset 0x6f2d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x6f3c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe17b at the offset 0x6f4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x6f58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe189 at the offset 0x6f73.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7683 at the offset 0x6f9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe197 at the offset 0x6fb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x6fc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe210 at the offset 0x7002.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x700c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1b0 at the offset 0x7070.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x707a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1d0 at the offset 0x70a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe05a at the offset 0x70b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe062 at the offset 0x70ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1ec at the offset 0x70d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe05a at the offset 0x70dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe062 at the offset 0x70e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe062 at the offset 0x70fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe1fd at the offset 0x7108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe05a at the offset 0x7112.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x769b at the offset 0x7122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7818 at the offset 0x7132.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7913 at the offset 0x7170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a960 at the offset 0x7194.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0x71b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a50 at the offset 0x71d4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x71e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89b1 at the offset 0x7209.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x7218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x816e at the offset 0x7241.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8537 at the offset 0x726a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe226 at the offset 0x727c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x75d5 at the offset 0x728e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe226 at the offset 0x72a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe22d at the offset 0x72b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x72c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe245 at the offset 0x72da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x72e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x81ad at the offset 0x7300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x7312.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x732a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe25a at the offset 0x733a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x734b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7818 at the offset 0x7367.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a960 at the offset 0x7372.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x73c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf580 at the offset 0x73d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x839f at the offset 0x7403.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x7439.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x745c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c98 at the offset 0x7470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x7490.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf580 at the offset 0x74b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x750c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7529.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x839f at the offset 0x753a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x839f at the offset 0x7563.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26b at the offset 0x7596.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x75a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x75c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf580 at the offset 0x75fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x761e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x839f at the offset 0x7683.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26b at the offset 0x76a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x76b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x76bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x839f at the offset 0x76e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26b at the offset 0x76fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x7707.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7737.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5f0 at the offset 0x7769.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0x7787.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8ae at the offset 0x7794.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb28 at the offset 0x77ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x77bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb40 at the offset 0x77cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0x77d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x77ee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb24 at the offset 0x77fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x780e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb28 at the offset 0x7820.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0x7830.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb40 at the offset 0x783d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x785f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x7869.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x787c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7890.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe26c at the offset 0x789f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5f0 at the offset 0x78a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0x78b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x78bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba00 at the offset 0x78d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x881e at the offset 0x78dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb24 at the offset 0x78ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe278 at the offset 0x78fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x7907.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb24 at the offset 0x7913.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x7939.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2a0 at the offset 0x7959.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x7963.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x7974.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x7999.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2b4 at the offset 0x79ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x79db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c580 at the offset 0x7a1c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x68c8 at the offset 0x7a70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x7a7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7a90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8923 at the offset 0x7a9e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x7aaa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7acb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x7af0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x67e4 at the offset 0x7b05.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c98 at the offset 0x7b26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5a0 at the offset 0x7b54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8f6a at the offset 0x7b65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x7ba0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c598 at the offset 0x7baa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7bbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7bfe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a50 at the offset 0x7c2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x68c8 at the offset 0x7c48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x7c71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2d9 at the offset 0x7c83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7251 at the offset 0x7ca4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7251 at the offset 0x7d4d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x7d96.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0x7dee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7e1d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9c42 at the offset 0x7e5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe2fd at the offset 0x7e7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x7e86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa149 at the offset 0x7eb4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9960 at the offset 0x7ee7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe314 at the offset 0x7f10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x7f21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x7f4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5d0 at the offset 0x7f87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x7f91.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x7fae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe32d at the offset 0x7fb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe33e at the offset 0x7fc2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe341 at the offset 0x7fd1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8c9c at the offset 0x7fe2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe34b at the offset 0x7fec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87a8 at the offset 0x8006.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe34d at the offset 0x801e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe33e at the offset 0x8028.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe341 at the offset 0x8032.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x881e at the offset 0x803e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5c8 at the offset 0x806b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5d8 at the offset 0x8080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x8093.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8c9c at the offset 0x80b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe34b at the offset 0x80bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x80ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe363 at the offset 0x8117.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x8128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x814f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c838 at the offset 0x81c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x81f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b8c at the offset 0x821d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x8229.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e8 at the offset 0x8239.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x127a at the offset 0x8255.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x91be at the offset 0x8269.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x8282.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe381 at the offset 0x828c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e8 at the offset 0x829c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xc096 at the offset 0x82a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x82f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5e0 at the offset 0x8306.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x888d at the offset 0x831e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x8333.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xc0ab at the offset 0x834f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x816e at the offset 0x8390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0x83c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe394 at the offset 0x83d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0x83dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x83e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x888d at the offset 0x83f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x91f2 at the offset 0x844c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe397 at the offset 0x8458.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867f at the offset 0x8462.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3f81 at the offset 0x8476.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe380 at the offset 0x8495.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe39c at the offset 0x849f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x84ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3a3 at the offset 0x84bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x84cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3a3 at the offset 0x84d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86e1 at the offset 0x84e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x84f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x994d at the offset 0x8513.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b8c at the offset 0x852e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x854e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x85b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x85cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3ab at the offset 0x860b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0x8615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x8636.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x8642.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe380 at the offset 0x8651.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe39c at the offset 0x8661.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x866b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0x867b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3b6 at the offset 0x868f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe397 at the offset 0x86a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86e1 at the offset 0x86b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x888d at the offset 0x86c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe397 at the offset 0x86d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3b6 at the offset 0x86e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e8 at the offset 0x86f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6671 at the offset 0x8708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5e0 at the offset 0x8714.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb207 at the offset 0x8726.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3bd at the offset 0x8732.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8268 at the offset 0x873c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x874a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3bd at the offset 0x8754.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10978 at the offset 0x8764.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9147 at the offset 0x8771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xba68 at the offset 0x878c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b8c at the offset 0x8798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3c4 at the offset 0x87aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x87b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x87ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x87da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3c4 at the offset 0x8801.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x880b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x882c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0x888b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5f0 at the offset 0x8899.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9960 at the offset 0x8984.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9982 at the offset 0x89c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8537 at the offset 0x8a53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3c9 at the offset 0x8a62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3cf at the offset 0x8a7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x99c3 at the offset 0x8a87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x8b43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x8b5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x8b78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x8b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x8baa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x8bcb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9960 at the offset 0x8c44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3e8 at the offset 0x8cdf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x8cf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9be1 at the offset 0x8d06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3d3 at the offset 0x8d1f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x8d30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe3fc at the offset 0x8dd9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe423 at the offset 0x8e6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe435 at the offset 0x8e88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x8e9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0x8ebf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x8edb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x8eee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9c42 at the offset 0x8f23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0x8f35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9d63 at the offset 0x908f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd290 at the offset 0x90b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9c42 at the offset 0x914b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x9157.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9c42 at the offset 0x920a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9c42 at the offset 0x9264.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9be1 at the offset 0x9394.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x93fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe448 at the offset 0x9532.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x95e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x95f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa08d at the offset 0x9615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa155 at the offset 0x9624.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c600 at the offset 0x9636.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c600 at the offset 0x965b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x9674.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x968d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x981e at the offset 0x96be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0x96d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x96e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa613 at the offset 0x9725.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5f0 at the offset 0x9783.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa613 at the offset 0x979f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a51 at the offset 0x97b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe44f at the offset 0x97e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x97f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa613 at the offset 0x9819.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0x982d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa08d at the offset 0x9843.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa155 at the offset 0x9878.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x981e at the offset 0x988c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa841 at the offset 0x98b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8ae at the offset 0x98e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa08d at the offset 0x9909.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0x9918.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa155 at the offset 0x9957.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x981e at the offset 0x996b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x998d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa907 at the offset 0x99c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe457 at the offset 0x9a19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x9a23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9d63 at the offset 0x9a3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x981e at the offset 0x9a93.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe466 at the offset 0x9ab4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x9ac5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x981e at the offset 0x9ad4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x9afd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5f0 at the offset 0x9b38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa613 at the offset 0x9b54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0x9b60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe483 at the offset 0x9b6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c830 at the offset 0x9b7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe48d at the offset 0x9b8a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbcbf at the offset 0x9b98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2f50 at the offset 0x9ba4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x9be9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b8c at the offset 0x9c07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x9c1c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4ba at the offset 0x9c47.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4a5 at the offset 0x9c53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x9c64.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x60a6 at the offset 0x9c91.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x9cad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4a5 at the offset 0x9cc7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0x9cd1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0x9ced.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac35 at the offset 0x9d2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac77 at the offset 0x9d53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x9d62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabae at the offset 0x9d7b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac77 at the offset 0x9db8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x9dcc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac35 at the offset 0x9dd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8537 at the offset 0x9dec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6142 at the offset 0x9dfe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x9e0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf600 at the offset 0x9e56.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9960 at the offset 0x9e95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6025 at the offset 0x9eed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0x9f6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xae3f at the offset 0x9fc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xad74 at the offset 0x9fe2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0x9ff1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabae at the offset 0xa000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9960 at the offset 0xa03d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xad0e at the offset 0xa04d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac77 at the offset 0xa07a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabae at the offset 0xa0a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xad74 at the offset 0xa0c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xad0e at the offset 0xa0d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0xa107.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6153 at the offset 0xa111.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xac35 at the offset 0xa136.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0xa16c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x611f at the offset 0xa195.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa1a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa1c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6086 at the offset 0xa1cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa1df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa1f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabc6 at the offset 0xa20a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xabc6 at the offset 0xa23d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb7e6 at the offset 0xa247.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x888d at the offset 0xa264.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa271.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa149 at the offset 0xa2e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c700 at the offset 0xa2f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb6ab at the offset 0xa327.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa33e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9901 at the offset 0xa359.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa382.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa392.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa3a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa3bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c700 at the offset 0xa42c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb710 at the offset 0xa461.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa472.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0xa49d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4cc at the offset 0xa4ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0xa4dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0xa4fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0xa51d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0xa539.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4cd at the offset 0xa556.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0xa56f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0xa5ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0xa5fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb497 at the offset 0xa641.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe4d0 at the offset 0xa656.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe50c at the offset 0xa660.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0xa66f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe502 at the offset 0xa67e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa698.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb619 at the offset 0xa6b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0xa6d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0xa6fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb619 at the offset 0xa71c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c700 at the offset 0xa78f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb710 at the offset 0xa7a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa7c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaee0 at the offset 0xa7e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0xa831.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0xa854.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10978 at the offset 0xa87a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9147 at the offset 0xa887.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe51d at the offset 0xa8b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa750 at the offset 0xa8c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe534 at the offset 0xa8d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe539 at the offset 0xa8e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0xa8f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xa8fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xa916.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe552 at the offset 0xa929.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0xa935.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbcbf at the offset 0xa941.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe54f at the offset 0xa951.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c720 at the offset 0xa973.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0xa97d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0xa98c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c720 at the offset 0xa9c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0xa9d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c720 at the offset 0xaa03.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0xaa14.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0xaa28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe560 at the offset 0xaa32.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c720 at the offset 0xaa41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0xaa4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe562 at the offset 0xaa6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0xaa77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x888d at the offset 0xaa82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xaa98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb927 at the offset 0xaaad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb7e6 at the offset 0xaac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xaade.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbaea at the offset 0xab2a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbaea at the offset 0xab63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c838 at the offset 0xab7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbaea at the offset 0xab9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c828 at the offset 0xabce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c820 at the offset 0xabe3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c830 at the offset 0xabf4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c828 at the offset 0xac22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c830 at the offset 0xac35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc1b at the offset 0xac79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c838 at the offset 0xac95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0xacc1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbbcc at the offset 0xaccc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0xacf7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a50 at the offset 0xad09.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xad15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xad42.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe57b at the offset 0xad67.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe58e at the offset 0xad71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0xad80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe595 at the offset 0xad9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c850 at the offset 0xadf5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0xae3b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5a6 at the offset 0xae72.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0xae7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf760 at the offset 0xae9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5d2 at the offset 0xaeb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0xaec9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89b1 at the offset 0xaf0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xaf21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe5fb at the offset 0xaf3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0xaf49.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xafe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xaffd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe614 at the offset 0xb02b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe58e at the offset 0xb03c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe595 at the offset 0xb04c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0xb056.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c850 at the offset 0xb063.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbd5e at the offset 0xb098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5a0 at the offset 0xb0a2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x76d8 at the offset 0xb0ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf7c0 at the offset 0xb0b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: dealing with the relocation section .rela.rodata for .rodata.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x15a5 at the offset 0x0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x15b8 at the offset 0x8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1624 at the offset 0x10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x15b8 at the offset 0x18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1624 at the offset 0x20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1624 at the offset 0x28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1624 at the offset 0x30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1624 at the offset 0x38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1624 at the offset 0x40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1606 at the offset 0x48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1617 at the offset 0x50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x37c4 at the offset 0x58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x38df at the offset 0x60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b34 at the offset 0x68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d05 at the offset 0x70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x374d at the offset 0x78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3764 at the offset 0x80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3777 at the offset 0x88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3791 at the offset 0x90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x37a3 at the offset 0x98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x38fa at the offset 0xa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3915 at the offset 0xa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x392c at the offset 0xb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3947 at the offset 0xb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x395e at the offset 0xc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x399e at the offset 0xc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b25 at the offset 0xd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b25 at the offset 0xd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3aad at the offset 0xe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b13 at the offset 0xe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x39b0 at the offset 0xf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x39e7 at the offset 0xf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3a34 at the offset 0x100.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ad0 at the offset 0x108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3975 at the offset 0x110.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b25 at the offset 0x118.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b25 at the offset 0x120.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3af4 at the offset 0x128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3b4f at the offset 0x130.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3ba3 at the offset 0x138.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3bc1 at the offset 0x140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3bdf at the offset 0x148.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3cb2 at the offset 0x150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c6 at the offset 0x1c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x1c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c6 at the offset 0x1d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x1d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c6 at the offset 0x1e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x1e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c6 at the offset 0x1f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x1f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c6 at the offset 0x200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x208.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x220.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x238.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58be at the offset 0x240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58c6 at the offset 0x248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0dd at the offset 0x250.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x260.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa0fd at the offset 0x268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x278.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa11c at the offset 0x280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: dealing with the relocation section .rela.data for .data.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xd388 at the offset 0x0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1b52 at the offset 0x10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1912 at the offset 0x18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1846 at the offset 0x20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2322 at the offset 0x28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x223a at the offset 0x30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb80 at the offset 0xb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4df8 at the offset 0xc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4f1d at the offset 0xc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5092 at the offset 0xd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4caa at the offset 0xe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ede at the offset 0xe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4d84 at the offset 0xf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4d21 at the offset 0xf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4ced at the offset 0x100.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdb80 at the offset 0x150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4c12 at the offset 0x158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x518c at the offset 0x168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5106 at the offset 0x170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc3a at the offset 0x1f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x559c at the offset 0x1f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x55c9 at the offset 0x200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xdc58 at the offset 0x250.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5889 at the offset 0x258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1b980 at the offset 0x280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe376 at the offset 0x2b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8d92 at the offset 0x2c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8ca2 at the offset 0x2c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x981a at the offset 0x2f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbb76 at the offset 0x440.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe62a at the offset 0x470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbcde at the offset 0x488.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbd07 at the offset 0x490.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe638 at the offset 0x4c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3e90 at the offset 0x4c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe649 at the offset 0x4d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108f0 at the offset 0x4e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe65b at the offset 0x4f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1177 at the offset 0x4f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe666 at the offset 0x508.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1182 at the offset 0x510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe671 at the offset 0x520.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x122c at the offset 0x528.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe67d at the offset 0x538.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1190 at the offset 0x540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe688 at the offset 0x550.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x119e at the offset 0x558.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe693 at the offset 0x568.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11af at the offset 0x570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe69e at the offset 0x580.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11c3 at the offset 0x588.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6a9 at the offset 0x598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11dc at the offset 0x5a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6b4 at the offset 0x5b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x11ff at the offset 0x5b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6bf at the offset 0x5c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x53fe at the offset 0x5d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6d3 at the offset 0x5e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x53ec at the offset 0x5e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6e6 at the offset 0x5f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c1f at the offset 0x600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe6f2 at the offset 0x610.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10978 at the offset 0x618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe704 at the offset 0x628.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf580 at the offset 0x630.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe719 at the offset 0x640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9a51 at the offset 0x648.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe72c at the offset 0x658.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x68c8 at the offset 0x660.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe73e at the offset 0x670.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6a05 at the offset 0x678.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe752 at the offset 0x688.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x67e4 at the offset 0x690.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe763 at the offset 0x6a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109c0 at the offset 0x6a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe779 at the offset 0x6b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f01 at the offset 0x6c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe789 at the offset 0x6d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109a0 at the offset 0x6d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe79c at the offset 0x6e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ec3 at the offset 0x6f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7b3 at the offset 0x700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6ed8 at the offset 0x708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7cc at the offset 0x718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109b8 at the offset 0x720.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe7e4 at the offset 0x730.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109b0 at the offset 0x738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe802 at the offset 0x748.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x75b3 at the offset 0x750.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe81b at the offset 0x760.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6f9b at the offset 0x768.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe82a at the offset 0x778.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7251 at the offset 0x780.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe839 at the offset 0x790.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x109a8 at the offset 0x798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe84e at the offset 0x7a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9be1 at the offset 0x7b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe85c at the offset 0x7c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1a960 at the offset 0x7c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe869 at the offset 0x7d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8268 at the offset 0x7e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe876 at the offset 0x7f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7913 at the offset 0x7f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe88f at the offset 0x808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7795 at the offset 0x810.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe89b at the offset 0x820.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x780d at the offset 0x828.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8ad at the offset 0x838.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x7818 at the offset 0x840.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8bc at the offset 0x850.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x77d1 at the offset 0x858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8ca at the offset 0x868.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1310 at the offset 0x870.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8d8 at the offset 0x880.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1320 at the offset 0x888.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8ea at the offset 0x898.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x131c at the offset 0x8a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe8fc at the offset 0x8b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4349 at the offset 0x8b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe918 at the offset 0x8c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4367 at the offset 0x8d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe930 at the offset 0x8e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x416b at the offset 0x8e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe94d at the offset 0x8f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3d91 at the offset 0x900.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe96b at the offset 0x910.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x360d at the offset 0x918.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe98a at the offset 0x928.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35c0 at the offset 0x930.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9a9 at the offset 0x940.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x4765 at the offset 0x948.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9c1 at the offset 0x958.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x44c2 at the offset 0x960.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9df at the offset 0x970.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x40df at the offset 0x978.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xe9f3 at the offset 0x988.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x35a5 at the offset 0x990.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea0c at the offset 0x9a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x339a at the offset 0x9a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea22 at the offset 0x9b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2efa at the offset 0x9c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea3c at the offset 0x9d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x437d at the offset 0x9d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea54 at the offset 0x9e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5630 at the offset 0x9f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea6c at the offset 0xa00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x324b at the offset 0xa08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xea82 at the offset 0xa18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x30dd at the offset 0xa20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeaa8 at the offset 0xa30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108d0 at the offset 0xa38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeabe at the offset 0xa48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10920 at the offset 0xa50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xead3 at the offset 0xa60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2cf1 at the offset 0xa68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeaea at the offset 0xa78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2caa at the offset 0xa80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb03 at the offset 0xa90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e0 at the offset 0xa98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb17 at the offset 0xaa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2dee at the offset 0xab0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb2e at the offset 0xac0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x3694 at the offset 0xac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb49 at the offset 0xad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2e4a at the offset 0xae0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb60 at the offset 0xaf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2fee at the offset 0xaf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb76 at the offset 0xb08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2f99 at the offset 0xb10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeb97 at the offset 0xb20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2ed6 at the offset 0xb28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeba6 at the offset 0xb38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108c8 at the offset 0xb40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebbc at the offset 0xb50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2651 at the offset 0xb58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebdb at the offset 0xb68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x279f at the offset 0xb70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xebf8 at the offset 0xb80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x86e1 at the offset 0xb88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec08 at the offset 0xb98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8537 at the offset 0xba0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec15 at the offset 0xbb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8401 at the offset 0xbb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec22 at the offset 0xbc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8561 at the offset 0xbd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec31 at the offset 0xbe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x85f4 at the offset 0xbe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec4c at the offset 0xbf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba00 at the offset 0xc00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec64 at the offset 0xc10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1ba20 at the offset 0xc18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec70 at the offset 0xc28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1bb20 at the offset 0xc30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec7b at the offset 0xc40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8727 at the offset 0xc48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec86 at the offset 0xc58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x881e at the offset 0xc60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xec95 at the offset 0xc70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x87a8 at the offset 0xc78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeca5 at the offset 0xc88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2f50 at the offset 0xc90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecaf at the offset 0xca0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaafa at the offset 0xca8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecba at the offset 0xcb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a50 at the offset 0xcc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecca at the offset 0xcd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5a0 at the offset 0xcd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecdc at the offset 0xce8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8923 at the offset 0xcf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xecf6 at the offset 0xd00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8a9c at the offset 0xd08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed05 at the offset 0xd18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c580 at the offset 0xd20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed1d at the offset 0xd30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x89b1 at the offset 0xd38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed2c at the offset 0xd48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8c69 at the offset 0xd50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed3b at the offset 0xd60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c850 at the offset 0xd68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed4f at the offset 0xd78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5cd6 at the offset 0xd80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed59 at the offset 0xd90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5c8 at the offset 0xd98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed6f at the offset 0xda8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c5d0 at the offset 0xdb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed7c at the offset 0xdc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x8f6a at the offset 0xdc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed8a at the offset 0xdd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5fe7 at the offset 0xde0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xed9b at the offset 0xdf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbcbf at the offset 0xdf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeda7 at the offset 0xe08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbbcc at the offset 0xe10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedbb at the offset 0xe20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc1b at the offset 0xe28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedcd at the offset 0xe38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf5f0 at the offset 0xe40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedda at the offset 0xe50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5937 at the offset 0xe58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedeb at the offset 0xe68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9960 at the offset 0xe70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xedf8 at the offset 0xe80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc69 at the offset 0xe88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee0e at the offset 0xe98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x917c at the offset 0xea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee1d at the offset 0xeb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9193 at the offset 0xeb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee2e at the offset 0xec8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x58cf at the offset 0xed0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee3c at the offset 0xee0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x54dc at the offset 0xee8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee59 at the offset 0xef8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x553c at the offset 0xf00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee76 at the offset 0xf10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1294 at the offset 0xf18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee88 at the offset 0xf28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c87 at the offset 0xf30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xee94 at the offset 0xf40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5a1f at the offset 0xf48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeea2 at the offset 0xf58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x12be at the offset 0xf60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeeb6 at the offset 0xf70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98c1 at the offset 0xf78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeec2 at the offset 0xf88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x983a at the offset 0xf90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeecf at the offset 0xfa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9ab3 at the offset 0xfa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeedb at the offset 0xfb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x6001 at the offset 0xfc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeeeb at the offset 0xfd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10968 at the offset 0xfd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeef8 at the offset 0xfe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108e8 at the offset 0xff0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef05 at the offset 0x1000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9147 at the offset 0x1008.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef1a at the offset 0x1018.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x10980 at the offset 0x1020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef28 at the offset 0x1030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c820 at the offset 0x1038.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef41 at the offset 0x1048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xae3f at the offset 0x1050.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef5b at the offset 0x1060.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xaee0 at the offset 0x1068.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef75 at the offset 0x1078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb497 at the offset 0x1080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xef8d at the offset 0x1090.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb42a at the offset 0x1098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefa4 at the offset 0x10a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c700 at the offset 0x10b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefbc at the offset 0x10c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xb27f at the offset 0x10c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefd1 at the offset 0x10d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1412 at the offset 0x10e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xefea at the offset 0x10f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x134d at the offset 0x10f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xeffb at the offset 0x1108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1324 at the offset 0x1110.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf011 at the offset 0x1120.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1094 at the offset 0x1128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf02d at the offset 0x1138.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x888d at the offset 0x1140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf03e at the offset 0x1150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa701 at the offset 0x1158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf04a at the offset 0x1168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa750 at the offset 0x1170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf057 at the offset 0x1180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa9ee at the offset 0x1188.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf06d at the offset 0x1198.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9888 at the offset 0x11a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf078 at the offset 0x11b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa7ae at the offset 0x11b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf08a at the offset 0x11c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5f28 at the offset 0x11d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf097 at the offset 0x11e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x2f15 at the offset 0x11e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0a3 at the offset 0x11f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xbc93 at the offset 0x1200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0b0 at the offset 0x1210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x629f at the offset 0x1218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0cf at the offset 0x1228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x61b0 at the offset 0x1230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf0ea at the offset 0x1240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x867f at the offset 0x1248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf106 at the offset 0x1258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8c2 at the offset 0x1260.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf114 at the offset 0x1270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9939 at the offset 0x1278.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf120 at the offset 0x1288.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x98e5 at the offset 0x1290.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf12c at the offset 0x12a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9875 at the offset 0x12a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf138 at the offset 0x12b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b41 at the offset 0x12c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf144 at the offset 0x12d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b30 at the offset 0x12d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf150 at the offset 0x12e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9901 at the offset 0x12f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf15d at the offset 0x1300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9b8c at the offset 0x1308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf16a at the offset 0x1318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x994d at the offset 0x1320.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf177 at the offset 0x1330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa149 at the offset 0x1338.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf184 at the offset 0x1348.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x9c42 at the offset 0x1350.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf192 at the offset 0x1360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x99c3 at the offset 0x1368.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf19f at the offset 0x1378.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf748 at the offset 0x1380.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1b9 at the offset 0x1390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c830 at the offset 0x1398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1ca at the offset 0x13a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c840 at the offset 0x13b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1e4 at the offset 0x13c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf749 at the offset 0x13c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf1fb at the offset 0x13d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c838 at the offset 0x13e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf20d at the offset 0x13f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c848 at the offset 0x13f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf228 at the offset 0x1408.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x1c828 at the offset 0x1410.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf23b at the offset 0x1420.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x108a0 at the offset 0x1428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf249 at the offset 0x1438.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x62f8 at the offset 0x1440.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf261 at the offset 0x1450.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xc01f at the offset 0x1458.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf274 at the offset 0x1468.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa613 at the offset 0x1470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf281 at the offset 0x1480.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa8ae at the offset 0x1488.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf290 at the offset 0x1498.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa99f at the offset 0x14a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf29f at the offset 0x14b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf740 at the offset 0x14b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf2aa at the offset 0x14c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xa907 at the offset 0x14d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf2ba at the offset 0x14e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5c98 at the offset 0x14e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf2c6 at the offset 0x14f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5959 at the offset 0x1500.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf2cd at the offset 0x1510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5941 at the offset 0x1518.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf2d4 at the offset 0x1528.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x594d at the offset 0x1530.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0xf2dc at the offset 0x1540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: relocating an R_X86_64_64 entry to 0x5965 at the offset 0x1548.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: translating the relocation section .rela.text.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1033.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1068.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1084.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1119.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x113e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1159.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x127d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x128a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x129c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x12f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1302.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1312.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1353.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1421.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x14f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1531.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x15db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x15f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1632.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x163c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1655.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x165f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1682.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x16ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1700.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x170c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1727.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1731.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1741.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1751.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1761.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x177c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x17df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x17fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1852.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x185c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1866.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1870.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x187f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x18f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x191b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1925.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1933.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x193f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x194d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1984.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x19fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a33.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a73.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1a99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1acf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ae3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b24.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1b99.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ba8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1bb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1bda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1bf3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1bfd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c4f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c72.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1c86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1cae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1cbe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ce0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1cf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d03.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d17.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d6f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1d79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1dac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1de2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e02.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1e57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1ec1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1eee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1eff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f2f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f85.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1f8f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1fb7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1fcc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x1fee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x200d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 248 bytes of a fixup block starting at 0x1000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x203f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x206a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2095.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x20b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2129.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x218f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x21c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x21ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x220e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x221a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2247.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2267.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2299.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x22f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x232f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x234f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2368.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x237e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23af.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x23ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x240f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x242a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2434.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x243e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2453.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x24b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x24c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x24d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x24fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2560.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x25c4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x25e3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x25ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2609.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2623.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x262f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x263d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x269f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x26a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x26db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x26fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x270c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2780.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x27a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x27bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x27dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2815.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2862.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x287f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x28fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2904.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2922.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2932.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2962.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x297b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2996.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ac0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2b12.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2b29.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2b42.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2cb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2cd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2cf5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2d43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2d53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2d7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2dba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2dfc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e25.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e4c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e5c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2e8b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ebc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ed8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ef0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2efc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f0b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f1d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2f8d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2fa5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2fbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2fce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2fe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x2ff0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 216 bytes of a fixup block starting at 0x2000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x304b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3072.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3084.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3096.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x30b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x30c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x30df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x313a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x315b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3172.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3195.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x31cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x324d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x325c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3271.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3292.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32d6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x32fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3331.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x334b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x336a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3374.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x337e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x33e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x33f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x343c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3487.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3491.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x34a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x34e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3525.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3534.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x35a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x35b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3627.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x363b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3661.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3681.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x369f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x36e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3704.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3716.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3729.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x373f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3757.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3766.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3781.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3793.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x37f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x381b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x382c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x385d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3892.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x38ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3904.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x391f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3938.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3949.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3968.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3981.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x39a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x39bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x39f2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3a3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ab9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3adc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3afe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b27.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3b59.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3bad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3bc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3bd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3be1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3bef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c0e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c25.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c2f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3c98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3cbc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3cfb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d25.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3d4e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3db5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3e9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3eab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3eb5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ec3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3ecd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3eec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3efd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f16.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f4a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f56.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3f9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3fb2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3fc7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x3fe6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4002.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 264 bytes of a fixup block starting at 0x3000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4021.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x402e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x405d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4087.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x40e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4107.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4115.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4154.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x417b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41ea.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x41f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4213.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4257.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42d5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x42e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4314.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x435d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4373.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x437f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43ad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43c6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x43d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4400.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4413.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4461.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4476.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x44d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x44f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4519.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4530.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x453d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4547.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4551.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x455b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x456f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4587.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4598.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x45f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4606.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4624.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4640.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x464d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x466e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x467c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x468f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4699.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x46e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4705.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x471e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4748.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4782.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4792.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x47ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4817.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4844.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x485c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x48ac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x48b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4921.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a76.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4a9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4aa5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ab1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b37.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b81.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4b90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4bb9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4bde.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4bf5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c64.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4c97.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4cac.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4cbb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ccd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4cef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4cfe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d34.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4d95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4da4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4db2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4dda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4dfa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e1a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e3d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e85.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4e94.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4eb7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ecb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ee0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4ef3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f0d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f1f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x4f3e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5059.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 280 bytes of a fixup block starting at 0x4000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5099.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x50a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x50e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x512e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x518e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x51c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5221.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5234.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5249.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x526b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5276.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5290.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x529f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52e5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x52f5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5304.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x530e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5325.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5337.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5342.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x534e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x535a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x536a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x539a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x53ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5400.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5419.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5432.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x544f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5479.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5483.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x549d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x54e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5507.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5511.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5567.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5571.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x55f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x560c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x561d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5632.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x563e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5649.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x56f9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5703.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5712.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5757.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5767.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5775.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x578a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5794.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x579e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x57de.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5822.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5832.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x583c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5846.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5852.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x585c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5866.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5873.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x587d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x589f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x58f6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5902.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x590c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5916.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5923.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x592d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5938.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5943.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x594f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x595b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5967.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x597d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x598c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x59d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x59e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x59ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a13.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a27.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5a6f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5acc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5af1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5b00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5bf9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c36.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c52.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c74.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5c9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5cc3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ce1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5d37.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5d46.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5e2a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5e85.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5eec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f42.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f5b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5f98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5fbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5fd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5fe9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x5ff8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6006.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 272 bytes of a fixup block starting at 0x5000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x602a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6055.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x608d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x60ed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6103.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6161.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x616d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x617e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6191.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x61a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x61b2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x61f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6206.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x62ee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6313.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x632d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6340.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x634a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6354.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x635e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6374.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6384.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63c2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x63e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x640b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6426.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x643e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6461.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6472.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6486.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6496.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64cb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64dd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x64ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x650e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x652d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x653e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x655e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x656a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x657e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6595.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x659f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65c9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x65e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6608.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6613.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6629.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6642.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6653.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6663.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6673.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6681.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x668b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6695.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x669f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66c4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x66fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6705.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6718.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6722.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x672c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6736.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6742.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x677e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x679b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x67a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x67f2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x67fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6815.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6829.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6833.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6841.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6865.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x687a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6889.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x68e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6906.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6944.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6958.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x696d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6982.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6994.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x69aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x69b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6a09.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6a4d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6aa1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6afd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6b19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6b44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6b6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6bb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c46.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c57.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c75.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6c8c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ce3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6d23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6dbe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6dd5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ddf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6de9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6df3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e12.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e2d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6e8c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6ec5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6eda.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f11.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f1b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f32.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f56.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6f6c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fa9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fb5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fc4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fd3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x6fe5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x702d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 312 bytes of a fixup block starting at 0x6000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7058.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x706d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x708c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x70ff.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x710b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7121.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7130.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7143.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7159.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7163.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x716d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x717a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x718c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x71a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x71b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x71d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x71e9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x71f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7209.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7213.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72a7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x72b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7312.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7322.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7338.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7342.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x734c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7356.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x736d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x73a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x740c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x745b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7493.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x74fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7520.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7569.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7580.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x75d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x75e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x769d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x76c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x76ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x76da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x770c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7724.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7732.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7774.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x779e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x77da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x783d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x785b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7865.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x78da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x791f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x792b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7939.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7950.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7961.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7985.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7996.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x79fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a0e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a3a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7a90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7aa6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ab4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7add.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7aee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7afc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b14.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b36.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b4e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b64.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7b80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7baf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7bdb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7bec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7c0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7c51.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7cbb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7d0a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7d26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7d46.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7d89.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7e78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7e88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ebb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7ee7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f2d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f3c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f73.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7f9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7fb6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x7fc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8002.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 240 bytes of a fixup block starting at 0x7000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x800c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8070.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x807a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80ba.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x80fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8112.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8122.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8132.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8194.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x81b6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x81d4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x81e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8209.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8241.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x826a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x827c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x828e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82b7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x82e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8312.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x832a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x833a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x834b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8367.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8372.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x83c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x83d1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8403.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8439.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x845c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8490.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x84b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x850c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8529.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x853a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8563.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8596.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x85a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x85c7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x85fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x861e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8683.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86a3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x86fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8707.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8737.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8769.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8787.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8794.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87bc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87cd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87ee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x87fe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x880e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8820.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8830.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x883d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x885f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8869.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x887c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8890.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x889f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88a9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88ec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x88fb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8907.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8913.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8939.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8959.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8963.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8974.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8999.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x89ca.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x89db.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a1c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8a9e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8aaa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8acb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8af0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b05.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b26.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8b65.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8ba0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8baa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8bbd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8bfe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8c2c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8c48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8c71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8c83.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8ca4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8d4d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8d96.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8dee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e1d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e5d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8e86.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8eb4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8ee7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8f91.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fc2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fd1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fe2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x8fec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9006.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 288 bytes of a fixup block starting at 0x8000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x901e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9028.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9032.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x903e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x906b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9093.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x90b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x90bd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x90ef.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9117.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x914f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x91f4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x921d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9229.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9239.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9255.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9269.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9282.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x928c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x929c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x92a6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x92f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9306.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x931e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9333.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x934f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93d2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x93f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x944c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9458.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9462.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9476.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9495.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x949f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94ab.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94bf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94e2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x94f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9513.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x952e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x954e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x95cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x960b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9636.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9642.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9651.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9661.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x966b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x967b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x968f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96a5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96d7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x96f7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9714.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9726.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9732.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x973c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x974a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9754.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9764.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9771.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x978c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x97aa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x97b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x97ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x97da.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9801.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x980b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x982c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x988b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9899.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9984.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x99c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9a53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9a62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9a7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9a87.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b43.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b5a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9b8e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9baa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9bcb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9c44.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9cdf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9cf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9d06.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9d1f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9d30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9dd9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9e9b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9ebf.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9edb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9eee.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9f23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x9f35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa08f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 240 bytes of a fixup block starting at 0x9000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa0b1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa14b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa157.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa20a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa264.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa394.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa3fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa532.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa5e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa5f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa615.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa624.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa636.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa65b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa674.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa68d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa6be.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa6d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa6e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa725.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa783.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa79f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa7b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa7e7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa7f1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa819.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa82d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa843.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa878.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa88c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa8b5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa8e6.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa909.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa918.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa957.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa96b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa98d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xa9c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa19.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa23.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaa93.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaab4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaac5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaad4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaafd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab54.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab6e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab7a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab8a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xab98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaba4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xabe9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac07.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac1c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac47.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac64.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xac91.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xacad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xacc7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xacd1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaced.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad2e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad53.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad62.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xad7b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadcc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadec.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xadfe.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xae0f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xae56.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xae95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaeed.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaf6b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xafc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xafe2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xaff1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 176 bytes of a fixup block starting at 0xa000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb03d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb04d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb07a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb0a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb0c5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb0d9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb107.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb111.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb136.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb16c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb195.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1a4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1cc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1df.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb1f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb20a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb23d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb247.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb264.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb271.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb2e1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb2f3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb327.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb33e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb359.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb382.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb392.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb3a1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb3bb.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb42c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb461.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb472.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb49d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4dc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb4fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb51d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb539.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb556.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb56f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb5ce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb5fd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb641.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb656.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb660.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb66f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb67e.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb698.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb6b3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb6d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb6fa.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb71c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb78f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb7a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb7c1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb7e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb831.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb854.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb87a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb887.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8b4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8d3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8e4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb8fc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb916.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb929.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb935.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb941.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb951.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb973.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb97d.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb98c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9c3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xb9d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba03.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba14.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba32.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba41.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba4b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba6a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba77.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba82.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xba98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbaad.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbade.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb2a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb63.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbb9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbbce.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbbe3.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbbf4.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc22.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc35.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc79.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbc95.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbcc1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbccc.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbcf7.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd09.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd15.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd42.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd67.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd71.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbd9f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbdf5.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe3b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe72.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe7c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbe9a.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbeb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbec9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbf0c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbf21.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbf3f.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbf49.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbfe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xbffd.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc02b.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 264 bytes of a fixup block starting at 0xb000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc03c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc04c.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc056.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc063.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc0a2.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc0ae.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xc0b9.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: translating the relocation section .rela.rodata.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd040.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 32 bytes of a fixup block starting at 0xc000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd050.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd058.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd060.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd068.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd070.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd088.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd090.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd0f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd100.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd110.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd118.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd120.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd130.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd138.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd148.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd160.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd178.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd188.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd190.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd208.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd220.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd238.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd250.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd260.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd268.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd278.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd280.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd288.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd290.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd298.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd2a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd2a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd2b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd2b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xd2c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: translating the relocation section .rela.data.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 144 bytes of a fixup block starting at 0xd000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf310.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf320.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf328.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf3f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf400.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf450.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf458.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf468.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf4f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf4f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf500.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf550.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf558.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf580.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf5b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf5c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf5c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf5f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf740.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf770.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf790.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf7f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf808.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf810.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf820.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf828.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf838.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf840.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf850.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf858.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf868.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf870.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf880.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf888.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf898.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf8f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf900.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf910.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf918.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf928.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf930.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf940.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf948.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf958.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf960.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf970.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf978.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf988.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf990.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xf9f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfa98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfaa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfab0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfac0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfac8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfad8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfae0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfaf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfaf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfb98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfba0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbe0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfbf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfc90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfca0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfca8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfce8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfcf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfd98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfda8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdc8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfde0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdf0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfdf8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe08.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe20.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe38.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe50.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe68.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe80.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfe98.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfea0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfeb0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfeb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfec8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfed0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfee0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfee8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfef8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff00.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff10.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff18.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff28.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff30.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff40.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff48.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff58.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff60.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff70.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff78.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff88.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xff90.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffa0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffa8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffb8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffc0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffd0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffd8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xffe8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0xfff0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a padding fixup entry.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 432 bytes of a fixup block starting at 0xf000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10008.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10018.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10020.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10030.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10038.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10048.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10050.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10060.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10068.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10078.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10080.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10090.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10098.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x100f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10108.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10110.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10120.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10128.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10138.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10140.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10150.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10158.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10168.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10170.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10180.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10188.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10198.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x101f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10200.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10210.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10218.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10230.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10240.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10248.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10258.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10260.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10270.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10278.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10288.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10290.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x102f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10300.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10308.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10318.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10320.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10330.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10338.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10348.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10350.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10360.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10368.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10378.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10380.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10390.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10398.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x103f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10408.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10410.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10420.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10428.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10438.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10440.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10450.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10458.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10468.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10470.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10480.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10488.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10498.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x104f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10500.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10510.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10518.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10528.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10530.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10540.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10548.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10558.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10560.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10570.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10578.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10588.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10590.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x105f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10600.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10608.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10618.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10620.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10630.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10638.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10648.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10650.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10660.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10668.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10678.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10680.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10690.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10698.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106a8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106c0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106d8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106f0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x106f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10708.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10710.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10720.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10728.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10738.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10740.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10750.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10758.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10768.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10770.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10780.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10788.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10798.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107a0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107b0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107b8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107c8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107d0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107e0.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107e8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x107f8.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10800.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10810.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10818.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10828.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10830.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10840.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding a relocation entry for 0x10848.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: adding 162 padding fixup entries.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 688 bytes of a fixup block starting at 0x10000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/fshelp.mod.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/ext2.mod.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: reading /gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/lib/grub/x86_64-efi/part_gpt.mod.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: kernel_img=0x15d8ed0, kernel_size=0x1c000.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: the core size is 0x20228.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: writing 0x23000 bytes.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: copying `/boot/grub/x86_64-efi/core.efi' -> `/boot/efi/EFI/grub/grubx64.efi'.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: Registering with EFI: distributor = `grub', path = `\EFI\grub\grubx64.efi', ESP at hostdisk//dev/nvme0n1,gpt1.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: executing /gnu/store/a9arz5k19zd7brm2h9yrc2gljzwzj5sr-efibootmgr-17/sbin/efibootmgr --version </dev/null >/dev/null.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: executing modprobe -q efivars.
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: executing /gnu/store/a9arz5k19zd7brm2h9yrc2gljzwzj5sr-efibootmgr-17/sbin/efibootmgr -b 0000 -B.
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0001,001B,001C,0019,001A,001D,001E,001F,0020,0002
Boot0001* Guix
Boot0002* Linux-Firmware-Updater
Boot0010  Setup
Boot0011  Boot Menu
Boot0012  Diagnostic Splash Screen
Boot0013  Lenovo Diagnostics
Boot0014  Regulatory Information
Boot0015  ThinkShield secure wipe
Boot0016  Startup Interrupt Menu
Boot0017  Rescue and Recovery
Boot0018  MEBx Hot Key
Boot0019* USB CD
Boot001A* USB FDD
Boot001B* NVMe0
Boot001C* USB HDD
Boot001D* PXE BOOT
Boot001E* LENOVO CLOUD
Boot001F  Other CD
Boot0020  Other HDD
Boot0023* ATA HDD
Boot0024* ATAPI CD
Boot0025* IDER BOOT CDROM
Boot0026* IDER BOOT Floppy
/gnu/store/w8v5d1i6xfqlpj78w89jg1x7f8dchh4k-grub-efi-2.06/sbin/grub-install: info: executing /gnu/store/a9arz5k19zd7brm2h9yrc2gljzwzj5sr-efibootmgr-17/sbin/efibootmgr -c -d /dev/nvme0n1 -p 1 -w -L grub -l \EFI\grub\grubx64.efi.
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0001,001B,001C,0019,001A,001D,001E,001F,0020,0002
Boot0001* Guix
Boot0002* Linux-Firmware-Updater
Boot0010  Setup
Boot0011  Boot Menu
Boot0012  Diagnostic Splash Screen
Boot0013  Lenovo Diagnostics
Boot0014  Regulatory Information
Boot0015  ThinkShield secure wipe
Boot0016  Startup Interrupt Menu
Boot0017  Rescue and Recovery
Boot0018  MEBx Hot Key
Boot0019* USB CD
Boot001A* USB FDD
Boot001B* NVMe0
Boot001C* USB HDD
Boot001D* PXE BOOT
Boot001E* LENOVO CLOUD
Boot001F  Other CD
Boot0020  Other HDD
Boot0023* ATA HDD
Boot0024* ATAPI CD
Boot0025* IDER BOOT CDROM
Boot0026* IDER BOOT Floppy
Boot0000* grub
Installation finished. No error reported.

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

* bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)
  2021-09-18 15:48   ` Mathieu Othacehe
@ 2021-09-19 15:02     ` Mathieu Othacehe
  2021-09-19 21:58       ` Jonathan Brielmaier
  2021-09-19 22:47       ` Ludovic Courtès
  0 siblings, 2 replies; 9+ messages in thread
From: Mathieu Othacehe @ 2021-09-19 15:02 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 50566


Turns out stripping Grub modules was causing this issue. I'm not sure
why we do not experience this issue on master.

Anyway, 71aa29911cf3f4e6db5f9bff9237308b5f93283d fixes it for me.

I also discovered another issue related to image creation that I'll
report separately.

Thanks,

Mathieu




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

* bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)
  2021-09-19 15:02     ` Mathieu Othacehe
@ 2021-09-19 21:58       ` Jonathan Brielmaier
  2021-09-19 22:47       ` Ludovic Courtès
  1 sibling, 0 replies; 9+ messages in thread
From: Jonathan Brielmaier @ 2021-09-19 21:58 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 50566


Am 19.09.21 um 17:02 schrieb Mathieu Othacehe:
>
> Turns out stripping Grub modules was causing this issue. I'm not sure
> why we do not experience this issue on master.
>
> Anyway, 71aa29911cf3f4e6db5f9bff9237308b5f93283d fixes it for me.

Good catch and thanks for the fix, which works for me.

> I also discovered another issue related to image creation that I'll
> report separately.

During boot I'll run into https://issues.guix.gnu.org/50566 like you.

So I think we can close this bug and work on the next one :)




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

* bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)
  2021-09-19 15:02     ` Mathieu Othacehe
  2021-09-19 21:58       ` Jonathan Brielmaier
@ 2021-09-19 22:47       ` Ludovic Courtès
  2021-09-20  8:04         ` Jonathan Brielmaier
  1 sibling, 1 reply; 9+ messages in thread
From: Ludovic Courtès @ 2021-09-19 22:47 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 50566, Jonathan Brielmaier

Hi!

Mathieu Othacehe <othacehe@gnu.org> skribis:

> Turns out stripping Grub modules was causing this issue. I'm not sure
> why we do not experience this issue on master.

Woow, good catch.

> Anyway, 71aa29911cf3f4e6db5f9bff9237308b5f93283d fixes it for me.

‘master’ uses ‘--strip-debug’ whereas ‘core-updates-frozen’ uses
‘--strip-unneeded’ (from commit
e0f31baacc6ad30096a332b69433c85f5830bb2c).

Instead of #:strip-binaries? #f, we could try:

  #:strip-flags '("--strip-debug" "--enable-deterministic-archives")

Thanks,
Ludo’.




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

* bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)
  2021-09-19 22:47       ` Ludovic Courtès
@ 2021-09-20  8:04         ` Jonathan Brielmaier
  2021-09-20  9:19           ` Mathieu Othacehe
  0 siblings, 1 reply; 9+ messages in thread
From: Jonathan Brielmaier @ 2021-09-20  8:04 UTC (permalink / raw)
  To: Ludovic Courtès, Mathieu Othacehe; +Cc: 50566

Am 20.09.21 um 00:47 schrieb Ludovic Courtès:
> ‘master’ uses ‘--strip-debug’ whereas ‘core-updates-frozen’ uses
> ‘--strip-unneeded’ (from commit
> e0f31baacc6ad30096a332b69433c85f5830bb2c).
>
> Instead of #:strip-binaries? #f, we could try:
>
>    #:strip-flags '("--strip-debug" "--enable-deterministic-archives")

That one works as well. I tested it :)




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

* bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found)
  2021-09-20  8:04         ` Jonathan Brielmaier
@ 2021-09-20  9:19           ` Mathieu Othacehe
  0 siblings, 0 replies; 9+ messages in thread
From: Mathieu Othacehe @ 2021-09-20  9:19 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 50566


Hey,

>>    #:strip-flags '("--strip-debug" "--enable-deterministic-archives")

Pushed as 650e85d85514c5fae06adf97ae615643a41bbbd8 :).

> That one works as well. I tested it :)

Thanks for the suggestion Ludo and for the testing Jonathan.

Mathieu




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

end of thread, other threads:[~2021-09-20  9:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-13 11:54 bug#50566: [core-updates-frozen] Grub fails to decrypt LUKS partition (cryptomount not found) Jonathan Brielmaier
2021-09-14 22:57 ` Jonathan Brielmaier
2021-09-17 15:08 ` Jonathan Brielmaier
2021-09-18 15:48   ` Mathieu Othacehe
2021-09-19 15:02     ` Mathieu Othacehe
2021-09-19 21:58       ` Jonathan Brielmaier
2021-09-19 22:47       ` Ludovic Courtès
2021-09-20  8:04         ` Jonathan Brielmaier
2021-09-20  9:19           ` Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

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